#include <nas.h>
|
|
uint8_t | rxSignalStrengthDelta |
| |
|
uint8_t | ecioDelta |
| |
|
uint8_t | ioDelta |
| |
|
uint8_t | sinrDelta |
| |
|
uint8_t | rsrqDelta |
| |
|
uint8_t | ecioThresholdListLen |
| |
|
int16_t | ecioThresholdList [10] |
| |
|
uint8_t | sinrThresholdListLen |
| |
|
uint8_t | sinrThresholdList [5] |
| |
|
uint16_t | lteSnrDelta |
| |
|
uint8_t | lteRsrpDelta |
| |
Structure for storing the input parameters passed for SLQSSetSignalStrengthsCallback by the user.
- Parameters
-
| rxSignalStrengthDelta |
- RSSI delta(in dBm) at which an event report indication, including the current RSSI, will be sent to the requesting control point.
|
| ecioDelta |
- ECIO delta at which an event report indication, ecioDelta including the current ECIO, will be sent to the requesting control point.
- ECIO delta is an unsigned 1 byte value that increments in negative 0.5 dBm, e.g., ecio_delta of 2 means a change of -1 dBm.
|
| ioDelta |
- IO delta (in dBm) at which an event report indication, ioDelta including the current IO, will be sent to the requesting control point.
|
| sinrDelta |
- SINR delta level at which an event report indication, sinrDelta including the current SINR, will be sent to the requesting control point.
|
| rsrqDelta |
- RSRQ delta level at which an event report indication, including the current RSRQ, will be sent to the requesting control point.
|
| ecioThresholdListLen |
- Number of elements in the ECIO threshold list.
|
| ecioThresholdList |
- A sequence of thresholds delimiting EcIo event reporting bands. Every time a new EcIo value crosses a threshold value, an event report indication message with the new ECIO value is sent to the requesting control point. For this field:
- Maximum number of threshold values is 10
- At least one value must be specified.
|
| sinrThresholdListLen |
- Number of elements in the SINR threshold list.
|
| sinrThresholdList |
- A sequence of thresholds delimiting SINR event reporting bands. Every time a new SINR value crosses a threshold value, an event report indication message with the new sinr value is sent to the requesting control point. For this field:
- Maximum number of threshold values is 5
- At least one value must be specified.
|
| ltesnrdelta |
- LTE SNR delta level at which an event report indication, including the current SNR, will be sent to the requesting control point. LTE SNR delta level is an unsigned 2 byte value, representing the delta in units of 0.1 dB, e.g., lte_snr_delta of 3 means a change 0.3dB.
|
| ltersrpdelta | -LTE RSRP delta level at which an event report -indication, including the current RSRP, will be sent -to the requesting control point. LTE RSRP delta -level is an unsigned 1 byte value, representing the -delta in dB. |
The documentation for this struct was generated from the following file: