Dawn Framework 1.0
Universal data acquisition framework for embedded systems
Public Attributes | List of all members
dawn::SLteQuality Struct Reference

Parameters used to bring up an LTE data connection. More...

#include <lte.hxx>

Public Attributes

int16_t rsrp
 Reference Signal Received Power, dBm (-140..0).
 
int16_t rsrq
 Reference Signal Received Quality, dB (-60..0).
 
int16_t rssi
 Received Signal Strength Indicator, dBm.
 
int16_t sinr
 Signal to Interference + Noise Ratio, dB (-128..40).
 
bool valid
 Values are meaningful only when true (RF on, camped).
 

Detailed Description

Parameters used to bring up an LTE data connection.

These are filled by the LTE system object from Kconfig defaults and the device descriptor, and consumed by the porting layer which talks to the common (target-independent) NuttX LTE API.

Definition at line 63 of file lte.hxx.


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