Merge branch 'main' into multi-tenant

This commit is contained in:
2024-07-19 10:08:06 +08:00
5 changed files with 40 additions and 4 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"