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

geolocation LTE TAC

I am trying to use the Google geolocation API as documented here: https://developers.google.com/maps/documentation/business/geolocation/ To help locate a 4G mobile device However, the API states: radioType: The mobile radio type. Supported values…
user1447903
  • 303
  • 2
  • 7
  • 14
2
votes
1 answer

Are there any way to upload locations from background frequently using 3G/4G/LTE?

I want to make an iOS7 devise to upload its locations to server from background using 3G/4G/LTE(NOT WiFi) frequently like less than every 5 to 10 mins or when it's location changed. What I already have tried is like these: 1.Background Fetch -…
2
votes
2 answers

TCP session during bearer-addition/switch event in LTE

I am working on LTE-EPC software application and get a theory-based problem. There is a single UE and a single PDN. There is a default-way-connection between them through P-GW/S-GW/eNB. UE sends request for additional resource allocation and…
Petr
  • 21
  • 1
2
votes
3 answers

When an LTE modem falls back to 3G, does it use PPP to make a new dialup connection?

Configured to auto mode, an LTE modem will fall back to 3G/2G in bad signal conditions. When it falls back (hands over to 2G or 3G), does it need to make a new PPP dialup connection?
2
votes
0 answers

Implement a 4g toggle for android (private only)

Im building an application which needs to toggle the networkmode e.g. from 4g to 3g, to simulate a inter-MSC handover. Since this application will be private only, and the device is rooted, I am open fo any ideas to achieve that. First thing I tried…
1
vote
0 answers

Why am I getting incomplete geolocation data for long periods of time using SIM7070g?

I'm facing a problem while working on a tracking application using the SIM7070G module for GNSS data. The application alternates between sending data and retrieving GNSS coordinates due to SIM7070G inability to handle both tasks simultaneously,…
1
vote
1 answer

Remote access from Desktop to RPI behind an LTE Modem and dynamic IP address

I am trying to connect remotely to my RPI Zero2W from my desktop. Here is the current environment The RPI and Desktop are on separate networks, the RPI is connected to a LTE Modem and the desktop to a router The LTE modem changes the IP address…
1
vote
1 answer

PYCOM FiPy does not attach to the Cellular Network - LTE Italy

I have tried to connect to the internet using LTE but the network won't attach. I want to determine the proper carrier on my Fipy, I did not get any response, the list was empty. The comand AT+CEREG?' response OK. The firmware version that I have is…
jaromeron
  • 13
  • 2
1
vote
1 answer

SIMCOM A7600E, can't make voice call but sms works

If I connect this sim module to laptop via USB, I can send and receive SMS-messages. But voice call doesn't work, it gives NO CARRIER, VOICE CALL: END I've tried connecting the module's VCC and GND to Arduino Uno's 5v and GND in addition of USB-plug…
hedeic
  • 41
  • 6
1
vote
1 answer

Hot to initialize LTE module using libqmi and systemd-network (networkd-dispatcher)

I want to initialize the lte module using libqmi and networkd-dispatcher. What I got so far is a shell script which is located at /etc/networkd-dispatcher/degraded.d/01-wwan.sh #!/bin/bash interface="${IFACE}" if [[…
Florian Berndl
  • 1,136
  • 8
  • 27
1
vote
0 answers

Trouble pinging LTE-device using IPv6

I would like to use a Raspberry Pi with an attached LTE Hat as an IoT device. Currently I have managed to use ppp to get the LTE modem working. I've got IPv4 and IPv6 addresses and it is possible to ping from the device and to send data to an MQTT…
Roro74
  • 11
  • 3
1
vote
0 answers

How to Change SimCard Prefered Network From to LTE to Others Like 2g 3g and.. on spreadTrum modems

Sorry for the Question, but i couldn't find any solution related to this type of modem so, we have a problem with our spreadtrum modems while we want to send "USSD" by "AT+COMMANDS", some at commands work on this device and some doesn't, After some…
Omid H
  • 53
  • 8
1
vote
2 answers

Difference between Cellular calls and VoIP calls in LTE?

What is the difference between Cellular calls and VoIP calls in LTE. As both use IP packets to send data to EPC. Without internet VoIP calls doesn't work but cellular calls work. Am I missing something?
Zack kumar
  • 13
  • 5
1
vote
0 answers

Why can UE have multiple simultaneous active PDN connection through one APN?

I clearly know that LTE allows to have multiple simultaneous pdn connections with different ips for different APNs, for example one for the Internet and another one for IMS. But what about having simultaneous multiple PDN connections through the one…
1
vote
1 answer

DFRobot SIM7000 library not compiling - Wnarrowing error

I am working with an Arduino Mega and a SIM7000E Arduino NB-IoT/LTE/GPRS/GPS Expansion Shield. I tried to run the example provided by DFRobot in their tuto but a narrowing error appears in the lib. On the web they propose me to change code to avoid…
Infra_boy
  • 11
  • 2