update at 2023/08/14

This commit is contained in:
2023-08-14 21:41:37 +08:00
parent a039a664f1
commit 44e8cbee2c
255 changed files with 20426 additions and 233 deletions

View File

@@ -0,0 +1,928 @@
omc:
mmlManagement:
display: "MML Management"
mml:
- operation: "lst"
object: "mmlcmd"
display: "List MML Command"
params:
- name: "category"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Category"
comment: ""
- name: "operation"
alias: "operation"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Operation"
comment: ""
- name: "object"
alias: "object"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Object"
comment: ""
systemManagement:
display: "System Management"
mml:
- operation: "dsp"
object: "sysinfo"
display: "Display NE System Information"
params:
- name: "netype"
alias: "neType"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "neId"
type: "string"
optional: "true"
filter: ""
display: "NE ID"
comment: ""
- operation: "dsp"
object: "licenseinfo"
display: "Display NE License Information"
params:
- name: "netype"
alias: "neType"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "neId"
type: "string"
optional: "true"
filter: ""
display: "NE ID"
comment: ""
- operation: "lst"
object: "license"
display: "List NE License Information"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
filter: ""
display: "NE ID"
comment: ""
- operation: "dep"
object: "license"
display: "Deployment NE License"
params:
- name: "srcnetype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "false"
filter: ""
display: "Source NE type"
comment: ""
- name: "srcneid"
alias: "ne_id"
type: "string"
optional: "false"
filter: ""
display: "Source NE ID"
comment: ""
- name: "dstnetype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "false"
filter: ""
display: "Destination NE type"
comment: ""
- name: "dstneid"
alias: "ne_id"
type: "string"
optional: "false"
filter: ""
display: "Destination NE ID"
comment: ""
- name: "number"
alias: "dep_number"
type: "string"
optional: "false"
filter: ""
display: "Deployment number"
comment: ""
- operation: "dsp"
object: "nelink"
display: "Display NE Interface Link Status"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "interface"
alias: "interface"
type: "string"
optional: "true"
filter: ""
display: "Interface"
comment: ""
nrmManagement:
display: "NBI Resourece Management"
mml:
- operation: "dsp"
object: "nbicm"
display: "Display NBI Resource Management"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "rmuid"
alias: "rm_uid"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Resource management UID"
comment: ""
neManagement:
display: "Network Element Management"
mml:
- operation: "lst"
object: "neinfo"
display: "List NE Information"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "rmuid"
alias: "rm_uid"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Resource management UID"
comment: ""
- operation: "lst"
object: "memap"
display: "List Managed Element Map"
params:
- name: "rmuid"
alias: "rm_uid"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Resource management UID"
comment: ""
- operation: "add"
object: "neinfo"
display: "Add Network Element"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "NE ID"
comment: ""
- name: "rmuid"
alias: "rm_uid"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Resource management UID"
comment: ""
- name: "ip"
alias: "ip"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "IP address"
comment: ""
- name: "port"
alias: "port"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Port"
comment: ""
- name: "nename"
alias: "ne_name"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "NE name"
comment: ""
- name: "pvflag"
alias: "pv_flag"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "PV flag"
comment: ""
- operation: "mod"
object: "neinfo"
display: "Modify Network Element"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "rmuid"
alias: "rm_uid"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "Resource management UID"
comment: ""
- name: "ip"
alias: "ip"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "IP address"
comment: ""
- name: "port"
alias: "port"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "Port"
comment: ""
- name: "nename"
alias: "ne_name"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "NE name"
comment: ""
- name: "pvflag"
alias: "pv_flag"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "PV flag"
comment: ""
- operation: "del"
object: "neinfo"
display: "Delete Network Element"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "true"
filter: ""
display: "NE ID"
comment: ""
neConfigManagement:
display: "NE Config Parameter Management"
mml:
- operation: "dsp"
object: "neconfig"
display: "Display NE Config Parameter"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "tag"
alias: "top_tag"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "Parameter tag"
comment: ""
neVersionManagement:
display: "NE Version Management"
mml:
- operation: "upg"
object: "neversion"
display: "Upgrade NE Software Version"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "version"
alias: "version"
type: "string"
optional: "false"
apostr: "true"
loc: "true"
filter: ""
display: "Version"
comment: ""
faultManagement:
display: "Fault Management"
mml:
- operation: "dsp"
object: "alarm"
display: "Display Alarm Information"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE UID"
comment: ""
- name: "nename"
alias: "ne_name"
type: "int"
optional: "true"
apostr: "true"
filter: ""
display: "NE name"
comment: ""
- name: "alarmcode"
alias: "alarm_code"
type: "int"
optional: "true"
apostr: "true"
filter: ""
display: "Alarm code"
comment: ""
- name: "origseverity"
alias: "orig_severity"
type: "enum"
optional: "true"
apostr: "true"
filter: '{"Critical","Major","Minor","Warning","Event"}'
display: "Original severity"
comment: ""
- name: "pvflag"
alias: "pv_flag"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "PV flag"
comment: ""
- name: "starttime"
alias: "event_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Alarm event start time"
comment: ""
- name: "endtime"
alias: "event_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Alarm event end time"
comment: ""
- name: "alarmtype"
alias: "alarm_type"
type: "enum"
optional: "true"
apostr: "true"
filter: '{"CommunicationAlarm","EquipmentAlarm","ProcessingFailure","EnvironmentalAlarm","QualityOfServiceAlarm"}'
display: "Alarm type"
comment: ""
- name: "alarmstatus"
alias: "alarm_status"
type: "int"
optional: "true"
apostr: "true"
filter: ""
display: "Alarm status"
comment: ""
pmTaskManagement:
display: "Performance Measure Task Management"
mml:
- operation: "lst"
object: "measuretask"
display: "List Performance Measure Task"
params:
- name: "id"
alias: "id"
type: "string"
optional: "true"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "granuloption"
alias: "granul_option"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Time granularity"
comment: ""
- operation: "add"
object: "measuretask"
display: "Add Performance Measure Task"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "NE type"
comment: ""
- name: "neids"
alias: "ne_ids"
type: "array"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "NE ID set"
comment: ""
- name: "granuloption"
alias: "granul_option"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Granularity option"
comment: ""
- name: "kpiset"
alias: "kpi_set"
type: "json"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "KPI set"
comment: ""
- name: "starttime"
alias: "start_time"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Measure task start time"
comment: ""
- name: "endtime"
alias: "end_time"
type: "string"
optional: "false"
apostr: "false"
loc: "false"
filter: ""
display: "Measure task end time"
comment: ""
- operation: "mod"
object: "measuretask"
display: "Modify Performance Measure Task"
params:
- name: "id"
alias: "id"
type: "string"
optional: "false"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
- name: "kpiset"
alias: "kpi_set"
type: "json"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "KPI set"
comment: ""
- name: "starttime"
alias: "start_time"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "Measure task start time"
comment: ""
- name: "endtime"
alias: "end_time"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "Measure task end time"
comment: ""
- name: "granuloption"
alias: "granul_option"
type: "string"
optional: "true"
apostr: "false"
loc: "false"
filter: ""
display: "granularity option"
comment: ""
- operation: "del"
object: "measuretask"
display: "Delete Performance Measure Task"
params:
- name: "id"
alias: "id"
type: "string"
optional: "false"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
- operation: "act"
object: "measuretask"
display: "Active Performance Measure Task"
params:
- name: "id"
alias: "id"
type: "string"
optional: "false"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
- operation: "dea"
object: "measuretask"
display: "Deactive Performance Measure Task"
params:
- name: "id"
alias: "id"
type: "string"
optional: "false"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
pmDataManagement:
display: "Performance Data Management"
mml:
- operation: "lst"
object: "measuredata"
display: "List Performance Data"
params:
- name: "id"
alias: "task_id"
type: "string"
optional: "true"
apostr: "false"
loc: "true"
filter: ""
display: "Task ID"
comment: ""
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "kpiid"
alias: "kpi_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "starttime"
alias: "start_time>"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "Measure period start time(>=)"
comment: ""
- name: "endtime"
alias: "start_time<"
type: "string"
optional: "true"
apostr: "false"
filter: ""
display: "Measure period start time(<=)"
comment: ""
logManagement:
display: "Log Management"
mml:
- operation: "lst"
object: "systemlog"
display: "List System Log"
params:
- name: "processtype"
alias: "process_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "Process type"
comment: ""
- name: "starttime"
alias: "log_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time more than"
comment: ""
- name: "endtime"
alias: "log_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time less than"
comment: ""
- operation: "lst"
object: "operationlog"
display: "List Operation Log"
params:
- name: "accountid"
alias: "account_name"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "Account ID"
comment: ""
- name: "starttime"
alias: "log_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time more than"
comment: ""
- name: "endtime"
alias: "log_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log Time Less Than"
comment: ""
- operation: "lst"
object: "securitylog"
display: "List Security Log"
params:
- name: "accountid"
alias: "account_name"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "Account ID"
comment: ""
- name: "starttime"
alias: "op_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time more than"
comment: ""
- name: "endtime"
alias: "op_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time less than"
comment: ""
- operation: "lst"
object: "alarmlog"
display: "List Alarm Log"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "NE type"
comment: ""
- name: "starttime"
alias: "log_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time(>=)"
comment: ""
- name: "endtime"
alias: "log_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time less than"
comment: ""
- operation: "lst"
object: "eventlog"
display: "List NE Event Log"
params:
- name: "netype"
alias: "ne_type"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE type"
comment: ""
- name: "neid"
alias: "ne_id"
type: "string"
optional: "true"
apostr: "true"
loc: "true"
filter: ""
display: "NE ID"
comment: ""
- name: "starttime"
alias: "log_time>"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time(>=)"
comment: ""
- name: "endtime"
alias: "log_time<"
type: "string"
optional: "true"
apostr: "true"
filter: ""
display: "Log time(<=)"
comment: ""

