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

How to Get ECI from ECGI

I have ecgi of a lte cell I need to get plmn and and eci out it. I can get plmn by doing right shift plmn = ecgi >>28 I have not idea how to get eci from ecgi.
Vikram Ranabhatt
  • 7,268
  • 15
  • 70
  • 133
1
vote
2 answers

Omnet++ on Windows or Linux?

I'm going to produce VoLTE packet stream on OMNET++. Which OS is recommended for installing OMNET++, Linux or Win? My laptop system is win10. If Linux is better, is there any problem if I use linux on VBox? Thanx for your kind recommendations.
Falcon
  • 34
  • 8
1
vote
0 answers

Not getting any data in trace file for sending file using tcp in ns3

Following is the code i have written in ns3 for sending files using TCP. i have use mobility model and packetsinkhelper class along with bulksendHelper lass. Following Code is successfully build and created trace file but generated trace files…
1
vote
0 answers

Looking for an android code that toggles "Enhanced 4G LTE Mode" by just opening a app

My device, the Lenovo Vibe K5 (A6020), has a bug where toggling cellular data on or off messes with VoLTE capabilities and disables it, with the only way to fix it being disabling and re-enabling "Enhanced 4G LTE Mode" from the mobile network's…
ashish
  • 13
  • 4
1
vote
0 answers

SignalStrength has no method getRsrq in api 25

When I use api 25 as my compile sdk some methods from class SignalStrength are getting marked as hidden. Example How to deal with it if I need to use SignalStrength.getLteRsrp() but it is hidden?
Nazarii Moshenskiy
  • 1,802
  • 2
  • 16
  • 35
1
vote
0 answers

Why lteOFDMinfo gives the same results for signals with 75 and 100 resource blocks?

Why the following commands gives the same result for the LTE downlink signals with 75 resource blocks and 100 resource? enb = struct('NDLRB',75,'CyclicPrefix','Normal'); lteOFDMInfo(enb) answer: SamplingRate: 30720000 …
Flávio Mendes
  • 137
  • 1
  • 1
  • 10
1
vote
3 answers

How LTE module UE got an IP address?

I recently works on a LTE project by using Qualcomm MSM 9x7 manufactued by Quctel. When the module dial in, the module will be assigned an IP address by ISP. I heard from LTE expert that LTE is based on IP protocol, so my question is that how does…
georgewhr
  • 174
  • 1
  • 12
1
vote
0 answers

How to get RSCP, SINR and EcNo values in Android

I need to find RSCP, SINR and EcNo. So far i am able to calculate RSRP and RSRQ values from android.telephony.SignalStrength. My questions are: When I try to get SignalStrength#getTdScdmaDbm() via reflection it returns Integer.MAX_VALUE (if i debug…
Haris Qurashi
  • 2,104
  • 1
  • 13
  • 28
1
vote
1 answer

P-CSCF Discovery not being initiated in LTE Procedure in an Emulated LTE Network

I am trying to simulate an LTE network using a Agilent's E6621A and an iPhone 6 Plus in order to experiment on a VoLTE connection. According to the logging softwares I am using, the UE successfully completes its RRC Functions (including the…
Midimistro
  • 315
  • 2
  • 12
1
vote
1 answer

LTE D2D Mode Selection in OMNeT++

I want to implement my own mode selection method in OMNeT++ 5.0 using the simulte-0.9.1 framework. According to the demos and the paper from the authors, mode selection should generally be enabled liked this in the…
kunterbunt
  • 614
  • 1
  • 7
  • 19
1
vote
2 answers

in LTE Gx (Diameter) Interface how would transactions like Re-Auth Req/Ans mapped to IMSI?

in LTE Gx (Diameter) Interface how would transactions like Re-Auth Req/Ans mapped to IMSI? these transactions don't have Subscription ID and User-Name APN and same thing for other Diameter Interfaces transactions that are missing Subscription ID…
Lava
  • 11
  • 1
1
vote
0 answers

Incoming Emergency Calling from secure network?

Is it possible to trigger emergency cellular calls on multiple cell phones at a given time when all receivers are from a different service provider.
Mrityunjay
  • 154
  • 2
  • 9
1
vote
0 answers

Noise estimation in LTE using bandpass filter

Can noise estimation in LTE be done using bandpass filter? As per my study in wireless systems to estimate noise power, if pilot sequence is known is done as |y(k)-p(k)h(k)|^2, where p(k) is pilot sequence, h(k) is channel and y(k) is received data…
undefined
  • 111
  • 1
1
vote
1 answer

Instead of Carrier Aggregation, why don't carriers use the new frequency bandwidth as separate channel to connect users directly?

Carrier aggregation combines the existing spectrum, say if the carrier had previously 20MHz in the area, with the newly acquired spectrum of 20MHz, to give a wider pipe or bandwidth for data flow between the mobile device & the base station…
Shubham Deshmukh
  • 160
  • 1
  • 2
  • 15
1
vote
1 answer

How to get current band set from android device/adb when its in not attched to BTS(airplane mode)

We have set our band to LTE B3 using service mode in Samsung galaxy S5 (*#0011#). We are able to navigate to NAS and it protocols and then set band as LTE B3. But we couldn't validate whether it came to effect or not. It's showing as no service in…
DevD
  • 664
  • 5
  • 16