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
1
vote
1 answer

Get LTE signal strength on Nexus 5

I have an app which calculates RSSI from a data of SignalStrength object. On Nexus 5 (Android 4.4.2) in LTE network ASU level differs from the value in System Settings. So RSSI differs too. Here is a screenshot with Toast message made by the app: I…
Alex
  • 419
  • 1
  • 5
  • 24
1
vote
1 answer

How to get LTE cell location in android in API 19?

How can i get LTE Cell id(PCI) and LAC on API 19 ? i have tried to use: List cellInfoList = telephonyManager.getAllCellInfo(); etc.. But it seems that it returns empty list.
Hedi Ash
  • 21
  • 5
1
vote
1 answer

PhoneStateListener - what can I expect from onCellInfoChanged?

I posted this on Android dev group. I'm hoping I can get some feedback here. The PhoneStateListener's callbacks onCellLocationChanged and onSignalStrengthsChanged were the goto methods for when I wanted to handle cell and signal data changes in GSM…
black
  • 781
  • 1
  • 7
  • 22
1
vote
1 answer

Android LTE CQI API Type

Ref: LTE Signal Strength. 3GPP defines UE may report different types of CQI, which are "wideband CQI" and "sub-band CQI". Which CQI type displayed in android phone?
vinwo Rodic
  • 73
  • 2
  • 8
1
vote
1 answer

Some GSM devices crashing with CDMA SignalStrength error on Android

My Android app monitors cellular signal strengths. On CDMA devices, it works without any problems. On many GSM devices, it works without any problems. However, on some GSM devices, I am getting force closes with the following error…
mike47
  • 2,217
  • 1
  • 27
  • 50
1
vote
1 answer

LTE value RSRP, RSRQ in Android

Is there anyway to get LTE value RSRP, RSRQ??? I thought that we can get the value from using CellSignalStrengthLte. But the class Added in API level 17. So we can't install it to real device. Is there anyway to get the value with ICS…
James
  • 11
  • 1
  • 3
0
votes
0 answers

SARA-R5 AWS Unable to connect

I am trying to develop an application that needs GPS and mobile connection to AWS. For this I am using the SARA R5 AWS (The Sparkfun KIT-21229) I have followed the guide from here:…
0
votes
0 answers

A7672E AT-commands for GPS and bluetooth problem

I have A7672E module (+CGMR: A011B13A7672M7). It's bluetooth and gps command not working. What should I do? Can you help me? Thanks. A7672E-LASE INCORPORATED A011B13A7672M7. I need A7672E-FASE version
HGScania
  • 1
  • 3
0
votes
0 answers

Are data from control logical channels scheduled by MAC layer scheduler in lte

I am new to LTE. So, there are two types of logical channels for each UE, i.e. control logical channels and traffic logical channels. I was going through the LTE MAC scheduler, and I am confused about whether the MAC scheduler schedules the data…
Rohit
  • 41
  • 1
  • 8
0
votes
0 answers

UE detects and read MIB but not SIB-1 & directly send attach request to network that causes fail to attach

newer UEs like Samsung s21 or higher versions, detect and read MIB but not SIB-1 & directly send attach request to network that cause fail to attach. below is trace result: Frame 2: 73 bytes on wire (584 bits), 73 bytes captured (584 bits) Ethernet…
0
votes
0 answers

What is the best tools among 1.OMNet++ 2.QUALNET 3.OPNET 4.NS3 5.LTE-SIM for Mobile Edge Computing simulation?

I am doing my research on Mobile Edge Computing (Offloading technique and resource allocation ),I would like to know what is the best tool out of the below list and why . 1.OMNet++ 2.QUALNET 3.OPNET 4.NS3 5.LTE-SIM if possible guide me to know the…
0
votes
0 answers

ModemManager - Access Technology vs ModemCapability

The device I am using has a Cinterion® EXS82-W built-in and I am noticing some weird behavior when it comes to Access Technologies and ModemCapatibiliy, IMHO it doesn't make sense, but I guess I am wrong somewhere and would like to know…
0
votes
0 answers

Does LTE-M1 work when RSRP is below thermal noise?

With my understanding of LTE-M1, it features coverage enhancement mode A and B, which is the main reason that LTE-M1 has deeper coverage, or allows higher MCL (maximum coupling loss). I did some real world tests with SIM7080G and found out this is…
0
votes
0 answers

Where to find freezing dates of 3GPP standards?

Can someone please tell me where to find the freezing dates of 3GPP standards? More precisely, I'm looking for the freezing dates of Release 99. Thanks a lot in advance!
0
votes
0 answers

How can I connect a Quectel module to an STM32 board via USB and manage the com_port?

i have a quectel module and i want connect this module to stm32f4 board with the usb port i can connect two stm32 board togheter and send or receive data between them but when i connect this module to stm32 board Nothing happens i think this problem…