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 | Class and Description |
---|---|
class |
MAPPrepareSubsequentHO_Arg_v3
API for MAP-MS-DataTypes.PrepareSubsequentHO-Arg-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.copyOf(MAPPrepareSubsequentHO_Arg 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.
|
MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.setBss_APDU(MAPExternalSignalInfo value)
Sets the value of the field bss-APDU.
|
MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.setTargetMSC_Number(AddressString value)
Sets the value of the field targetMSC-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrepareSubsequentHO_Arg_v3 |
MAPPrepareSubsequentHO_Arg_v3.copyOf(MAPPrepareSubsequentHO_Arg 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.
|
static MAPPrepareSubsequentHO_Arg |
MAPPrepareSubsequentHO_Arg.copyOf(MAPPrepareSubsequentHO_Arg 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.sendPrepareSubsequentHandover(long timeout,
MAPPrepareSubsequentHO_Arg argument)
Issues a prepareSubsequentHandover operation request on the dialog.
|
Constructor and Description |
---|
MAPPrepareSubsequentHandoverRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPPrepareSubsequentHO_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareSubsequentHandoverRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg_v3,MAPProto.MAP_MS_DataTypes_PrepareSubsequentHO_Arg_v3> |
MAPCodecs.MAP_MS_DataTypes_PrepareSubsequentHO_Arg_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PrepareSubsequentHO-Arg-v3
|
static PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Arg
|
static PersistCodec<MAPPrepareSubsequentHO_Arg,MAPPrepareSubsequentHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareSubsequentHO_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareSubsequentHO-Arg
|