fix: ims add parameter

This commit is contained in:
2023-10-30 17:34:45 +08:00
parent 61f750ca32
commit 2a2d922600

View File

@@ -7,7 +7,7 @@ ims:
value: "ims-core"
access: "read-write"
filter: ''
display: "label"
display: "Label"
comment: ""
- name: "hplmnMCC"
type: "string"
@@ -89,10 +89,17 @@ ims:
- name: "registerTimer"
type: "int"
value: "7200"
access: "read-only"
access: "read-write"
filter: '120-1000000'
display: "Register Timer"
comment: "1~8"
comment: ""
- name: "maxCallDuration"
type: "int"
value: "43200"
access: "read-write"
filter: '1800-1000000'
display: "Max Call Duration"
comment: ""
- name: "dispatchSystemInd"
type: "bool"
value: 'false'