E_ACSE_AareDiagnostic

Diagnostic information, sent in the ACSE (Association Control Service Element) Associate Response (AARE) telegram.

Namespace: Tc3_Ulosi
Library: Tc3_Ulosi (Tc3_Ulosi.compiled-library)

Syntax

{attribute 'qualified_only'}
{attribute 'strict'}
TYPE E_ACSE_AareDiagnostic :
(
    Null                                            :=0,
    No_reason_given                                 :=1,
    Application_context_name_not_supported          :=2,
    Calling_AP_title_not_recognized                 :=3,
    Calling_AP_invocation_identifier_not_recognized :=4,
    Calling_AE_qualifier_not_recognized             :=5,
    Calling_AE_invocation_identifier_not_recognized :=6,
    Called_AP_title_not_recognized                  :=7,
    Called_AP_invocation_identifier_not_recognized  :=8,
    Called_AE_qualifier_not_recognized              :=9,
    Called_AE_invocation_identifier_not_recognized  :=10,
    Authentication_mechanism_name_not_recognized    :=11,
    Authentication_mechanism_name_required          :=12,
    Authentication_failure                          :=13,
    Authentication_required                         :=14
)USINT;
END_TYPE

Values

Name

Description

Null

Null.

No_reason_given

No reason given.

Application_context_name_not_supported

The code meaning depends on the diagnostic source: acse-service-user => Application context name not supported, acse-service-provider => No common ACS version.

Calling_AP_title_not_recognized

ISO 8650-1 setting "Calling AP title" was not recognized.

Calling_AP_invocation_identifier_not_recognized

ISO 8650-1 setting "Calling AP invocation identifier" was not recognized.

Calling_AE_qualifier_not_recognized

ISO 8650-1 setting "Calling AE qualifier" was not recognized.

Calling_AE_invocation_identifier_not_recognized

ISO 8650-1 setting "Calling AE invocation identifier" was not recognized.

Called_AP_title_not_recognized

ISO 8650-1 setting "Called AP title" was not recognized.

Called_AP_invocation_identifier_not_recognized

ISO 8650-1 setting "Called AP invocation identifier" was not recognized.

Called_AE_qualifier_not_recognized

ISO 8650-1 setting "Called AE qualifier" was not recognized.

Called_AE_invocation_identifier_not_recognized

ISO 8650-1 setting "Called AE invocation identifier" was not recognized.

Authentication_mechanism_name_not_recognized

The name of the authentication mechanism was not recognized.

Authentication_mechanism_name_required

The name of the authentication mechanism is required.

Authentication_failure

Authentication failed.

Authentication_required

Authentication is required.