From f13b69ae2f9dd36d272e1273c99cc938e4aa57db Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 26 Jan 2024 11:53:43 +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 dae7e2a6..8aeba025 100644 --- a/config/param/ims_param_config.yaml +++ b/config/param/ims_param_config.yaml @@ -121,6 +121,20 @@ ims: filter: 'false;true;' display: "Internal SMS Indicator" comment: "" + - name: "internalCDRInd" + type: "bool" + value: 'false' + access: "read-write" + filter: 'false;true;' + display: "Internal CDR Indicator" + comment: "" + - name: "internalKPIInd" + type: "bool" + value: 'false' + access: "read-write" + filter: 'false;true;' + display: "Internal KPI Indicator" + comment: "" - name: "pcfIP" type: "ipv4" value: "172.16.5.140"