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 |
MAPSendIdentificationArg
API for MAP-MS-DataTypes.SendIdentificationArg.
|
Modifier and Type | Method and Description |
---|---|
MAPSendIdentificationArgSeq |
MAPSendIdentificationArgSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendIdentificationArgSeq |
MAPSendIdentificationArgSeq.copyOf(MAPSendIdentificationArgSeq 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.
|
MAPSendIdentificationArgSeq |
MAPSendIdentificationArgSeq.setTmsi(byte[] value)
Sets the value of the field tmsi.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendIdentificationArgSeq |
MAPSendIdentificationArgSeq.copyOf(MAPSendIdentificationArgSeq 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 MAPSendIdentificationArg |
MAPSendIdentificationArg.copyOf(MAPSendIdentificationArgSeq 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.sendSendIdentification(long timeout,
MAPSendIdentificationArgSeq argument)
Issues a sendIdentification operation request on the dialog.
|
Constructor and Description |
---|
MAPSendIdentificationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendIdentificationArgSeq argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendIdentificationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendIdentification.SendIdentificationArgSeq
|
static PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R98_sendIdentification_SendIdentificationArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendIdentification.SendIdentificationArgSeq
|
static PersistCodec<MAPSendIdentificationArgSeq,MAPSendIdentificationArg,MAPProto.MAP_MS_DataTypes_SendIdentificationArg> |
MAPCodecs.MAP_MS_DataTypes_SendIdentificationArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendIdentificationArg
|