fix: ne mml system cmd
This commit is contained in:
@@ -119,7 +119,7 @@ udm:
|
||||
- name: "path"
|
||||
type: "file"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
filter: ".txt"
|
||||
display: "Path File"
|
||||
comment: ""
|
||||
- operation: "export"
|
||||
@@ -210,11 +210,11 @@ udm:
|
||||
display: "5G SM Data"
|
||||
comment: ""
|
||||
- name: "static_ip"
|
||||
type: "ipv4"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "4G Static IP"
|
||||
comment: ""
|
||||
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
|
||||
- name: "context_id"
|
||||
type: "int"
|
||||
optional: "true"
|
||||
@@ -332,11 +332,11 @@ udm:
|
||||
display: "5G SM Data"
|
||||
comment: ""
|
||||
- name: "static_ip"
|
||||
type: "ipv4"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
filter: ""
|
||||
display: "4G Static IP"
|
||||
comment: ""
|
||||
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
|
||||
- name: "context_id"
|
||||
type: "int"
|
||||
optional: "true"
|
||||
@@ -445,16 +445,16 @@ udm:
|
||||
comment: ""
|
||||
- name: "sm_data"
|
||||
type: "string"
|
||||
optional: "true"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "5G SM Data"
|
||||
comment: ""
|
||||
- name: "static_ip"
|
||||
type: "ipv4"
|
||||
optional: "true"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "4G Static IP"
|
||||
comment: ""
|
||||
comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address"
|
||||
- name: "context_id"
|
||||
type: "int"
|
||||
optional: "true"
|
||||
@@ -542,7 +542,7 @@ udm:
|
||||
- name: "path"
|
||||
type: "file"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
filter: ".txt"
|
||||
display: "Path File"
|
||||
comment: ""
|
||||
- operation: "upload"
|
||||
@@ -553,7 +553,7 @@ udm:
|
||||
- name: "path"
|
||||
type: "file"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
filter: ".txt"
|
||||
display: "Path File"
|
||||
comment: ""
|
||||
- operation: "export"
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
amf:
|
||||
amfManagement:
|
||||
display: "AMF Management"
|
||||
mml:
|
||||
- operation: "help"
|
||||
object: ""
|
||||
display: "List AMF MML CMD"
|
||||
params:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n8_ip"
|
||||
display: "Set N8 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
@@ -15,6 +23,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "n11_ip"
|
||||
display: "Set N11 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
@@ -25,6 +34,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "n12_ip"
|
||||
display: "Set N12 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
@@ -35,6 +45,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "relative_capacity"
|
||||
display: "Set Relative Capacity"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "capacity"
|
||||
type: "int"
|
||||
@@ -45,6 +56,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "n2_ip"
|
||||
display: "Set N2 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
@@ -55,6 +67,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "n2_port"
|
||||
display: "Set N2 Port"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
@@ -65,6 +78,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "ntpversion"
|
||||
display: "Set NTP Version"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "version"
|
||||
type: "int"
|
||||
@@ -75,6 +89,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "ntpmaxdiff"
|
||||
display: "Set NTP Max Diff"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "value"
|
||||
type: "int"
|
||||
@@ -85,6 +100,7 @@ amf:
|
||||
- operation: "set"
|
||||
object: "ntpsynctimer"
|
||||
display: "Set NTP Sync Timer"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "periods"
|
||||
type: "int"
|
||||
@@ -95,6 +111,7 @@ amf:
|
||||
- operation: "add"
|
||||
object: "slice"
|
||||
display: "Add Slice"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "sst"
|
||||
type: "string"
|
||||
@@ -111,6 +128,7 @@ amf:
|
||||
- operation: "deregister"
|
||||
object: "imsi"
|
||||
display: "Deregister IMSI"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "IMSI"
|
||||
type: "string"
|
||||
@@ -121,6 +139,7 @@ amf:
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
@@ -131,6 +150,7 @@ amf:
|
||||
- operation: "reload"
|
||||
object: ""
|
||||
display: "Reload Config"
|
||||
status: "Inactive"
|
||||
params:
|
||||
subsManagement:
|
||||
display: "Subscriber Management"
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,10 +1,18 @@
|
||||
smf:
|
||||
smfManagement:
|
||||
display: "SMF Management"
|
||||
mml:
|
||||
- operation: "help"
|
||||
object: ""
|
||||
display: "List SMF MML CMD"
|
||||
params:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n7 server"
|
||||
display: "Set N7 Server"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -27,6 +35,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "n7 client"
|
||||
display: "Set N7 Client"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -43,6 +52,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "n10 server"
|
||||
display: "Set N10 Server"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -65,6 +75,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "n10 client"
|
||||
display: "Set N10 Client"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -81,6 +92,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "n11 server"
|
||||
display: "Set N11 Server"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -103,6 +115,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "n11 client"
|
||||
display: "Set N11 Client"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -119,6 +132,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "dnn"
|
||||
display: "Set DNN"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "int"
|
||||
@@ -135,6 +149,7 @@ smf:
|
||||
- operation: "set pccrule <index> <precedence> <qosIndex> <filter direction> <filter> <appId>"
|
||||
object: "pccrule"
|
||||
display: "Set PCC Rule"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "int"
|
||||
@@ -175,6 +190,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "urr"
|
||||
display: "Set URR"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
@@ -209,6 +225,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "qos"
|
||||
display: "Set Qos"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
@@ -273,6 +290,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "snssai"
|
||||
display: "Set Snssai"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
@@ -288,6 +306,7 @@ smf:
|
||||
- operation: "release"
|
||||
object: "imsi"
|
||||
display: "Release IMSI"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "imsi"
|
||||
type: "string"
|
||||
@@ -303,6 +322,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "urr"
|
||||
display: "Set URR"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "index"
|
||||
type: "string"
|
||||
@@ -337,6 +357,7 @@ smf:
|
||||
- operation: "set"
|
||||
object: "dpi"
|
||||
display: "Set DPI"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "flag"
|
||||
type: "enum"
|
||||
@@ -353,6 +374,7 @@ smf:
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
@@ -363,4 +385,5 @@ smf:
|
||||
- operation: "reload"
|
||||
object: ""
|
||||
display: "Reload Config"
|
||||
status: "Inactive"
|
||||
params:
|
||||
@@ -1,10 +1,18 @@
|
||||
udm:
|
||||
udmManagement:
|
||||
display: "UDM Management"
|
||||
mml:
|
||||
- operation: "help"
|
||||
object: ""
|
||||
display: "List UDM MML CMD"
|
||||
params:
|
||||
systemManagement:
|
||||
display: "System Management"
|
||||
mml:
|
||||
- operation: "set"
|
||||
object: "n8ip"
|
||||
display: "Set N8 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "ipv4"
|
||||
@@ -15,6 +23,7 @@ udm:
|
||||
- operation: "set"
|
||||
object: "n8port"
|
||||
display: "Set N8 Port"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
@@ -25,6 +34,7 @@ udm:
|
||||
- operation: "set"
|
||||
object: "n8scheme"
|
||||
display: "Set N8 Scheme"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -35,6 +45,7 @@ udm:
|
||||
- operation: "set"
|
||||
object: "n10ip"
|
||||
display: "Set N10 IP Address"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "ip"
|
||||
type: "string"
|
||||
@@ -45,6 +56,7 @@ udm:
|
||||
- operation: "set"
|
||||
object: "n10port"
|
||||
display: "Set N10 Port"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
@@ -55,6 +67,7 @@ udm:
|
||||
- operation: "set"
|
||||
object: "n10scheme"
|
||||
display: "Set N10 Scheme"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
@@ -65,6 +78,7 @@ udm:
|
||||
- operation: "exec"
|
||||
object: "shell"
|
||||
display: "Execute Shell Command"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "cmd"
|
||||
type: "string"
|
||||
@@ -75,4 +89,5 @@ udm:
|
||||
- operation: "reload"
|
||||
object: ""
|
||||
display: "Reload Config"
|
||||
status: "Inactive"
|
||||
params:
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user