Represents signal information. More...
#include <cellular_types.h>
Data Fields | |
int16_t | rssi |
int16_t | rsrp |
int16_t | rsrq |
int16_t | sinr |
int16_t | ber |
uint8_t | bars |
Represents signal information.
int16_t CellularSignalInfo_t::rssi |
Received Signal Strength Indicator (RSSI) in dBm.
int16_t CellularSignalInfo_t::rsrp |
LTE Reference Signal Received Power (RSRP) in dBm.
int16_t CellularSignalInfo_t::rsrq |
LTE Reference Signal Received Quality (RSRQ) in dB.
int16_t CellularSignalInfo_t::sinr |
LTE Signal to Interference-Noise Ratio in dB.
int16_t CellularSignalInfo_t::ber |
Bit Error Rate (BER) in 0.01%.
uint8_t CellularSignalInfo_t::bars |
A number between 0 to 5 (both inclusive) indicating signal strength.