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

Is there an USB dongle, which allows you to receive SMS on Windows 10 PC without SIM slot?

I have Dell XPS15 7590 which does not have a SIM card slot. Previously I had HP zBook 15 which had this feature. I used the SIM to receive SMS and when I was on a trip I used it as 4G modem to connect to the internet. Receiving SMS is crucial…
DzeryCZ
  • 370
  • 3
  • 17
1
vote
1 answer

On Android mobile phones, can applications choose the APN to use?

Mobile networks have the capability to establish multiple APNs simultaneously with the phones attached to the network. When android applications on an Android phone need to communicate over the network, does the Android OS enable its applications to…
1
vote
1 answer

4G module returns CME ERROR:15 when I opend my own applet in the SIM card with AT+CCHO command

everyone, I'm developing a project with LTE 4G module and having a problem described as following: I write a SIM card application (with Java tech) and download it into the SIM Card. After downloading the applet, inert the SIM card into a card…
candylife9
  • 58
  • 5
1
vote
2 answers

How connect to LTE cell network with PyCom FiPy?

I'm trying to get a PyCom FiPy board working with LTE network connection. I have a hologram sim card. I am using two pieces of code. One is from the PyCom docs the other is from code I found on the PyCom forum for debugging LTE. First code…
netskink
  • 4,033
  • 2
  • 34
  • 46
1
vote
0 answers

SIM7600E-H with ATMEGA328-P for IZAT & LTE Functionality

I am working on interfacing of SIM7600E-H (A GPS + LTE Module) with Arduino UNO over UART using AT Commands. The high-level plan is to acquire longitude and latitude using IZAT feature and transmit them over LTE to data-server. Development Board:…
1
vote
0 answers

How does a UE(User Equipment) find DC carrier to find the central frequency in order to decode PSS and SSS?

I know UE calculates RSSI/RSRP on the basis of EARFCN but I want to know how it is done at frame level and finding central 62 subcarriers. Any assistance would be of great help.
jainix
  • 21
  • 5
1
vote
1 answer

Quectel EC20 LTE Module doesnt show me incoming call or sms

I'm using a LTE Module QUECTEL EC20 of this model connected to my Arduino as software Serial monitor and AT Commands directly, I can communicate perfectly with the Module, I get answer OK, Signal, IMEI, and a lot of commands with any problem.…
fabutkovic
  • 63
  • 1
  • 7
1
vote
1 answer

Sending SMS via AT commands using GSM/LTE module responds Ok but no SMS received

I'm attempting to send and receive SMS via my GSM/LTE module (EC21 Quectel) using AT commands in my ubuntu terminal. However, all my messages return OK after being sent but do not reach their respective…
Kathrine F
  • 11
  • 1
1
vote
2 answers

Using consumer cellphones to build a mesh network for IOT devices?

I have been looking into LoRaWAN for a low cost waterproof asset tracker I am looking at building. AFAIK, the primary benefits of LoraWAN over say LTE-M or cellular are: no connectivity costs and potentially lower power consumption. What I'm…
DevDevDev
  • 5,107
  • 7
  • 55
  • 87
1
vote
1 answer

Is Opus supported for VoLTE?

There are so many different codecs for phone calls and many of them have very high license fees, meaning it will take a lot of time before everyone can use normal telephony with wide band audio. Is Opus supported for VoLTE?
Mikael Dúi Bolinder
  • 2,080
  • 2
  • 19
  • 44
1
vote
2 answers

Difference between Centralized radio resource management and Distributed radio resource management in LTE

What is the difference between Centralized RRM and Distributed RRM? I heard that LTE has Distributed RRM. Previous generation had Centralized RRM. Can some please explain the differences between them.
Krishna Kanth Yenumula
  • 2,533
  • 2
  • 14
  • 26
1
vote
0 answers

Extracting the value of the local truncation error (LTE) at each integration step when using the ode() function from the deSolve R-package

The default numerical scheme used by the ode() function in the deSolve R package is the lsode method which implements the BDF and implicit Adams linear multisteps schemes to solve the ODE system. The integration is completed with a variable step…
mpetric
  • 103
  • 7
1
vote
0 answers

Type of data in a trace of type sip

I don´t know the type of data of this trace, and i need to know what happen throughout the communication, i have find some errors like 401 Unhauthorized . I open Wireshark to see the trace and i obtain this information: anyone can help me? I don't…
Julio Gomez
  • 33
  • 1
  • 5
1
vote
2 answers

How to run pycrate corenet

I want to run the core simulator of https://github.com/P1sec/pycrate. And I want to run SERVER_ENB only, so configure like below and create a server. from pycrate_corenet import Server Server.CorenetServer.SERVER_HNB =…
정도유
  • 559
  • 4
  • 6
1
vote
0 answers

Android PhoneStateListener.onSignalStrengthsChanged()

I'd like to tracking Lte signal strength, so I've been using below method. PhoneStateListener.onSignalStrengthsChanged(singnalStrength: SignalStrength) telephonyManager.listen(mListener, PhoneStateListener.LISTEN_SIGNAL_STRENGTHS) and I've been…
Choim
  • 372
  • 1
  • 10