This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

(LTE-M) IP connectivity available only 3 seconds every 11 seconds

Hi,

Problem description

I wrote a program that initializes the modem (LTE-M) and goes on to send one UDP packet every second (is just the counter).

The server receives the first 2 or 3 packages, but then the next 10 or 11 are lost. This cycle repeats indefinately.

Does anyone know what's going on here?

PSM and eDRX is disabled (would this matter for outgoing data traffic?)

Cellular network is Telia @ Sweden.

SIM-card: iBasis or Telia LTE-M - same result

For a TCP connection (MQTT for example), this problem is slightly masked since (I guess) the lost packages during the 11 second downtime are resent during the 3 second uptime period - so looking at message logs it seems pretty fine unless you look at the time of arrival.

Parents
  • Hi,
    From our extensive investigation on the Telia LTE-M network in Sweden with the nRF9160, we have found that the issue is caused by the network side.

    The RLC connection release is not happening, and after that, the new connection cannot be created. This leads to long pauses in data transfers. 
    We have tested against the same infrastructure that Telia uses and have not seen this in other networks.

    I would recommend contacting Telia Sweden to get this solved.

    Best regards,

    Martin L.

Reply
  • Hi,
    From our extensive investigation on the Telia LTE-M network in Sweden with the nRF9160, we have found that the issue is caused by the network side.

    The RLC connection release is not happening, and after that, the new connection cannot be created. This leads to long pauses in data transfers. 
    We have tested against the same infrastructure that Telia uses and have not seen this in other networks.

    I would recommend contacting Telia Sweden to get this solved.

    Best regards,

    Martin L.

Children
Related