Uses of Class
com.opencloud.slee.resources.in.datatypes.map.MMCode
-
Packages that use MMCode Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of MMCode in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MMCode Modifier and Type Method Description MMCode
MAPNoteMM_EventArg. getEventMet()
Gets the value of the field eventMet.MMCode[]
MAPM_CSI. getMobilityTriggers()
Gets the value of the field mobilityTriggers.MMCode[]
MAPMG_CSI. getMobilityTriggers()
Gets the value of the field mobilityTriggers.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MMCode Modifier and Type Method Description MAPNoteMM_EventArg
MAPNoteMM_EventArg. setEventMet(MMCode value)
Sets the value of the field eventMet.MAPM_CSI
MAPM_CSI. setMobilityTriggers(MMCode[] value)
Sets the value of the field mobilityTriggers.MAPMG_CSI
MAPMG_CSI. setMobilityTriggers(MMCode[] value)
Sets the value of the field mobilityTriggers. -
Uses of MMCode in com.opencloud.slee.resources.in.datatypes.map
Fields in com.opencloud.slee.resources.in.datatypes.map declared as MMCode Modifier and Type Field Description static MMCode
MMCode. GPRS_ATTACH
GPRS attachstatic MMCode
MMCode. IMSI_ATTACH
IMSI attachstatic MMCode
MMCode. LOCATION_UPDATE_IN_SAME_VLR
Location update in same VLRstatic MMCode
MMCode. LOCATION_UPDATE_TO_OTHER_VLR
Location update to other VLRstatic MMCode
MMCode. MS_INITIATED_GPRS_DETACH
MS initiated GPRS detachstatic MMCode
MMCode. MS_INITIATED_IMSI_DETACH
MS initiated IMSI detachstatic MMCode
MMCode. NETWORK_INITIATED_GPRS_DETACH
Network initiated GPRS detachstatic MMCode
MMCode. NETWORK_INITIATED_IMSI_DETACH
Network initiated IMSI detachstatic MMCode
MMCode. NETWORK_INITIATED_TRANSFER_TO_MS_NOT_REACHABLE_FOR_PAGING
Network initiated transfer toMS not reachable for pagingstatic MMCode
MMCode. ROUTEING_AREA_UPDATE_IN_SAME_SGSN
Routeing (sic) area update in same SGSNstatic MMCode
MMCode. ROUTEING_AREA_UPDATE_TO_OTHER_SGSN_DISCONNECT_BY_DETACH
Routeing (sic) area update to other SGSN disconnect by detachstatic MMCode
MMCode. ROUTEING_AREA_UPDATE_TO_OTHER_SGSN_UPDATE_FROM_NEW_SGSN
Routeing (sic) area updateTo other SGSN update from new SGSNMethods in com.opencloud.slee.resources.in.datatypes.map that return MMCode Modifier and Type Method Description MMCode
MMCode. clone()
Constructs a copy of this object and everything reachable from it.static MMCode
MMCode. copyOf(MMCode 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.MMCode
MMCode. setEncodedValue(MMCode.EncodedValue value)
Sets the value of the MMCode value.Methods in com.opencloud.slee.resources.in.datatypes.map with parameters of type MMCode Modifier and Type Method Description static MMCode
MMCode. copyOf(MMCode 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.
-