fix: ims add parameter
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user