Interface MAPDialog

  • All Superinterfaces:
    Dialog

    public interface MAPDialog
    extends Dialog
    Protocol-specific extension interface for map dialogs. Contains typesafe convenience methods for sending operation invokes, results, and errors.
    • Method Detail

      • sendAbsentSubscriberError

        void sendAbsentSubscriberError​(int invokeId,
                                       MAPAbsentSubscriberParSeq error)
                                throws ProtocolException
        Issues an absentSubscriber_v1 error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendAbsentSubscriberSMError

        void sendAbsentSubscriberSMError​(int invokeId,
                                         MAPAbsentSubscriberSM_Param error)
                                  throws ProtocolException
        Issues an absentSubscriberSM error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendActivateSS

        int sendActivateSS​(long timeout,
                           MAPSS_ForBS_Code argument)
                    throws TooManyInvokesException,
                           ProtocolException
        Issues an activateSS_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendActivateSSResponse

        void sendActivateSSResponse​(int invokeId,
                                    MAPSS_Information result)
                             throws ProtocolException
        Issues a (last) response to an activateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendActivateSSResponse

        void sendActivateSSResponse​(int invokeId,
                                    MAPSS_Information result,
                                    boolean isLast)
                             throws ProtocolException
        Issues a response to an activateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendActivateTraceMode

        int sendActivateTraceMode​(long timeout,
                                  MAPActivateTraceModeArg argument)
                           throws TooManyInvokesException,
                                  ProtocolException
        Issues an activateTraceMode operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendActivateTraceModeResponse

        void sendActivateTraceModeResponse​(int invokeId)
                                    throws ProtocolException
        Issues a (last) response to an activateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendActivateTraceModeResponse

        void sendActivateTraceModeResponse​(int invokeId,
                                           boolean isLast)
                                    throws ProtocolException
        Issues a response to an activateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendActivateTraceModeResponse

        void sendActivateTraceModeResponse​(int invokeId,
                                           MAPActivateTraceModeRes result)
                                    throws ProtocolException
        Issues a (last) response to an activateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendActivateTraceModeResponse

        void sendActivateTraceModeResponse​(int invokeId,
                                           MAPActivateTraceModeRes result,
                                           boolean isLast)
                                    throws ProtocolException
        Issues a response to an activateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAlertServiceCentre

        int sendAlertServiceCentre​(long timeout,
                                   MAPAlertServiceCentreArg argument)
                            throws TooManyInvokesException,
                                   ProtocolException
        Issues an alertServiceCentre operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendAlertServiceCentreResponse

        void sendAlertServiceCentreResponse​(int invokeId)
                                     throws ProtocolException
        Issues a (last) response to an alertServiceCentre operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAlertServiceCentreResponse

        void sendAlertServiceCentreResponse​(int invokeId,
                                            boolean isLast)
                                     throws ProtocolException
        Issues a response to an alertServiceCentre operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeInterrogation

        int sendAnyTimeInterrogation​(long timeout,
                                     MAPAnyTimeInterrogationArg argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues an anyTimeInterrogation operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendAnyTimeInterrogationResponse

        void sendAnyTimeInterrogationResponse​(int invokeId,
                                              MAPAnyTimeInterrogationRes result)
                                       throws ProtocolException
        Issues a (last) response to an anyTimeInterrogation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeInterrogationResponse

        void sendAnyTimeInterrogationResponse​(int invokeId,
                                              MAPAnyTimeInterrogationRes result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to an anyTimeInterrogation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeModification

        int sendAnyTimeModification​(long timeout,
                                    MAPAnyTimeModificationArg argument)
                             throws TooManyInvokesException,
                                    ProtocolException
        Issues an anyTimeModification operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendAnyTimeModificationResponse

        void sendAnyTimeModificationResponse​(int invokeId,
                                             MAPAnyTimeModificationRes result)
                                      throws ProtocolException
        Issues a (last) response to an anyTimeModification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeModificationResponse

        void sendAnyTimeModificationResponse​(int invokeId,
                                             MAPAnyTimeModificationRes result,
                                             boolean isLast)
                                      throws ProtocolException
        Issues a response to an anyTimeModification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeSubscriptionInterrogationResponse

        void sendAnyTimeSubscriptionInterrogationResponse​(int invokeId,
                                                          MAPAnyTimeSubscriptionInterrogationRes result)
                                                   throws ProtocolException
        Issues a (last) response to an anyTimeSubscriptionInterrogation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAnyTimeSubscriptionInterrogationResponse

        void sendAnyTimeSubscriptionInterrogationResponse​(int invokeId,
                                                          MAPAnyTimeSubscriptionInterrogationRes result,
                                                          boolean isLast)
                                                   throws ProtocolException
        Issues a response to an anyTimeSubscriptionInterrogation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAti_NotAllowedError

        void sendAti_NotAllowedError​(int invokeId,
                                     MAPATI_NotAllowedParam error)
                              throws ProtocolException
        Issues an ati_NotAllowed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendAtm_NotAllowedError

        void sendAtm_NotAllowedError​(int invokeId,
                                     MAPATM_NotAllowedParam error)
                              throws ProtocolException
        Issues an atm_NotAllowed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendAtsi_NotAllowedError

        void sendAtsi_NotAllowedError​(int invokeId,
                                      MAPATSI_NotAllowedParam error)
                               throws ProtocolException
        Issues an atsi_NotAllowed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendAuthenticationFailureReport

        int sendAuthenticationFailureReport​(long timeout,
                                            MAPAuthenticationFailureReportArg argument)
                                     throws TooManyInvokesException,
                                            ProtocolException
        Issues an authenticationFailureReport operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendAuthenticationFailureReportResponse

        void sendAuthenticationFailureReportResponse​(int invokeId,
                                                     MAPAuthenticationFailureReportRes result)
                                              throws ProtocolException
        Issues a (last) response to an authenticationFailureReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendAuthenticationFailureReportResponse

        void sendAuthenticationFailureReportResponse​(int invokeId,
                                                     MAPAuthenticationFailureReportRes result,
                                                     boolean isLast)
                                              throws ProtocolException
        Issues a response to an authenticationFailureReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendBearerServiceNotProvisionedError

        void sendBearerServiceNotProvisionedError​(int invokeId,
                                                  MAPBearerServNotProvParam error)
                                           throws ProtocolException
        Issues a bearerServiceNotProvisioned error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendBusySubscriberError

        void sendBusySubscriberError​(int invokeId,
                                     MAPBusySubscriberParam error)
                              throws ProtocolException
        Issues a busySubscriber error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendCallBarredError

        void sendCallBarredError​(int invokeId,
                                 MAPCallBarredParam error)
                          throws ProtocolException
        Issues a callBarred error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendCancelLocationResponse

        void sendCancelLocationResponse​(int invokeId)
                                 throws ProtocolException
        Issues a (last) response to a cancelLocation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCancelLocationResponse

        void sendCancelLocationResponse​(int invokeId,
                                        boolean isLast)
                                 throws ProtocolException
        Issues a response to a cancelLocation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCancelLocationResponse

        void sendCancelLocationResponse​(int invokeId,
                                        MAPCancelLocationRes result)
                                 throws ProtocolException
        Issues a (last) response to a cancelLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCancelLocationResponse

        void sendCancelLocationResponse​(int invokeId,
                                        MAPCancelLocationRes result,
                                        boolean isLast)
                                 throws ProtocolException
        Issues a response to a cancelLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCheckIMEI

        int sendCheckIMEI​(long timeout,
                          MAPCheckIMEI_v1ArgSeq argument)
                   throws TooManyInvokesException,
                          ProtocolException
        Issues a checkIMEI_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendCheckIMEIResponse

        void sendCheckIMEIResponse​(int invokeId,
                                   MAPCheckIMEIResSeq result)
                            throws ProtocolException
        Issues a (last) response to a checkIMEI_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCheckIMEIResponse

        void sendCheckIMEIResponse​(int invokeId,
                                   MAPCheckIMEIResSeq result,
                                   boolean isLast)
                            throws ProtocolException
        Issues a response to a checkIMEI_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendCug_RejectError

        void sendCug_RejectError​(int invokeId,
                                 MAPCug_RejectParSeq error)
                          throws ProtocolException
        Issues a cug_Reject error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendDataMissingError

        void sendDataMissingError​(int invokeId,
                                  MAPDataMissingParam error)
                           throws ProtocolException
        Issues a dataMissing error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendDeactivateSS

        int sendDeactivateSS​(long timeout,
                             MAPSS_ForBS_Code argument)
                      throws TooManyInvokesException,
                             ProtocolException
        Issues a deactivateSS_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendDeactivateSSResponse

        void sendDeactivateSSResponse​(int invokeId,
                                      MAPSS_Information result)
                               throws ProtocolException
        Issues a (last) response to a deactivateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeactivateSSResponse

        void sendDeactivateSSResponse​(int invokeId,
                                      MAPSS_Information result,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a deactivateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeactivateTraceMode

        int sendDeactivateTraceMode​(long timeout,
                                    MAPDeactivateTraceModeArg argument)
                             throws TooManyInvokesException,
                                    ProtocolException
        Issues a deactivateTraceMode operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendDeactivateTraceModeResponse

        void sendDeactivateTraceModeResponse​(int invokeId)
                                      throws ProtocolException
        Issues a (last) response to a deactivateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeactivateTraceModeResponse

        void sendDeactivateTraceModeResponse​(int invokeId,
                                             boolean isLast)
                                      throws ProtocolException
        Issues a response to a deactivateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeactivateTraceModeResponse

        void sendDeactivateTraceModeResponse​(int invokeId,
                                             MAPDeactivateTraceModeRes result)
                                      throws ProtocolException
        Issues a (last) response to a deactivateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeactivateTraceModeResponse

        void sendDeactivateTraceModeResponse​(int invokeId,
                                             MAPDeactivateTraceModeRes result,
                                             boolean isLast)
                                      throws ProtocolException
        Issues a response to a deactivateTraceMode operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeleteSubscriberData

        int sendDeleteSubscriberData​(long timeout,
                                     MAPDeleteSubscriberDataArg argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues a deleteSubscriberData_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendDeleteSubscriberDataResponse

        void sendDeleteSubscriberDataResponse​(int invokeId)
                                       throws ProtocolException
        Issues a (last) response to a deleteSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeleteSubscriberDataResponse

        void sendDeleteSubscriberDataResponse​(int invokeId,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to a deleteSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeleteSubscriberDataResponse

        void sendDeleteSubscriberDataResponse​(int invokeId,
                                              MAPDeleteSubscriberDataRes result)
                                       throws ProtocolException
        Issues a (last) response to a deleteSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendDeleteSubscriberDataResponse

        void sendDeleteSubscriberDataResponse​(int invokeId,
                                              MAPDeleteSubscriberDataRes result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to a deleteSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendEraseCC_Entry

        int sendEraseCC_Entry​(long timeout,
                              MAPEraseCC_EntryArg argument)
                       throws TooManyInvokesException,
                              ProtocolException
        Issues an eraseCC_Entry operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendEraseCC_EntryResponse

        void sendEraseCC_EntryResponse​(int invokeId,
                                       MAPEraseCC_EntryRes result)
                                throws ProtocolException
        Issues a (last) response to an eraseCC_Entry operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendEraseCC_EntryResponse

        void sendEraseCC_EntryResponse​(int invokeId,
                                       MAPEraseCC_EntryRes result,
                                       boolean isLast)
                                throws ProtocolException
        Issues a response to an eraseCC_Entry operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendEraseSS

        int sendEraseSS​(long timeout,
                        MAPSS_ForBS_Code argument)
                 throws TooManyInvokesException,
                        ProtocolException
        Issues an eraseSS_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendEraseSSResponse

        void sendEraseSSResponse​(int invokeId,
                                 MAPSS_Information result)
                          throws ProtocolException
        Issues a (last) response to an eraseSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendEraseSSResponse

        void sendEraseSSResponse​(int invokeId,
                                 MAPSS_Information result,
                                 boolean isLast)
                          throws ProtocolException
        Issues a response to an eraseSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendFacilityNotSupportedError

        void sendFacilityNotSupportedError​(int invokeId,
                                           MAPFacilityNotSupParam error)
                                    throws ProtocolException
        Issues a facilityNotSupported error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendFailureReport

        int sendFailureReport​(long timeout,
                              MAPFailureReportArg argument)
                       throws TooManyInvokesException,
                              ProtocolException
        Issues a failureReport operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendFailureReportResponse

        void sendFailureReportResponse​(int invokeId,
                                       MAPFailureReportRes result)
                                throws ProtocolException
        Issues a (last) response to a failureReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendFailureReportResponse

        void sendFailureReportResponse​(int invokeId,
                                       MAPFailureReportRes result,
                                       boolean isLast)
                                throws ProtocolException
        Issues a response to a failureReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendForwardingFailedError

        void sendForwardingFailedError​(int invokeId,
                                       MAPForwardingFailedParam error)
                                throws ProtocolException
        Issues a forwardingFailed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendForwardingViolationError

        void sendForwardingViolationError​(int invokeId,
                                          MAPForwardingViolationParam error)
                                   throws ProtocolException
        Issues a forwardingViolation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendGetPassword

        int sendGetPassword​(int linkedId,
                            long timeout,
                            MAPGuidanceInfo argument)
                     throws TooManyInvokesException,
                            ProtocolException
        Issues a getPassword_v1 operation request on the dialog.
        Parameters:
        linkedId - linked invoke id
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendGetPasswordResponse

        void sendGetPasswordResponse​(int invokeId,
                                     String result)
                              throws ProtocolException
        Issues a (last) response to a getPassword_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendGetPasswordResponse

        void sendGetPasswordResponse​(int invokeId,
                                     String result,
                                     boolean isLast)
                              throws ProtocolException
        Issues a response to a getPassword_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendIllegalEquipmentError

        void sendIllegalEquipmentError​(int invokeId,
                                       MAPIllegalEquipmentParam error)
                                throws ProtocolException
        Issues an illegalEquipment error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendIllegalMSError

        void sendIllegalMSError​(int invokeId)
                         throws ProtocolException
        Issues an illegalMS error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendIllegalSS_OperationError

        void sendIllegalSS_OperationError​(int invokeId,
                                          MAPIllegalSS_OperationParam error)
                                   throws ProtocolException
        Issues an illegalSS_Operation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendIllegalSubscriberError

        void sendIllegalSubscriberError​(int invokeId,
                                        MAPIllegalSubscriberParam error)
                                 throws ProtocolException
        Issues an illegalSubscriber error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendIncompatibleTerminalError

        void sendIncompatibleTerminalError​(int invokeId,
                                           MAPIncompatibleTerminalParam error)
                                    throws ProtocolException
        Issues an incompatibleTerminal error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendInformationNotAvailableError

        void sendInformationNotAvailableError​(int invokeId,
                                              MAPInformationNotAvailableParam error)
                                       throws ProtocolException
        Issues an informationNotAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendInsertSubscriberData

        int sendInsertSubscriberData​(long timeout,
                                     MAPInsertSubscriberDataArg_v1 argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues an insertSubscriberData_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendInsertSubscriberDataResponse

        void sendInsertSubscriberDataResponse​(int invokeId)
                                       throws ProtocolException
        Issues a (last) response to an insertSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInsertSubscriberDataResponse

        void sendInsertSubscriberDataResponse​(int invokeId,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to an insertSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInsertSubscriberDataResponse

        void sendInsertSubscriberDataResponse​(int invokeId,
                                              MAPInsertSubscriberDataRes result)
                                       throws ProtocolException
        Issues a (last) response to an insertSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInsertSubscriberDataResponse

        void sendInsertSubscriberDataResponse​(int invokeId,
                                              MAPInsertSubscriberDataRes result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to an insertSubscriberData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInterrogateSS

        int sendInterrogateSS​(long timeout,
                              MAPSS_ForBS_Code argument)
                       throws TooManyInvokesException,
                              ProtocolException
        Issues an interrogateSS_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendInterrogateSSResponse

        void sendInterrogateSSResponse​(int invokeId,
                                       MAPInterrogateSSRes_v1 result)
                                throws ProtocolException
        Issues a (last) response to an interrogateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInterrogateSSResponse

        void sendInterrogateSSResponse​(int invokeId,
                                       MAPInterrogateSSRes_v1 result,
                                       boolean isLast)
                                throws ProtocolException
        Issues a response to an interrogateSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendInvalidTargetBaseStationError

        void sendInvalidTargetBaseStationError​(int invokeId)
                                        throws ProtocolException
        Issues an invalidTargetBaseStation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendIst_Alert

        int sendIst_Alert​(long timeout,
                          MAPIST_AlertArg argument)
                   throws TooManyInvokesException,
                          ProtocolException
        Issues an ist_Alert operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendIst_AlertResponse

        void sendIst_AlertResponse​(int invokeId,
                                   MAPIST_AlertRes result)
                            throws ProtocolException
        Issues a (last) response to an ist_Alert operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendIst_AlertResponse

        void sendIst_AlertResponse​(int invokeId,
                                   MAPIST_AlertRes result,
                                   boolean isLast)
                            throws ProtocolException
        Issues a response to an ist_Alert operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendIst_Command

        int sendIst_Command​(long timeout,
                            MAPIST_CommandArg argument)
                     throws TooManyInvokesException,
                            ProtocolException
        Issues an ist_Command operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendIst_CommandResponse

        void sendIst_CommandResponse​(int invokeId,
                                     MAPIST_CommandRes result)
                              throws ProtocolException
        Issues a (last) response to an ist_Command operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendIst_CommandResponse

        void sendIst_CommandResponse​(int invokeId,
                                     MAPIST_CommandRes result,
                                     boolean isLast)
                              throws ProtocolException
        Issues a response to an ist_Command operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendLongTermDenialError

        void sendLongTermDenialError​(int invokeId,
                                     MAPLongTermDenialParam error)
                              throws ProtocolException
        Issues a longTermDenial error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendMessageWaitingListFullError

        void sendMessageWaitingListFullError​(int invokeId,
                                             MAPMessageWaitListFullParam error)
                                      throws ProtocolException
        Issues a messageWaitingListFull error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendMm_EventNotSupportedError

        void sendMm_EventNotSupportedError​(int invokeId,
                                           MAPMM_EventNotSupported_Param error)
                                    throws ProtocolException
        Issues a mm_EventNotSupported error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendMo_ForwardSM

        int sendMo_ForwardSM​(long timeout,
                             MAPMO_ForwardSM_Arg argument)
                      throws TooManyInvokesException,
                             ProtocolException
        Issues a mo_ForwardSM_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendMo_ForwardSMResponse

        void sendMo_ForwardSMResponse​(int invokeId)
                               throws ProtocolException
        Issues a (last) response to a mo_ForwardSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMo_ForwardSMResponse

        void sendMo_ForwardSMResponse​(int invokeId,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a mo_ForwardSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMo_ForwardSMResponse

        void sendMo_ForwardSMResponse​(int invokeId,
                                      MAPMO_ForwardSM_Res result)
                               throws ProtocolException
        Issues a (last) response to a mo_ForwardSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMo_ForwardSMResponse

        void sendMo_ForwardSMResponse​(int invokeId,
                                      MAPMO_ForwardSM_Res result,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a mo_ForwardSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSM

        int sendMt_ForwardSM​(long timeout,
                             MAPMT_ForwardSM_Arg argument)
                      throws TooManyInvokesException,
                             ProtocolException
        Issues a mt_ForwardSM_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendMt_ForwardSMResponse

        void sendMt_ForwardSMResponse​(int invokeId)
                               throws ProtocolException
        Issues a (last) response to a mt_ForwardSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSMResponse

        void sendMt_ForwardSMResponse​(int invokeId,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a mt_ForwardSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSMResponse

        void sendMt_ForwardSMResponse​(int invokeId,
                                      MAPMT_ForwardSM_Res result)
                               throws ProtocolException
        Issues a (last) response to a mt_ForwardSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSMResponse

        void sendMt_ForwardSMResponse​(int invokeId,
                                      MAPMT_ForwardSM_Res result,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a mt_ForwardSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSM_VGCS

        int sendMt_ForwardSM_VGCS​(long timeout,
                                  MAPMT_ForwardSM_VGCS_Arg argument)
                           throws TooManyInvokesException,
                                  ProtocolException
        Issues a mt_ForwardSM_VGCS operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendMt_ForwardSM_VGCSResponse

        void sendMt_ForwardSM_VGCSResponse​(int invokeId,
                                           MAPMT_ForwardSM_VGCS_Res result)
                                    throws ProtocolException
        Issues a (last) response to a mt_ForwardSM_VGCS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendMt_ForwardSM_VGCSResponse

        void sendMt_ForwardSM_VGCSResponse​(int invokeId,
                                           MAPMT_ForwardSM_VGCS_Res result,
                                           boolean isLast)
                                    throws ProtocolException
        Issues a response to a mt_ForwardSM_VGCS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNegativePW_CheckError

        void sendNegativePW_CheckError​(int invokeId)
                                throws ProtocolException
        Issues a negativePW_Check error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoGroupCallNumberAvailableError

        void sendNoGroupCallNumberAvailableError​(int invokeId,
                                                 MAPNoGroupCallNbParam error)
                                          throws ProtocolException
        Issues a noGroupCallNumberAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoHandoverNumberAvailableError

        void sendNoHandoverNumberAvailableError​(int invokeId)
                                         throws ProtocolException
        Issues a noHandoverNumberAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoRadioResourceAvailableError

        void sendNoRadioResourceAvailableError​(int invokeId)
                                        throws ProtocolException
        Issues a noRadioResourceAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoRoamingNumberAvailableError

        void sendNoRoamingNumberAvailableError​(int invokeId,
                                               MAPNoRoamingNbParam error)
                                        throws ProtocolException
        Issues a noRoamingNumberAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoSubscriberReplyError

        void sendNoSubscriberReplyError​(int invokeId,
                                        MAPNoSubscriberReplyParam error)
                                 throws ProtocolException
        Issues a noSubscriberReply error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNoteMM_Event

        int sendNoteMM_Event​(long timeout,
                             MAPNoteMM_EventArg argument)
                      throws TooManyInvokesException,
                             ProtocolException
        Issues a noteMM_Event operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendNoteMM_EventResponse

        void sendNoteMM_EventResponse​(int invokeId,
                                      MAPNoteMM_EventRes result)
                               throws ProtocolException
        Issues a (last) response to a noteMM_Event operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNoteMM_EventResponse

        void sendNoteMM_EventResponse​(int invokeId,
                                      MAPNoteMM_EventRes result,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a noteMM_Event operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNoteMsPresentForGprs

        int sendNoteMsPresentForGprs​(long timeout,
                                     MAPNoteMsPresentForGprsArg argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues a noteMsPresentForGprs operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendNoteMsPresentForGprsResponse

        void sendNoteMsPresentForGprsResponse​(int invokeId,
                                              MAPNoteMsPresentForGprsRes result)
                                       throws ProtocolException
        Issues a (last) response to a noteMsPresentForGprs operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNoteMsPresentForGprsResponse

        void sendNoteMsPresentForGprsResponse​(int invokeId,
                                              MAPNoteMsPresentForGprsRes result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to a noteMsPresentForGprs operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNoteSubscriberDataModified

        int sendNoteSubscriberDataModified​(long timeout,
                                           MAPNoteSubscriberDataModifiedArg argument)
                                    throws TooManyInvokesException,
                                           ProtocolException
        Issues a noteSubscriberDataModified operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendNoteSubscriberDataModifiedResponse

        void sendNoteSubscriberDataModifiedResponse​(int invokeId,
                                                    MAPNoteSubscriberDataModifiedRes result)
                                             throws ProtocolException
        Issues a (last) response to a noteSubscriberDataModified operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNoteSubscriberDataModifiedResponse

        void sendNoteSubscriberDataModifiedResponse​(int invokeId,
                                                    MAPNoteSubscriberDataModifiedRes result,
                                                    boolean isLast)
                                             throws ProtocolException
        Issues a response to a noteSubscriberDataModified operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendNumberChangedError

        void sendNumberChangedError​(int invokeId,
                                    MAPNumberChangedParam error)
                             throws ProtocolException
        Issues a numberChanged error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendNumberOfPW_AttemptsViolationError

        void sendNumberOfPW_AttemptsViolationError​(int invokeId)
                                            throws ProtocolException
        Issues a numberOfPW_AttemptsViolation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendOngoingGroupCallError

        void sendOngoingGroupCallError​(int invokeId,
                                       MAPOngoingGroupCallParam error)
                                throws ProtocolException
        Issues an ongoingGroupCall error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendOr_NotAllowedError

        void sendOr_NotAllowedError​(int invokeId,
                                    MAPOR_NotAllowedParam error)
                             throws ProtocolException
        Issues an or_NotAllowed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendPerformHandover

        int sendPerformHandover​(long timeout,
                                MAPPerformHandoverArg argument)
                         throws TooManyInvokesException,
                                ProtocolException
        Issues a performHandover_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPerformHandoverResponse

        void sendPerformHandoverResponse​(int invokeId,
                                         MAPPerformHandoverRes result)
                                  throws ProtocolException
        Issues a (last) response to a performHandover_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPerformHandoverResponse

        void sendPerformHandoverResponse​(int invokeId,
                                         MAPPerformHandoverRes result,
                                         boolean isLast)
                                  throws ProtocolException
        Issues a response to a performHandover_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPerformSubsequentHandover

        int sendPerformSubsequentHandover​(long timeout,
                                          MAPPerformSubsequentHandoverArg argument)
                                   throws TooManyInvokesException,
                                          ProtocolException
        Issues a performSubsequentHandover_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPerformSubsequentHandoverResponse

        void sendPerformSubsequentHandoverResponse​(int invokeId,
                                                   MAPExternalSignalInfo result)
                                            throws ProtocolException
        Issues a (last) response to a performSubsequentHandover_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPerformSubsequentHandoverResponse

        void sendPerformSubsequentHandoverResponse​(int invokeId,
                                                   MAPExternalSignalInfo result,
                                                   boolean isLast)
                                            throws ProtocolException
        Issues a response to a performSubsequentHandover_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPositionMethodFailureError

        void sendPositionMethodFailureError​(int invokeId,
                                            MAPPositionMethodFailure_Param error)
                                     throws ProtocolException
        Issues a positionMethodFailure error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendPrepareGroupCall

        int sendPrepareGroupCall​(long timeout,
                                 MAPPrepareGroupCallArg argument)
                          throws TooManyInvokesException,
                                 ProtocolException
        Issues a prepareGroupCall operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPrepareGroupCallResponse

        void sendPrepareGroupCallResponse​(int invokeId,
                                          MAPPrepareGroupCallRes result)
                                   throws ProtocolException
        Issues a (last) response to a prepareGroupCall operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPrepareGroupCallResponse

        void sendPrepareGroupCallResponse​(int invokeId,
                                          MAPPrepareGroupCallRes result,
                                          boolean isLast)
                                   throws ProtocolException
        Issues a response to a prepareGroupCall operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPrepareHandover

        int sendPrepareHandover​(long timeout,
                                MAPPrepareHO_Arg argument)
                         throws TooManyInvokesException,
                                ProtocolException
        Issues a prepareHandover operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPrepareHandoverResponse

        void sendPrepareHandoverResponse​(int invokeId,
                                         MAPPrepareHO_Res result)
                                  throws ProtocolException
        Issues a (last) response to a prepareHandover operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPrepareHandoverResponse

        void sendPrepareHandoverResponse​(int invokeId,
                                         MAPPrepareHO_Res result,
                                         boolean isLast)
                                  throws ProtocolException
        Issues a response to a prepareHandover operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPrepareSubsequentHandover

        int sendPrepareSubsequentHandover​(long timeout,
                                          MAPPrepareSubsequentHO_Arg argument)
                                   throws TooManyInvokesException,
                                          ProtocolException
        Issues a prepareSubsequentHandover operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPrepareSubsequentHandoverResponse

        void sendPrepareSubsequentHandoverResponse​(int invokeId,
                                                   MAPPrepareSubsequentHO_Res result)
                                            throws ProtocolException
        Issues a (last) response to a prepareSubsequentHandover operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPrepareSubsequentHandoverResponse

        void sendPrepareSubsequentHandoverResponse​(int invokeId,
                                                   MAPPrepareSubsequentHO_Res result,
                                                   boolean isLast)
                                            throws ProtocolException
        Issues a response to a prepareSubsequentHandover operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProcessUnstructuredSS_Request

        int sendProcessUnstructuredSS_Request​(long timeout,
                                              MAPUSSD_Arg argument)
                                       throws TooManyInvokesException,
                                              ProtocolException
        Issues a processUnstructuredSS_Request operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProcessUnstructuredSS_RequestResponse

        void sendProcessUnstructuredSS_RequestResponse​(int invokeId,
                                                       MAPUSSD_Res result)
                                                throws ProtocolException
        Issues a (last) response to a processUnstructuredSS_Request operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProcessUnstructuredSS_RequestResponse

        void sendProcessUnstructuredSS_RequestResponse​(int invokeId,
                                                       MAPUSSD_Res result,
                                                       boolean isLast)
                                                throws ProtocolException
        Issues a response to a processUnstructuredSS_Request operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProcessUnstructuredSsData

        int sendProcessUnstructuredSsData​(long timeout,
                                          String argument)
                                   throws TooManyInvokesException,
                                          ProtocolException
        Issues a processUnstructuredSsData_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProcessUnstructuredSsDataResponse

        void sendProcessUnstructuredSsDataResponse​(int invokeId,
                                                   String result)
                                            throws ProtocolException
        Issues a (last) response to a processUnstructuredSsData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProcessUnstructuredSsDataResponse

        void sendProcessUnstructuredSsDataResponse​(int invokeId,
                                                   String result,
                                                   boolean isLast)
                                            throws ProtocolException
        Issues a response to a processUnstructuredSsData_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideRoamingNumber

        int sendProvideRoamingNumber​(long timeout,
                                     MAPProvideRoamingNumberArg argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues a provideRoamingNumber_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProvideRoamingNumberResponse

        void sendProvideRoamingNumberResponse​(int invokeId,
                                              MAPProvideRoamingNumberResSeq result)
                                       throws ProtocolException
        Issues a (last) response to a provideRoamingNumber_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideRoamingNumberResponse

        void sendProvideRoamingNumberResponse​(int invokeId,
                                              MAPProvideRoamingNumberResSeq result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to a provideRoamingNumber_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSIWFSNumber

        int sendProvideSIWFSNumber​(long timeout,
                                   MAPProvideSIWFSNumberArg argument)
                            throws TooManyInvokesException,
                                   ProtocolException
        Issues a provideSIWFSNumber operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProvideSIWFSNumberResponse

        void sendProvideSIWFSNumberResponse​(int invokeId,
                                            MAPProvideSIWFSNumberRes result)
                                     throws ProtocolException
        Issues a (last) response to a provideSIWFSNumber operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSIWFSNumberResponse

        void sendProvideSIWFSNumberResponse​(int invokeId,
                                            MAPProvideSIWFSNumberRes result,
                                            boolean isLast)
                                     throws ProtocolException
        Issues a response to a provideSIWFSNumber operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSubscriberInfo

        int sendProvideSubscriberInfo​(long timeout,
                                      MAPProvideSubscriberInfoArg argument)
                               throws TooManyInvokesException,
                                      ProtocolException
        Issues a provideSubscriberInfo operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProvideSubscriberInfoResponse

        void sendProvideSubscriberInfoResponse​(int invokeId,
                                               MAPProvideSubscriberInfoRes result)
                                        throws ProtocolException
        Issues a (last) response to a provideSubscriberInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSubscriberInfoResponse

        void sendProvideSubscriberInfoResponse​(int invokeId,
                                               MAPProvideSubscriberInfoRes result,
                                               boolean isLast)
                                        throws ProtocolException
        Issues a response to a provideSubscriberInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSubscriberLocation

        int sendProvideSubscriberLocation​(long timeout,
                                          MAPProvideSubscriberLocation_Arg argument)
                                   throws TooManyInvokesException,
                                          ProtocolException
        Issues a provideSubscriberLocation operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendProvideSubscriberLocationResponse

        void sendProvideSubscriberLocationResponse​(int invokeId,
                                                   MAPProvideSubscriberLocation_Res result)
                                            throws ProtocolException
        Issues a (last) response to a provideSubscriberLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendProvideSubscriberLocationResponse

        void sendProvideSubscriberLocationResponse​(int invokeId,
                                                   MAPProvideSubscriberLocation_Res result,
                                                   boolean isLast)
                                            throws ProtocolException
        Issues a response to a provideSubscriberLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPurgeMS

        int sendPurgeMS​(long timeout,
                        MAPPurgeMS_Arg_v2 argument)
                 throws TooManyInvokesException,
                        ProtocolException
        Issues a purgeMS operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendPurgeMSResponse

        void sendPurgeMSResponse​(int invokeId)
                          throws ProtocolException
        Issues a (last) response to a purgeMS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPurgeMSResponse

        void sendPurgeMSResponse​(int invokeId,
                                 boolean isLast)
                          throws ProtocolException
        Issues a response to a purgeMS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPurgeMSResponse

        void sendPurgeMSResponse​(int invokeId,
                                 MAPPurgeMS_Res result)
                          throws ProtocolException
        Issues a (last) response to a purgeMS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPurgeMSResponse

        void sendPurgeMSResponse​(int invokeId,
                                 MAPPurgeMS_Res result,
                                 boolean isLast)
                          throws ProtocolException
        Issues a response to a purgeMS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendPw_RegistrationFailureError

        void sendPw_RegistrationFailureError​(int invokeId,
                                             MAPPW_RegistrationFailureCause error)
                                      throws ProtocolException
        Issues a pw_RegistrationFailure error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendReadyForSM

        int sendReadyForSM​(long timeout,
                           MAPReadyForSM_Arg argument)
                    throws TooManyInvokesException,
                           ProtocolException
        Issues a readyForSM operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendReadyForSMResponse

        void sendReadyForSMResponse​(int invokeId)
                             throws ProtocolException
        Issues a (last) response to a readyForSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReadyForSMResponse

        void sendReadyForSMResponse​(int invokeId,
                                    boolean isLast)
                             throws ProtocolException
        Issues a response to a readyForSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReadyForSMResponse

        void sendReadyForSMResponse​(int invokeId,
                                    MAPReadyForSM_Res result)
                             throws ProtocolException
        Issues a (last) response to a readyForSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReadyForSMResponse

        void sendReadyForSMResponse​(int invokeId,
                                    MAPReadyForSM_Res result,
                                    boolean isLast)
                             throws ProtocolException
        Issues a response to a readyForSM operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterCC_Entry

        int sendRegisterCC_Entry​(long timeout,
                                 MAPRegisterCC_EntryArg argument)
                          throws TooManyInvokesException,
                                 ProtocolException
        Issues a registerCC_Entry operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendRegisterCC_EntryResponse

        void sendRegisterCC_EntryResponse​(int invokeId,
                                          MAPRegisterCC_EntryRes result)
                                   throws ProtocolException
        Issues a (last) response to a registerCC_Entry operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterCC_EntryResponse

        void sendRegisterCC_EntryResponse​(int invokeId,
                                          MAPRegisterCC_EntryRes result,
                                          boolean isLast)
                                   throws ProtocolException
        Issues a response to a registerCC_Entry operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterPassword

        int sendRegisterPassword​(long timeout,
                                 SSCode argument)
                          throws TooManyInvokesException,
                                 ProtocolException
        Issues a registerPassword_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendRegisterPasswordResponse

        void sendRegisterPasswordResponse​(int invokeId,
                                          String result)
                                   throws ProtocolException
        Issues a (last) response to a registerPassword_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterPasswordResponse

        void sendRegisterPasswordResponse​(int invokeId,
                                          String result,
                                          boolean isLast)
                                   throws ProtocolException
        Issues a response to a registerPassword_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterSS

        int sendRegisterSS​(long timeout,
                           MAPRegisterSS_Arg argument)
                    throws TooManyInvokesException,
                           ProtocolException
        Issues a registerSS_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendRegisterSSResponse

        void sendRegisterSSResponse​(int invokeId,
                                    MAPSS_Information result)
                             throws ProtocolException
        Issues a (last) response to a registerSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRegisterSSResponse

        void sendRegisterSSResponse​(int invokeId,
                                    MAPSS_Information result,
                                    boolean isLast)
                             throws ProtocolException
        Issues a response to a registerSS_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReleaseResources

        int sendReleaseResources​(long timeout,
                                 MAPReleaseResourcesArg argument)
                          throws TooManyInvokesException,
                                 ProtocolException
        Issues a releaseResources operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendReleaseResourcesResponse

        void sendReleaseResourcesResponse​(int invokeId,
                                          MAPReleaseResourcesRes result)
                                   throws ProtocolException
        Issues a (last) response to a releaseResources operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReleaseResourcesResponse

        void sendReleaseResourcesResponse​(int invokeId,
                                          MAPReleaseResourcesRes result,
                                          boolean isLast)
                                   throws ProtocolException
        Issues a response to a releaseResources operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRemoteUserFree

        int sendRemoteUserFree​(long timeout,
                               MAPRemoteUserFreeArg argument)
                        throws TooManyInvokesException,
                               ProtocolException
        Issues a remoteUserFree operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendRemoteUserFreeResponse

        void sendRemoteUserFreeResponse​(int invokeId,
                                        MAPRemoteUserFreeRes result)
                                 throws ProtocolException
        Issues a (last) response to a remoteUserFree operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRemoteUserFreeResponse

        void sendRemoteUserFreeResponse​(int invokeId,
                                        MAPRemoteUserFreeRes result,
                                        boolean isLast)
                                 throws ProtocolException
        Issues a response to a remoteUserFree operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReportSM_DeliveryStatusResponse

        void sendReportSM_DeliveryStatusResponse​(int invokeId)
                                          throws ProtocolException
        Issues a (last) response to a reportSM_DeliveryStatus_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReportSM_DeliveryStatusResponse

        void sendReportSM_DeliveryStatusResponse​(int invokeId,
                                                 boolean isLast)
                                          throws ProtocolException
        Issues a response to a reportSM_DeliveryStatus_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReportSM_DeliveryStatusResponse

        void sendReportSM_DeliveryStatusResponse​(int invokeId,
                                                 MAPReportSM_DeliveryStatusResSeq result)
                                          throws ProtocolException
        Issues a (last) response to a reportSM_DeliveryStatus_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendReportSM_DeliveryStatusResponse

        void sendReportSM_DeliveryStatusResponse​(int invokeId,
                                                 MAPReportSM_DeliveryStatusResSeq result,
                                                 boolean isLast)
                                          throws ProtocolException
        Issues a response to a reportSM_DeliveryStatus_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendResourceLimitationError

        void sendResourceLimitationError​(int invokeId,
                                         MAPResourceLimitationParam error)
                                  throws ProtocolException
        Issues a resourceLimitation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendRestoreData

        int sendRestoreData​(long timeout,
                            MAPRestoreDataArg argument)
                     throws TooManyInvokesException,
                            ProtocolException
        Issues a restoreData operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendRestoreDataResponse

        void sendRestoreDataResponse​(int invokeId,
                                     MAPRestoreDataRes result)
                              throws ProtocolException
        Issues a (last) response to a restoreData operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRestoreDataResponse

        void sendRestoreDataResponse​(int invokeId,
                                     MAPRestoreDataRes result,
                                     boolean isLast)
                              throws ProtocolException
        Issues a response to a restoreData operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendResumeCallHandling

        int sendResumeCallHandling​(long timeout,
                                   MAPResumeCallHandlingArg argument)
                            throws TooManyInvokesException,
                                   ProtocolException
        Issues a resumeCallHandling operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendResumeCallHandlingResponse

        void sendResumeCallHandlingResponse​(int invokeId,
                                            MAPResumeCallHandlingRes result)
                                     throws ProtocolException
        Issues a (last) response to a resumeCallHandling operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendResumeCallHandlingResponse

        void sendResumeCallHandlingResponse​(int invokeId,
                                            MAPResumeCallHandlingRes result,
                                            boolean isLast)
                                     throws ProtocolException
        Issues a response to a resumeCallHandling operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendRoamingNotAllowedError

        void sendRoamingNotAllowedError​(int invokeId,
                                        MAPRoamingNotAllowedParSeq error)
                                 throws ProtocolException
        Issues a roamingNotAllowed error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSendAuthenticationInfoResponse

        void sendSendAuthenticationInfoResponse​(int invokeId,
                                                MAPSendAuthenticationInfoResSeq result)
                                         throws ProtocolException
        Issues a (last) response to a sendAuthenticationInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendAuthenticationInfoResponse

        void sendSendAuthenticationInfoResponse​(int invokeId,
                                                MAPSendAuthenticationInfoResSeq result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to a sendAuthenticationInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendEndSignal

        int sendSendEndSignal​(long timeout)
                       throws TooManyInvokesException,
                              ProtocolException
        Issues a sendEndSignal_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendEndSignal

        int sendSendEndSignal​(long timeout,
                              MAPSendEndSignal_Arg argument)
                       throws TooManyInvokesException,
                              ProtocolException
        Issues a sendEndSignal_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendEndSignalResponse

        void sendSendEndSignalResponse​(int invokeId)
                                throws ProtocolException
        Issues a (last) response to a sendEndSignal_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendEndSignalResponse

        void sendSendEndSignalResponse​(int invokeId,
                                       boolean isLast)
                                throws ProtocolException
        Issues a response to a sendEndSignal_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendEndSignalResponse

        void sendSendEndSignalResponse​(int invokeId,
                                       MAPSendEndSignal_Res result)
                                throws ProtocolException
        Issues a (last) response to a sendEndSignal operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendEndSignalResponse

        void sendSendEndSignalResponse​(int invokeId,
                                       MAPSendEndSignal_Res result,
                                       boolean isLast)
                                throws ProtocolException
        Issues a response to a sendEndSignal operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendGroupCallEndSignal

        int sendSendGroupCallEndSignal​(long timeout,
                                       MAPSendGroupCallEndSignalArg argument)
                                throws TooManyInvokesException,
                                       ProtocolException
        Issues a sendGroupCallEndSignal operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendGroupCallEndSignalResponse

        void sendSendGroupCallEndSignalResponse​(int invokeId,
                                                MAPSendGroupCallEndSignalRes result)
                                         throws ProtocolException
        Issues a (last) response to a sendGroupCallEndSignal operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendGroupCallEndSignalResponse

        void sendSendGroupCallEndSignalResponse​(int invokeId,
                                                MAPSendGroupCallEndSignalRes result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to a sendGroupCallEndSignal operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendGroupCallInfo

        int sendSendGroupCallInfo​(long timeout,
                                  MAPSendGroupCallInfoArg argument)
                           throws TooManyInvokesException,
                                  ProtocolException
        Issues a sendGroupCallInfo operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendGroupCallInfoResponse

        void sendSendGroupCallInfoResponse​(int invokeId,
                                           MAPSendGroupCallInfoRes result)
                                    throws ProtocolException
        Issues a (last) response to a sendGroupCallInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendGroupCallInfoResponse

        void sendSendGroupCallInfoResponse​(int invokeId,
                                           MAPSendGroupCallInfoRes result,
                                           boolean isLast)
                                    throws ProtocolException
        Issues a response to a sendGroupCallInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendIMSI

        int sendSendIMSI​(long timeout,
                         AddressString argument)
                  throws TooManyInvokesException,
                         ProtocolException
        Issues a sendIMSI operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendIMSIResponse

        void sendSendIMSIResponse​(int invokeId,
                                  IMSIAddress result)
                           throws ProtocolException
        Issues a (last) response to a sendIMSI operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendIMSIResponse

        void sendSendIMSIResponse​(int invokeId,
                                  IMSIAddress result,
                                  boolean isLast)
                           throws ProtocolException
        Issues a response to a sendIMSI operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendIdentification

        int sendSendIdentification​(long timeout,
                                   MAPSendIdentificationArgSeq argument)
                            throws TooManyInvokesException,
                                   ProtocolException
        Issues a sendIdentification operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendIdentificationResponse

        void sendSendIdentificationResponse​(int invokeId,
                                            MAPSendIdentificationRes result)
                                     throws ProtocolException
        Issues a (last) response to a sendIdentification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendIdentificationResponse

        void sendSendIdentificationResponse​(int invokeId,
                                            MAPSendIdentificationRes result,
                                            boolean isLast)
                                     throws ProtocolException
        Issues a response to a sendIdentification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendParameters

        int sendSendParameters​(long timeout,
                               MAPSendParametersArg argument)
                        throws TooManyInvokesException,
                               ProtocolException
        Issues a sendParameters_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendParametersResponse

        void sendSendParametersResponse​(int invokeId,
                                        MAPSentParameter[] result)
                                 throws ProtocolException
        Issues a (last) response to a sendParameters_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendParametersResponse

        void sendSendParametersResponse​(int invokeId,
                                        MAPSentParameter[] result,
                                        boolean isLast)
                                 throws ProtocolException
        Issues a response to a sendParameters_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfo

        int sendSendRoutingInfo​(long timeout,
                                MAPSendRoutingInfoArg argument)
                         throws TooManyInvokesException,
                                ProtocolException
        Issues a sendRoutingInfo operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendRoutingInfoForGprs

        int sendSendRoutingInfoForGprs​(long timeout,
                                       MAPSendRoutingInfoForGprsArg argument)
                                throws TooManyInvokesException,
                                       ProtocolException
        Issues a sendRoutingInfoForGprs operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendRoutingInfoForGprsResponse

        void sendSendRoutingInfoForGprsResponse​(int invokeId,
                                                MAPSendRoutingInfoForGprsRes result)
                                         throws ProtocolException
        Issues a (last) response to a sendRoutingInfoForGprs operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoForGprsResponse

        void sendSendRoutingInfoForGprsResponse​(int invokeId,
                                                MAPSendRoutingInfoForGprsRes result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to a sendRoutingInfoForGprs operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoForLCS

        int sendSendRoutingInfoForLCS​(long timeout,
                                      MAPRoutingInfoForLCS_Arg argument)
                               throws TooManyInvokesException,
                                      ProtocolException
        Issues a sendRoutingInfoForLCS operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendRoutingInfoForLCSResponse

        void sendSendRoutingInfoForLCSResponse​(int invokeId,
                                               MAPRoutingInfoForLCS_Res result)
                                        throws ProtocolException
        Issues a (last) response to a sendRoutingInfoForLCS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoForLCSResponse

        void sendSendRoutingInfoForLCSResponse​(int invokeId,
                                               MAPRoutingInfoForLCS_Res result,
                                               boolean isLast)
                                        throws ProtocolException
        Issues a response to a sendRoutingInfoForLCS operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoForSM

        int sendSendRoutingInfoForSM​(long timeout,
                                     MAPSendRoutingInfoForSMArg argument)
                              throws TooManyInvokesException,
                                     ProtocolException
        Issues a sendRoutingInfoForSM_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendRoutingInfoForSMResponse

        void sendSendRoutingInfoForSMResponse​(int invokeId,
                                              MAPSendRoutingInfoForSMRes result)
                                       throws ProtocolException
        Issues a (last) response to a sendRoutingInfoForSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoForSMResponse

        void sendSendRoutingInfoForSMResponse​(int invokeId,
                                              MAPSendRoutingInfoForSMRes result,
                                              boolean isLast)
                                       throws ProtocolException
        Issues a response to a sendRoutingInfoForSM_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoResponse

        void sendSendRoutingInfoResponse​(int invokeId,
                                         MAPSendRoutingInfoRes result)
                                  throws ProtocolException
        Issues a (last) response to a sendRoutingInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInfoResponse

        void sendSendRoutingInfoResponse​(int invokeId,
                                         MAPSendRoutingInfoRes result,
                                         boolean isLast)
                                  throws ProtocolException
        Issues a response to a sendRoutingInfo operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInformation

        int sendSendRoutingInformation​(long timeout,
                                       MAPSendRoutingInformationArg argument)
                                throws TooManyInvokesException,
                                       ProtocolException
        Issues a sendRoutingInformation_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSendRoutingInformationResponse

        void sendSendRoutingInformationResponse​(int invokeId,
                                                MAPSendRoutingInformationRes result)
                                         throws ProtocolException
        Issues a (last) response to a sendRoutingInformation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSendRoutingInformationResponse

        void sendSendRoutingInformationResponse​(int invokeId,
                                                MAPSendRoutingInformationRes result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to a sendRoutingInformation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSetReportingState

        int sendSetReportingState​(long timeout,
                                  MAPSetReportingStateArg argument)
                           throws TooManyInvokesException,
                                  ProtocolException
        Issues a setReportingState operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSetReportingStateResponse

        void sendSetReportingStateResponse​(int invokeId,
                                           MAPSetReportingStateRes result)
                                    throws ProtocolException
        Issues a (last) response to a setReportingState operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSetReportingStateResponse

        void sendSetReportingStateResponse​(int invokeId,
                                           MAPSetReportingStateRes result,
                                           boolean isLast)
                                    throws ProtocolException
        Issues a response to a setReportingState operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendShortTermDenialError

        void sendShortTermDenialError​(int invokeId,
                                      MAPShortTermDenialParam error)
                               throws ProtocolException
        Issues a shortTermDenial error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSiwfs_SignallingModify

        int sendSiwfs_SignallingModify​(long timeout,
                                       MAPSIWFSSignallingModifyArg argument)
                                throws TooManyInvokesException,
                                       ProtocolException
        Issues a siwfs_SignallingModify operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSiwfs_SignallingModifyResponse

        void sendSiwfs_SignallingModifyResponse​(int invokeId,
                                                MAPSIWFSSignallingModifyRes result)
                                         throws ProtocolException
        Issues a (last) response to a siwfs_SignallingModify operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSiwfs_SignallingModifyResponse

        void sendSiwfs_SignallingModifyResponse​(int invokeId,
                                                MAPSIWFSSignallingModifyRes result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to a siwfs_SignallingModify operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSm_DeliveryFailureError

        void sendSm_DeliveryFailureError​(int invokeId,
                                         MAPSM_DeliveryFailureCause error)
                                  throws ProtocolException
        Issues a sm_DeliveryFailure error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSs_ErrorStatusError

        void sendSs_ErrorStatusError​(int invokeId,
                                     byte[] error)
                              throws ProtocolException
        Issues a ss_ErrorStatus error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSs_IncompatibilityError

        void sendSs_IncompatibilityError​(int invokeId,
                                         MAPSS_IncompatibilityCause error)
                                  throws ProtocolException
        Issues a ss_Incompatibility error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSs_InvocationNotification

        int sendSs_InvocationNotification​(long timeout,
                                          MAPSS_InvocationNotificationArg argument)
                                   throws TooManyInvokesException,
                                          ProtocolException
        Issues a ss_InvocationNotification operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSs_InvocationNotificationResponse

        void sendSs_InvocationNotificationResponse​(int invokeId,
                                                   MAPSS_InvocationNotificationRes result)
                                            throws ProtocolException
        Issues a (last) response to a ss_InvocationNotification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSs_InvocationNotificationResponse

        void sendSs_InvocationNotificationResponse​(int invokeId,
                                                   MAPSS_InvocationNotificationRes result,
                                                   boolean isLast)
                                            throws ProtocolException
        Issues a response to a ss_InvocationNotification operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSs_NotAvailableError

        void sendSs_NotAvailableError​(int invokeId,
                                      MAPSS_NotAvailableParam error)
                               throws ProtocolException
        Issues a ss_NotAvailable error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSs_SubscriptionViolationError

        void sendSs_SubscriptionViolationError​(int invokeId,
                                               MAPSS_SubscriptionOption_v1 error)
                                        throws ProtocolException
        Issues a ss_SubscriptionViolation_v1 error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendStatusReport

        int sendStatusReport​(long timeout,
                             MAPStatusReportArg argument)
                      throws TooManyInvokesException,
                             ProtocolException
        Issues a statusReport operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendStatusReportResponse

        void sendStatusReportResponse​(int invokeId,
                                      MAPStatusReportRes result)
                               throws ProtocolException
        Issues a (last) response to a statusReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendStatusReportResponse

        void sendStatusReportResponse​(int invokeId,
                                      MAPStatusReportRes result,
                                      boolean isLast)
                               throws ProtocolException
        Issues a response to a statusReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSubscriberBusyForMT_SMSError

        void sendSubscriberBusyForMT_SMSError​(int invokeId,
                                              MAPSubBusyForMT_SMS_Param error)
                                       throws ProtocolException
        Issues a subscriberBusyForMT_SMS error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSubscriberLocationReport

        int sendSubscriberLocationReport​(long timeout,
                                         MAPSubscriberLocationReport_Arg argument)
                                  throws TooManyInvokesException,
                                         ProtocolException
        Issues a subscriberLocationReport operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendSubscriberLocationReportResponse

        void sendSubscriberLocationReportResponse​(int invokeId,
                                                  MAPSubscriberLocationReport_Res result)
                                           throws ProtocolException
        Issues a (last) response to a subscriberLocationReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSubscriberLocationReportResponse

        void sendSubscriberLocationReportResponse​(int invokeId,
                                                  MAPSubscriberLocationReport_Res result,
                                                  boolean isLast)
                                           throws ProtocolException
        Issues a response to a subscriberLocationReport operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendSubsequentHandoverFailureError

        void sendSubsequentHandoverFailureError​(int invokeId)
                                         throws ProtocolException
        Issues a subsequentHandoverFailure error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendSystemFailureError

        void sendSystemFailureError​(int invokeId,
                                    MAPSystemFailureParam error)
                             throws ProtocolException
        Issues a systemFailure error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendTargetCellOutsideGroupCallAreaError

        void sendTargetCellOutsideGroupCallAreaError​(int invokeId,
                                                     MAPTargetCellOutsideGCA_Param error)
                                              throws ProtocolException
        Issues a targetCellOutsideGroupCallArea error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendTeleserviceNotProvisionedError

        void sendTeleserviceNotProvisionedError​(int invokeId,
                                                MAPTeleservNotProvParam error)
                                         throws ProtocolException
        Issues a teleserviceNotProvisioned error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendTracingBufferFullError

        void sendTracingBufferFullError​(int invokeId,
                                        MAPTracingBufferFullParam error)
                                 throws ProtocolException
        Issues a tracingBufferFull error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnauthorizedLCSClientError

        void sendUnauthorizedLCSClientError​(int invokeId,
                                            MAPUnauthorizedLCSClient_Param error)
                                     throws ProtocolException
        Issues an unauthorizedLCSClient error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnauthorizedRequestingNetworkError

        void sendUnauthorizedRequestingNetworkError​(int invokeId,
                                                    MAPUnauthorizedRequestingNetwork_Param error)
                                             throws ProtocolException
        Issues an unauthorizedRequestingNetwork error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnexpectedDataValueError

        void sendUnexpectedDataValueError​(int invokeId,
                                          MAPUnexpectedDataParam error)
                                   throws ProtocolException
        Issues an unexpectedDataValue error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnidentifiedSubscriberError

        void sendUnidentifiedSubscriberError​(int invokeId,
                                             MAPUnidentifiedSubParam error)
                                      throws ProtocolException
        Issues an unidentifiedSubscriber error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownAlphabetError

        void sendUnknownAlphabetError​(int invokeId)
                               throws ProtocolException
        Issues an unknownAlphabet error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownBaseStationError

        void sendUnknownBaseStationError​(int invokeId)
                                  throws ProtocolException
        Issues an unknownBaseStation error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownEquipmentError

        void sendUnknownEquipmentError​(int invokeId)
                                throws ProtocolException
        Issues an unknownEquipment error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownMSCError

        void sendUnknownMSCError​(int invokeId)
                          throws ProtocolException
        Issues an unknownMSC error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownOrUnreachableLCSClientError

        void sendUnknownOrUnreachableLCSClientError​(int invokeId,
                                                    MAPUnknownOrUnreachableLCSClient_Param error)
                                             throws ProtocolException
        Issues an unknownOrUnreachableLCSClient error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnknownSubscriberError

        void sendUnknownSubscriberError​(int invokeId,
                                        MAPUnknownSubscriberParam error)
                                 throws ProtocolException
        Issues an unknownSubscriber error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        error - parameter value
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason
      • sendUnstructuredSS_Notify

        int sendUnstructuredSS_Notify​(long timeout,
                                      MAPUSSD_Arg argument)
                               throws TooManyInvokesException,
                                      ProtocolException
        Issues an unstructuredSS_Notify operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendUnstructuredSS_NotifyResponse

        void sendUnstructuredSS_NotifyResponse​(int invokeId)
                                        throws ProtocolException
        Issues a (last) response to an unstructuredSS_Notify operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUnstructuredSS_NotifyResponse

        void sendUnstructuredSS_NotifyResponse​(int invokeId,
                                               boolean isLast)
                                        throws ProtocolException
        Issues a response to an unstructuredSS_Notify operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUnstructuredSS_Request

        int sendUnstructuredSS_Request​(long timeout,
                                       MAPUSSD_Arg argument)
                                throws TooManyInvokesException,
                                       ProtocolException
        Issues an unstructuredSS_Request operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendUnstructuredSS_RequestResponse

        void sendUnstructuredSS_RequestResponse​(int invokeId,
                                                MAPUSSD_Res result)
                                         throws ProtocolException
        Issues a (last) response to an unstructuredSS_Request operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUnstructuredSS_RequestResponse

        void sendUnstructuredSS_RequestResponse​(int invokeId,
                                                MAPUSSD_Res result,
                                                boolean isLast)
                                         throws ProtocolException
        Issues a response to an unstructuredSS_Request operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUpdateGprsLocation

        int sendUpdateGprsLocation​(long timeout,
                                   MAPUpdateGprsLocationArg argument)
                            throws TooManyInvokesException,
                                   ProtocolException
        Issues an updateGprsLocation operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendUpdateGprsLocationResponse

        void sendUpdateGprsLocationResponse​(int invokeId,
                                            MAPUpdateGprsLocationRes result)
                                     throws ProtocolException
        Issues a (last) response to an updateGprsLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUpdateGprsLocationResponse

        void sendUpdateGprsLocationResponse​(int invokeId,
                                            MAPUpdateGprsLocationRes result,
                                            boolean isLast)
                                     throws ProtocolException
        Issues a response to an updateGprsLocation operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUpdateLocation

        int sendUpdateLocation​(long timeout,
                               MAPUpdateLocationArg argument)
                        throws TooManyInvokesException,
                               ProtocolException
        Issues an updateLocation_v1 operation request on the dialog.
        Parameters:
        timeout - invoke timeout, in milliseconds; 0 uses the RA default
        argument - argument value
        Returns:
        TCAP invoke ID allocated for this operation
        Throws:
        TooManyInvokesException - if no free invoke id is available on this dialog
        ProtocolException - if the RA was unable to send the invoke for some reason
      • sendUpdateLocationResponse

        void sendUpdateLocationResponse​(int invokeId,
                                        MAPUpdateLocation_v1ResSeq result)
                                 throws ProtocolException
        Issues a (last) response to an updateLocation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUpdateLocationResponse

        void sendUpdateLocationResponse​(int invokeId,
                                        MAPUpdateLocation_v1ResSeq result,
                                        boolean isLast)
                                 throws ProtocolException
        Issues a response to an updateLocation_v1 operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        result - result value
        isLast - if true, will be sent in a ResultLast, if false will be sent in a ResultNotLast
        Throws:
        ProtocolException - if the RA was unable to send the response for some reason
      • sendUssd_BusyError

        void sendUssd_BusyError​(int invokeId)
                         throws ProtocolException
        Issues an ussd_Busy error response for an operation on the dialog.
        Parameters:
        invokeId - TCAP invoke ID for the operation
        Throws:
        ProtocolException - if the RA was unable to send the error response for some reason