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

Simulating 'RSSI for LTE network' in matlab

The Definition of RSSI is 'Total received wide-band power by UE' I have confusion in understanding that what is meant by wide-band here. My understanding is as follows a. In case if Carrier Bandwidth of LTE channel is 10 MHz,total bandwidth is…
SJa
  • 487
  • 4
  • 14
1
vote
1 answer

SIP REGISTER getting 500 server internal error - 63

Scenario is regarding SIP register on LTE network. Device latch with the network and sends SIP register with call id 4EdqB3YwpQHIYGPtj9c and CSeq no. 1 Network responded back with 401 unauthorized. Device sends the register message with nonce value…
saket gupta
  • 9
  • 1
  • 4
1
vote
2 answers

Detection of VoLTE call in android

I have a very minimal knowledge about VoLTE service in android which is provided by the LTE operator. Is there any API's are available to detect VoLTE call in android? The API's such as Call Connected Call Disconnected Latency Call Status Any…
Madhukar Hebbar
  • 3,113
  • 5
  • 41
  • 69
1
vote
8 answers

Will I still get an LTE speed if I connect my non LTE smartphone to an LTE pocket wifi?

So you have an LTE wifi dongle for example and you will connect your non lte smart phone on it. Will you still get it's LTE speed capability?
1
vote
1 answer

Maximum achievable data rate (uplink) for a single user for a single OFDMA Resource Block in LTE-A

I am reading a paper related to resource and power allocation and I come across the formula for said title. Now the question is I could not find any formula for the finding the data rate using SINR. The formula used in the paper is below R = ln(1 +…
SJa
  • 487
  • 4
  • 14
1
vote
0 answers

Running LTE network simultaneously

I want to simulate multiple LTE networks where a video is streamed from servers to UEs (mobile phones). The simulation runs fine, except that the servers don't send packets simultaneously as they should be doing. I'm using SimuLTE library and this…
coding4fun
  • 3,485
  • 1
  • 16
  • 28
1
vote
1 answer

Can someone help me in understanding the SCTP stats captured on linux

I am new to SCTP protocol and trying to figure out how to interpret the SCTP stats captured by /proc/net/sctp The output shows something like this. 2016-04-26 07:21:17 ASSOC SOCK STY SST ST HBKT ASSOC-ID TX_QUEUE RX_QUEUE UID INODE LPORT RPORT…
1
vote
3 answers

iOS native-layer automation

I need to automate iPhones (6s) that are in a radiated screen room to place VoLTE calls to each other. I have already done this with Android, I set a laptop in the screen room and connect the Android phones via USB and then run scripts from the…
JParks
  • 179
  • 1
  • 1
  • 13
1
vote
2 answers

send UDP packets over LTE from Android

I cannot figure out how to send a UDP packet over a 4G LTE network from an Android app (no WiFi). Does anyone have any ideas or know where I can find some documentation? I need to write two android apps, one client and one server, so that I can send…
JParks
  • 179
  • 1
  • 1
  • 13
1
vote
1 answer

SIP and RTP in VoLTE

I am investigating the SIP signaling and RTP media in VoLTE traffic. I can see RTP header but was told that the RTP payload and the SIP packets are all encrypted in IPsec. Is this true? If yes, at what interface I can see the decrypted…
user2847598
  • 1,247
  • 1
  • 14
  • 25
1
vote
1 answer

LTE: Set up response

I have seen that in Setup Request procedure in LTE the response message contains served plmnids, served group ids , and served mme codes So it means a mme can serve multiple plmns , multiple mme groups, but what is meaning of sending list of mme…
Sarfraj
  • 312
  • 1
  • 5
  • 16
1
vote
1 answer

When are these diameter errors are triggered?

Can you give examples of when these diameter errors are triggered by the diameter server? Error_User_Unknown(5001) and Unknown_Session_ID (5002) in the LTE world
Lava
  • 11
  • 2
1
vote
2 answers

How to select/lock cell network frequency band?

I am developing a very specialized piece of software for Android and I need the capability to select and lock on to a specific frequency band within the cell network. Does anyone know a way of doing this. I realize there is no API, but maybe by…
Janne Oksanen
  • 1,524
  • 1
  • 13
  • 14
1
vote
0 answers

jQuery click event not firing in iOS Safari when connected to LTE

I'm binding the following click event to an anchor tag after the page loads. The purpose is to track an event in Google Analytics before the href is followed: $("a.my-link").on("click", function() { // Send Google Analytics click event before…
Ralph
  • 397
  • 1
  • 4
  • 16
1
vote
1 answer

Test vectors for LTE kasme generation in authentication

I am working on LTE authentication framework and have written an EPS-AKA algorithm to generate KASME. However, I dont have any sample to test it. Can someone provide me any reference of test vectors.
Sudip
  • 523
  • 2
  • 7
  • 14