From 524c316da41992a0450687a910334f33fb6782c0 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 26 Dec 2023 10:58:52 +0800 Subject: [PATCH] fix: ims parameter config --- config/param/ims_param_config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/param/ims_param_config.yaml b/config/param/ims_param_config.yaml index b3d0c370..dae7e2a6 100644 --- a/config/param/ims_param_config.yaml +++ b/config/param/ims_param_config.yaml @@ -114,6 +114,20 @@ ims: filter: '' display: "Dispatch System IPv4" comment: "" + - name: "internalSMSInd" + type: "bool" + value: 'false' + access: "read-write" + filter: 'false;true;' + display: "Internal SMS Indicator" + comment: "" + - name: "pcfIP" + type: "ipv4" + value: "172.16.5.140" + access: "read-write" + filter: '' + display: "PCF IP Address" + comment: ""