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 |
---|---|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.copyOf(MAPSS_InvocationNotificationArg 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.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setB_subscriberNumber(AddressString value)
Sets the value of the field b-subscriberNumber.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setCcbs_RequestState(MAPCCBS_RequestState value)
Sets the value of the field ccbs-RequestState.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setSs_Event(SSCode value)
Sets the value of the field ss-Event.
|
MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.setSs_EventSpecification(AddressString[] value)
Sets the value of the field ss-EventSpecification.
|
Modifier and Type | Method and Description |
---|---|
static MAPSS_InvocationNotificationArg |
MAPSS_InvocationNotificationArg.copyOf(MAPSS_InvocationNotificationArg 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.sendSs_InvocationNotification(long timeout,
MAPSS_InvocationNotificationArg argument)
Issues a ss_InvocationNotification operation request on the dialog.
|
Constructor and Description |
---|
MAPSs_InvocationNotificationRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPSS_InvocationNotificationArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSs_InvocationNotificationRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSS_InvocationNotificationArg,MAPSS_InvocationNotificationArg,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationArg> |
MAPCodecs.MAP_SS_DataTypes_SS_InvocationNotificationArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationArg
|
static PersistCodec<MAPSS_InvocationNotificationArg,MAPSS_InvocationNotificationArg,MAPProto.MAP_SS_DataTypes_SS_InvocationNotificationArg> |
MAPCodecs.MAP_SS_DataTypes_SS_InvocationNotificationArg
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-InvocationNotificationArg
|