#include <nas.h>
|
uint8_t | available |
|
int32_t | rssi0 |
|
int32_t | rssi1 |
|
This structure contains the RSSI signal response parameters.
- Parameters
-
available |
- Indicate if the rssi0 and rssi1 is available.
- 0: not available
- 1: available
|
rssi0 |
- rssi0 is raw data, need use the following formula to get the inband RSSI.
- FORMULA: Inband RSSI = " rssi0" / 8.0
|
rssi1 |
- rssi1 is raw data, need use the following formula to get the inband RSSI.
- FORMULA: Inband RSSI = " rssi1" / 8.0
|
- 5G Specific:
The documentation for this struct was generated from the following file: