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" value: "ims-core"
access: "read-write" access: "read-write"
filter: '' filter: ''
display: "label" display: "Label"
comment: "" comment: ""
- name: "hplmnMCC" - name: "hplmnMCC"
type: "string" type: "string"
@@ -89,10 +89,17 @@ ims:
- name: "registerTimer" - name: "registerTimer"
type: "int" type: "int"
value: "7200" value: "7200"
access: "read-only" access: "read-write"
filter: '120-1000000' filter: '120-1000000'
display: "Register Timer" 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" - name: "dispatchSystemInd"
type: "bool" type: "bool"
value: 'false' value: 'false'