View File

@@ -0,0 +1,417 @@
udm:
authdataManagement:
display: "Authentication Data Management"
mml:
- operation: "dsp"
object: "authdat"
display: "Display Auth Data"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- operation: "add"
object: "authdat"
display: "Add Auth Data"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "ki"
type: "int"
optional: "false"
filter: ""
display: "Ki"
comment: ""
- name: "amf"
type: "string"
optional: "false"
filter: ""
display: "AMF"
comment: ""
- name: "algo"
type: ""
optional: "false"
filter: ""
display: "Algo"
comment: ""
- name: "opc"
type: "string"
optional: "false"
filter: ""
display: "OPC"
comment: ""
- operation: "del"
object: "authdat"
display: "Delete Auth Data"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- operation: "bat"
object: "authdat"
display: "Batch Add Auth Data"
params:
- name: "start_imsi"
type: "string"
optional: "false"
filter: ""
display: "Starting IMSI"
comment: ""
- name: "sub_num"
type: "int"
optional: "false"
filter: ""
display: "auth data number"
comment: ""
- name: "ki"
type: "string"
optional: "false"
filter: ""
display: "Ki"
comment: ""
- name: "amf"
type: "string"
optional: "false"
filter: ""
display: "AMF"
comment: ""
- name: "algo"
type: ""
optional: "false"
filter: ""
display: "Algo"
comment: ""
- operation: "bde"
object: "authdat"
display: "Batch Delete Auth Data"
params:
- name: "start_imsi"
type: "string"
optional: "false"
filter: ""
display: "Starting IMSI"
comment: ""
- name: "sub_num"
type: "int"
optional: "false"
filter: ""
display: "auth data number"
comment: ""
- operation: "import"
object: "authdat"
display: "Import Auth Data From File"
params:
- name: "file"
type: "string"
optional: "false"
filter: ""
display: "Path file"
comment: ""
- operation: "export"
object: "authdat"
display: "Export Auth Data to File"
params:
- name: "file"
type: "string"
optional: "false"
filter: ""
display: "Path file"
comment: ""
subscriberManagement:
display: "Subcriber Management"
mml:
- operation: "dsp"
object: "udmuser"
display: "Display UDM Subscriber"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- operation: "add"
object: "udmuser"
display: "Add UDM Subscriber"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "msisdn"
type: "string"
optional: "true"
filter: ""
display: "MSISDN"
comment: ""
- name: "ambr"
type: "string"
optional: "false"
filter: ""
display: "AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "false"
filter: ""
display: "Nssai"
comment: ""
- name: "arfb"
type: "string"
optional: "false"
filter: ""
display: "Arfb"
comment: ""
- name: "sar"
type: "string"
optional: "false"
filter: ""
display: "SAR"
comment: ""
- name: "rat"
type: "string"
optional: "false"
filter: ""
display: "RAT"
comment: ""
- name: "cn"
type: "string"
optional: "false"
filter: ""
display: "CN"
comment: ""
- name: "smf_sel"
type: "string"
optional: "false"
filter: ""
display: "SMF_sel"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
filter: ""
display: "SM_data"
comment: ""
- operation: "del"
object: "udmuser"
display: "Delete Subscriber Data"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- operation: "mod"
object: "udmuser"
display: "Modify Subscriber Data"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
c1omment: ""
- name: "msisdn"
type: "string"
optional: "true"
filter: ""
display: "MSISDN"
comment: ""
- name: "ambr"
type: "string"
optional: "true"
filter: ""
display: "AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "true"
filter: ""
display: "Nssai"
comment: ""
- name: "arfb"
type: "string"
optional: "true"
filter: ""
display: "Arfb"
comment: ""
- name: "sar"
type: "string"
optional: "true"
filter: ""
display: "SAR"
comment: ""
- name: "rat"
type: "string"
filter: ""
display: "RAT"
comment: ""
- name: "cn"
type: "string"
optional: "true"
filter: ""
display: "CN"
comment: ""
- name: "smf_sel"
type: "string"
optional: "true"
filter: ""
display: "SMF_sel"
comment: ""
- name: "sm_data"
type: "string"
optional: "true"
filter: ""
display: "SM_data"
comment: ""
- operation: "bat"
object: "udmuser"
display: "Batch Add UDM Subscriber"
params:
- name: "start_imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "start_msisdn"
type: "string"
optional: "true"
filter: ""
display: "MSISDN"
comment: ""
- name: "sub_num"
type: "int"
optional: "false"
filter: ""
display: "subscriber number"
comment: ""
- name: "ambr"
type: "string"
optional: "false"
filter: ""
display: "AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "false"
filter: ""
display: "Nssai"
comment: ""
- name: "arfb"
type: "string"
optional: "false"
filter: ""
display: "Arfb"
comment: ""
- name: "sar"
type: "string"
optional: "false"
filter: ""
display: "SAR"
comment: ""
- name: "rat"
type: "string"
optional: "false"
filter: ""
display: "RAT"
comment: ""
- name: "cn"
type: "string"
optional: "false"
filter: ""
display: "CN"
comment: ""
- name: "smf_sel"
type: "string"
optional: "false"
filter: ""
display: "SMF_sel"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
filter: ""
display: "SM_data"
comment: ""
- operation: "bde"
object: "udmuser"
display: "Batch Delete Subscriber Data"
params:
- name: "start_imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "sub_num"
type: "string"
optional: "false"
filter: ""
display: "Subcribers number"
comment: ""
- operation: "bmd"
object: "udmuser"
display: "Batch Modify Subscriber Data"
params:
- name: "start_imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "sub_num"
type: "string"
optional: "false"
filter: ""
display: "Subcribers number"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
filter: ""
display: "SM_data"
comment: ""
- operation: "import"
object: "udmuser"
display: "Import Subscriber Data From File"
params:
- name: "file"
type: "string"
optional: "false"
filter: ""
display: "Path file"
comment: ""
- operation: "upload"
object: "udmuser"
display: "Upload Subscriber Data"
params:
- name: "file"
type: "string"
optional: "false"
filter: ""
display: "Path file"
comment: ""
- operation: "sync"
object: "start"
display: "Sync UDM Data From Public UDM"
params:
- operation: "sync"
object: "state"
display: "Query State of Sync Task"
params:

