From 8103b2be8c892f6595a4842313eb43b067d5cea4 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Wed, 10 Jan 2024 20:28:45 +0800 Subject: [PATCH] fix: parameter config --- config/param/nssf_param_config.yaml | 76 +++---- config/param/smf_param_config.yaml | 2 +- config/param/upf_param_config.yaml | 327 ++++++++++++++-------------- 3 files changed, 206 insertions(+), 199 deletions(-) diff --git a/config/param/nssf_param_config.yaml b/config/param/nssf_param_config.yaml index 29f920aa..06846aaa 100644 --- a/config/param/nssf_param_config.yaml +++ b/config/param/nssf_param_config.yaml @@ -72,9 +72,9 @@ nssf: type: "int" value: "3030" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "Local Sever Port" - comment: "0~65535" + comment: "1~65535" - name: "omcIpv4" type: "string" value: "0.0.0.0" @@ -93,9 +93,9 @@ nssf: type: "int" value: "3030" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "OMC Port" - comment: "0~65535" + comment: "1~65535" - name: "httpScheme" type: "string" value: "http" @@ -107,9 +107,9 @@ nssf: type: "int" value: "1" access: "read-write" - filter: '0~255' + filter: '1~1440' display: "KPI Statistic Interval" - comment: "0~255" + comment: "1~1440" - name: "objectName" type: "string" value: "" @@ -182,63 +182,63 @@ nssf: access: "read-write" filter: '' display: "Register IPv4" - comment: "Register IPv4" + comment: "" - name: "bindingIpv4" type: "string" value: "" access: "read-write" filter: '' display: "Binding IPv4" - comment: "Binding IPv4" + comment: "" - name: "registerIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Register IPv6" - comment: "Register IPv6" + comment: "" - name: "bindingIpv6" type: "string" value: "" access: "read-write" - filter: '0~65535' + filter: '' display: "Binding IPv6" - comment: "Binding IPv6" + comment: "" - name: "ipType" type: "string" value: "ipv4" access: "read-write" filter: '' display: "IP Type" - comment: "IP Type" + comment: "" - name: "port" type: "int" value: "8080" access: "read-write" filter: '' display: "Port" - comment: "Port" + comment: "" - name: "telnetIpv4" type: "string" value: "" access: "read-write" filter: '' display: "Telnet IPv4" - comment: "Telnet IPv4" + comment: "" - name: "telnetIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Telnet IPv6" - comment: "Telnet IPv6" + comment: "" - name: "telnetPort" type: "int" value: "4100" access: "read-write" filter: '' display: "Telnet Port" - comment: "Telnet Port" + comment: "" supportedNetworkSliceList: display: "Supported Network Slice List" array: @@ -251,81 +251,81 @@ nssf: comment: "1~32" - name: "mcc" type: "string" - value: "" + value: "001" access: "read-write" filter: '' display: "MCC" - comment: "MCC" + comment: "" - name: "mnc" type: "string" - value: "" + value: "01" access: "read-write" filter: '' display: "MNC" - comment: "MNC" + comment: "" - name: "tac" type: "string" value: "" access: "read-write" filter: '' display: "TAC" - comment: "TAC" + comment: "" - name: "supportedSst" type: "int" value: "" access: "read-write" filter: '' display: "Supported SST" - comment: "Supported SST" + comment: "" - name: "supportedSd" type: "string" value: "" access: "read-write" filter: '' display: "Supported SD" - comment: "Supported SD" + comment: "" - name: "restrictedSst" type: "int" value: "" access: "read-write" filter: '' display: "Restricted SST" - comment: "Restricted SST" + comment: "" - name: "restrictedSd" type: "string" value: "" access: "read-write" filter: '' display: "Restricted SD" - comment: "Restricted SD" + comment: "" - name: "nrfId" type: "string" value: "" access: "read-write" filter: '' display: "NRF ID" - comment: "NRF ID" + comment: "" - name: "nsiId" type: "string" value: "" access: "read-write" filter: '' display: "NSI ID" - comment: "NSI ID" + comment: "" - name: "accessType" type: "string" value: "" access: "read-write" filter: '' display: "Access Type" - comment: "Access Type" + comment: "" - name: "amfSetId" type: "string" value: "" access: "read-write" filter: '' display: "AMF Set ID" - comment: "AMF Set ID" + comment: "" plmnMappingList: display: "PLMN Mapping List" array: @@ -342,46 +342,46 @@ nssf: access: "read-write" filter: '' display: "Operator Name" - comment: "Operator Name" + comment: "" - name: "mcc" type: "string" - value: "" + value: "001" access: "read-write" filter: '' display: "MCC" - comment: "MCC" + comment: "" - name: "mnc" type: "string" - value: "" + value: "02" access: "read-write" filter: '' display: "MNC" - comment: "MNC" + comment: "" - name: "servingSnssaiSst" type: "int" value: "1" access: "read-write" filter: '' display: "Serving SNSSAI SST" - comment: "Serving SNSSAI SST" + comment: "" - name: "servingSnssaiSd" type: "string" value: "1" access: "read-write" filter: '' display: "Serving SNSSAI SD" - comment: "Serving SNSSAI SD" + comment: "" - name: "homeSnssaiSst" type: "int" value: "1" access: "read-write" filter: '' display: "Home SNSSAI SST" - comment: "Home SNSSAI SST" + comment: "" - name: "homeSnssaiSd" type: "string" value: "1" access: "read-write" filter: '' display: "Home SNSSAI SD" - comment: "Home SNSSAI SD" \ No newline at end of file + comment: "" \ No newline at end of file diff --git a/config/param/smf_param_config.yaml b/config/param/smf_param_config.yaml index d5ee1cfc..5c1c7450 100644 --- a/config/param/smf_param_config.yaml +++ b/config/param/smf_param_config.yaml @@ -252,7 +252,7 @@ smf: access: "read-write" filter: '1~64' display: "UPF ID" - comment: "UPF ID" + comment: "" dnnTaiSelectUpf: display: "DNN TAI Select UPF" array: diff --git a/config/param/upf_param_config.yaml b/config/param/upf_param_config.yaml index 877dd717..56a6da4d 100644 --- a/config/param/upf_param_config.yaml +++ b/config/param/upf_param_config.yaml @@ -22,7 +22,7 @@ upf: access: "read-write" filter: '' display: "System ID" - comment: "0~255" + comment: "1~255" - name: "dataForwarderNum" type: "int" value: "1" @@ -36,28 +36,28 @@ upf: access: "read-write" filter: '' display: "Common Statistic Interval" - comment: "Common Statistic Interval" + comment: "" - name: "userStatisticInterval" type: "int" value: "60" access: "read-write" filter: '' display: "User Statistic Interval" - comment: "User Statistic Interval" + comment: "" - name: "rxN3OverLoadThresholdMbps" type: "int" value: "0" access: "read-write" filter: '' display: "RX N3 OverLoad Threshold Mbps" - comment: "RX N3 OverLoad Threshold Mbps" + comment: "" - name: "rxN6OverLoadThresholdMbps" type: "int" value: "0" access: "read-write" filter: '' display: "RX N6 OverLoad Threshold Mbps" - comment: "RX N6 OverLoad Threshold Mbps" + comment: "" - name: "checksumOffload" type: "int" value: "0" @@ -71,7 +71,7 @@ upf: access: "read-write" filter: '' display: "Max Downlink Buffer Num" - comment: "Max Downlink Buffer Num" + comment: "" logger: display: "Logger" list: @@ -138,9 +138,9 @@ upf: type: "int" value: "8805" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "Local UDP Port" - comment: "0~65535" + comment: "1~65535" - name: "smfIpv4" type: "string" value: "0.0.0.0" @@ -159,16 +159,16 @@ upf: type: "int" value: "8805" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "SMF UDP Port" - comment: "0~65535" + comment: "1~65535" - name: "retryInterval" type: "int" value: "2" access: "read-write" - filter: '0~255' + filter: '1~255' display: "Retry Interval" - comment: "0~255" + comment: "1~255" - name: "maxRetry" type: "int" value: "3" @@ -180,9 +180,9 @@ upf: type: "int" value: "15" access: "read-write" - filter: '0~255' + filter: '1~255' display: "Heartbeat Interval" - comment: "0~255" + comment: "1~255" omc: display: "OMC" list: @@ -218,9 +218,9 @@ upf: type: "int" value: "3030" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "Local Sever Port" - comment: "0~65535" + comment: "1~65535" - name: "omcIpv4" type: "string" value: "0.0.0.0" @@ -239,9 +239,9 @@ upf: type: "int" value: "3030" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "OMC Port" - comment: "0~65535" + comment: "1~65535" - name: "httpScheme" type: "string" value: "http" @@ -253,9 +253,9 @@ upf: type: "int" value: "1" access: "read-write" - filter: '0~255' + filter: '1~1440' display: "KPI Statistic Interval" - comment: "0~255" + comment: "1~1440" - name: "neId" type: "string" value: "" @@ -326,9 +326,9 @@ upf: type: "int" value: "4100" access: "read-write" - filter: '0~65535' + filter: '1~65535' display: "Local Port" - comment: "0~65535" + comment: "1~65535" redisDb: display: "Redis DB" list: @@ -362,7 +362,7 @@ upf: access: "read-write" filter: '' display: "Type" - comment: "Type" + comment: "upfd|tun" - name: "instanceId" type: "int" value: "1" @@ -404,21 +404,21 @@ upf: access: "read-write" filter: '' display: "TEID Start" - comment: "TEID Start Value" + comment: "The value from which TEID is allocated" - name: "n3HeartbeatInterval" type: "int" value: "30" access: "read-write" filter: '' display: "N3 Heartbeat Interval" - comment: "N3 Heartbeat Interval" + comment: "" - name: "rxTxQueueNum" type: "int" value: "1" access: "read-write" filter: '' display: "RX TX Queue Num" - comment: "RX TX Queue Num" + comment: "" dataForwarderUpfd: display: "Data Forwarder Upfd" list: @@ -428,63 +428,63 @@ upf: access: "read-write" filter: '' display: "UIO Driver" - comment: "UIO Driver name" + comment: "Currently only support vfio-pci" - name: "commandlineListen" type: "string" value: "localhost:5002" access: "read-write" filter: '' display: "Telnet Address IP:Port" - comment: "Telnet Address IP:Port" + comment: "The format must be IP:Port" - name: "heapSizeGB" type: "int" value: "2" access: "read-write" - filter: '1~4' + filter: '1~8' display: "Heap Size GB" - comment: "Heap Size GB" + comment: "the unit is GB" - name: "stateSegSizeMB" type: "int" value: "256" access: "read-write" filter: '64~512' display: "State Seg Size MB" - comment: "State Seg Size MB" + comment: "the unit is MB" - name: "dpdkNoPci" type: "int" value: "0" access: "read-write" filter: '0~1' display: "DPDK No PCI" - comment: "DPDK No PCI" + comment: "" - name: "memChannelNum" type: "int" value: "0" access: "read-write" filter: '0~128' display: "Mem Channel Num" - comment: "Mem Channel Num" + comment: "" - name: "sessionBaseVa" type: "string" value: "0x2000000000" access: "read-write" filter: '' display: "Session Base Va" - comment: "Session Base Va" + comment: "" - name: "buffersPerNuma" type: "int" value: "0" access: "read-write" filter: '' display: "Buffers Per Numa" - comment: "Buffers Per Numa" + comment: "" - name: "n3RssHash" type: "string" value: "" access: "read-write" filter: '' display: "N3 RSS Hash" - comment: "N3 RSS Hash" + comment: "" dataInterfaceList: display: "Data Interface List" array: @@ -508,7 +508,7 @@ upf: access: "read-write" filter: '1~32' display: "Interface ID" - comment: "Interface ID" + comment: "" - name: "driverType" type: "string" value: "host" @@ -529,7 +529,7 @@ upf: access: "read-write" filter: '0~8' display: "IPv4 Address List" - comment: "IPv4 Address List" + comment: "" array: - name: "index" type: "int" @@ -551,14 +551,14 @@ upf: access: "read-write" filter: '' display: "IPv4 Mask" - comment: "IPv4 Mask" + comment: "" - name: "ipv6AddrList" type: "int" value: "1" access: "read-write" filter: '0~8' display: "IPv6 Address List" - comment: "IPv6 Address List" + comment: "" array: - name: "index" type: "int" @@ -573,42 +573,42 @@ upf: access: "read-write" filter: '' display: "IPv6" - comment: "IPv6" + comment: "" - name: "ipv6Prefix" type: "int" value: "64" access: "read-write" filter: '' display: "IPv6 Prefix" - comment: "IPv6 Prefix" + comment: "" - name: "macAddr" type: "string" value: "00:00:00:00:00:00" access: "read-write" filter: '' display: "MAC Address" - comment: "MAC Address" + comment: "" - name: "interfacePCI" type: "string" value: "0000:00:00.0" access: "read-write" filter: '' display: "Interface PCI" - comment: "Interface PCI Value" + comment: "" - name: "systemNetworkCardName" type: "string" value: "" access: "read-write" filter: '' display: "System Network Card Name" - comment: "System Network Card Name" + comment: "" - name: "gatewayIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "Gateway IPv4" - comment: "Gateway IPv4 Value" + comment: "" - name: "bondType" type: "string" value: "0" @@ -622,147 +622,147 @@ upf: access: "read-write" filter: '0~32' display: "Bond ID" - comment: "Bond ID" + comment: "" - name: "bfdTxIntervalMs" type: "int" value: "1" access: "read-write" filter: '' display: "BFD TX Interval Ms" - comment: "BFD TX Interval Ms" + comment: "" - name: "bfdRxIntervalMs" type: "int" value: "1" access: "read-write" filter: '' display: "BFD RX Interval Ms" - comment: "BFD RX Interval Ms" + comment: "" - name: "dnnName" type: "string" value: "default" access: "read-write" filter: '' display: "DNN Name" - comment: "DNN Name" + comment: "" - name: "gatewayIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Gateway IPv6" - comment: "Gateway IPv6 Value" + comment: "" - name: "bfdGatewayIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "BFD Gateway IPv4" - comment: "BFD Gateway IPv4 Value" + comment: "" - name: "bfdGatewayIpv6" type: "string" value: "" access: "read-write" filter: '' display: "BFD Gateway IPv6" - comment: "BFD Gateway IPv6 Value" + comment: "" - name: "mtu" type: "int" value: "1500" access: "read-write" - filter: '0~65536' + filter: '0~65535' display: "MTU" - comment: "MTU" + comment: "" - name: "vlanIdMin" type: "int" value: "0" access: "read-write" filter: '' display: "Vlan ID Min" - comment: "Vlan ID Min Value" + comment: "" - name: "vlanIdMax" type: "int" value: "" access: "read-write" filter: '' display: "Vlan ID Max" - comment: "Vlan ID Max Value" + comment: "" - name: "udpSrcPort" type: "int" value: "0" access: "read-write" - filter: '0~65536' + filter: '1~65535' display: "UDP Src Port" - comment: "UDP Src Port" + comment: "" - name: "udpListenPort" type: "int" value: "2152" access: "read-write" filter: '0~65536' display: "UDP Listen Port" - comment: "UDP Listen Port Value" + comment: "" - name: "udsLocalFileFullPath" type: "string" value: "" access: "read-write" filter: '' display: "UDS Local File Full Path" - comment: "UDS Local File Full Path" + comment: "" - name: "udsRemoteFileFullPath" type: "string" value: "" access: "read-write" filter: '' display: "UDS Remote File Full Path" - comment: "UDS Remote File Full Path" + comment: "" - name: "linkDetectionType" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Link Detection Type" - comment: "Link Detection Type" + comment: "" - name: "natInterfaceId" type: "int" value: "0" access: "read-write" filter: '0~1' display: "NAT Interface ID" - comment: "NAT Interface ID" + comment: "" - name: "ueIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "IPv4" - comment: "Ue Ipv4 Address" + comment: "" - name: "ueIpv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "UE IPv4 Mask" - comment: "UE IPv4 Mask Address" + comment: "" - name: "ueIpv6" type: "string" value: "" access: "read-write" filter: '' display: "UE IPv6" - comment: "UE IPv6 Address" + comment: "" - name: "ueIpv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "UE IPv6 Prefix" - comment: "UE IPv6 Prefix Value" + comment: "" - name: "gtpuRemoteIpv4PoolList" type: "int" value: "1" access: "read-write" filter: '1~32' display: "GTPU Remote IPv4 Pool List" - comment: "GTPU Remote IPv4 Pool List" + comment: "" array: - name: "index" type: "int" @@ -777,21 +777,21 @@ upf: access: "read-write" filter: '' display: "IPv4" - comment: "IPv4" + comment: "" - name: "ipv4Mask" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "IPv4 Mask" - comment: "IPv4 Mask" + comment: "" - name: "gtpuRemoteIpv6PoolList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "GTPU Remote IPv6 Pool List" - comment: "GTPU Remote IPv6 Pool List" + comment: "" array: - name: "index" type: "int" @@ -806,84 +806,84 @@ upf: access: "read-write" filter: '' display: "IPv6" - comment: "IPv6" + comment: "" - name: "ipv6Prefix" type: "int" value: "64" access: "read-write" filter: '' display: "IPv6 Prefix" - comment: "IPv6 Prefix" + comment: "" - name: "gtpuSignalingHandle" type: "int" value: "0" access: "read-write" filter: '0~1' display: "GTPU Signaling Handle" - comment: "GTPU Signaling Handle" + comment: "" - name: "imsDefaultDSCPValue" type: "int" value: "0" access: "read-write" filter: '0~1' display: "IMS Default DSCP Value" - comment: "IMS Default DSCP Value" + comment: "" - name: "dataDefaultDSCPValue" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Data Default DSCP Value" - comment: "Data Default DSCP Value" + comment: "" - name: "innerDSCPValueMap" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Inner DSCP Value Map" - comment: "Inner DSCP Value Map" + comment: "" - name: "maxSupportSpeedMbps" type: "int" value: "0" access: "read-write" filter: '0~65536' display: "Max Support Speed Mbps" - comment: "Max Support Speed Mbps" + comment: "" - name: "dpdkRxQueuesNumber" type: "int" value: "0" access: "read-write" filter: '0~127' display: "DPDK RX Queues Number" - comment: "DPDK RX Queues Number" + comment: "" - name: "dpdkTxQueuesNumber" type: "int" value: "0" access: "read-write" filter: '0~127' display: "DPDK TX Queues Number" - comment: "DPDK TX Queues Number" + comment: "" - name: "dpdkRxDescNumber" type: "int" value: "0" access: "read-write" filter: '0~32768' display: "DPDK RX Desc Number" - comment: "DPDK RX Desc Number" + comment: "" - name: "dpdkTxDescNumber" type: "int" value: "0" access: "read-write" filter: '0~32768' display: "DPDK TX Desc Number" - comment: "DPDK TX Desc Number" + comment: "" - name: "dpdkworkers" type: "string" value: "" access: "read-write" filter: '' display: "DPDK Workers" - comment: "DPDK Workers" + comment: "" networkControlCommon: display: "Network Control Common" list: @@ -893,21 +893,28 @@ upf: access: "read-write" filter: '0~1' display: "Local Switch Disabled" - comment: "Local Switch Disabled" + comment: "" - name: "maxTCPSyncPerSecond" type: "int" value: "0" access: "read-write" filter: '' display: "Max TCP Sync Per Second" - comment: "Max TCP Sync Per Second" + comment: "" - name: "upfMaxSupportMbps" type: "int" value: "0" access: "read-write" filter: '' display: "UPF Max Support Mbps" - comment: "UPF Max Support Mbps" + comment: "" + - name: "dscpInnerMapping" + type: "int" + value: "0" + access: "read-write" + filter: '' + display: "dscp Inner Mapping" + comment: "" networkControlDnnList: display: "Network Control DNN List" array: @@ -924,42 +931,42 @@ upf: access: "read-write" filter: '' display: "DNN Name" - comment: "DNN Name" + comment: "" - name: "n3InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N3 Interface ID" - comment: "N3 Interface ID" + comment: "" - name: "n6InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N6 Interface ID" - comment: "N6 Interface ID" + comment: "" - name: "httpProtoEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "HTTP Proto Enabled" - comment: "HTTP Proto Enabled" + comment: "" - name: "httpsProtoEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "HTTPS Proto Enabled" - comment: "HTTPS Proto Enabled" + comment: "" - name: "headerEnrichInfoList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "Header Enrich Info List" - comment: "Header Enrich Info List" + comment: "" array: - name: "index" type: "int" @@ -974,49 +981,49 @@ upf: access: "read-write" filter: '' display: "Type" - comment: "Type" + comment: "" - name: "name" type: "string" value: "" access: "read-write" filter: '' display: "Name" - comment: "Name" + comment: "" - name: "value" type: "string" value: "" access: "read-write" filter: '' display: "Value" - comment: "Value" + comment: "" - name: "statisticEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Statistic Enabled" - comment: "Statistic Enabled" + comment: "" - name: "localSwitchCheck" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Local Switch Check" - comment: "Local Switch Check" + comment: "" - name: "qerMaxSupportMbps" type: "int" value: "0" access: "read-write" filter: '' display: "QER Max Support Mbps" - comment: "QER Max Support Mbps" + comment: "" - name: "ueIpv4PoolList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "UE IPv4 Pool List" - comment: "UE IPv4 Pool List" + comment: "" array: - name: "index" type: "int" @@ -1031,21 +1038,21 @@ upf: access: "read-write" filter: '' display: "IPv4" - comment: "IPv4" + comment: "" - name: "ipv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "IPv4 Mask" - comment: "IPv4 Mask" + comment: "" - name: "ueIpv6PoolList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "UE IPv6 Pool List" - comment: "UE IPv6 Pool List" + comment: "" array: - name: "index" type: "int" @@ -1060,21 +1067,21 @@ upf: access: "read-write" filter: '' display: "IPv6" - comment: "IPv6" + comment: "" - name: "ipv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "IPv6 Prefix" - comment: "IPv6 Prefix" + comment: "" - name: "dstServerIpv4PoolList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "Dst Server IPv4 Pool List" - comment: "Dst Server IPv4 Pool List" + comment: "" array: - name: "index" type: "int" @@ -1089,21 +1096,21 @@ upf: access: "read-write" filter: '' display: "IPv4" - comment: "IPv4" + comment: "" - name: "ipv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "IPv4 Mask" - comment: "IPv4 Mask" + comment: "" - name: "dstServerIpv6PoolList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "Dst Server IPv6 Pool List" - comment: "Dst Server IPv6 Pool List" + comment: "" array: - name: "index" type: "int" @@ -1118,14 +1125,14 @@ upf: access: "read-write" filter: '' display: "IPv6" - comment: "IPv6" + comment: "" - name: "ipv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "IPv6 Prefix" - comment: "IPv6 Prefix" + comment: "" - name: "gatewayIpType" type: "string" value: "ipv4" @@ -1139,28 +1146,28 @@ upf: access: "read-write" filter: '' display: "Gateway IPv4" - comment: "Gateway IPv4" + comment: "" - name: "gatewayIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Gateway IPv6" - comment: "Gateway IPv6" + comment: "" - name: "secondaryGatewayIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "Secondary Gateway IPv4" - comment: "Secondary Gateway IPv4" + comment: "" - name: "secondaryGatewayIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Secondary Gateway IPv6" - comment: "Secondary Gateway IPv6" + comment: "" networkControlSnssaiList: display: "Network Control SNSSAI List" array: @@ -1173,60 +1180,60 @@ upf: comment: "1~32" - name: "sst" type: "int" - value: "0" + value: "1" access: "read-write" filter: '' display: "SST" - comment: "SST" + comment: "" - name: "sd" type: "int" - value: "0" + value: "1" access: "read-write" filter: '' display: "SD" - comment: "SD" + comment: "" - name: "n3InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N3 Interface ID" - comment: "N3 Interface ID" + comment: "" - name: "n6InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N6 Interface ID" - comment: "N6 Interface ID" + comment: "" - name: "qerMaxSupportMbps" type: "int" value: "0" access: "read-write" filter: '' display: "QER Max Support Mbps" - comment: "QER Max Support Mbps" + comment: "" - name: "statisticEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Statistic Enabled" - comment: "Statistic Enabled" + comment: "" - name: "vlanIdMin" type: "int" value: "0" access: "read-write" filter: '' display: "Vlan ID Min" - comment: "Vlan ID Min" + comment: "" - name: "vlanIdMax" type: "int" value: "0" access: "read-write" filter: '' display: "Vlan ID Max" - comment: "Vlan ID Max" + comment: "" networkControlAclWhiteList: display: "Network Control ACL White List" array: @@ -1243,56 +1250,56 @@ upf: access: "read-write" filter: '' display: "UE IPv4" - comment: "UE IPv4" + comment: "" - name: "ueIpv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "UE IPv4 Mask" - comment: "UE IPv4 Mask" + comment: "" - name: "ueIpv6" type: "string" value: "" access: "read-write" filter: '' display: "UE IPv6" - comment: "UE IPv6" + comment: "" - name: "ueIpv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "UE IPv6 Prefix" - comment: "UE IPv6 Prefix" + comment: "" - name: "dstServerIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "Dst Server IPv4" - comment: "Dst Server IPv4" + comment: "" - name: "dstServerIpv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "Dst Server IPv4 Mask" - comment: "Dst Server IPv4 Mask" + comment: "" - name: "dstServerIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Dst Server IPv6" - comment: "Dst Server IPv6" + comment: "" - name: "dstServerIpv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "Dst Server IPv6 Prefix" - comment: "Dst Server IPv6 Prefix" + comment: "" networkControlAclBlackList: display: "Network Control ACL Black List" array: @@ -1309,56 +1316,56 @@ upf: access: "read-write" filter: '' display: "UE IPv4" - comment: "UE IPv4" + comment: "" - name: "ueIpv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "UE IPv4 Mask" - comment: "UE IPv4 Mask" + comment: "" - name: "ueIpv6" type: "string" value: "" access: "read-write" filter: '' display: "UE IPv6" - comment: "UE IPv6" + comment: "" - name: "ueIpv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "UE IPv6 Prefix" - comment: "UE IPv6 Prefix" + comment: "" - name: "dstServerIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "Dst Server IPv4" - comment: "Dst Server IPv4" + comment: "" - name: "dstServerIpv4Mask" type: "string" value: "255.255.255.0" access: "read-write" filter: '' display: "Dst Server IPv4 Mask" - comment: "Dst Server IPv4 Mask" + comment: "" - name: "dstServerIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Dst Server IPv6" - comment: "Dst Server IPv6" + comment: "" - name: "dstServerIpv6Prefix" type: "int" value: "64" access: "read-write" filter: '1~128' display: "Dst Server IPv6 Prefix" - comment: "Dst Server IPv6 Prefix" + comment: "" networkControlDnsServerList: display: "Network Control DNS Server List" array: @@ -1382,21 +1389,21 @@ upf: access: "read-write" filter: '' display: "DNS Name" - comment: "DNS Name" + comment: "" - name: "serverIpv4" type: "string" value: "0.0.0.0" access: "read-write" filter: '' display: "Server IPv4" - comment: "Server IPv4" + comment: "" - name: "serverIpv6" type: "string" value: "" access: "read-write" filter: '' display: "Server IPv6" - comment: "Server IPv6" + comment: "" dpiCommon: display: "DPI Common" list: @@ -1406,21 +1413,21 @@ upf: access: "read-write" filter: '' display: "Max Detect Packet Num" - comment: "Max Detect Packet Num" + comment: "" - name: "httpProtoEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "HTTP Proto Enabled" - comment: "HTTP Proto Enabled" + comment: "" - name: "httpsProtoEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "HTTPS Proto Enabled" - comment: "HTTPS Proto Enabled" + comment: "" dpiHeaderEnrichInfoList: display: "DPI Header Enrich Info List" array: @@ -1437,21 +1444,21 @@ upf: access: "read-write" filter: '' display: "Type" - comment: "Type" + comment: "" - name: "name" type: "string" value: "" access: "read-write" filter: '' display: "Name" - comment: "Name" + comment: "" - name: "value" type: "string" value: "" access: "read-write" filter: '' display: "Value" - comment: "Value" + comment: "" dpiAppList: display: "DPI APP List" array: @@ -1468,42 +1475,42 @@ upf: access: "read-write" filter: '' display: "APP Name" - comment: "APP Name" + comment: "" - name: "proxyEnabled" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Proxy Enabled" - comment: "Proxy Enabled" + comment: "" - name: "forceCheckType" type: "int" value: "0" access: "read-write" filter: '0~1' display: "Force Check Type" - comment: "Force Check Type" + comment: "" - name: "n3InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N3 Interface ID" - comment: "N3 Interface ID" + comment: "" - name: "n6InterfaceId" type: "int" value: "0" access: "read-write" filter: '0~32' display: "N6 Interface ID" - comment: "N6 Interface ID" + comment: "" - name: "ruleList" type: "int" value: "1" access: "read-write" filter: '0~32' display: "Rule List" - comment: "Rule List" + comment: "" array: - name: "index" type: "int" @@ -1518,25 +1525,25 @@ upf: access: "read-write" filter: '' display: "Rule ID" - comment: "Rule ID" + comment: "" - name: "regexMatch" type: "string" value: "" access: "read-write" filter: '' display: "REGEX Match" - comment: "REGEX Match" + comment: "" - name: "flowDescription" type: "string" value: "" access: "read-write" filter: '' display: "Flow Description" - comment: "Flow Description" + comment: "" - name: "customName" type: "string" value: "" access: "read-write" filter: '' display: "Custom Name" - comment: "Custom Name" \ No newline at end of file + comment: "" \ No newline at end of file