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 |
---|---|
MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.copyOf(MAPPerformSubsequentHandoverArg 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.
|
MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.setClassmarkInformation(byte[] value)
Sets the value of the field classmarkInformation.
|
MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.setServingCellId(CellGlobalId value)
Sets the value of the field servingCellId.
|
MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.setTargetMscNumber(AddressString value)
Sets the value of the field targetMscNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPPerformSubsequentHandoverArg |
MAPPerformSubsequentHandoverArg.copyOf(MAPPerformSubsequentHandoverArg 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.sendPerformSubsequentHandover(long timeout,
MAPPerformSubsequentHandoverArg argument)
Issues a performSubsequentHandover_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPPerformSubsequentHandoverRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPPerformSubsequentHandoverArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPPerformSubsequentHandoverRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPerformSubsequentHandoverArg,MAPPerformSubsequentHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_PerformSubsequentHandoverArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_PerformSubsequentHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformSubsequentHandoverArg
|
static PersistCodec<MAPPerformSubsequentHandoverArg,MAPPerformSubsequentHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_PerformSubsequentHandoverArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_PerformSubsequentHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.PerformSubsequentHandoverArg
|