Data Network Configuration Response
    data class DataNetworkConfigurationResponse(val additionalAllowedSessionTypes: List<String>? = null, val allocationAndRetentionPriorityLevel: Int? = null, val allowedServices: List<ServiceResourceIdResponse>, val dataNetwork: DataNetworkResourceIdResponse, val defaultSessionType: String? = null, val fiveQi: Int? = null, val maximumNumberOfBufferedPackets: Int? = null, val preemptionCapability: String? = null, val preemptionVulnerability: String? = null, val sessionAmbr: AmbrResponse)
Settings controlling data network use
Constructors
Link copied to clipboard
                fun DataNetworkConfigurationResponse(additionalAllowedSessionTypes: List<String>? = null, allocationAndRetentionPriorityLevel: Int? = null, allowedServices: List<ServiceResourceIdResponse>, dataNetwork: DataNetworkResourceIdResponse, defaultSessionType: String? = null, fiveQi: Int? = null, maximumNumberOfBufferedPackets: Int? = null, preemptionCapability: String? = null, preemptionVulnerability: String? = null, sessionAmbr: AmbrResponse)
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 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.
Link copied to clipboard