Developer World
Spresense SDK Library v3.2.0-ebc0364
lte_quality Struct Reference

#include <lte.h>

Public Attributes

bool valid
 
int16_t rsrp
 
int16_t rsrq
 
int16_t sinr
 
int16_t rssi
 

Detailed Description

Definition of parameters for quality information. This is reported by quality_report_cb_t and notified by get_quality_cb_t

Member Data Documentation

◆ valid

bool valid

Valid flag. Definition is as below.

Refer to the following parameters only when this flag is LTE_VALID. This is because valid parameters can not be acquired when RF function is OFF and so on

◆ rsrp

int16_t rsrp

RSRP in dBm (-140-0)

◆ rsrq

int16_t rsrq

RSRQ in dBm (-60-0)

◆ sinr

int16_t sinr

SINR in dBm (-128-40)

◆ rssi

int16_t rssi

RSSI in dBm


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