功能 #4773
网管射频显示数据修改
0%
描述
网管界面
1.基本信息,射频单元信息调整,改为显示功放型号/功放软件版本/频点/通道/厂商
2.部件状态,添加新的射频状态,添加通道状态(开/关/无效),并根据显示告警内容(底板温度/功放温度/输出功率/反射功率/功放电压/驻波比)是否正常
本地运维
1.射频单元信息显示功放型号/功放软件版本/频点/通道/厂商
文件
历史记录
由 钱 伯宁 更新于 7 天 之前
- 状态 从 新建 变更为 进行中
gnb_agent已联调成功,新增字段:Manufacture string `json:"manufacture"` //功放厂商 ChannelType string `json:"channelType"` //通道类型
type Device struct {
Id string `json:"id"`
GnbId string `json:"gnbId"`
Ip string `json:"ip"`
Type string `json:"type"` //设备类型
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"` //时区
IsNetConf bool `json:"isNetConf"`
SystemVersion SoftwareVersion `json:"systemVersion"`
}
type RuInfo struct {
Version string `json:"version"` //功放版本
ModuleType string `json:"moduleType"` //功放型号
Manufacture string `json:"manufacture"` //功放厂商
ChannelType string `json:"channelType"` //通道类型
Freq string `json:"freq"` //功放频率
ChannelSw [4]uint8 `json:"channelSw"` //0:关闭,1:开启
}
由 马 党旗 更新于 6 天 之前
- 文件 20260128-173110.jpg 20260128-173110.jpg 已添加
- 状态 从 进行中 变更为 转测试
oam-backend已经支持
低版本默认为空,需要php-web做相关处理;