From 2a2d9226002e6d6caf8b743ec5fd6410bb369b7d Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 30 Oct 2023 17:34:45 +0800 Subject: [PATCH] fix: ims add parameter --- config/param/ims_param_config.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config/param/ims_param_config.yaml b/config/param/ims_param_config.yaml index 0baea530..386acaf6 100644 --- a/config/param/ims_param_config.yaml +++ b/config/param/ims_param_config.yaml @@ -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'