Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPPS_SubscriberState |
MAPPS_SubscriberState.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPS_SubscriberState |
MAPPS_SubscriberState.copyOf(MAPPS_SubscriberState from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPPS_SubscriberState |
MAPSubscriberInfo.getEps_SubscriberState()
Gets the value of the field eps-SubscriberState.
|
MAPPS_SubscriberState |
MAPSubscriberInfo.getPs_SubscriberState()
Gets the value of the field ps-SubscriberState.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setNetDetNotReachable(MAPNotReachableReason value)
Sets the value of the netDetNotReachable choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setNotProvidedFromSGSNorMME()
Sets the notProvidedFromSGSNorMME choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setPs_AttachedNotReachableForPaging()
Sets the ps-AttachedNotReachableForPaging choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setPs_AttachedReachableForPaging()
Sets the ps-AttachedReachableForPaging choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setPs_Detached()
Sets the ps-Detached choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setPs_PDP_ActiveNotReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveNotReachableForPaging choice.
|
MAPPS_SubscriberState |
MAPPS_SubscriberState.setPs_PDP_ActiveReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveReachableForPaging choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPPS_SubscriberState |
MAPPS_SubscriberState.copyOf(MAPPS_SubscriberState from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setEps_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field eps-SubscriberState.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setPs_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field ps-SubscriberState.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPS_SubscriberState,MAPPS_SubscriberState,MAPProto.MAP_MS_DataTypes_PS_SubscriberState> |
MAPCodecs.MAP_MS_DataTypes_PS_SubscriberState
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PS-SubscriberState
|
static PersistCodec<MAPPS_SubscriberState,MAPPS_SubscriberState,MAPProto.MAP_MS_DataTypes_PS_SubscriberState> |
MAPCodecs.MAP_MS_DataTypes_PS_SubscriberState
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PS-SubscriberState
|