From 38996c9e4b8d3dace96806d65fca98adc0d0ebcf Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 14 Dec 2023 10:31:05 +0800 Subject: [PATCH] fix: udm mml update --- config/mml/subscriber/udm_sub_mml_config.yaml | 96 ++++++++++++++++++- 1 file changed, 94 insertions(+), 2 deletions(-) diff --git a/config/mml/subscriber/udm_sub_mml_config.yaml b/config/mml/subscriber/udm_sub_mml_config.yaml index 686ce931..5e32db94 100644 --- a/config/mml/subscriber/udm_sub_mml_config.yaml +++ b/config/mml/subscriber/udm_sub_mml_config.yaml @@ -157,7 +157,7 @@ udm: comment: "" - name: "msisdn" type: "string" - optional: "true" + optional: "false" filter: "" display: "MSISDN" comment: "" @@ -211,6 +211,7 @@ udm: comment: "" - name: "static_ip" type: "string" + value: "-" optional: "false" filter: "" display: "4G Static IP" @@ -451,6 +452,7 @@ udm: comment: "" - name: "static_ip" type: "string" + value: "-" optional: "false" filter: "" display: "4G Static IP" @@ -529,12 +531,102 @@ udm: filter: "" display: "Subcribers Number" comment: "" + - name: "ambr" + type: "string" + optional: "true" + filter: "" + display: "5G UE AMBR" + comment: "" + - name: "nssai" + type: "string" + optional: "true" + filter: "" + display: "5G SNSSAIs" + comment: "" + - name: "arfb" + type: "string" + optional: "true" + filter: "" + display: "5G Forbidden Areas" + comment: "" + - name: "sar" + type: "string" + optional: "true" + filter: "" + display: "5G Service Area Restriction" + comment: "" + - name: "rat" + type: "string" + optional: "true" + filter: "" + display: "RAT Type" + comment: "" + - name: "cn" + type: "string" + optional: "true" + filter: "" + display: "Core Network" + comment: "" + - name: "smf_sel" + type: "string" + optional: "true" + filter: "" + display: "5G SMF Selection Data" + comment: "" - name: "sm_data" type: "string" - optional: "false" + optional: "true" filter: "" display: "5G SM Data" comment: "" + - name: "static_ip" + type: "string" + optional: "true" + filter: "" + display: "4G Static IP" + comment: "Specify mobile phone static IP address, and '-' indicates the use of dynamic IP address" + - 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: "import" object: "udmuser" display: "Import Subscriber Data From File"