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 |
---|---|
MAPFailureReportArg |
MAPFailureReportArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPFailureReportArg |
MAPFailureReportArg.copyOf(MAPFailureReportArg 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.
|
MAPFailureReportArg |
MAPFailureReportArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPFailureReportArg |
MAPFailureReportArg.setGgsn_Address(GSNAddress value)
Sets the value of the field ggsn-Address.
|
MAPFailureReportArg |
MAPFailureReportArg.setGgsn_Number(AddressString value)
Sets the value of the field ggsn-Number.
|
MAPFailureReportArg |
MAPFailureReportArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
Modifier and Type | Method and Description |
---|---|
static MAPFailureReportArg |
MAPFailureReportArg.copyOf(MAPFailureReportArg 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.sendFailureReport(long timeout,
MAPFailureReportArg argument)
Issues a failureReport operation request on the dialog.
|
Constructor and Description |
---|
MAPFailureReportRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPFailureReportArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPFailureReportRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPFailureReportArg,MAPFailureReportArg,MAPProto.MAP_MS_DataTypes_FailureReportArg> |
MAPCodecs.MAP_MS_DataTypes_FailureReportArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.FailureReportArg
|
static PersistCodec<MAPFailureReportArg,MAPFailureReportArg,MAPProto.MAP_MS_DataTypes_FailureReportArg> |
MAPCodecs.MAP_MS_DataTypes_FailureReportArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.FailureReportArg
|