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 |
MAPSendAuthenticationInfoArg_v3
API for MAP-MS-DataTypes.SendAuthenticationInfoArg-v3.
|
Modifier and Type | Method and Description |
---|---|
MAPSendAuthenticationInfoArgSeq |
MAPSendAuthenticationInfoArgSeq.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendAuthenticationInfoArgSeq |
MAPSendAuthenticationInfoArgSeq.copyOf(MAPSendAuthenticationInfoArgSeq 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.
|
MAPSendAuthenticationInfoArgSeq |
MAPSendAuthenticationInfoArgSeq.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendAuthenticationInfoArg_v3 |
MAPSendAuthenticationInfoArg_v3.copyOf(MAPSendAuthenticationInfoArgSeq 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 MAPSendAuthenticationInfoArgSeq |
MAPSendAuthenticationInfoArgSeq.copyOf(MAPSendAuthenticationInfoArgSeq 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.sendSendAuthenticationInfo(long timeout,
MAPSendAuthenticationInfoArgSeq argument)
Issues a sendAuthenticationInfo operation request on the dialog.
|
Constructor and Description |
---|
MAPSendAuthenticationInfoRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSendAuthenticationInfoArgSeq argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSendAuthenticationInfoRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendAuthenticationInfoArgSeq,MAPSendAuthenticationInfoArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendAuthenticationInfo_SendAuthenticationInfoArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R98_sendAuthenticationInfo_SendAuthenticationInfoArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendAuthenticationInfo.SendAuthenticationInfoArgSeq
|
static PersistCodec<MAPSendAuthenticationInfoArgSeq,MAPSendAuthenticationInfoArgSeq,MAPProto.MAP_MobileServiceOperations_R98_sendAuthenticationInfo_SendAuthenticationInfoArgSeq> |
MAPCodecs.MAP_MobileServiceOperations_R98_sendAuthenticationInfo_SendAuthenticationInfoArgSeq
Singleton codec for the ASN.1 type: MAP-MobileServiceOperations-R98.sendAuthenticationInfo.SendAuthenticationInfoArgSeq
|
static PersistCodec<MAPSendAuthenticationInfoArgSeq,MAPSendAuthenticationInfoArg_v3,MAPProto.MAP_MS_DataTypes_SendAuthenticationInfoArg_v3> |
MAPCodecs.MAP_MS_DataTypes_SendAuthenticationInfoArg_v3
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendAuthenticationInfoArg-v3
|