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.