From 123e8f4412c1344de5d22063f5058455b09a785f Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 14 Nov 2023 15:49:49 +0800 Subject: [PATCH] fix: parameter config yaml updated --- config/param/ausf_param_config.yaml | 6 +- config/param/nrf_param_config.yaml | 7 +-- config/param/pcf_param_config.yaml | 88 +++++++++++++-------------- config/param/udm_param_config.yaml | 92 ++++++++++++++--------------- 4 files changed, 96 insertions(+), 97 deletions(-) diff --git a/config/param/ausf_param_config.yaml b/config/param/ausf_param_config.yaml index 3c60a816..e71582f4 100644 --- a/config/param/ausf_param_config.yaml +++ b/config/param/ausf_param_config.yaml @@ -20,8 +20,8 @@ ausf: type: "enum" value: "http" access: "read-write" - filter: "{\"0\":\"http\", \"1\":\"https\"}" - display: "scheme" + filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" + display: "Scheme" comment: "" - name: "nrfUri" type: "string" @@ -42,5 +42,5 @@ ausf: value: "0" access: "read-write" filter: '' - display: "Group Id" + display: "Group ID" comment: "0~31" diff --git a/config/param/nrf_param_config.yaml b/config/param/nrf_param_config.yaml index ccd26308..aaa264ca 100644 --- a/config/param/nrf_param_config.yaml +++ b/config/param/nrf_param_config.yaml @@ -20,12 +20,11 @@ nrf: type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"http\", \"1\":\"https\"}" - display: "scheme" + filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" + display: "Scheme" comment: "" registeredNFs: display: "Registered NFs" - method: "get" array: - name: "index" type: "int" @@ -53,7 +52,7 @@ nrf: value: '' access: "read-only" filter: '^.{1,128}$' - display: "NF Id" + display: "NF ID" comment: "1~128" - name: "ipAddress" type: "string" diff --git a/config/param/pcf_param_config.yaml b/config/param/pcf_param_config.yaml index e31b0e6b..f772d2e8 100644 --- a/config/param/pcf_param_config.yaml +++ b/config/param/pcf_param_config.yaml @@ -20,8 +20,8 @@ pcf: type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"http\", \"1\":\"https\"}" - display: "scheme" + filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" + display: "Scheme" comment: "" - name: "nrfUri" type: "string" @@ -66,7 +66,7 @@ pcf: value: '123456' access: "read-write" filter: '' - display: "AreaCodes" + display: "Area Codes" comment: "0~128" - name: "maxTAs" type: "int" @@ -90,7 +90,7 @@ pcf: value: 'internet' access: "read-write" filter: '^.{1,63}$' - display: "Rule Id" + display: "Rule ID" comment: "0~63" - name: "activate" type: "bool" @@ -118,7 +118,7 @@ pcf: value: '' access: "read-write" filter: '^.{1,63}$' - display: "App Id" + display: "App ID" comment: "0~63" - name: "flowTemplate" type: "string" @@ -132,21 +132,21 @@ pcf: value: 'qos_cmnet' access: "read-write" filter: '^.{1,63}$' - display: "Qos Id" + display: "QoS ID" comment: "0~63" - name: "trafficControlId" type: "string" value: '' access: "read-write" filter: '^.{1,63}$' - display: "Traffic Control Id" + display: "Traffic Control ID" comment: "0~63" - name: "usageMonitoringId" type: "string" value: '' access: "read-write" filter: '^.{1,63}$' - display: "Usage Monitoring Id" + display: "Usage Monitoring ID" comment: "0~63" sessionRules: display: "Session Rules" @@ -163,7 +163,7 @@ pcf: value: 'internet' access: "read-write" filter: '^.{1,63}$' - display: "Rule Id" + display: "Rule ID" comment: "0~63" - name: "activate" type: "bool" @@ -198,28 +198,28 @@ pcf: value: '' access: "read-write" filter: '^.{1,63}$' - display: "Usage Monitoring Id" + display: "Usage Monitoring ID" comment: "0~63" - name: "ambrDl" type: "string" value: '200Mbps' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Ambr Dl" + display: "AMBR Downlink" comment: "0~31" - name: "ambrUl" type: "string" value: '100Mbps' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Ambr Ul" + display: "AMBR Uplink" comment: "0~31" - name: "averagingWindow" type: "int" value: "0" access: "read-write" filter: '0~4095' - display: "Packet Delay Budget" + display: "Averaging Window" comment: "0~4095" - name: "maxDataBurstVolume" type: "int" @@ -240,42 +240,42 @@ pcf: value: "0" access: "read-write" filter: "{\"0\":\"Not Preempt\",\"1\":\"May Preempt\"}" - display: "ARP PreemptCap" + display: "ARP Preempt Capability" comment: "" - name: "arpPreemptVuln" type: "enum" value: "0" access: "read-write" filter: "{\"0\":\"Not Preemptable\",\"1\":\"Preemptable\"}" - display: "ARP PreemptVuln" + display: "ARP Preempt Vulnerability" comment: "" - name: "maxbrDl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Max Bitrate Dl" + display: "Max Bitrate Downlink" comment: "0~31" - name: "maxbrUl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Max Bitrate Ul" + display: "Max Bitrate Uplink" comment: "0~31" - name: "gbrDl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Gbr Dl" + display: "GBR Downlink" comment: "0~31" - name: "gbrUl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Gbr Ul" + display: "GBR Uplink" comment: "0~31" gxServer: display: "Gx Server" @@ -285,13 +285,13 @@ pcf: value: 'true' access: "read-write" filter: 'false;true;' - display: "enable" + display: "Enable" comment: "" - name: "netType" type: "enum" value: '1' access: "read-write" - filter: "{\"0\":\"tcp\",\"1\":\"sctp\"}" + filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" display: "Link Type" comment: "" - name: "addr" @@ -299,21 +299,21 @@ pcf: value: "172.16.5.140:3868" access: "read-write" filter: '' - display: "address" + display: "Address" comment: "" - name: "host" type: "string" value: "hss.ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{0,127}$' - display: "host" + display: "Host" comment: "0~127" - name: "realm" type: "string" value: "ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{0,127}$' - display: "realm" + display: "Realm" comment: "0~127" rxServer: display: "Rx Server" @@ -323,13 +323,13 @@ pcf: value: 'true' access: "read-write" filter: 'false;true;' - display: "enable" + display: "Enable" comment: "" - name: "netType" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"tcp\",\"1\":\"sctp\"}" + filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" display: "Link Type" comment: "" - name: "addr" @@ -337,21 +337,21 @@ pcf: value: "172.16.5.140:3868" access: "read-write" filter: '' - display: "address" + display: "Address" comment: "" - name: "host" type: "string" value: "hss.ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{0,127}$' - display: "host" + display: "Host" comment: "0~127" - name: "realm" type: "string" value: "ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{0,127}$' - display: "realm" + display: "Realm" comment: "0~127" flowTemplate: display: "Flow Template" @@ -381,11 +381,11 @@ pcf: type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"unspecified\", \"1\":\"uplink\", \"2\":\"downlink\", \"3\":\"bidirectional\"}" + filter: "{\"0\":\"Unspecified\", \"1\":\"Uplink\", \"2\":\"Downlink\", \"3\":\"Bidirectional\"}" display: "Flow Direction" comment: "" qosTemplate: - display: "Qos Template" + display: "QoS Template" array: - name: "index" type: "int" @@ -399,7 +399,7 @@ pcf: value: 'qos_cmnet' access: "read-write" filter: '^.{1,63}$' - display: "Qos Id" + display: "QoS ID" comment: "0~63" - name: "fiveQI" type: "int" @@ -420,28 +420,28 @@ pcf: value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Max Bitrate Dl" + display: "Max Bitrate Downlink" comment: "0~31" - name: "maxbrUl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Max Bitrate Ul" + display: "Max Bitrate Uplink" comment: "0~31" - name: "gbrDl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Gbr Dl" + display: "GBR Downlink" comment: "0~31" - name: "gbrUl" type: "string" value: '' access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Gbr Ul" + display: "GBR Uplink" comment: "0~31" - name: "arpPriorityLevel" type: "int" @@ -455,21 +455,21 @@ pcf: value: "0" access: "read-write" filter: "{\"0\":\"Not Preempt\",\"1\":\"May Preempt\"}" - display: "ARP PreemptCap" + display: "ARP Preempt Capability" comment: "" - name: "arpPreemptVuln" type: "enum" value: "0" access: "read-write" filter: "{\"0\":\"Not Preemptable\",\"1\":\"Preemptable\"}" - display: "ARP PreemptVuln" + display: "ARP Preempt Vulnerability" comment: "" - name: "defQosFlowIndication" type: "bool" value: 'false' access: "read-write" filter: 'false;true;' - display: "Default Qos Flow Indication" + display: "Default QoS Flow Indication" comment: "" usageMonitoringTemplate: display: "Usage Monitoring Template" @@ -486,7 +486,7 @@ pcf: value: 'flow_any' access: "read-write" filter: '^.{1,63}$' - display: "Usage Monitoring Id" + display: "Usage Monitoring ID" comment: "0~63" - name: "volumeThreshold" type: "int" @@ -538,13 +538,13 @@ pcf: value: '' access: "read-write" filter: '^.{1,63}$' - display: "Traffic Control Id" + display: "Traffic Control ID" comment: "0~63" - name: "flowStatus" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"disable\", \"1\":\"uplink\", \"2\":\"downlink\", \"3\":\"enable\", \"4\":\"remove\"}" + filter: "{\"0\":\"Disable\", \"1\":\"Uplink\", \"2\":\"Downlink\", \"3\":\"Enable\", \"4\":\"Remove\"}" display: "Flow Status" comment: "" - name: "muteNotif" @@ -559,7 +559,7 @@ pcf: value: '' access: "read-write" filter: '^.{1,63}$' - display: "Route to Location Dnai" + display: "Route to Location DNAI" comment: "0~63" headerEnrichTemplate: display: "Header Enrich Template" @@ -582,7 +582,7 @@ pcf: type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"gpsi\", \"1\":\"supi\", \"2\":\"ueip\", \"3\":\"userlocation\", \"4\":\"dnn\"}" + filter: "{\"0\":\"GPSI\", \"1\":\"SUPI\", \"2\":\"UE IP\", \"3\":\"User Location\", \"4\":\"DNN\"}" display: "Header Type" comment: "" - name: "headerName" diff --git a/config/param/udm_param_config.yaml b/config/param/udm_param_config.yaml index 6b76de4f..6630226f 100644 --- a/config/param/udm_param_config.yaml +++ b/config/param/udm_param_config.yaml @@ -35,7 +35,7 @@ udm: value: "agt.com" access: "read-write" filter: '' - display: "fqdn" + display: "FQDN" comment: "" - name: "priority" type: "int" @@ -56,7 +56,7 @@ udm: value: "0" access: "read-write" filter: '' - display: "Group Id" + display: "Group ID" comment: "0~31" - name: "supiRanges" type: "regex" @@ -76,8 +76,8 @@ udm: type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"http\", \"1\":\"https\"}" - display: "scheme" + filter: "{\"0\":\"HTTP\", \"1\":\"HTTPS\"}" + display: "Scheme" comment: "" subsUEAmbr: display: "Subs UE AMBR" @@ -146,7 +146,7 @@ udm: value: '1-000002' access: "read-write" filter: '' - display: "Single Nssais" + display: "Single NSSAIs" comment: "0~128" forbiddenAreas: display: "Forbidden Areas" @@ -177,7 +177,7 @@ udm: value: '123456' access: "read-write" filter: '' - display: "AreaCodes" + display: "Area Codes" comment: "0~128" serviceAreaRestriction: display: "Service Area Restriction" @@ -215,7 +215,7 @@ udm: value: '123456' access: "read-write" filter: '' - display: "AreaCodes" + display: "Area Codes" comment: "0~128" - name: "maxTAs" type: "int" @@ -246,14 +246,14 @@ udm: value: '1-000001' access: "read-write" filter: '^\d{1,3}[A-Fa-f0-9]{6}$' - display: "Snssai" + display: "SNSSAI" comment: "" - name: "dnnList" type: "int" value: '1' access: "read-only" filter: '1~4' - display: "Dnn List" + display: "DNN List" comment: "" array: - name: "index" @@ -261,21 +261,21 @@ udm: value: "1" access: "read-only" filter: '1~4' - display: "index" + display: "Index" comment: "1~4" - name: "dnn" type: "string" value: 'cmnet' access: "read-write" filter: '^.{1,32}$' - display: "Dnn" + display: "DNN" comment: "0~32" - name: "defaultDnnInd" type: "bool" value: 'true' access: "read-write" filter: 'false;true;' - display: "default Dnn Indicator" + display: "Default DNN Indicator" comment: "" - name: "lboRoamingAllowed" type: "bool" @@ -289,8 +289,8 @@ udm: value: 'false' access: "read-write" filter: 'false;true;' - display: "Iwk EPS Ind" - comment: "Iwk EPS Ind" + display: "Interworking EPS Indicator" + comment: "IWK EPS Ind" - name: "ladnIndicator" type: "bool" value: 'false' @@ -299,7 +299,7 @@ udm: display: "LADN Indicator" comment: "LADN Indicator" dnn: - display: "Dnn Conf" + display: "DNN Conf" array: - name: "index" type: "int" @@ -319,14 +319,14 @@ udm: type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"IPV4\",\"1\":\"IPV6\",\"2\":\"IPV4V6\",\"3\":\"Ethernet\",\"4\":\"Unstruction\"}" + filter: "{\"0\":\"IPv4\",\"1\":\"IPv6\",\"2\":\"IPv4v6\",\"3\":\"Ethernet\",\"4\":\"Unstruction\"}" display: "Default PDU Session Type" comment: "" - name: "allowedPDUSessionTypes" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"IPV4\",\"1\":\"IPV6\",\"2\":\"IPV4V6\",\"3\":\"Ethernet\",\"4\":\"Unstruction\",\"5\":\"IPV4 & IPV6\",\"6\":\"IPV4 & IPV4V6\",\"7\":\"IPV6 & IPV4V6\",\"8\":\"IPV4 & IPV6 & IPV4V6\"}" + filter: "{\"0\":\"IPv4\",\"1\":\"IPv6\",\"2\":\"IPv4v6\",\"3\":\"Ethernet\",\"4\":\"Unstruction\",\"5\":\"IPv4 & IPv6\",\"6\":\"IPv4 & IPv4v6\",\"7\":\"IPv6 & IPv4v6\",\"8\":\"IPv4 & IPv6 & IPv4v6\"}" display: "Allowed PDU Session Types" comment: "" - name: "5qi" @@ -334,7 +334,7 @@ udm: value: "9" access: "read-write" filter: "0~255" - display: "5qi" + display: "5QI" comment: "" - name: "priorityLevel" type: "int" @@ -347,14 +347,14 @@ udm: type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"sscMode1\",\"1\":\"sscMode2\",\"2\":\"sscMode3\"}" + filter: "{\"0\":\"SSC Mode1\",\"1\":\"SSC Mode2\",\"2\":\"SSC Mode3\"}" display: "Default SSC Mode" comment: "1~16" - name: "allowedSSCmodes" type: "enum" value: "0" access: "read-write" - filter: "{\"0\":\"sscMode1\",\"1\":\"sscMode2\",\"2\":\"sscMode3\",\"3\":\"sscMode1 & sscMode2\",\"4\":\"sscMode1 & sscMode3\",\"5\":\"sscMode2 & sscMode3\",\"6\":\"sscMode1 & sscMode2 & sscMode3\"}" + filter: "{\"0\":\"SSC Mode1\",\"1\":\"SSC Mode2\",\"2\":\"SSC Mode3\",\"3\":\"SSC Mode1 & SSC Mode2\",\"4\":\"SSC Mode1 & SSC Mode3\",\"5\":\"SSC Mode2 & SSC Mode3\",\"6\":\"SSC Mode1 & SSC Mode2 & SSC Mode3\"}" display: "Allowed SSC Modes" comment: "1~16" - name: "interworkingEPSIndicator" @@ -383,14 +383,14 @@ udm: value: "1Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Subscribed Session Ambr UL" + display: "Subscribed Session AMBR UL" comment: "" - name: "subscribedSessionAmbrDL" type: "regex" value: "2Gbps" access: "read-write" filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$' - display: "Subscribed Session Ambr DL" + display: "Subscribed Session AMBR DL" comment: "" - name: "staticIPAddress" type: "ipv4" @@ -425,17 +425,17 @@ udm: value: "0" access: "read-write" filter: "{\"0\":\"Not Preempt\",\"1\":\"May Preempt\"}" - display: "ARP PreemptCap" + display: "ARP Preempt Capability" comment: "" - name: "arpPreemptVuln" type: "enum" value: "0" access: "read-write" filter: "{\"0\":\"Not Preemptable\",\"1\":\"Preemptable\"}" - display: "ARP PreemptVuln" + display: "ARP Preempt Vulnerability" comment: "" epsTemplate: - display: "Eps User Template" + display: "EPS User Template" array: - name: "index" type: "int" @@ -477,14 +477,14 @@ udm: value: '1' access: "read-write" filter: '' - display: "rfsp" + display: "RFSP" comment: "" - name: "rauTauTimer" type: "int" value: '120' access: "read-write" filter: '' - display: "Rau Tau Timer" + display: "RAU TAU Timer" comment: "" - name: "chargingCharacteristic" type: "string" @@ -494,7 +494,7 @@ udm: display: "Charging Characteristic" comment: "4~4" epsApn: - display: "Eps Apn" + display: "EPS APN" array: - name: "index" type: "int" @@ -508,21 +508,21 @@ udm: value: 'cmnet' access: "read-write" filter: '^.{0,127}$' - display: "Dnn" + display: "DNN" comment: "0~127" - name: "pdnType" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"IPV4\",\"1\":\"IPV6\",\"2\":\"IPV4V6\",\"3\":\"IPV4 or IPV6\"}" - display: "Pdn Type" + filter: "{\"0\":\"IPv4\",\"1\":\"IPv6\",\"2\":\"IPv4v6\",\"3\":\"IPv4 or IPv6\"}" + display: "PDN Type" comment: "" - name: "qci" type: "int" value: '9' access: "read-write" filter: '1~255' - display: "qci" + display: "QCI" comment: "1~255" - name: "arpPriorityLevel" type: "int" @@ -557,14 +557,14 @@ udm: value: 'true' access: "read-write" filter: 'false;true;' - display: "enable" + display: "VPLMN Dynamic Address Allowed" comment: "" - name: "pdnGWAllocationType" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"static\",\"1\":\"dynamic\"}" - display: "Pdn GW Allocation Type" + filter: "{\"0\":\"Static\",\"1\":\"Dynamic\"}" + display: "PDN GW Allocation Type" comment: "" - name: "ambrUplink" type: "int" @@ -647,7 +647,7 @@ udm: display: "Include Register Response" comment: "" scscfSet: - display: "Scscf Set" + display: "SCSCF Set" array: - name: "index" type: "int" @@ -685,13 +685,13 @@ udm: value: 'true' access: "read-write" filter: 'false;true;' - display: "enable" + display: "Enable" comment: "" - name: "netType" type: "enum" value: '1' access: "read-write" - filter: "{\"0\":\"tcp\",\"1\":\"sctp\"}" + filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" display: "Link Type" comment: "" - name: "addr" @@ -699,21 +699,21 @@ udm: value: "172.16.5.140:3868" access: "read-write" filter: '' - display: "address" + display: "Address" comment: "" - name: "host" type: "string" value: "hss.ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{1,127}$' - display: "host" + display: "Host" comment: "0~127" - name: "realm" type: "string" value: "ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{1,127}$' - display: "realm" + display: "Realm" comment: "0~127" cxServer: display: "Cx Server" @@ -723,13 +723,13 @@ udm: value: 'true' access: "read-write" filter: 'false;true;' - display: "enable" + display: "Enable" comment: "" - name: "netType" type: "enum" value: '0' access: "read-write" - filter: "{\"0\":\"tcp\",\"1\":\"sctp\"}" + filter: "{\"0\":\"TCP\",\"1\":\"SCTP\"}" display: "Link Type" comment: "" - name: "addr" @@ -737,19 +737,19 @@ udm: value: "172.16.5.140:3868" access: "read-write" filter: '' - display: "address" + display: "Address" comment: "" - name: "host" type: "string" value: "hss.ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{1,127}$' - display: "host" + display: "Host" comment: "0~127" - name: "realm" type: "string" value: "ims.mnc000.mcc460.3gppnetwork.org" access: "read-write" filter: '^.{1,127}$' - display: "realm" + display: "Realm" comment: "0~127"