diff --git a/config/mml/omc/omc_mml_config.yaml b/config/mml/omc/omc_mml_config.yaml index ba2fe52c..6a4e8f5a 100644 --- a/config/mml/omc/omc_mml_config.yaml +++ b/config/mml/omc/omc_mml_config.yaml @@ -58,6 +58,7 @@ omc: - operation: "dsp" object: "licenseinfo" display: "Display NE License Information" + status: "Inactive" params: - name: "netype" alias: "neType" @@ -77,6 +78,7 @@ omc: - operation: "lst" object: "license" display: "List NE License Information" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -97,6 +99,7 @@ omc: - operation: "dep" object: "license" display: "Deployment NE License" + status: "Inactive" params: - name: "srcnetype" alias: "ne_type" @@ -138,6 +141,7 @@ omc: - operation: "rel" object: "license" display: "Batch Release NE License" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -169,6 +173,7 @@ omc: - operation: "ins" object: "license" display: "Install NE License" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -199,6 +204,7 @@ omc: - operation: "adj" object: "license" display: "Adjustment NE License" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -229,6 +235,7 @@ omc: - operation: "exp" object: "license" display: "Export NE License" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -249,6 +256,7 @@ omc: - operation: "uni" object: "license" display: "Uninstall NE License" + status: "Inactive" params: - name: "netype" alias: "ne_type" @@ -269,6 +277,7 @@ omc: - operation: "dsp" object: "nelink" display: "Display NE Interface Link Status" + status: "Inactive" params: - name: "netype" alias: "ne_type" diff --git a/config/mml/subscriber/udm_sub_mml_config.yaml b/config/mml/subscriber/udm_sub_mml_config.yaml index 2e09a885..387f0d3b 100644 --- a/config/mml/subscriber/udm_sub_mml_config.yaml +++ b/config/mml/subscriber/udm_sub_mml_config.yaml @@ -403,6 +403,7 @@ udm: - operation: "upload" object: "udmuser" display: "Upload Subscriber Data" + status: "Inactive" params: - name: "path" type: "string"