feat: 更新AMF配置项gnbList

This commit is contained in:
TsMask
2024-12-27 18:33:21 +08:00
parent 8786daa3fe
commit 21e6c026cc
2 changed files with 40 additions and 7 deletions

View File

@@ -504,3 +504,35 @@ amf:
filter: '{"0":"false","1":"true"}'
display: "statusReportEnabled"
comment: ""
gnbList:
display: "Gnb List Config"
sort: 13
array:
- name: "index"
type: "int"
value: "0"
access: "read-only"
filter: "0~128"
display: "Index"
comment: "0~128"
- name: "name"
type: "string"
value: "Gnb"
access: "read-write"
filter: "0~64"
display: "GNB Name"
comment: "text content length 0~64"
- name: "address"
type: "string"
value: "192.168.8.1"
access: "read-write"
filter: "0~64"
display: "GNB Address"
comment: "text content length 0~64"
- name: "position"
type: "string"
value: "Area-B"
access: "read-write"
filter: "0~64"
display: "Position"
comment: "location description. Prohibition of spaces, length of text content 0-64"

File diff suppressed because one or more lines are too long