Merge remote-tracking branch 'origin/main' into practical-training

This commit is contained in:
TsMask
2024-07-19 11:18:43 +08:00
16 changed files with 72 additions and 31 deletions

View File

@@ -94,6 +94,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"