Questions tagged [lte]

LTE (telecommunication) - Long Term Evolution

LTE is a standard for wireless communication of high-speed data for mobile phones and data terminals. The standard is developed by the 3GPP ( http://www.3gpp.org/LTE ).

LTE (Long Term Evolution) or the E-UTRAN (Evolved Universal Terrestrial Access Network), introduced in 3GPP R8, is the access part of the Evolved Packet System (EPS). The main requirements for the new access network are high spectral efficiency, high peak data rates, short round trip time as well as flexibility in frequency and bandwidth.

The LTE access network is simply a network of base stations, evolved NodeB (eNB), generating a flat architecture (figure 2). There is no centralized intelligent controller, and the eNBs are normally inter-connected viathe X2-interface and towards the core network by the S1-interface (figure 2). The reason for distributing the intelligence amongst the base-stations in LTE is to speed up the connection set-up and reduce the time required for a handover. For an end-user the connection set-up time for a real time data session is in many cases crucial, especially in on-line gaming. The time for a handover is essential for real-time services where end-users tend to end calls if the handover takes too long.

To understand the PS(protocol stack) of LTE which tells about data & signaling messages flow between different entities of LTE network interface. For more details about each layers one can refer below 3GPP specs. LTE PS is divided mainly into two categories NAS and AS Layers.

  • NAS(Non-access stratum) Layer
  • AS(Access Stratum) Layer
    • RRC(Radio Resource Control) Layer. Refer 36.331
    • PDCP(Packet Data Convergence Protocol) Layer. Refer 36.323
    • RLC(Radio Link Control) Layer Refer 36.322
    • MAC(Medium Access Control) Layer. Refer 36.321
    • PHY(Physical) Layer. Refer 36.201
295 questions
0
votes
0 answers

Is Point-to-Point protocol suitable for on-board moving systems (train)

I am designing an on-board unit system that is going to be implemented in a train. This embedded system runs linux and needs an LTE module to maintain connected. The LTE module can be used through AT commands or PPP (Point-to-Point Protocol). I…
Julen Uranga
  • 799
  • 1
  • 6
  • 18
0
votes
1 answer

App can't access internet connection when connected to LTE

I use reachability to check internet connection when I connect to wifi it works fine. But when its connected to LTE network it gives me No Connection error, even though it is connected, I can browse the internet perfectly with LTE. I have also…
Jack Sparrow
  • 113
  • 1
  • 3
  • 13
0
votes
1 answer

android okhttp websocket switch network from 3G/LTE to WiFi or vice-versa

I am using a websocket in my android chat app. Socket reconnection fails when I switch from LTE to WiFi or vice-versa. Wifi -> Airplane mode ->Wifi Works fine LTE -> Airplane mode ->Wifi FAILS LTE -> Airplane mode ->LTE Works fine Wifi ->…
techtinkerer
  • 1,280
  • 2
  • 15
  • 26
0
votes
0 answers

How to calculate LTE KPIs from raw feed?

I got an assigment to take the format of the raw Diameter feed and decide what columns we need in order to calculate the KPIs with SQL queries. I couldnt find any column in the feed from the KPIs formula so I started researching, how does the whole…
k_mishap
  • 451
  • 2
  • 8
  • 17
0
votes
1 answer

Website not loading on AT&T LTE; all other carriers and wifi work fine

I built a website in Shopify, see it here: practicalamerican.com The site loads fine on desktop, mobile, wifi, every carrier - except AT&T. In the later case, the browser gives an error that there is no internet connection. Presumably, it never…
Nate Barr
  • 4,640
  • 2
  • 25
  • 21
0
votes
2 answers

Domain Not loading in 3g or LTE but works perfectly in Wifi

I have recently finished my website and uploaded code to server. It is working perfectly when connected to Wi-fi or broadband connection. But When i am connecting the site using 3G or LTE it's showing some default page. Exact domain is not…
Neeraj Kumar
  • 1,058
  • 1
  • 9
  • 22
0
votes
0 answers

IPV6 address assigned to only one of the interfaces of an EPC(Evolved Packet Core) module not to other interfaces

When I am assigning IP addresses to the interfaces mgmt, net_a & net_b of an EPC(Evolved Packet Core) modules like sgw or pgw. It assigns IPV6 address i.e. inet6 addr only to one of the net_a interface & not to other interfaces. In the screen shot…
Kushal
  • 121
  • 1
  • 5
0
votes
0 answers

How to get IP address from mobile type network (no Wi-Fi)?

Is there a way to get the IP address of the device without using Wi-Fi? I just find how to get IP from Wi-Fi connection: WifiManager wifiManager = (WifiManager)getSystemService(Context.WIFI_SERVICE); WifiInfo connectionInfo =…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
0
votes
1 answer

IOS 9 Keep a TCP connection open over lte when device connect to wifi

Hi I have few questions regarding the IOS connectivity . I am using SCNetworkReachabilityFlags to detect any change in the connectivity on IOS. If bind my socket over lte and few minutes after a connection to WIFI is established, Will my socket be…
BuzBuza
  • 607
  • 2
  • 7
  • 19
0
votes
0 answers

Get LTE RSRQ, SINR, CQI, CINR and Handover informations in Android Studio

I searched very much before posting this question. I'm working on LTE network monitoring and drive testing on Android Studio. I found a way to measure RSRP, Asu Level and other LTE network measurements using methods getCellSignalStrength() and…
A.Belta
  • 11
  • 1
  • 7
0
votes
1 answer

Why one byte & 2 byte padding in front of MAC PDU & Why not in end of MAC PDU Header

Why one byte and two byte padding header is added in front of MAC PDU and more than 2 byte padding header is added in last of of MAC sub header. Instead of that they can keep padding in last sub header, what is the reason behind that.
0
votes
1 answer

CellSignalStrengthLte shows different values in toString() than are available with getters

The CellSignalStrengthLte class seems to return some values with toString() that don't have associated getters. Here is an example of toString(): CellSignalStrengthLte: ss=12 rsrp=-114 rsrq=-11 rssnr=2147483647 cqi=2147483647 ta=2147483647 The…
FoamyGuy
  • 46,603
  • 18
  • 125
  • 156
0
votes
1 answer

Veins LTE Omnet++ Error

I have successfully run the example veins LTE sceranio on Ubuntu 14.04, Sumo-0.22, Omnet++-4.6 using the command ./run (no debug) The heterogeneous.rou.xml file has more nodes marked as comments. When I add some new nodes from this file I get an…
george ch
  • 23
  • 6
0
votes
2 answers

Simulator for Openflow in LTE

I am currently researching on SDN in mobile networks (LTE). for that i am looking for a simulator, need advise. I have gone through NS3 and it appears as it supports Openflow Switches, but couldn't find documentation for that purpose. Need help in…
0
votes
2 answers

what does 'carrier' generally mean in LTE?

In LTE they talk about carrier a lot. It's not verizon, at&t and etc but seems to be different things. What does 'carrier' mean in LTE?
BK C.
  • 573
  • 2
  • 7
  • 16