fix: parameter config rectification

This commit is contained in:
2024-01-05 10:33:06 +08:00
parent 223c314591
commit c00e2d6c56
4 changed files with 118 additions and 118 deletions

View File

@@ -15,7 +15,7 @@ ausf:
access: "read-write"
filter: "0~65535"
display: "Service Port"
comment: "0~65535"
comment: ""
- name: "scheme"
type: "enum"
value: "http"
@@ -43,4 +43,4 @@ ausf:
access: "read-write"
filter: ''
display: "Group ID"
comment: "0~31"
comment: ""

View File

@@ -15,7 +15,7 @@ nrf:
access: "read-write"
filter: "0~65535"
display: "Service Port"
comment: "0~65535"
comment: ""
- name: "scheme"
type: "enum"
value: "0"
@@ -33,32 +33,32 @@ nrf:
access: "read-only"
filter: '1~256'
display: "Index"
comment: "1~256"
comment: ""
- name: "nfType"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "NF Type"
comment: "1~128"
comment: ""
- name: "status"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "Status"
comment: "1~128"
comment: ""
- name: "nfId"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "NF ID"
comment: "1~128"
comment: ""
- name: "ipAddress"
type: "string"
value: ''
access: "read-only"
filter: '^.{1,128}$'
display: "IP Address"
comment: "1~128"
comment: ""

View File

