Network Sim Policy Slice Data Network
data class NetworkSimPolicySliceDataNetwork(val additionalAllowedSessionTypes: List<String>? = null, val allocationAndRetentionPriorityLevel: Int? = null, val allowedServicesIds: List<String>, val dataNetworkId: String, val defaultSessionType: String? = null, val maxBufferedPackets: Int? = null, val preemptionCapability: String? = null, val preemptionVulnerability: String? = null, val qosIndicator: Int, val sessionAggregateMaximumBitRate: NetworkSimPolicySliceDataNetworkSessionAggregateMaximumBitRate)
Constructors
Link copied to clipboard
fun NetworkSimPolicySliceDataNetwork(additionalAllowedSessionTypes: List<String>? = null, allocationAndRetentionPriorityLevel: Int? = null, allowedServicesIds: List<String>, dataNetworkId: String, defaultSessionType: String? = null, maxBufferedPackets: Int? = null, preemptionCapability: String? = null, preemptionVulnerability: String? = null, qosIndicator: Int, sessionAggregateMaximumBitRate: NetworkSimPolicySliceDataNetworkSessionAggregateMaximumBitRate)
Types
Properties
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
Link copied to clipboard
The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. Defaults to 10
, Must be at least 0
, See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.