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 |
---|---|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.copyOf(MAPAuthenticationFailureReportArg 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.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setAccessType(MAPAccessType value)
Sets the value of the field accessType.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setFailureCause(MAPFailureCause value)
Sets the value of the field failureCause.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setRand(byte[] value)
Sets the value of the field rand.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setRe_attempt(boolean value)
Sets the value of the field re-attempt and marks the field as present.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setRe_attemptPresent(boolean flag)
Sets the presence or absence of the optional field re-attempt.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.setVlr_Number(AddressString value)
Sets the value of the field vlr-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPAuthenticationFailureReportArg |
MAPAuthenticationFailureReportArg.copyOf(MAPAuthenticationFailureReportArg 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.sendAuthenticationFailureReport(long timeout,
MAPAuthenticationFailureReportArg argument)
Issues an authenticationFailureReport operation request on the dialog.
|
Constructor and Description |
---|
MAPAuthenticationFailureReportRequestEvent(MAPDialog dialog,
TcapOperation operation,
MAPAuthenticationFailureReportArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPAuthenticationFailureReportRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAuthenticationFailureReportArg,MAPAuthenticationFailureReportArg,MAPProto.MAP_MS_DataTypes_AuthenticationFailureReportArg> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationFailureReportArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationFailureReportArg
|
static PersistCodec<MAPAuthenticationFailureReportArg,MAPAuthenticationFailureReportArg,MAPProto.MAP_MS_DataTypes_AuthenticationFailureReportArg> |
MAPCodecs.MAP_MS_DataTypes_AuthenticationFailureReportArg
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AuthenticationFailureReportArg
|