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"
|
||||
|
||||
Reference in New Issue
Block a user