FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularSignalInfo_t Struct Reference

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
 

Detailed Description

Represents signal information.

Field Documentation

◆ rssi

int16_t CellularSignalInfo_t::rssi

Received Signal Strength Indicator (RSSI) in dBm.

◆ rsrp

int16_t CellularSignalInfo_t::rsrp

LTE Reference Signal Received Power (RSRP) in dBm.

◆ rsrq

int16_t CellularSignalInfo_t::rsrq

LTE Reference Signal Received Quality (RSRQ) in dB.

◆ sinr

int16_t CellularSignalInfo_t::sinr

LTE Signal to Interference-Noise Ratio in dB.

◆ ber

int16_t CellularSignalInfo_t::ber

Bit Error Rate (BER) in 0.01%.

◆ bars

uint8_t CellularSignalInfo_t::bars

A number between 0 to 5 (both inclusive) indicating signal strength.


The documentation for this struct was generated from the following file: