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 |
MAPPrepareHO_Arg_v3
API for MAP-MS-DataTypes.PrepareHO-Arg-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareHO_Arg |
MAPPrepareHO_Arg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareHO_Arg |
MAPPrepareHO_Arg.copyOf(MAPPrepareHO_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.
|
MAPPrepareHO_Arg |
MAPPrepareHO_Arg.setBss_APDU(MAPExternalSignalInfo value)
Sets the value of the field bss-APDU.
|
MAPPrepareHO_Arg |
MAPPrepareHO_Arg.setHo_NumberNotRequiredPresent(boolean flag)
Sets the presence or absence of the optional field ho-NumberNotRequired.
|
MAPPrepareHO_Arg |
MAPPrepareHO_Arg.setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
Modifier and Type | Method and Description |
---|---|
static MAPPrepareHO_Arg_v3 |
MAPPrepareHO_Arg_v3.copyOf(MAPPrepareHO_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 MAPPrepareHO_Arg |
MAPPrepareHO_Arg.copyOf(MAPPrepareHO_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.sendPrepareHandover(long timeout,
MAPPrepareHO_Arg argument)
Issues a prepareHandover operation request on the dialog.
|
Constructor and Description |
---|
MAPPrepareHandoverRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPPrepareHO_Arg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPrepareHandoverRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPrepareHO_Arg,MAPPrepareHO_Arg_v3,MAPProto.MAP_MS_DataTypes_PrepareHO_Arg_v3> |
MAPCodecs.MAP_MS_DataTypes_PrepareHO_Arg_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PrepareHO-Arg-v3
|
static PersistCodec<MAPPrepareHO_Arg,MAPPrepareHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareHO_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareHO_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareHO-Arg
|
static PersistCodec<MAPPrepareHO_Arg,MAPPrepareHO_Arg,MAPProto.MAP_MS_DataTypes_R98_PrepareHO_Arg> |
MAPCodecs.MAP_MS_DataTypes_R98_PrepareHO_Arg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-R98.PrepareHO-Arg
|