sql: 更新AMF参数配置system

This commit is contained in:
TsMask
2024-07-16 15:02:16 +08:00
parent e9809c280e
commit bd8e6c784c
2 changed files with 18 additions and 1 deletions

View File

@@ -93,6 +93,20 @@ amf:
filter: '0~64'
display: "NEF URI"
comment: ""
- name: "imeiRestrictionEnabled"
type: "bool"
value: "0"
access: "read-write"
filter: '{"0":"false","1":"true"}'
display: "IMEI Restriction Enabled"
comment: ""
- name: "allowedImeiPrefix"
type: "string"
value: "869583045"
access: "read-write"
filter: '0~128'
display: "Allowed IMEI Prefix"
comment: ""
- name: "dnnCorrectionEnabled"
type: "bool"
value: "0"