View File

@@ -0,0 +1,100 @@
amf:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n8_ip"
display: "Set N8 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "n11_ip"
display: "Set N11 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "n12_ip"
display: "Set N12 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "relative_capacity"
display: "Set Relative Capacity"
params:
- name: "capacity"
type: "int"
optional: "false"
filter: ""
display: "Relative Capacity"
comment: ""
- operation: "set"
object: "n2_ip"
display: "Set N2 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n2_port"
display: "Set N2 Port"
params:
- name: "port"
type: "int"
optional: "false"
filter: "0~65535"
display: "Port"
comment: ""
- operation: "add"
object: "slice"
display: "Add Slice"
params:
- name: "sst"
type: "string"
optional: "false"
filter: ""
display: "SST"
comment: ""
- name: "sd"
type: "string"
optional: "false"
filter: ""
display: "SD"
comment: ""
- operation: "deregister"
object: "imsi"
display: "Deregister IMSI"
params:
- name: "IMSI"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- operation: "exec"
object: "shell"
display: "Execute Shell Command"
params:
- name: "cmd"
type: "string"
optional: "false"
filter: ""
display: "CMD"
comment: ""

View File

@@ -0,0 +1,44 @@
ausf:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n12ip"
display: "Set N12 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n12port"
display: "Set N12 Port"
params:
- name: "port"
type: "int"
optional: "false"
filter: "1~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n12scheme"
display: "Set N12 Scheme"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- operation: "set"
object: "supirange"
display: "Set SUPI Range"
params:
- name: "supirange"
type: "string"
optional: "false"
filter: ""
display: "SUPI Range"
comment: ""

