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"