AT+CGEQOSRDP bitrate units

The documentation for the QoS dynamic parameters command "+CGRQOSRDP" specifies that the uplink and downlink maximum bitrates are in units of kbps, with a maximum value of 65280000 kbps (65 Terabits/sec).

When run on a nRF9151 connected to a local network, the command returns `+CGEQOSRDP: 0,7,,,300000,300000`, implying that the maximum bitrate for both uplink and downlink is 300Mbit.

This seems so far out of the range of achievable bitrates that I am wondering whether the documentation has mistaken kbps for bps.

If the units were instead bits per second, this would be reported values of 300kbps, which is roughly equal to the bitrates that I am able to achieve on LTE-M (~200 kbps).

Can you please confirm the units for the command, and if the unit really is kbps, please provide some explanation of what the value is actually describing, since it is definitely not an achievable application bitrate.

Related