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
2
votes
1 answer

What is the difference between Cell Specific Reference Signal (CSRS) and RSSI scan?

UE initial attach procedure : RSSI scan. Subframe and frame synchronization using pss and sss. listening to Cell specific reference signals MIB info SIB1 SIB2 and so on... From documents available in Internet, I came to know that, when we power on…
2
votes
0 answers

Can't send xml post request HUAWEI - LTE E5336Bs-2 device

when run this bash, the SessionID= not assigned in login_resp_hdr.txt file. #!/bin/sh MODEM_IP="192.168.8.1" curl -s -X GET "http://$MODEM_IP/api/webserver/SesTokInfo" > ses_tok.xml COOKIE=`grep "SessionID=" ses_tok.xml | cut -b 10-147` TOKEN=`grep…
SchoolforDesign
  • 423
  • 5
  • 14
2
votes
0 answers

Remote access to Huawei E3372 WebInterface on headless RaspberryPi

I'm trying to (remotely) connect to the E3372's (Huawei LTE stick) WebInterface... The E3372 is recognised by my RaspberryPi as "12d1:14dc Huawei Technologies Co., Ltd." - so it seems to be in HiLink-mode. Good. using > ifconfig I see that the…
Han
  • 21
  • 3
2
votes
1 answer

How to know that IMS registration is happened in SIM1 or SIM2 via adb logs for android device

How to know that IMS registration is happened in SIM1 or SIM2 via ADB logs. If i have attached SIM1 to VoLTE and SIM2 to 3G , from runtime ADB logs how can i verify that. I need a solution to create for my automation script, so it can detect the IMS…
2
votes
0 answers

Not receiving push notifications on LTE networ, iOS swift

I have the problem with apple push notification I have iPhone 7, iOS 11.2.1 when my mobile data on I couldn't receive a push notification on LTE network some time I get notification sometime not. when I switch to my wifi network or other networks I…
2
votes
0 answers

error encountered in building vein-lte 1.3

When I run the 'make' command at the terminal window to build vein-lte 1.3, I encounter a fatal error at applications/commons/ApplicationBase.cc: 18:0. There seem to be an issue with including the header Operationalbase.h in ApplicationBase.h. It…
O'feranmi
  • 21
  • 2
2
votes
2 answers

How to get eNB id of LTE on Android Studio (TelephonyManager)

Good day, May I ask how to get the eNB id of CellIdentityLte? Is there any way of getting it? Thanks!
JBSarili
  • 113
  • 1
  • 6
2
votes
0 answers

Getting RSSI in wcdma and lte and ec/io in wcdma

I want to get rssi value in wcdma and lte not RSCP or RSRP values. When I used getCellSignalStrength() method for lte ,it returns RSRP value. When I used getsignalStrength() method for wcdma, it returns asu value and I used this formula 2*asu-113…
john
  • 21
  • 5
2
votes
0 answers

Optimal UDP packet size for audio and mobile networks

I wish to encode audio with Opus encoder and send encoded frames in UDP packets. There are ~1600 bytes per second. As far as I read about UDP packet size 1400 bytes is good choice to start but most articles are about ethernet. I can't find good…
Max
  • 6,286
  • 5
  • 44
  • 86
2
votes
1 answer

Sim Authentication

I am currently working on a soft phone working on windows, the goal is to be able to make a call from a standard phone number, using a sim card, through VoLTE (Voice over LTE). Currently I am able to contact the HSS/HLR and receive a 401…
Niva
  • 47
  • 9
2
votes
2 answers

OpenAirInterface EURECOM: how to run mme

we are trying to run OAI (https://gitlab.eurecom.fr/oai/openair-cn) on our machine I have run hss, psgw w/o any issues. But i can't start mme ./run_mme returns error: Initializing OAI Logging Initializing MSC logs Initializing MSC logs…
hamsterksu
  • 125
  • 10
2
votes
1 answer

Configuring QCI in LTE for android applications

LTE supports various QoS levels represented by QCI. For e.g. we have QCI 2 for VOIP call, 4 for video call, 3 for online gaming etc. How will android applications express their QOS requirements when they connect to the network ? I am assuming that…
prps
  • 21
  • 1
  • 2
2
votes
1 answer

Implementing s6a diameter endpoint using RestComm Jdiameter

I am pretty new to Diameter and I need a test application to imitate HSS behavior and send some diameter requests to the MME on s6a interface. I have checked out seagull tool but it has some problems as seagull assumes that the client always…
tej
  • 73
  • 12
2
votes
1 answer

Get IP address of LTE and WiFi when simultaneously connected in Android M

I am working in Android marshmallow api's which enables user to work on both LTE and WiFi .(i.e) we can force our application to use LTE using hipri network even when the wifi is turned ON by setting network type. I checked this link: Send request…
Ajitha
  • 717
  • 1
  • 7
  • 30
2
votes
3 answers

Get RSRP from CellSignalStrengthLte for Android app API 17+

A few people over the past decade have asked similar questions but none have ANY answers. I need to write an android app that collects and stores RSRP, RSRQ, CINR, and Cell ID. The answers need to be as accurate as the phones hardware allows (I am…
JParks
  • 179
  • 1
  • 1
  • 13