sql: 更新AMF的参数配置数据

This commit is contained in:
TsMask
2025-10-24 20:52:58 +08:00
parent 723e2d0727
commit b75da600e6
3 changed files with 14 additions and 14 deletions

View File

@@ -552,8 +552,8 @@ amf:
value: ""
access: "read-write"
filter: "^(|any|[0-9]{2,16})$"
display: "IMEI Value/Prefix"
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' )"
display: "IMEI Value"
comment: "A.SIM and device match: IMEI value format:[0-9]{15,16} e.g: 8695830452209078 B.if only check IMEI Prefix, need to set IMSI value is 'any', and IMEI value is imei prefix value[0-9]{3-16} e.g: IMSI:'any', IMEI:'86958304522' )"
4g5ghoN26Info:
display: "Enable 4G5GHO N26 Feat"
sort: 16

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,7 @@ const (
// 配置文件路径
configParamDir = "../../../config/param"
// configParamFile = "*" // 目录下全部更新
configParamFile = "mme_2_param_config.yaml" // 单文件更新
configParamFile = "amf_param_config.yaml" // 单文件更新
)
func TestConfig(t *testing.T) {