Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataNetworkConfiguration

Package version

Settings controlling Data Network use

Hierarchy

  • DataNetworkConfiguration

Index

Properties

Optional additionalAllowedSessionTypes

additionalAllowedSessionTypes: PduSessionType[]

Allowed session types in addition to the default session type. Must not duplicate the default session type.

Optional allocationAndRetentionPriorityLevel

allocationAndRetentionPriorityLevel: undefined | number

Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

allowedServices

allowedServices: ServiceResourceId[]

List of Services that can be used as part of this Sim Policy. The list must not contain duplicate items and must contain at least one item.

dataNetwork

A reference to the Data Network that these settings apply to

Optional defaultSessionType

defaultSessionType: PduSessionType

The default PDU session type, which is used if the UE does not request a specific session type.

Optional fiveQi

fiveQi: undefined | number

Default QoS Flow 5G QoS Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. This must not be a standardized 5QI value selecting a GBR (Guaranteed Bit Rate) QoS. The illegal GBR 5QI values are: 1, 2, 3, 4, 65, 66, 67, 71, 72, 73, 74, 75, 76, 82, 83, 84, and 85. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5Qi parameter, and table 5.7.4-1 for the definition of which are the GBR 5QI values.

Optional preemptionCapability

preemptionCapability: PreemptionCapability

Default QoS Flow preemption capability. The Preemption Capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

Optional preemptionVulnerability

preemptionVulnerability: PreemptionVulnerability

Default QoS Flow preemption vulnerability. The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

sessionAmbr

sessionAmbr: Ambr

Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.

Generated using TypeDoc