@@ -15,7 +15,7 @@ pcf:
access: "read-write"
filter: "0~65535"
display: "Service Port"
comment: "0~65535"
comment: ""
- name: "scheme"
type: "enum"
value: "0"
@@ -39,14 +39,14 @@ pcf:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_ambr'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "restrictionType"
type: "enum"
value: '0'
@@ -60,21 +60,21 @@ pcf:
access: "read-write"
filter: ''
display: "TACs"
comment: "0~128"
comment: ""
- name: "areaCodes"
type: "string"
value: '123456'
access: "read-write"
filter: ''
display: "Area Codes"
comment: "0~128"
comment: ""
- name: "maxTAs"
type: "int"
value: "1"
access: "read-write"
filter: '^\d{1,2}$'
display: "Max TAs"
comment: "0~32"
comment: ""
pccRules:
display: "PCC Rules"
array:
@@ -84,14 +84,14 @@ pcf:
access: "read-only"
filter: '1~64'
display: "Index"
comment: "1~64"
comment: ""
- name: "ruleId"
type: "string"
value: 'internet'
access: "read-write"
filter: '^.{1,63}$'
display: "Rule ID"
comment: "0~63"
comment: ""
- name: "activate"
type: "bool"
value: 'true'
@@ -105,7 +105,7 @@ pcf:
access: "read-write"
filter: '0~255'
display: "Precedence"
comment: "0~255"
comment: ""
- name: "flowUsage"
type: "enum"
value: '0'
@@ -119,35 +119,35 @@ pcf:
access: "read-write"
filter: '^.{1,63}$'
display: "APP ID"
comment: "0~63"
comment: ""
- name: "flowTemplate"
type: "string"
value: 'flow_any'
access: "read-write"
filter: '^.{1,255}$'
display: "Flow Template"
comment: "0~255"
comment: ""
- name: "qosId"
type: "string"
value: 'qos_cmnet'
access: "read-write"
filter: '^.{1,63}$'
display: "QoS ID"
comment: "0~63"
comment: ""
- name: "trafficControlId"
type: "string"
value: ''
access: "read-write"
filter: '^.{1,63}$'
display: "Traffic Control ID"
comment: "0~63"
comment: ""
- name: "usageMonitoringId"
type: "string"
value: ''
access: "read-write"
filter: '^.{1,63}$'
display: "Usage Monitoring ID"
comment: "0~63"
comment: ""
sessionRules:
display: "Session Rules"
array:
@@ -157,14 +157,14 @@ pcf:
access: "read-only"
filter: '1~64'
display: "Index"
comment: "1~64"
comment: ""
- name: "ruleId"
type: "string"
value: 'internet'
access: "read-write"
filter: '^.{1,63}$'
display: "Rule ID"
comment: "0~63"
comment: ""
- name: "activate"
type: "bool"
value: 'true'
@@ -178,14 +178,14 @@ pcf:
access: "read-write"
filter: '0~255'
display: "5QI"
comment: "0~255"
comment: ""
- name: "fiveQIPriorityLevel"
type: "int"
value: "80"
access: "read-write"
filter: '0~127'
display: "5QI Priority Level"
comment: "0~127"
comment: ""
- name: "flowUsage"
type: "enum"
value: '0'
@@ -199,42 +199,42 @@ pcf:
access: "read-write"
filter: '^.{1,63}$'
display: "Usage Monitoring ID"
comment: "0~63"
comment: ""
- name: "ambrDl"
type: "string"
value: '200Mbps'
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "AMBR Downlink"
comment: "0~31"
comment: ""
- name: "ambrUl"
type: "string"
value: '100Mbps'
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "AMBR Uplink"
comment: "0~31"
comment: ""
- name: "averagingWindow"
type: "int"
value: "0"
access: "read-write"
filter: '0~4095'
display: "Averaging Window"
comment: "0~4095"
comment: ""
- name: "maxDataBurstVolume"
type: "int"
value: "0"
access: "read-write"
filter: '0~4095'
display: "Max Data Burst Volume"
comment: "0~4095"
comment: ""
- name: "arpPriorityLevel"
type: "int"
value: "1"
access: "read-write"
filter: '1~15'
display: "ARP Priority Level"
comment: "1~15"
comment: ""
- name: "arpPreemptCap"
type: "enum"
value: "0"
@@ -255,28 +255,28 @@ pcf:
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Downlink"
comment: "0~31"
comment: ""
- name: "maxbrUl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Uplink"
comment: "0~31"
comment: ""
- name: "gbrDl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Downlink"
comment: "0~31"
comment: ""
- name: "gbrUl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Uplink"
comment: "0~31"
comment: ""
gxServer:
display: "Gx Server"
list:
@@ -307,14 +307,14 @@ pcf:
access: "read-write"
filter: '^.{0,127}$'
display: "Host"
comment: "0~127"
comment: ""
- name: "realm"
type: "string"
value: "ims.mnc000.mcc460.3gppnetwork.org"
access: "read-write"
filter: '^.{0,127}$'
display: "Realm"
comment: "0~127"
comment: ""
rxServer:
display: "Rx Server"
list:
@@ -345,14 +345,14 @@ pcf:
access: "read-write"
filter: '^.{0,127}$'
display: "Host"
comment: "0~127"
comment: ""
- name: "realm"
type: "string"
value: "ims.mnc000.mcc460.3gppnetwork.org"
access: "read-write"
filter: '^.{0,127}$'
display: "Realm"
comment: "0~127"
comment: ""
flowTemplate:
display: "Flow Template"
array:
@@ -362,21 +362,21 @@ pcf:
access: "read-only"
filter: '1~256'
display: "Index"
comment: "1~256"
comment: ""
- name: "templateName"
type: "string"
value: 'flow_any'
access: "read-write"
filter: '^.{1,63}$'
display: "Template Name"
comment: "0~63"
comment: ""
- name: "flowDescription"
type: "string"
value: 'permit out ip from any to assigned'
access: "read-write"
filter: '^.{1,127}$'
display: "Flow Description"
comment: "0~127"
comment: ""
- name: "flowDirection"
type: "enum"
value: '0'
@@ -393,63 +393,63 @@ pcf:
access: "read-only"
filter: '1~64'
display: "Index"
comment: "1~64"
comment: ""
- name: "qosId"
type: "string"
value: 'qos_cmnet'
access: "read-write"
filter: '^.{1,63}$'
display: "QoS ID"
comment: "0~63"
comment: ""
- name: "fiveQI"
type: "int"
value: "9"
access: "read-write"
filter: '0~255'
display: "5QI"
comment: "0~255"
comment: ""
- name: "fiveQIPriorityLevel"
type: "int"
value: "80"
access: "read-write"
filter: '0~127'
display: "5QI Priority Level"
comment: "0~127"
comment: ""
- name: "maxbrDl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Downlink"
comment: "0~31"
comment: ""
- name: "maxbrUl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "Max Bitrate Uplink"
comment: "0~31"
comment: ""
- name: "gbrDl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Downlink"
comment: "0~31"
comment: ""
- name: "gbrUl"
type: "string"
value: ''
access: "read-write"
filter: '^\d+(\.\d+)?( ?)(bps|Kbps|Mbps|Gbps|Tbps)$'
display: "GBR Uplink"
comment: "0~31"
comment: ""
- name: "arpPriorityLevel"
type: "int"
value: "1"
access: "read-write"
filter: '1~15'
display: "ARP Priority Level"
comment: "1~15"
comment: ""
- name: "arpPreemptCap"
type: "enum"
value: "0"
@@ -480,14 +480,14 @@ pcf:
access: "read-only"
filter: '1~64'
display: "Index"
comment: "1~64"
comment: ""
- name: "umId"
type: "string"
value: 'flow_any'
access: "read-write"
filter: '^.{1,63}$'
display: "Usage Monitoring ID"
comment: "0~63"
comment: ""
- name: "volumeThreshold"
type: "int"
value: '5242880'
@@ -532,14 +532,14 @@ pcf:
access: "read-only"
filter: '1~64'
display: "Index"
comment: "1~64"
comment: ""
- name: "tcId"
type: "string"
value: ''
access: "read-write"
filter: '^.{1,63}$'
display: "Traffic Control ID"
comment: "0~63"
comment: ""
- name: "flowStatus"
type: "enum"
value: '0'
@@ -560,7 +560,7 @@ pcf:
access: "read-write"
filter: '^.{1,63}$'
display: "Route to Location DNAI"
comment: "0~63"
comment: ""
headerEnrichTemplate:
display: "Header Enrich Template"
array:
@@ -570,14 +570,14 @@ pcf:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "templateName"
type: "string"
value: ''
access: "read-write"
filter: '^.{1,63}$'
display: "Template Name"
comment: "0~63"
comment: ""
- name: "headerType"
type: "enum"
value: '0'
@@ -591,4 +591,4 @@ pcf:
access: "read-write"
filter: '^.{1,63}$'
display: "Header Name"
comment: "0~63"
comment: ""

