add: 打包脚本
This commit is contained in:
60
build/config/mml/system/ausf_sys_mml_config.yaml
Normal file
60
build/config/mml/system/ausf_sys_mml_config.yaml
Normal file
@@ -0,0 +1,60 @@
|
||||
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"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "IP Address"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12port"
|
||||
display: "Set N12 Port"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "port"
|
||||
type: "int"
|
||||
optional: "false"
|
||||
filter: "1~65535"
|
||||
display: "Port"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "n12scheme"
|
||||
display: "Set N12 Scheme"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "scheme"
|
||||
type: "enum"
|
||||
optional: "false"
|
||||
filter: '{"0":"http", "1":"https"}'
|
||||
display: "Scheme"
|
||||
comment: ""
|
||||
- operation: "set"
|
||||
object: "supirange"
|
||||
display: "Set SUPI Range"
|
||||
status: "Inactive"
|
||||
params:
|
||||
- name: "supirange"
|
||||
type: "string"
|
||||
optional: "false"
|
||||
filter: ""
|
||||
display: "SUPI Range"
|
||||
comment: ""
|
||||
- operation: "reload"
|
||||
object: ""
|
||||
display: "Reload Config"
|
||||
status: "Inactive"
|
||||
params:
|
||||
Reference in New Issue
Block a user