sql: 更新AMF/MME参数配置属性

This commit is contained in:
TsMask
2025-06-26 17:00:02 +08:00
parent 19d5074ae3
commit 659c1d7727
4 changed files with 55 additions and 55 deletions

View File

@@ -542,19 +542,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 +564,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"

View File

@@ -449,12 +449,12 @@ mme:
display: "Index"
comment: "0~65535"
- name: "imei"
type: "string"
value: "001"
type: "regex"
value: ""
access: "read-write"
filter: "0~64"
filter: "^([0-9]{3,16})$"
display: "IMEI"
comment: "0~64"
comment: "Only check IMEI Prefix, IMEI value is imei prefix value[0-9]{3-16} e.g:'86958304522' )"
enbList:
display: "Enb List Config"
sort: 19