View File

@@ -15,7 +15,7 @@ udm:
access: "read-write"
filter: "0~65535"
display: "Service Port"
comment: "0~65535"
comment: ""
- name: "nrfUri"
type: "string"
value: "http://172.16.5.180:8080"
@@ -43,21 +43,21 @@ udm:
access: "read-write"
filter: "0~4095"
display: "Priority"
comment: "0~4095"
comment: ""
- name: "capacity"
type: "int"
value: "4096"
access: "read-write"
filter: "0~65535"
display: "Capacity"
comment: "0~65535"
comment: ""
- name: "groupId"
type: "string"
value: "0"
access: "read-write"
filter: ''
display: "Group ID"
comment: "0~31"
comment: ""
- name: "supiRanges"
type: "regex"
value: "imsi-001010100080000~imsi-001010100080099"
@@ -88,14 +88,14 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_ambr'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "uplink"
type: "regex"
value: '1Gbps'
@@ -119,35 +119,35 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_nssai'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "supportedFeatures"
type: "string"
value: "1"
access: "read-write"
filter: '8~8'
display: "Supported Features"
comment: "8~8"
comment: ""
- name: "defaultSingleNSSAIs"
type: "string"
value: '1-000001'
access: "read-write"
filter: ''
display: "Default Single NSSAIs"
comment: "0~128"
comment: ""
- name: "singleNssais"
type: "string"
value: '1-000002'
access: "read-write"
filter: ''
display: "Single NSSAIs"
comment: "0~128"
comment: ""
forbiddenAreas:
display: "Forbidden Areas"
array:
@@ -157,28 +157,28 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_ambr'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "tacs"
type: "string"
value: '123'
access: "read-write"
filter: ''
display: "TACs"
comment: "0~128"
comment: ""
- name: "areaCodes"
type: "string"
value: '123456'
access: "read-write"
filter: ''
display: "Area Codes"
comment: "0~128"
comment: ""
serviceAreaRestriction:
display: "Service Area Restriction"
array:
@@ -188,42 +188,42 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_ambr'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "restrictionType"
type: "enum"
value: '0'
access: "read-write"
filter: "{\"0\":\"Allowed Areas\", \"1\":\"Not Allowed Areas\"}"
display: "Restriction Type"
comment: "0~128"
comment: ""
- name: "tacs"
type: "string"
value: '123'
access: "read-write"
filter: ''
display: "TACs"
comment: "0~128"
comment: ""
- name: "areaCodes"
type: "string"
value: '123456'
access: "read-write"
filter: ''
display: "Area Codes"
comment: "0~128"
comment: ""
- name: "maxTAs"
type: "int"
value: "1"
access: "read-write"
filter: '^\d{1,2}$'
display: "Max TAs"
comment: "0~32"
comment: ""
smfSelection:
display: "Subs SMF Selection"
array:
@@ -233,14 +233,14 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_snssai'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "0~32"
comment: ""
- name: "snssai"
type: "string"
value: '1-000001'
@@ -262,14 +262,14 @@ udm:
access: "read-only"
filter: '1~4'
display: "Index"
comment: "1~4"
comment: ""
- name: "dnn"
type: "string"
value: 'cmnet'
access: "read-write"
filter: '^.{1,32}$'
display: "DNN"
comment: "0~32"
comment: ""
- name: "defaultDnnInd"
type: "bool"
value: 'true'
@@ -283,21 +283,21 @@ udm:
access: "read-write"
filter: 'false;true;'
display: "LBO Roaming Allowed"
comment: "LBO Roaming Allowed"
comment: ""
- name: "iwkEpsInd"
type: "bool"
value: 'false'
access: "read-write"
filter: 'false;true;'
display: "Interworking EPS Indicator"
comment: "IWK EPS Ind"
comment: ""
- name: "ladnIndicator"
type: "bool"
value: 'false'
access: "read-write"
filter: 'false;true;'
display: "LADN Indicator"
comment: "LADN Indicator"
comment: ""
dnn:
display: "DNN Conf"
array:
@@ -307,14 +307,14 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_nssai'
access: "read-write"
filter: '^.{1,32}$'
display: "Name"
comment: "1~32"
comment: ""
- name: "defaultPDUSessionType"
type: "enum"
value: "0"
@@ -349,14 +349,14 @@ udm:
access: "read-write"
filter: "{\"0\":\"SSC Mode1\",\"1\":\"SSC Mode2\",\"2\":\"SSC Mode3\"}"
display: "Default SSC Mode"
comment: "1~16"
comment: ""
- name: "allowedSSCmodes"
type: "enum"
value: "0"
access: "read-write"
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"
comment: ""
- name: "interworkingEPSIndicator"
type: "bool"
value: "1"
@@ -377,7 +377,7 @@ udm:
access: "read-write"
filter: '4~4'
display: "Charging Characteristics"
comment: "4~4"
comment: ""
- name: "subscribedSessionAmbrUL"
type: "regex"
value: "1Gbps"
@@ -443,35 +443,35 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "name"
type: "string"
value: 'def_eps'
access: "read-write"
filter: '^.{0,31}$'
display: "Name"
comment: "0~31"
comment: ""
- name: "ambrUplink"
type: "int"
value: '100000000'
access: "read-write"
filter: '0~4294967295'
display: "AMBR Uplink"
comment: "0~4294967295"
comment: ""
- name: "ambrDownlink"
type: "int"
value: '200000000'
access: "read-write"
filter: '0~4294967295'
display: "AMBR Downlink"
comment: "0~4294967295"
comment: ""
- name: "apnOIReplacement"
type: "string"
value: 'money'
access: "read-write"
filter: '^.{0,31}$'
display: "APN OI Replacement"
comment: "0~31"
comment: ""
- name: "rfsp"
type: "int"
value: '1'
@@ -492,7 +492,7 @@ udm:
access: "read-write"
filter: '4~4'
display: "Charging Characteristic"
comment: "4~4"
comment: ""
epsApn:
display: "EPS APN"
array:
@@ -502,14 +502,14 @@ udm:
access: "read-only"
filter: '1~16'
display: "Index"
comment: "1~16"
comment: ""
- name: "dnn"
type: "string"
value: 'cmnet'
access: "read-write"
filter: '^.{0,127}$'
display: "DNN"
comment: "0~127"
comment: ""
- name: "pdnType"
type: "enum"
value: '0'
@@ -523,14 +523,14 @@ udm:
access: "read-write"
filter: '1~255'
display: "QCI"
comment: "1~255"
comment: ""
- name: "arpPriorityLevel"
type: "int"
value: '8'
access: "read-write"
filter: '1~127'
display: "ARP Priority"
comment: "1~127"
comment: ""
- name: "arpPreemptCap"
type: "enum"
value: '0'
@@ -572,21 +572,21 @@ udm:
access: "read-write"
filter: '0~4294967295'
display: "AMBR Uplink"
comment: "0~4294967295"
comment: ""
- name: "ambrDownlink"
type: "int"
value: '200000000'
access: "read-write"
filter: '0~4294967295'
display: "AMBR Downlink"
comment: "0~4294967295"
comment: ""
- name: "chargingCharacteristic"
type: "string"
value: '0001'
access: "read-write"
filter: '4~4'
display: "Charging Characteristic"
comment: "4~4"
comment: ""
applicationServer:
display: "Application Server"
array:
@@ -596,14 +596,14 @@ udm:
access: "read-only"
filter: '1~32'
display: "Index"
comment: "1~32"
comment: ""
- name: "name"
type: "string"
value: 'mmtel_as'
access: "read-write"
filter: '^.{1,31}$'
display: "AS Name"
comment: "0~31"
comment: ""
- name: "defaultHandling"
type: "enum"
value: '0'
@@ -617,21 +617,21 @@ udm:
access: "read-write"
filter: '^.{1,127}$'
display: "Server Name"
comment: "0~127"
comment: ""
- name: "diameterAddress"
type: "string"
value: 'mmtel.ims.mnc000.mcc460.3gppnetwork.org'
access: "read-write"
filter: '^.{1,127}$'
display: "Diameter Address"
comment: "0~127"
comment: ""
- name: "repDataSizeLimit"
type: "int"
value: '0'
access: "read-write"
filter: '0~65535'
display: "Rep Data Size Limit"
comment: "0~65535"
comment: ""
- name: "includeRegisterRequest"
type: "bool"
value: 'false'
@@ -655,14 +655,14 @@ udm:
access: "read-only"
filter: '1~8'
display: "Index"
comment: "1~8"
comment: ""
- name: "name"
type: "string"
value: 'mmtel_as'
access: "read-write"
filter: '^.{1,31}$'
display: "Name"
comment: "0~31"
comment: ""
- name: "priority"
type: "int"
value: '1'
@@ -676,7 +676,7 @@ udm:
access: "read-write"
filter: '^.{1,127}$'
display: "Server Name"
comment: "0~127"
comment: ""
s6aServer:
display: "S6a Server"
list:
@@ -707,14 +707,14 @@ udm:
access: "read-write"
filter: '^.{1,127}$'
display: "Host"
comment: "0~127"
comment: ""
- name: "realm"
type: "string"
value: "ims.mnc000.mcc460.3gppnetwork.org"
access: "read-write"
filter: '^.{1,127}$'
display: "Realm"
comment: "0~127"
comment: ""
cxServer:
display: "Cx Server"
list:
@@ -745,11 +745,11 @@ udm:
access: "read-write"
filter: '^.{1,127}$'
display: "Host"
comment: "0~127"
comment: ""
- name: "realm"
type: "string"
value: "ims.mnc000.mcc460.3gppnetwork.org"
access: "read-write"
filter: '^.{1,127}$'
display: "Realm"
comment: "0~127"
comment: ""