项目

一般

简介

错误 #4437

网管2.2.5版本,核心网3.3.4pre6版本,签约用户相关界面显示优化

杨 凯3 个月 之前添加. 更新于 24 天 之前.

状态:
转测试
优先级:
一般
指派给:
开始日期:
2025-11-13
计划完成日期:
% 完成:

0%

预期时间:

描述

网管2.2.5版本,核心网3.3.4pre6版本,签约用户相关界面显示优化
备注:优化目的减少核心网性能消耗
1)针对每个签约用户界面必显示“PLMN”、“终端标识”、“设备标识”、“最大RB”、“功放增益”。
2)基于目前的显示其他选项字段,用户可以点击编辑后浏览。


文件

签约用户.png (74.2 KB) 签约用户.png 杨 凯, 2026-01-27 15:52

历史记录

#1

马 党旗 更新于 3 个月 之前

  • 状态新建 变更为 进行中
  • 指派给马 党旗 变更为 薛 泽庆
#2

薛 泽庆 更新于 3 个月 之前

  • 指派给薛 泽庆 变更为 钱 伯宁
#3

钱 伯宁 更新于 3 个月 之前

  • 状态进行中 变更为 审视
  • 指派给钱 伯宁 变更为 马 党旗

接口调试实例:
获取所有签约用户配置接口:
请求: <get-config><target><running/></target><operation>query</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":""}</ngc-ueRegistInfo></get-config>
应答: <data>{"result":"success","data":"[{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000011\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000012\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000444\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000001\",\"amplifier\":0}]","code":0}</data>
耗时: 9.6323ms
获取单个签约用户配置详情接口:
请求: <get-config><target><running/></target><operation>query</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"ueid\":\"imsi-001010000000002\",\"plmnID\":\"00101\"}"}</ngc-ueRegistInfo></get-config>
应答: <data>{"result":"success","data":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"opc\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":5,\"priorityLevel\":8,\"uplink\":\"200 Mbps\",\"downlink\":\"100 Mbps\"}},{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"internet\",\"value\":{\"5qi\":9,\"priorityLevel\":8,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":0}","code":0}</data>
耗时: 11.952ms
修改签约用户配置接口:
请求: <edit-config><target><running/></target><operation>update</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"op\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":10,\"priorityLevel\":9,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":1}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 12.8929ms
删除签约用户配置接口:
请求: <edit-config><target><running/></target><operation>delete</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000100\"}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 8.9754ms
添加签约用户配置接口:
请求: <edit-config><target><running/></target><operation>add</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000100\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"op\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":10,\"priorityLevel\":9,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":1}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 9.5477ms

#4

钱 伯宁 更新于 2 个月 之前

钱 伯宁 写到:

接口调试实例:
获取所有签约用户配置接口:
请求: <get-config><target><running/></target><operation>query</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":""}</ngc-ueRegistInfo></get-config>
应答: <data>{"result":"success","data":"[{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000011\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000012\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000444\",\"amplifier\":0},{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000001\",\"amplifier\":0}]","code":0}</data>
耗时: 9.6323ms
获取单个签约用户配置详情接口:
请求: <get-config><target><running/></target><operation>query</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"ueId\":\"imsi-001010000000002\",\"plmnID\":\"00101\"}"}</ngc-ueRegistInfo></get-config>
应答: <data>{"result":"success","data":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"opc\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":5,\"priorityLevel\":8,\"uplink\":\"200 Mbps\",\"downlink\":\"100 Mbps\"}},{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"internet\",\"value\":{\"5qi\":9,\"priorityLevel\":8,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":0}","code":0}</data>
耗时: 11.952ms
修改签约用户配置接口:
请求: <edit-config><target><running/></target><operation>update</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000002\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"op\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":10,\"priorityLevel\":9,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":1}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 12.8929ms
删除签约用户配置接口:
请求: <edit-config><target><running/></target><operation>delete</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000100\"}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 8.9754ms
添加签约用户配置接口:
请求: <edit-config><target><running/></target><operation>add</operation><ngc-ueRegistInfo xmlns="http://www.yunzhiruantong.com/yzrt/yzmm/ngc-ueRegistInfo">{"type":"","extension":"","value":"{\"plmnID\":\"00101\",\"ueId\":\"imsi-001010000000100\",\"imeId\":\"\",\"authenticationMethod\":\"5G_AKA\",\"permanentKeyValue\":\"00112233445566778899AABBCCDDEEFF\",\"sequenceNumber\":\"0000002f1eac\",\"opreationInfo\":{\"opreationType\":\"op\",\"opreationVal\":\"000102030405060708090A0B0C0D0E0F\"},\"dnnConfiguration\":[{\"sliceInfo\":{\"sst\":1,\"sd\":\"010203\"},\"type\":\"ims\",\"value\":{\"5qi\":10,\"priorityLevel\":9,\"uplink\":\"1 Gbps\",\"downlink\":\"2 Gbps\"}}],\"flowRules\":null,\"amplifier\":1}"}</ngc-ueRegistInfo></edit-config>
应答: <data>{"result":"success","data":"ok","code":0}</data>
耗时: 9.5477ms

#5

马 党旗 更新于 2 个月 之前

  • 状态审视 变更为 进行中
  • 指派给马 党旗 变更为 薛 泽庆

oam-backend已经支持
1. php-web保持原来接口及参数信息不变

#6

薛 泽庆 更新于 2 个月 之前

  • 指派给薛 泽庆 变更为 马 党旗
#7

马 党旗 更新于 2 个月 之前

  • 状态进行中 变更为 审视
#8

马 党旗 更新于 2 个月 之前

  • 状态审视 变更为 转测试
#9

马 党旗 更新于 2 个月 之前

  • 指派给马 党旗 变更为 杨 凯
#10

杨 凯 更新于 2 个月 之前

待核心网版本更新

#11

杨 凯 更新于 大约 2 个月 之前

  • 状态转测试 变更为 反馈
#12

杨 凯 更新于 大约 2 个月 之前

  • 状态反馈 变更为 进行中

待核心网3.1.5pre2版本

#13

杨 凯 更新于 30 天 之前

网管版本2.3.0-升级到核心网3.3.5pre1t2版本界面出现为空

#14

马 党旗 更新于 29 天 之前

  • 状态反馈 变更为 进行中
  • 指派给马 党旗 变更为 薛 泽庆
#15

薛 泽庆 更新于 24 天 之前

  • 指派给薛 泽庆 变更为 马 党旗

注释了多余内容

#16

马 党旗 更新于 24 天 之前

  • 状态进行中 变更为 审视
#17

马 党旗 更新于 24 天 之前

  • 状态审视 变更为 转测试

导出 Atom PDF