View File

@@ -0,0 +1,362 @@
smf:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n7 server"
display: "Set N7 Server"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- name: "port"
type: "int"
optional: "false"
filter: "0~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n7 client"
display: "Set N7 Client"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "n10 server"
display: "Set N10 Server"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- name: "port"
type: "int"
optional: "false"
filter: "0~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n10 client"
display: "Set N10 Client"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "n11 server"
display: "Set N11 Server"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- name: "port"
type: "int"
optional: "false"
filter: "0~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n11 client"
display: "Set N11 Client"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: "0~64"
display: "IP Address"
comment: ""
- operation: "set"
object: "dnn"
display: "Set DNN"
params:
- name: "index"
type: "int"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "DNN"
type: "string"
optional: "false"
filter: ""
display: "DNN"
comment: ""
- operation: "set pccrule <index> <precedence> <qosIndex> <filter direction> <filter> <appId>"
object: "pccrule"
display: "Set PCC Rule"
params:
- name: "index"
type: "int"
optional: "false"
filter: "0~65535"
display: "Index"
comment: ""
- name: "precedence"
type: "int"
optional: "false"
filter: ""
display: "Precedence"
comment: ""
- name: "qosIndex"
type: "int"
optional: "false"
filter: ""
display: "QOS Index"
comment: ""
- name: "direction"
type: "int"
optional: "true"
filter: '{"0":"NA", "1":"Uplink", "2":"Downlink", "3":"Bidirectionallink"}'
display: "Filter Direction"
comment: ""
- name: "filter"
type: "string"
optional: "true"
filter: ""
display: "Filter"
comment: ""
- name: "appId"
type: "string"
optional: "true"
filter: ""
display: "Application ID"
comment: ""
- operation: "set"
object: "urr"
display: "Set URR"
params:
- name: "index"
type: "string"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "quotavolumetatol"
type: "string"
optional: "false"
filter: ""
display: "SD"
comment: ""
- name: "quotavolumeul"
type: "string"
optional: "false"
filter: ""
display: "quota volume ul"
comment: ""
- name: "quotavolumedl"
type: "string"
optional: "false"
filter: ""
display: "quota volume dl"
comment: ""
- name: "quotatime"
type: "string"
optional: "false"
filter: ""
display: "quota time"
comment: ""
- operation: "set"
object: "qos"
display: "Set Qos"
params:
- name: "index"
type: "string"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "5qi"
type: "string"
optional: "false"
filter: ""
display: "SD"
comment: ""
- name: "5qipl"
type: "string"
optional: "false"
filter: ""
display: "5qipl"
comment: ""
- name: "arppl"
type: "string"
optional: "false"
filter: ""
display: "arppl"
comment: ""
- name: "arppci"
type: "string"
optional: "false"
filter: ""
display: "arppci"
comment: ""
- name: "arppvi"
type: "string"
optional: "false"
filter: ""
display: "arppvi"
comment: ""
- name: "mfbrul"
type: "string"
optional: "false"
filter: ""
display: "mfbrul"
comment: ""
- name: "mfbrdl"
type: "string"
optional: "false"
filter: ""
display: "mfbrdl"
comment: ""
- name: "gfbrul"
type: "string"
optional: "false"
filter: ""
display: "gfbrul"
comment: ""
- name: "gfbrdl"
type: "string"
optional: "false"
filter: ""
display: "gfbrdl"
comment: ""
- operation: "set"
object: "snssai"
display: "Set Snssai"
params:
- name: "index"
type: "string"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "sst-sd"
type: "string"
optional: "false"
filter: ""
display: "sst-sd"
- operation: "release"
object: "imsi"
display: "Release IMSI"
params:
- name: "imsi"
type: "string"
optional: "false"
filter: ""
display: "IMSI"
comment: ""
- name: "pduSessId"
type: "string"
optional: "false"
filter: ""
display: "PDU Session Id"
- operation: "set"
object: "urr"
display: "Set URR"
params:
- name: "index"
type: "string"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "quotavolumetatol"
type: "string"
optional: "false"
filter: ""
display: "Quota Volume Tatol"
comment: ""
- name: "quotavolumeul"
type: "string"
optional: "false"
filter: ""
display: "Quota Volume UL"
comment: ""
- name: "quotavolumedl"
type: "string"
optional: "false"
filter: ""
display: "Quota Volume DL"
comment: ""
- name: "quotatime"
type: "string"
optional: "false"
filter: ""
display: "Quota Time"
comment: ""
- operation: "set"
object: "dpi"
display: "Set DPI"
params:
- name: "flag"
type: "enum"
optional: "false"
filter: '{"0":"disable", "1":"enable"}'
display: "Flag"
comment: ""
- name: "max"
type: "string"
optional: "false"
filter: ""
display: "Max Detect Packet Number"
comment: ""
- operation: "exec"
object: "shell"
display: "Execute Shell Command"
params:
- name: "cmd"
type: "string"
optional: "false"
filter: ""
display: "CMD"
comment: ""

