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

#include <lte.h>

Public Attributes

uint8_t option
 
uint32_t phycell_id
 
uint32_t earfcn
 
uint16_t sfn
 
int16_t rsrp
 
int16_t rsrq
 

Detailed Description

Definition of parameters for neighbor cell information. This is reported by cellinfo_report_cb_t

Member Data Documentation

◆ option

uint8_t option

Indicates which parameters can be referenced. Bit setting definition is as below.

◆ phycell_id

uint32_t phycell_id

Physical cell ID (1-503)

◆ earfcn

uint32_t earfcn

EARFCN (1-262143)

◆ sfn

uint16_t sfn

Sub Frame Number (0-1023). It can be referenced when

◆ rsrp

int16_t rsrp

RSRP in dBm (-140-0). It can be referenced when

◆ rsrq

int16_t rsrq

RSRQ in dBm (-60-0). It can be referenced when


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