功能 #5364
支持上报基站服务器板卡类型
0%
描述
gnb_agent上报板卡类型在redis基本信息中,网管界面、LMT界面显示
type Device struct {
Id string `json:"id"`
GnbId string `json:"gnbId"`
Ip string `json:"ip"`
Type string `json:"type"` //设备类型
BroadType string `json:"broadType"` //板卡类型
System SystemInfo `json:"system"`
Software Software `json:"software"`
Modules []ModuleInfo `json:"modules"`
Ru RuInfo `json:"ru"`
AmfIp string `json:"amfIp"`
WatchDog bool `json:"watchdog"`
AgentStatus string `json:"status"` // NORMAL,ABNORMAL
SysrepoStatus string `json:"sysrepoStatus"` // NORMAL,ABNORMAL
GpsStatus uint8 `json:"gpsStatus"` //0:未知,1:同步,2:失步
GpsSw uint8 `json:"gpsSw"` //0:关闭,1:开启,2:不支持
ClockStatus uint8 `json:"clockStatus"` //0:未知,1:正常,2:失锁
CellStatus map[uint16]bool `json:"cellStatus"` //k:cellid, v:true=>active, false=>inactive
SysrepoVer string `json:"sysrepoVersion"` //sysrepo库版本
SysrepoSOVer string `json:"sysrepoSOVersion"` //sysrepo SO文件版本
InnerVerison uint32 `json:"innerVersion"` //内部版本号
Timezone string `json:"timezone"` //时区
PosInfo PosInfoData `json:"posInfo"` // 位置信息
IsNetConf bool `json:"isNetConf"`
SystemVersion SoftwareVersion `json:"systemVersion"`
IsSub bool `json:"isSub"` //true:订阅上报,false:非订阅上报
NmsIp string `json:"nmsIp"` //当前纳管网管IP
}
文件
历史记录
由 钱 伯宁 更新于 16 天 之前
- 文件 20260603-102506.359-1.jpg 20260603-102506.359-1.jpg 已添加
- 文件 20260603-102506.359-2.jpg 20260603-102506.359-2.jpg 已添加
已自验,待网管同步修改
