RouteSelectionSscMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Session and Service Continuity (SSC) modes for route selection descriptors.
public enum RouteSelectionSscMode
type RouteSelectionSscMode =
- Inheritance
-
RouteSelectionSscMode
Fields
| Name | Value | Description |
|---|---|---|
| Mode1 | 1 | The route selection descriptor is using SSC mode 1. The session will provide continual support when UE's location is updated. |
| Mode2 | 2 | The route selection descriptor is using SSC mode 2. The new session for the same network will be established after releasing the old session when UE's location is updated. |
| Mode3 | 3 | The route selection descriptor is using SSC mode 3. The new session for the same network is allowed to be established before releasing the old session when UE's location is updated. |
Remarks
Java documentation for android.telephony.data.RouteSelectionDescriptor.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.