sql: 更新AMF/MME配置参数映射文件

This commit is contained in:
TsMask
2025-01-03 21:19:41 +08:00
parent 075be5c2cd
commit 999e5bd18c
3 changed files with 180 additions and 11 deletions

View File

@@ -536,3 +536,21 @@ amf:
filter: "0~64"
display: "Position"
comment: "location description. Prohibition of spaces, length of text content 0-64"
imeiWhitelist:
display: "IMEI White List"
sort: 15
array:
- name: "index"
type: "int"
value: "0"
access: "read-only"
filter: "0~65535"
display: "Index"
comment: "0~65535"
- name: "imeiPrefixValue"
type: "string"
value: ""
access: "read-write"
filter: "^[a-zA-Z0-9]{0,16}$"
display: "IMEI Prefix"
comment: ""