修改结构体
This commit is contained in:
parent
53de68b400
commit
d1e9d2fe00
@ -7,11 +7,14 @@ extern std::string IMEI;
|
|||||||
|
|
||||||
struct RadioInfo
|
struct RadioInfo
|
||||||
{
|
{
|
||||||
int rsrp = -999; // dBm
|
int rsrp = -999; // dBm
|
||||||
int rsrq = -999; // dB
|
int rsrq = -999; // dB
|
||||||
float sinr = -999; // dB
|
int sinr = -999; // dB
|
||||||
std::string rat; // LTE / NR5G / etc.
|
|
||||||
std::string band;
|
int pci = -1; // 物理小区 ID
|
||||||
|
int band = -1; // 频点 Band
|
||||||
|
|
||||||
|
std::string raw; // 原始 AT 返回内容
|
||||||
};
|
};
|
||||||
|
|
||||||
extern RadioInfo g_radio_info;
|
extern RadioInfo g_radio_info;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user