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

How can I access the configurations of a .qmdl logfile?

I am using QCAT to view log files and filtering them based on what I need to look at. For a specific record, I need to extract the configurations, but I cannot find the configurations when I decode the logfile. I need to extract everything between…
bantz
  • 36
  • 1
  • 4
0
votes
1 answer

How can I send downlink Iperf data over USB tethered latop with Android phone?

I have tethered my laptop with an Android phone. I am using RNDIS in the USB. I can send UL iperf data over the net. But I cannot send DL data to the laptop. DL data can be pushed to the phone but not the laptop. Any idea?
0
votes
1 answer

Connect Broadcom modul with Powershell

i have in a few lines of code for the sim-card module (mobile data) to release the pin using AT + CPIN. After that the network adapter does not connect automatically to the network. Therefore I must always click manually on connect in Windows. I…
Michael
  • 43
  • 1
  • 1
  • 6
0
votes
2 answers

difference between "enum" and "choice" type in ASN1

can somebody please explain when an "enum" variable is used vs when a "choice" variable is used in ASN1 ?
0
votes
1 answer

Do you know how to write the code of simuLTE?

I want to implement mt new algorithms of Scheduler in simuLTE. Could anyone give me an example how how to write the code ??? thanks
Derrick
  • 19
  • 2
0
votes
1 answer

Remote http access to raspberry pi via LTE dongle

What I want to do: I have built a Raspberry Pi based robot I'm building for a robot competition. The robot can be controlled through an http webpage hosted inside the Raspberry Pi itself. It uses websockets and streams a real time feed from the…
0
votes
1 answer

How to activate the VOLTE by using my second sim card data connection

I have Huawei p30 pro and I was able to setup the VOLTE function perfectly. The VOLTE can work perfectly once my phone connected to any via network. The problem is that I need to activate the VOLTE by using my second sim card data connection not by…
mulham
  • 1
0
votes
0 answers

$lte in MongoDB query not working as expected

I want to query a MongoDB with pymongo using the $lte and $gte operator. It should query the date field of objects like this: { 'metadata': {'time': '2020-01-05T18:55:33.022796697Z', 'frequency': 868.1} } current_date =…
0
votes
1 answer

How can I acces/download files from the Quectel BG96 using FILE AT commads?

Im using a Raspberry Pi 3 B+ with the Sixfab Raspberry Pi Cellular IoT HAT – LTE-M & NB-IoT & eGPRS. This hat is using the BG96 and I'm using its LTE_M. Im not using a library and making all the functions based on the Datasheets, but im stuck now.…
Jalu
  • 1
  • 1
0
votes
4 answers

Calculate distance between today and next recurring date in the month using Bash?

I have a subscription to a LTE service that expires the same day each month. For example, if I paid the first time on the 8th of Feb, it will expire on the 8th of Mar, Apr, etc., so it is not a 28 days based subscription, but the distance between…
berti
  • 11
0
votes
1 answer

Understanding the error message: spdlog::spdlog_ex

I am aware this question is very specific. Nontheless, maybe s.o. can help: I was trying to compile an open-source code today. (anyone, who's interested, that's the one.) The error message described below occurs after oai_hss -j…
Luk
  • 1,009
  • 2
  • 15
  • 33
0
votes
0 answers

How to get SINR and RSSI values pragmatically? I have seen a lot of posts, all theory or discussion, none was worked

How to get SINR and RSSI values pragmatically for LTE. I am looking or an Android Kotlin or Java example. I have seen a lot of posts, all theory or discussions, none has helped me. I also need PUSCH TX Power, PUCCH TX Power and any other metrics…
Saleem
  • 145
  • 1
  • 9
0
votes
1 answer

RTP packet flow with respect to different SIP release cause

I am analyzing some voice data. I have a data and each row represent a call scenario. Now each row has columns related to call. The column I am interested in are SIP release cause, Jitter, MOS. Here are some Release Causes: 'SIP: 487 Request…
0
votes
1 answer

Artery (VEINS extension) - LTE and IEEE 802.11p combined

I'm new to Artery, although I have some experience with VEINS. I've been able to run simulations where all nodes have IEEE 802.11p interfaces, or all nodes have LTE interfaces. However, I'm having trouble implementing a combined scenario. Is it…
0
votes
1 answer

Data Roaming issue SIM7600 and Huawei Y9

I have a strange issue with sim7600 minipcie Module.Data roaming is not stable.Let me explane exactly issue: we have 3 devices: A- SIM7600(minipcie) + Openwrt base on Mediatek B- Huawei E5172, CPE modem C- Huawei Y9 2019, Cell Phone ISP SIM CARD…