SignalingConfigurationResponse

data class SignalingConfigurationResponse(val nasEncryption: List<String>? = null, val nasReroute: NASRerouteConfigurationResponse? = null)

Signaling configuration for the packet core.

Constructors

Link copied to clipboard
constructor(nasEncryption: List<String>? = null, nasReroute: NASRerouteConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nasEncryption: List<String>? = null

An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.

Link copied to clipboard

Configuration enabling 4G NAS reroute.