GetNetworkSimPolicySliceDataNetwork

data class GetNetworkSimPolicySliceDataNetwork(val additionalAllowedSessionTypes: List<String>, val allocationAndRetentionPriorityLevel: Int, val allowedServicesIds: List<String>, val dataNetworkId: String, val defaultSessionType: String, val maxBufferedPackets: Int, val preemptionCapability: String, val preemptionVulnerability: String, val qosIndicator: Int, val sessionAggregateMaximumBitRates: List<GetNetworkSimPolicySliceDataNetworkSessionAggregateMaximumBitRate>)

Constructors

Link copied to clipboard
constructor(additionalAllowedSessionTypes: List<String>, allocationAndRetentionPriorityLevel: Int, allowedServicesIds: List<String>, dataNetworkId: String, defaultSessionType: String, maxBufferedPackets: Int, preemptionCapability: String, preemptionVulnerability: String, qosIndicator: Int, sessionAggregateMaximumBitRates: List<GetNetworkSimPolicySliceDataNetworkSessionAggregateMaximumBitRate>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allowed session types in addition to the default session type.

Link copied to clipboard

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

Link copied to clipboard

An array of IDs of services that can be used as part of this SIM policy.

Link copied to clipboard

The ID of Mobile Network Data Network which these settings apply to.

Link copied to clipboard

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

Link copied to clipboard

The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.

Link copied to clipboard

A session_aggregate_maximum_bit_rate block as defined below.