feat 更新AMF和SMF配置,新增GNB和远程Gy配置

This commit is contained in:
TsMask
2025-07-01 10:12:37 +08:00
parent 33de9280fd
commit 0ab10f25cd
4 changed files with 218 additions and 132 deletions

View File

@@ -425,7 +425,6 @@ amf:
guami:
display: "AMF Served GUAMI List"
sort: 7
visible: "hide"
array:
- name: "index"
type: "int"
@@ -620,3 +619,36 @@ amf:
filter: "^(([0-9]{1,3}\\.){3}[0-9]{1,3}|([0-9a-fA-F]{0,4}:){2,7}[0-9a-fA-F]{0,4})$"
display: "MME IP Address"
comment: "IPv4 or IPv6 address"
gnbList:
display: "Gnb List Config"
sort: 19
visible: "hide"
array:
- name: "index"
type: "int"
value: "0"
access: "read-only"
filter: "0~128"
display: "Index"
comment: "0~128"
- name: "name"
type: "string"
value: ""
access: "read-write"
filter: "0~64"
display: "GNB Name"
comment: "text content length 0~64"
- name: "address"
type: "string"
value: ""
access: "read-write"
filter: "0~64"
display: "GNB Address"
comment: "text content length 0~64"
- name: "position"
type: "string"
value: ""
access: "read-write"
filter: "0~64"
display: "Position"
comment: "location description. Prohibition of spaces, length of text content 0-64"