diff --git a/config/mml/system/udm_sys_mml_config.yaml b/config/mml/system/udm_sys_mml_config.yaml index 82f0cba7..62f55f09 100644 --- a/config/mml/system/udm_sys_mml_config.yaml +++ b/config/mml/system/udm_sys_mml_config.yaml @@ -72,50 +72,3 @@ udm: filter: "" display: "CMD" comment: "" - ausfManagement: - display: "AUSF Management" - mml: - - operation: "set" - object: "n12ip" - display: "Set N12 IP Address" - params: - - name: "ip" - type: "string" - optional: "false" - filter: "" - display: "IP Address" - comment: "" - - operation: "set" - object: "n12port" - display: "Set N12 Port" - params: - - name: "port" - type: "int" - optional: "false" - filter: "1~65535" - display: "Port" - comment: "" - - operation: "set" - object: "n12scheme" - display: "Set N12 Scheme" - params: - - name: "scheme" - type: "enum" - optional: "false" - filter: '{"0":"http", "1":"https"}' - display: "Scheme" - comment: "" - - operation: "set" - object: "supirange" - display: "Set SUPI Range" - params: - - name: "supirange" - type: "string" - optional: "false" - filter: "" - display: "SUPI Range" - comment: "" - - operation: "reload" - object: "" - display: "Reload Config" - params: