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 |
---|---|
MAPUpdateLocationArg |
MAPUpdateLocationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUpdateLocationArg |
MAPUpdateLocationArg.copyOf(MAPUpdateLocationArg 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.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setCs_LCS_NotSupportedByUEPresent(boolean flag)
Sets the presence or absence of the optional field cs-LCS-NotSupportedByUE.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setInformPreviousNetworkEntityPresent(boolean flag)
Sets the presence or absence of the optional field informPreviousNetworkEntity.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setPagingArea(MAPLocationArea[] value)
Sets the value of the field pagingArea.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setRestorationIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field restorationIndicator.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setSkipSubscriberDataUpdatePresent(boolean flag)
Sets the presence or absence of the optional field skipSubscriberDataUpdate.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setV_gmlc_Address(GSNAddress value)
Sets the value of the field v-gmlc-Address.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setVlr_Capability(MAPVLR_Capability value)
Sets the value of the field vlr-Capability.
|
MAPUpdateLocationArg |
MAPUpdateLocationArg.setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPUpdateLocationArg |
MAPUpdateLocationArg.copyOf(MAPUpdateLocationArg 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.sendUpdateLocation(long timeout,
MAPUpdateLocationArg argument)
Issues an updateLocation_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPUpdateLocationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPUpdateLocationArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUpdateLocationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUpdateLocationArg,MAPUpdateLocationArg,MAPProto.MAP_MS_DataTypes_UpdateLocationArg> |
MAPCodecs.MAP_MS_DataTypes_UpdateLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationArg
|
static PersistCodec<MAPUpdateLocationArg,MAPUpdateLocationArg,MAPProto.MAP_MS_DataTypes_UpdateLocationArg> |
MAPCodecs.MAP_MS_DataTypes_UpdateLocationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.UpdateLocationArg
|