| Package | Description |
|---|---|
| org.mobicents.protocols.ss7.map.api | |
| org.mobicents.protocols.ss7.map.api.errors |
| Modifier and Type | Method and Description |
|---|---|
void |
MAPServiceListener.onErrorComponent(MAPDialog mapDialog,
java.lang.Long invokeId,
MAPErrorMessage mapErrorMessage)
Invoked when TC-U-ERROR primitive is received from the other peer
|
void |
MAPDialog.sendErrorComponent(java.lang.Long invokeId,
MAPErrorMessage mapErrorMessage)
Sends the TC-U-ERROR component
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MAPErrorMessageAbsentSubscriber
absentSubscriber ERROR ::= {
PARAMETER
AbsentSubscriberParam
-- optional
-- AbsentSubscriberParam must not be used in version <3
CODE local:27 }
AbsentSubscriberParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...,
absentSubscriberReason [0] AbsentSubscriberReason OPTIONAL}
|
interface |
MAPErrorMessageAbsentSubscriberSM
absentSubscriberSM ERROR ::= {
PARAMETER
AbsentSubscriberSM-Param
-- optional
CODE local:6 }
AbsentSubscriberSM-Param ::= SEQUENCE {
absentSubscriberDiagnosticSM AbsentSubscriberDiagnosticSM OPTIONAL,
-- AbsentSubscriberDiagnosticSM can be either for non-GPRS
-- or for GPRS
extensionContainer ExtensionContainer OPTIONAL,
...,
additionalAbsentSubscriberDiagnosticSM [0] AbsentSubscriberDiagnosticSM OPTIONAL }
-- if received, additionalAbsentSubscriberDiagnosticSM
-- is for GPRS and absentSubscriberDiagnosticSM is
-- for non-GPRS
|
interface |
MAPErrorMessageCallBarred
CallBarredParam ::= CHOICE {
callBarringCause CallBarringCause,
-- call BarringCause must not be used in version 3 and higher
extensibleCallBarredParam ExtensibleCallBarredParam
-- extensibleCallBarredParam must not be used in version <3
}
|
interface |
MAPErrorMessageExtensionContainer
The MAP ReturnError message: with a single parameter - ExtensionContainer
|
interface |
MAPErrorMessageFacilityNotSup
The MAP ReturnError message: MessageFacilityNotSup with parameters
facilityNotSupported ERROR ::= {
PARAMETER
FacilityNotSupParam
-- optional
-- FacilityNotSupParam must not be used in version <3
CODE local:21 }
FacilityNotSupParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...,
shapeOfLocationEstimateNotSupported [0] NULL OPTIONAL,
neededLcsCapabilityNotSupportedInServingNode [1] NULL OPTIONAL }
|
interface |
MAPErrorMessageParameterless
The MAP ReturnError message without any parameters
|
interface |
MAPErrorMessagePositionMethodFailure
positionMethodFailure ERROR ::= {
PARAMETER
PositionMethodFailure-Param
-- optional
CODE local:54 }
PositionMethodFailure-Param ::= SEQUENCE {
positionMethodFailure-Diagnostic [0] PositionMethodFailure-Diagnostic OPTIONAL,
extensionContainer [1] ExtensionContainer OPTIONAL,
...
|
interface |
MAPErrorMessageSMDeliveryFailure
The MAP ReturnError message: MessageSMDeliveryFailure with parameters
sm-DeliveryFailure ERROR ::= {
PARAMETER
SM-DeliveryFailureCause
CODE local:32 }
SM-DeliveryFailureCause ::= SEQUENCE {
sm-EnumeratedDeliveryFailureCause SM-EnumeratedDeliveryFailureCause,
diagnosticInfo SignalInfo OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...}
|
interface |
MAPErrorMessageSubscriberBusyForMtSms
subscriberBusyForMT-SMS ERROR ::= {
PARAMETER
SubBusyForMT-SMS-Param
-- optional
CODE local:31 }
SubBusyForMT-SMS-Param ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...
|
interface |
MAPErrorMessageSystemFailure
The MAP ReturnError message: SystemFailure
systemFailure ERROR ::= {
PARAMETER
SystemFailureParam
-- optional
CODE local:34 }
SystemFailureParam ::= CHOICE {
networkResource NetworkResource,
-- networkResource must not be used in version 3
extensibleSystemFailureParam ExtensibleSystemFailureParam
-- extensibleSystemFailureParam must not be used in version <3
}
|
interface |
MAPErrorMessageUnauthorizedLCSClient
unauthorizedLCSClient ERROR ::= {
PARAMETER
UnauthorizedLCSClient-Param
-- optional
CODE local:53 }
UnauthorizedLCSClient-Param ::= SEQUENCE {
unauthorizedLCSClient-Diagnostic [0] UnauthorizedLCSClient-Diagnostic OPTIONAL,
extensionContainer [1] ExtensionContainer OPTIONAL,
...
|
interface |
MAPErrorMessageUnknownSubscriber
UnknownSubscriberParam ::= SEQUENCE {
extensionContainer ExtensionContainer OPTIONAL,
...,
unknownSubscriberDiagnostic UnknownSubscriberDiagnostic OPTIONAL}
|
| Modifier and Type | Method and Description |
|---|---|
MAPErrorMessage |
MAPErrorMessageFactory.createMessageFromErrorCode(java.lang.Long errorCode)
Generate the empty message depends of the error code (for incoming
messages)
|
Copyright © 2012. All Rights Reserved.