E_ACSE_AareDiagnostic

Diagnoseinformation, gesendet im ACSE (Association Control Service Element) Associate-Response (AARE) Telegramm.

Namensraum: Tc3_Ulosi
Bibliothek: 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

Werte

Name

Beschreibung

Null

Null.

No_reason_given

Kein Grund angegeben.

Application_context_name_not_supported

Die Codebedeutung hängt von der Diagnosequelle ab: acse-service-user => Anwendungskontextname nicht unterstützt, acse-service-provider => Keine gemeinsame ACS-Version.

Calling_AP_title_not_recognized

ISO 8650-1 Einstellung „Calling AP title“ wurde nicht erkannt.

Calling_AP_invocation_identifier_not_recognized

ISO 8650-1 Einstellung „Calling AP invocation identifier“ wurde nicht erkannt.

Calling_AE_qualifier_not_recognized

ISO 8650-1 Einstellung „Calling AE qualifier“ wurde nicht erkannt.

Calling_AE_invocation_identifier_not_recognized

ISO 8650-1 Einstellung „Calling AE invocation identifier“ wurde nicht erkannt.

Called_AP_title_not_recognized

ISO 8650-1 Einstellung „Called AP title“ wurde nicht erkannt.

Called_AP_invocation_identifier_not_recognized

ISO 8650-1 Einstellung „Called AP invocation identifier“ wurde nicht erkannt.

Called_AE_qualifier_not_recognized

ISO 8650-1 Einstellung „Called AE qualifier“ wurde nicht erkannt.

Called_AE_invocation_identifier_not_recognized

ISO 8650-1 Einstellung „Called AE invocation identifier“ wurde nicht erkannt.

Authentication_mechanism_name_not_recognized

Der Name des Authentifizierungsmechanismus wurde nicht erkannt.

Authentication_mechanism_name_required

Der Name des Authentifizierungsmechanismus ist erforderlich.

Authentication_failure

Authentifizierung fehlgeschlagen.

Authentication_required

Authentifizierung ist erforderlich.