View File

@@ -0,0 +1,117 @@
udm:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n8ip"
display: "Set N8 IP Address"
params:
- name: "ip"
type: "ipv4"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n8port"
display: "Set N8 Port"
params:
- name: "port"
type: "int"
optional: "false"
filter: "1~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n8scheme"
display: "Set N8 Scheme"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- operation: "set"
object: "n10ip"
display: "Set N10 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n10port"
display: "Set N10 Port"
params:
- name: "port"
type: "int"
optional: "false"
filter: "1~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n10scheme"
display: "Set N10 Scheme"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- operation: "exec"
object: "shell"
display: "Execute Shell Command"
params:
- name: "cmd"
type: "string"
optional: "false"
filter: ""
display: "CMD"
comment: ""
ausfManagement:
display: "AUSF Management"
mml:
- operation: "set"
object: "n12ip"
display: "Set N12 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n12port"
display: "Set N12 Port"
params:
- name: "port"
type: "int"
optional: "false"
filter: "1~65535"
display: "Port"
comment: ""
- operation: "set"
object: "n12scheme"
display: "Set N12 Scheme"
params:
- name: "scheme"
type: "enum"
optional: "false"
filter: '{"0":"http", "1":"https"}'
display: "Scheme"
comment: ""
- operation: "set"
object: "supirange"
display: "Set SUPI Range"
params:
- name: "supirange"
type: "string"
optional: "false"
filter: ""
display: "SUPI Range"
comment: ""

