fix: ne mml system cmd

This commit is contained in:
2023-11-28 15:37:20 +08:00
parent 1ed15ac50b
commit e6299b0084
6 changed files with 98 additions and 11 deletions

View File

@@ -1,10 +1,18 @@
ausf:
ausfManagement:
display: "AUSF Management"
mml:
- operation: "help"
object: ""
display: "List AUSF MML CMD"
params:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n12ip"
display: "Set N12 IP Address"
status: "Inactive"
params:
- name: "ip"
type: "string"
@@ -15,6 +23,7 @@ ausf:
- operation: "set"
object: "n12port"
display: "Set N12 Port"
status: "Inactive"
params:
- name: "port"
type: "int"
@@ -25,6 +34,7 @@ ausf:
- operation: "set"
object: "n12scheme"
display: "Set N12 Scheme"
status: "Inactive"
params:
- name: "scheme"
type: "enum"
@@ -35,6 +45,7 @@ ausf:
- operation: "set"
object: "supirange"
display: "Set SUPI Range"
status: "Inactive"
params:
- name: "supirange"
type: "string"
@@ -45,4 +56,5 @@ ausf:
- operation: "reload"
object: ""
display: "Reload Config"
status: "Inactive"
params: