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
275 questions
13
votes
2 answers

Mapping iOS 7 constants to 2G, 3G, 4G, LTE etc

It does not appear as though we can determine the radio access technology on iOS before 7....please correct me if I am wrong. Considering the following constants available in iOS 7, can someone verify which constant maps to which general standard…
Craig
  • 6,331
  • 3
  • 30
  • 48
9
votes
2 answers

"The Internet connection appears to be offline" when making URLSession requests on Apple Watch using LTE

Bug: I'm consistently getting error code -1009 "The Internet connection appears to be offline." errors when making URLSession requests in an Apple Watch extension on an Apple Watch Series 3 when connected to the Internet only via LTE. Steps to…
jaredsinclair
  • 12,547
  • 4
  • 33
  • 54
8
votes
2 answers

What is an ASN file and how do I use it?

I am trying to work with a communication protocol (S1AP to be specific) and I am trying to define messages to test. The LTE 36.413 specification details this protocol and also give an ASN.1 file definition at the bottom of the pdf. I have seen ASN…
Edwin
  • 787
  • 2
  • 13
  • 23
7
votes
3 answers

Multiple active APN

I am working with VoLTE capable android devices. When a device attaches to LTE it automatically gets PDN connectivity to APN1 , which is for Internet access. Immediately after that, the device requests PDN connectivity to the IMS APN (APN2). After…
juan noguera
  • 125
  • 1
  • 3
  • 8
7
votes
2 answers

Is there any way to know what network an iPhone is connected to (LTE vs GSM)

With the release of iOS 6 and iphone 5 I'm trying to figure out how my app can know if the phone is in LTE mode vs GSM mode. I haven't seen any updates to the Reachability API which can give whether it is connected to Wifi vs WWAN but I need to…
brianestey
  • 7,514
  • 5
  • 31
  • 47
7
votes
2 answers

Determine if LTE is turned on?

I am trying to write a widget so I can enable/disable LTE on my Verizon Galaxy Nexus without going deep into the settings menu to do so. However, I have yet to figure out how to determine if LTE is actually turned on. I can determine if my phone…
smccloud
  • 280
  • 2
  • 7
  • 16
6
votes
1 answer

How to access LTE NAS message?

Is there any way to access NAS messages from LTE network on Android platform? I have all needed software for decoding, but can't get actual message.
sigrlami
  • 1,747
  • 1
  • 16
  • 35
6
votes
1 answer

eCGI and CGI for LTE and GSM networks

I'm trying to determine the CGI (the Cell Global Identifier) the UE is connected to. From the 3GPP specs, it's defined as follows: 3G: CGI = PLMN-ID + LA code + CID 4G: ECGI = PLMN-ID + ECI I can already get the LAC (location area code) and CID…
MikeW
  • 131
  • 1
  • 2
  • 5
6
votes
3 answers

how to get LTE cell location in android?

I see that we have classes for CDMACellLocation and GSMCellLocation, but there is nothing specific for LTE. Can can I get the LTE cell location specific to my telephony service context? Thanks!
user1985703
  • 99
  • 1
  • 3
5
votes
2 answers

Is there an AT command to force registration/ attach to a 5G NR cell

I used to "force network attach" to LTE on my Android device using at+cops=0,,,7 Is there an AT command for 5G NR?
5
votes
1 answer

Can I program eSIM/eUICC devices with Java Applets

From my research on embedded SIM (eSIM) technology, it's a SIM card that the consumer owns and is capable of downloading and switching between 3rd party subscriptions. I've also read it's expected that most eSIMs will run a Java Runtime and support…
Conor Patrick
  • 2,529
  • 5
  • 17
  • 32
5
votes
0 answers

Use AVD Manager UICC (SIM) Certificate to sign APK

My goal is to test VoLTE (voice-over-LTE) settings on Android 6.0, and to do so I have to use CarrierConfig & TelephonyManager APIs. These APIs requires Carrier authentication-level, it means : signing app with one of the certificate authorized…
Alex
  • 4,111
  • 3
  • 17
  • 36
5
votes
1 answer

How can I emulate 4G (LTE) network in Android SDK

Could you please help me, is it possible to emulate 4G (LTE) network in Android SDK? I need Android emulator with LTE network for testing. Or there is some other soft which can help me?
Maksim Alekseychik
  • 3,498
  • 5
  • 15
  • 15
4
votes
2 answers

What is the difference between N1 interface and N2 interface in 5G?

In every 5G diagram, they have the N1 interface directly connected to the UE. Is it really a direct connection? or is it still going through the radio? If so what is the difference from N2?
abatjarg
  • 83
  • 1
  • 6
4
votes
0 answers

How to identify if your device supports LTE-Advanced?

Not all 4G devices support LTE-A, and manufacturers usually don't give clear information if it is supported by your model, hence I want to know if there is any way to test this. Thanks. For those who are new: The LTE-Advanced is an extension of…
Shubham Deshmukh
  • 164
  • 1
  • 1
  • 13
1
2 3
18 19