View File

@@ -0,0 +1,238 @@
upf:
systemManagement:
display: "System Management"
mml:
- operation: "set"
object: "n3 driver"
display: "Set N3 Driver"
params:
- name: "type"
type: "int"
optional: "false"
filter: ""
display: "Type"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP address"
comment: ""
- name: "mask"
type: "string"
optional: "false"
filter: ""
display: "Mask"
comment: ""
- name: "mac"
type: "string"
optional: "false"
filter: ""
display: "Mac address"
comment: ""
- name: "pci"
type: "string"
optional: "false"
filter: ""
display: "PCI address"
comment: ""
- operation: "set"
object: "n4 ip"
display: "Set N4 IP Address"
params:
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "n6 driver"
display: "Set N6 Driver"
params:
- name: "type"
type: "int"
optional: "false"
filter: ""
display: "Type"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP address"
comment: ""
- name: "mask"
type: "string"
optional: "false"
filter: ""
display: "Mask"
comment: ""
- name: "mac"
type: "string"
optional: "false"
filter: ""
display: "Mac address"
comment: ""
- name: "pci"
type: "string"
optional: "false"
filter: ""
display: "PCI address"
comment: ""
- operation: "set"
object: "n9 driver"
display: "Set N9 Driver"
params:
- name: "type"
type: "int"
optional: "false"
filter: ""
display: "Type"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP address"
comment: ""
- name: "mask"
type: "string"
optional: "false"
filter: ""
display: "Mask"
comment: ""
- name: "mac"
type: "string"
optional: "false"
filter: ""
display: "Mac address"
comment: ""
- name: "pci"
type: "string"
optional: "false"
filter: ""
display: "PCI address"
comment: ""
- operation: "set"
object: "dnn"
display: "Set DNN"
params:
- name: "dnn"
type: "string"
optional: "false"
filter: ""
display: "DNN"
comment: ""
- name: "ip"
type: "string"
optional: "false"
filter: ""
display: "IP Address"
comment: ""
- operation: "set"
object: "pfcp"
display: "Set PFCP"
params:
- name: "path"
type: "string"
optional: "false"
filter: ""
display: "Path"
comment: ""
- name: "local"
type: "string"
optional: "false"
filter: ""
display: "Local IP Address"
comment: ""
- name: "remote"
type: "string"
optional: "false"
filter: ""
display: "Remote IP Address"
comment: ""
- operation: "set"
object: "qos"
display: "Set Qos"
params:
- name: "index"
type: "string"
optional: "false"
filter: ""
display: "Index"
comment: ""
- name: "5qi"
type: "string"
optional: "false"
filter: ""
display: "5qi"
comment: ""
- name: "priority"
type: "int"
optional: "false"
filter: ""
display: "Priority Level"
comment: ""
- name: "mbr"
type: "string"
optional: "false"
filter: ""
display: "MBR"
comment: ""
- name: "gbr"
type: "string"
optional: "false"
filter: ""
display: "GBR"
comment: ""
- operation: "set"
object: "pccrule"
display: "Set PCC Rule"
params:
- name: "index"
type: "int"
optional: "false"
filter: "0~65535"
display: "Index"
comment: ""
- name: "precedence"
type: "int"
optional: "false"
filter: ""
display: "Precedence"
comment: ""
- name: "qosindex"
type: "int"
optional: "false"
filter: ""
display: "QOS Index"
comment: ""
- name: "direction"
type: "int"
optional: "true"
filter: '{"0":"NA", "1":"Uplink", "2":"Downlink", "3":"Bidirectionallink"}'
display: "Filter Direction"
comment: ""
- name: "filter"
type: "string"
optional: "true"
filter: ""
display: "Filter"
comment: ""
- name: "appid"
type: "string"
optional: "true"
filter: ""
display: "Application ID"
comment: ""
- operation: "exec"
object: "shell"
display: "Execute Shell Command"
params:
- name: "cmd"
type: "string"
optional: "false"
filter: ""
display: "CMD"
comment: ""