fix: udm auth &subscriber mml

This commit is contained in:
2023-11-24 10:59:49 +08:00
parent 8862f1dd90
commit 0e26e1d754

View File

@@ -38,7 +38,7 @@ udm:
type: "int"
optional: "false"
filter: "0~15"
display: "Algo"
display: "ALGO"
comment: ""
- name: "opc"
type: "string"
@@ -70,7 +70,7 @@ udm:
type: "int"
optional: "false"
filter: ""
display: "auth data number"
display: "Auth Data Number"
comment: ""
- name: "ki"
type: "string"
@@ -88,7 +88,7 @@ udm:
type: "int"
optional: "false"
filter: "0~15"
display: "Algo"
display: "ALGO"
comment: ""
- name: "opc"
type: "string"
@@ -110,17 +110,17 @@ udm:
type: "int"
optional: "false"
filter: ""
display: "auth data number"
display: "Auth Data Number"
comment: ""
- operation: "import"
object: "authdat"
display: "Import Auth Data From File"
params:
- name: "path"
type: "string"
type: "file"
optional: "false"
filter: ""
display: "Path file"
display: "Path File"
comment: ""
- operation: "export"
object: "authdat"
@@ -130,7 +130,7 @@ udm:
type: "string"
optional: "false"
filter: ""
display: "Path file"
display: "Path File"
comment: ""
subscriberManagement:
display: "Subcriber Management"
@@ -157,57 +157,105 @@ udm:
comment: ""
- name: "msisdn"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "MSISDN"
comment: ""
- name: "ambr"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "AMBR"
display: "5G UE AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "Nssai"
display: "5G SNSSAIs"
comment: ""
- name: "arfb"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "Arfb"
display: "5G Forbidden Areas"
comment: ""
- name: "sar"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "SAR"
display: "5G Service Area Restriction"
comment: ""
- name: "rat"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "RAT"
display: "RAT Type"
comment: ""
- name: "cn"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "CN"
display: "Core Network"
comment: ""
- name: "smf_sel"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "SMF_sel"
display: "5G SMF Selection Data"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
filter: ""
display: "SM_data"
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
optional: "false"
filter: ""
display: "4G Static IP"
comment: ""
- name: "context_id"
type: "int"
optional: "true"
filter: ""
display: "4G Context ID"
comment: ""
- name: "apn_context"
type: "int"
optional: "true"
filter: ""
display: "4G APN Context"
comment: ""
- name: "epstpl"
type: "string"
optional: "true"
filter: ""
display: "4G EPS User Template Name"
comment: ""
- name: "eps_flag"
type: "enum"
optional: "true"
filter: "{\"0\":\"Disable\", \"1\":\"Enable\"}"
display: "4G EPS Flag"
comment: ""
- name: "eps_odb"
type: "int"
optional: "true"
filter: ""
display: "4G EPS ODB"
comment: ""
- name: "hplmn_odb"
type: "int"
optional: "true"
filter: ""
display: "4G HPLMN ODB"
comment: ""
- name: "ard"
type: "int"
optional: "true"
filter: ""
display: "4G Access Restriction Data"
comment: ""
- operation: "del"
object: "udmuser"
@@ -228,7 +276,7 @@ udm:
optional: "false"
filter: ""
display: "IMSI"
c1omment: ""
comment: ""
- name: "msisdn"
type: "string"
optional: "true"
@@ -239,48 +287,97 @@ udm:
type: "string"
optional: "true"
filter: ""
display: "AMBR"
display: "5G UE AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "true"
filter: ""
display: "Nssai"
display: "5G SNSSAIs"
comment: ""
- name: "arfb"
type: "string"
optional: "true"
filter: ""
display: "Arfb"
display: "5G Forbidden Areas"
comment: ""
- name: "sar"
type: "string"
optional: "true"
filter: ""
display: "SAR"
display: "5G Service Area Restriction"
comment: ""
- name: "rat"
type: "string"
optional: "true"
filter: ""
display: "RAT"
display: "RAT Type"
comment: ""
- name: "cn"
type: "string"
optional: "true"
filter: ""
display: "CN"
display: "Core Network"
comment: ""
- name: "smf_sel"
type: "string"
optional: "true"
filter: ""
display: "SMF_sel"
display: "5G SMF Selection Data"
comment: ""
- name: "sm_data"
type: "string"
optional: "true"
filter: ""
display: "SM_data"
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
optional: "true"
filter: ""
display: "4G Static IP"
comment: ""
- name: "context_id"
type: "int"
optional: "true"
filter: ""
display: "4G Context ID"
comment: ""
- name: "apn_context"
type: "int"
optional: "true"
filter: ""
display: "4G APN Context"
comment: ""
- name: "epstpl"
type: "string"
optional: "true"
filter: ""
display: "4G EPS User Template Name"
comment: ""
- name: "eps_flag"
type: "enum"
optional: "true"
filter: "{\"0\":\"Disable\", \"1\":\"Enable\"}"
display: "4G EPS Flag"
comment: ""
- name: "eps_odb"
type: "int"
optional: "true"
filter: ""
display: "4G EPS ODB"
comment: ""
- name: "hplmn_odb"
type: "int"
optional: "true"
filter: ""
display: "4G HPLMN ODB"
comment: ""
- name: "ard"
type: "int"
optional: "true"
filter: ""
display: "4G Access Restriction Data"
comment: ""
- operation: "bad"
object: "udmuser"
@@ -290,67 +387,115 @@ udm:
type: "string"
optional: "false"
filter: ""
display: "IMSI"
display: "Starting IMSI"
comment: ""
- name: "start_msisdn"
type: "string"
optional: "false"
filter: ""
display: "MSISDN"
display: "Starting MSISDN"
comment: ""
- name: "sub_num"
type: "int"
optional: "false"
filter: ""
display: "subscriber number"
display: "Subscriber Number"
comment: ""
- name: "ambr"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "AMBR"
display: "5G UE AMBR"
comment: ""
- name: "nssai"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "Nssai"
display: "5G SNSSAIs"
comment: ""
- name: "arfb"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "Arfb"
display: "5G Forbidden Areas"
comment: ""
- name: "sar"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "SAR"
display: "5G Service Area Restriction"
comment: ""
- name: "rat"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "RAT"
display: "RAT Type"
comment: ""
- name: "cn"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "CN"
display: "Core Network"
comment: ""
- name: "smf_sel"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "SMF_sel"
display: "5G SMF Selection Data"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
optional: "true"
filter: ""
display: "SM_data"
display: "5G SM Data"
comment: ""
- name: "static_ip"
type: "ipv4"
optional: "true"
filter: ""
display: "4G Static IP"
comment: ""
- name: "context_id"
type: "int"
optional: "true"
filter: ""
display: "4G Context ID"
comment: ""
- name: "apn_context"
type: "int"
optional: "true"
filter: ""
display: "4G APN Context"
comment: ""
- name: "epstpl"
type: "string"
optional: "true"
filter: ""
display: "4G EPS User Template Name"
comment: ""
- name: "eps_flag"
type: "enum"
optional: "true"
filter: "{\"0\":\"Disable\", \"1\":\"Enable\"}"
display: "4G EPS Flag"
comment: ""
- name: "eps_odb"
type: "int"
optional: "true"
filter: ""
display: "4G EPS ODB"
comment: ""
- name: "hplmn_odb"
type: "int"
optional: "true"
filter: ""
display: "4G HPLMN ODB"
comment: ""
- name: "ard"
type: "int"
optional: "true"
filter: ""
display: "4G Access Restriction Data"
comment: ""
- operation: "bde"
object: "udmuser"
@@ -360,13 +505,13 @@ udm:
type: "string"
optional: "false"
filter: ""
display: "IMSI"
display: "Starting IMSI"
comment: ""
- name: "sub_num"
type: "string"
optional: "false"
filter: ""
display: "Subcribers number"
display: "Subcribers Number"
comment: ""
- operation: "bmd"
object: "udmuser"
@@ -376,41 +521,51 @@ udm:
type: "string"
optional: "false"
filter: ""
display: "IMSI"
display: "Starting IMSI"
comment: ""
- name: "sub_num"
type: "string"
optional: "false"
filter: ""
display: "Subcribers number"
display: "Subcribers Number"
comment: ""
- name: "sm_data"
type: "string"
optional: "false"
filter: ""
display: "SM_data"
display: "5G SM Data"
comment: ""
- operation: "import"
object: "udmuser"
display: "Import Subscriber Data From File"
params:
- name: "path"
type: "string"
type: "file"
optional: "false"
filter: ""
display: "Path file"
display: "Path File"
comment: ""
- operation: "upload"
object: "udmuser"
display: "Upload Subscriber Data"
status: "Inactive"
params:
- name: "path"
type: "file"
optional: "false"
filter: ""
display: "Path File"
comment: ""
- operation: "export"
object: "udmuser"
display: "Export Subscriber Data to File"
params:
- name: "path"
type: "string"
optional: "false"
filter: ""
display: "Path file"
comment: ""
display: "Path File"
comment: ""
- operation: "sync"
object: "start"
display: "Sync UDM Data From Public UDM"