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

This commit is contained in:
TsMask
2025-07-01 10:12:14 +08:00
parent caa20a692f
commit 0e4e3f5337
3 changed files with 199 additions and 118 deletions

View File

@@ -425,7 +425,6 @@ amf:
guami:
display: "AMF Served GUAMI List"
sort: 7
visible: "hide"
array:
- name: "index"
type: "int"
@@ -542,19 +541,19 @@ amf:
display: "Index"
comment: "0~65535"
- name: "imsiValue"
type: "string"
type: "regex"
value: ""
access: "read-write"
filter: "^(|any|[a-zA-Z0-9]{1,16})$"
filter: "^(|any|[0-9]{14,16})$"
display: "IMSI Value"
comment: "SIM and device match: Both IMSI and IMEI are present. format e.g: 460020021404867,869583045227)"
comment: "A.if SIM and device match, IMSI value format:[0-9]{14,15} e.g: 460020021404867 B.if only check IMEI Prefix, IMSI value set 'any'"
- name: "imeiValue"
type: "string"
type: "regex"
value: ""
access: "read-write"
filter: "^(|any|[a-zA-Z0-9]{1,16})$"
filter: "^(|any|[0-9]{2,16})$"
display: "IMEI Value/Prefix"
comment: "Device-only check (IMSI Value is empty, IMEI Prefix is present. format e.g: any,869583045227)"
comment: "A.SIM and device match: IMEI value format:[0-9]{15,16} e.g: 8695830452209078 B.if only check IMEI Prefix, IMEI value is imei prefix value[0-9]{3-16} e.g: IMSI:'any', IMEI:'86958304522' )"
4g5ghoN26Info:
display: "Enable 4G5GHO N26 Feat"
sort: 16
@@ -564,7 +563,7 @@ amf:
value: "0"
access: "read-write"
filter: '{"0":"false","1":"true"}'
display: "Support 4G/5G Handover"
display: "enable iwkN26(open 4G/5G HO)"
comment: "if set true, need to add MME List by '4G5GHO Select MME List' entry "
- name: "n26Ip"
type: "string"
@@ -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"