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

Communication tester settings for maximum throughput

Hi!

We are using the nRF9160 in a product. The product brief specifies a max throughput of 300/375 kbps (UL/DL) for LTE Cat-M1 and 30/60 kbps (UL/DL) for NB-IoT. Can you tell me what settings to use to achieve this throughput? Number of RBs, MCS index etc. 

Thank you!

BR,
Felix 

Parents
  • The throughput numbers in the product brief are for the pyhisical layer, so the throughput seen by the application will be a bit lower.

    However, it is possible to come where close to the theoretical limits. Note that in NCS v1.5.0 and 1.5.1, you might have to increase the buffer sizes used by the nrf_modem library to acheive maxmimum throughput.

    When it comes to how to configure the physical layer, the speed can be achieved by selecting max the PRB and MSC (e.g.LTE-M PRB= 6 and MCS=15).

Reply
  • The throughput numbers in the product brief are for the pyhisical layer, so the throughput seen by the application will be a bit lower.

    However, it is possible to come where close to the theoretical limits. Note that in NCS v1.5.0 and 1.5.1, you might have to increase the buffer sizes used by the nrf_modem library to acheive maxmimum throughput.

    When it comes to how to configure the physical layer, the speed can be achieved by selecting max the PRB and MSC (e.g.LTE-M PRB= 6 and MCS=15).

Children
Related