Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes 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 |
---|---|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.copyOf(MAPUpdateGprsLocationArg 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.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setAreaRestrictedPresent(boolean flag)
Sets the presence or absence of the optional field areaRestricted.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setEps_info(MAPEPS_Info value)
Sets the value of the field eps-info.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setEpsSubscriptionDataNotNeededPresent(boolean flag)
Sets the presence or absence of the optional field epsSubscriptionDataNotNeeded.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setGprsSubscriptionDataNotNeededPresent(boolean flag)
Sets the presence or absence of the optional field gprsSubscriptionDataNotNeeded.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setInformPreviousNetworkEntityPresent(boolean flag)
Sets the presence or absence of the optional field informPreviousNetworkEntity.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setNodeTypeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field nodeTypeIndicator.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setPs_LCS_NotSupportedByUEPresent(boolean flag)
Sets the presence or absence of the optional field ps-LCS-NotSupportedByUE.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setServingNodeTypeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field servingNodeTypeIndicator.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setSgsn_Address(GSNAddress value)
Sets the value of the field sgsn-Address.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setSgsn_Capability(MAPSGSN_Capability value)
Sets the value of the field sgsn-Capability.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setSkipSubscriberDataUpdatePresent(boolean flag)
Sets the presence or absence of the optional field skipSubscriberDataUpdate.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setUe_reachableIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field ue-reachableIndicator.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setUsedRAT_Type(MAPUsed_RAT_Type value)
Sets the value of the field usedRAT-Type.
|
MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.setV_gmlc_Address(GSNAddress value)
Sets the value of the field v-gmlc-Address.
|
Modifier and Type | Method and Description |
---|---|
static MAPUpdateGprsLocationArg |
MAPUpdateGprsLocationArg.copyOf(MAPUpdateGprsLocationArg 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.
|
int |
MAPDialog.sendUpdateGprsLocation(long timeout,
MAPUpdateGprsLocationArg argument)
Issues an updateGprsLocation operation request on the dialog.
|
Constructor and Description |
---|
MAPUpdateGprsLocationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPUpdateGprsLocationArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUpdateGprsLocationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUpdateGprsLocationArg,MAPUpdateGprsLocationArg,MAPProto.MAP_MS_DataTypes_UpdateGprsLocationArg> |
MAPCodecs.MAP_MS_DataTypes_UpdateGprsLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateGprsLocationArg
|
static PersistCodec<MAPUpdateGprsLocationArg,MAPUpdateGprsLocationArg,MAPProto.MAP_MS_DataTypes_UpdateGprsLocationArg> |
MAPCodecs.MAP_MS_DataTypes_UpdateGprsLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateGprsLocationArg
|