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

What is the actual byte breakdown of overhead and payload sent over the air in 9160 to LTE-M1 network?

We have an implementation where we need to limit data, and to be able to KNOW how much is actually being sent with the operator, to limit costs.

In a normal Ethernet condition this overhead applies I believe (source: https://forum.automationdirect.com/forum/communications/119077-modbus-tcp-vs-ethernet-ip-implicit-overhead)

In nRF9160 and the SDK, the maximum packet size is currently 2048 bytes. This means Nordic is using a modified version of the above?

We need answers about the exact amount of data spent in packages.

Also since we use TLS, we also need to know the additional overhead data added for packages encrypted.

Who can take this one in Nordic and give answers?

Parents Reply
  • We have no way of counting how much data is transferred over the interface. You could do this at the application level but it seems like a very difficult solution.

    Have you considered contacting your SIM-card provider and asking them to provide the data usage. This would also give the most accurate value.

    As far as anything that is appended to the payload, this would be defined by the TCP / IP protocol and the information is available for anybody willing to look into it.

    Good luck!

    Heidi

Children
Related