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 |
---|---|
MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.copyOf(MAPNoteInternalHandoverArg 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.
|
MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.setChannelId(MAPExternalSignalInfo value)
Sets the value of the field channelId.
|
MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.setHandoverType(MAPHandoverType value)
Sets the value of the field handoverType.
|
MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
Modifier and Type | Method and Description |
---|---|
static MAPNoteInternalHandoverArg |
MAPNoteInternalHandoverArg.copyOf(MAPNoteInternalHandoverArg 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.sendNoteInternalHandover(MAPNoteInternalHandoverArg argument)
Issues a noteInternalHandover_v1 operation request on the dialog.
|
Constructor and Description |
---|
MAPNoteInternalHandoverRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPNoteInternalHandoverArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPNoteInternalHandoverRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPNoteInternalHandoverArg,MAPNoteInternalHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_NoteInternalHandoverArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_NoteInternalHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.NoteInternalHandoverArg
|
static PersistCodec<MAPNoteInternalHandoverArg,MAPNoteInternalHandoverArg,MAPProto.MAP_MS_DataTypes_ph1_NoteInternalHandoverArg> |
MAPCodecs.MAP_MS_DataTypes_ph1_NoteInternalHandoverArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes-ph1.NoteInternalHandoverArg
|