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 |
---|---|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.copyOf(MAPResumeCallHandlingArg 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.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setAllInformationSentPresent(boolean flag)
Sets the presence or absence of the optional field allInformationSent.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setBasicServiceGroup(MAPExt_BasicServiceCode value)
Sets the value of the field basicServiceGroup.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setBasicServiceGroup2(MAPExt_BasicServiceCode value)
Sets the value of the field basicServiceGroup2.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setCallReferenceNumber(byte[] value)
Sets the value of the field callReferenceNumber.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setCcbs_PossiblePresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Possible.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setCug_CheckInfo(MAPCUG_CheckInfo value)
Sets the value of the field cug-CheckInfo.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setMtRoamingRetryPresent(boolean flag)
Sets the presence or absence of the optional field mtRoamingRetry.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setO_BcsmCamelTDPCriteriaList(MAPO_BcsmCamelTDP_Criteria[] value)
Sets the value of the field o-BcsmCamelTDPCriteriaList.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setO_CSI(MAPO_CSI value)
Sets the value of the field o-CSI.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setUu_Data(MAPUU_Data value)
Sets the value of the field uu-Data.
|
Modifier and Type | Method and Description |
---|---|
static MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.copyOf(MAPResumeCallHandlingArg 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.sendResumeCallHandling(long timeout,
MAPResumeCallHandlingArg argument)
Issues a resumeCallHandling operation request on the dialog.
|
Constructor and Description |
---|
MAPResumeCallHandlingRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPResumeCallHandlingArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPResumeCallHandlingRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPResumeCallHandlingArg,MAPResumeCallHandlingArg,MAPProto.MAP_CH_DataTypes_ResumeCallHandlingArg> |
MAPCodecs.MAP_CH_DataTypes_ResumeCallHandlingArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ResumeCallHandlingArg
|
static PersistCodec<MAPResumeCallHandlingArg,MAPResumeCallHandlingArg,MAPProto.MAP_CH_DataTypes_ResumeCallHandlingArg> |
MAPCodecs.MAP_CH_DataTypes_ResumeCallHandlingArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ResumeCallHandlingArg
|