feat: 更新AMF配置项gnbList
This commit is contained in:
@@ -504,3 +504,35 @@ amf:
|
|||||||
filter: '{"0":"false","1":"true"}'
|
filter: '{"0":"false","1":"true"}'
|
||||||
display: "statusReportEnabled"
|
display: "statusReportEnabled"
|
||||||
comment: ""
|
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
Reference in New Issue
Block a user