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 @@
upf:
upfManagement:
display: "UPF Management"
mml:
- operation: "help"
object: ""
display: "List UPF MML CMD"
params:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n3 driver"
display: "Set N3 Driver"
status: "Inactive"
params:
- name: "type"
type: "int"
@@ -39,6 +47,7 @@ upf:
- operation: "set"
object: "n4 ip"
display: "Set N4 IP Address"
status: "Inactive"
params:
- name: "ip"
type: "string"
@@ -49,6 +58,7 @@ upf:
- operation: "set"
object: "n6 driver"
display: "Set N6 Driver"
status: "Inactive"
params:
- name: "type"
type: "int"
@@ -83,6 +93,7 @@ upf:
- operation: "set"
object: "n9 driver"
display: "Set N9 Driver"
status: "Inactive"
params:
- name: "type"
type: "int"
@@ -117,6 +128,7 @@ upf:
- operation: "set"
object: "dnn"
display: "Set DNN"
status: "Inactive"
params:
- name: "dnn"
type: "string"
@@ -133,6 +145,7 @@ upf:
- operation: "set"
object: "pfcp"
display: "Set PFCP"
status: "Inactive"
params:
- name: "path"
type: "string"
@@ -155,6 +168,7 @@ upf:
- operation: "set"
object: "qos"
display: "Set Qos"
status: "Inactive"
params:
- name: "index"
type: "string"
@@ -189,6 +203,7 @@ upf:
- operation: "set"
object: "pccrule"
display: "Set PCC Rule"
status: "Inactive"
params:
- name: "index"
type: "int"
@@ -229,6 +244,7 @@ upf:
- operation: "exec"
object: "shell"
display: "Execute Shell Command"
status: "Inactive"
params:
- name: "cmd"
type: "string"
@@ -239,4 +255,5 @@ upf:
- operation: "reload"
object: ""
display: "Reload Config"
status: "Inactive"
params: