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