|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T i
Length: 2229 (0x8b5) Types: TextFile Names: »iso8650-2-acse1.py«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/pepy/test.asn1/iso8650-2-acse1.py« └─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/pepy/test.asn1/iso8650-2-acse1.py«
ISO8650-2-ACSE1 DEFINITIONS ::= BEGIN ACSEapdu ::= CHOICE { aarq AARQapdu , aare AAREapdu , rlrq RLRQapdu , rlre RLREapdu , abrt ABRTapdu } AARQapdu ::= [APPLICATION 0] IMPLICIT SEQUENCE { protocolVersion [0] IMPLICIT BIT STRING { version1 (0) } , calledAETitle [1] ApplicationTitle OPTIONAL , callingAETitle [2] ApplicationTitle OPTIONAL , applicationContextName [3] ApplicationContextName , userInformation [4] AssociationData OPTIONAL } AAREapdu ::= [APPLICATION 1] IMPLICIT SEQUENCE { protocolVersion [0] IMPLICIT BIT STRING { version1 (0) } , result [1] IMPLICIT AssociateResult , respondingAETitle [2] ApplicationTitle OPTIONAL , applicationContextName [3] ApplicationContextName , userInformation [4] AssociationData OPTIONAL } RLRQapdu ::= [APPLICATION 2] IMPLICIT SEQUENCE { reason [0] IMPLICIT ReleaseRequestReason OPTIONAL , userInformation [1] AssociationData OPTIONAL } RLREapdu ::= [APPLICATION 3] IMPLICIT SEQUENCE { reason [0] IMPLICIT ReleaseResponseReason OPTIONAL , userInformation [1] AssociationData OPTIONAL } ABRTapdu ::= [APPLICATION 4] IMPLICIT SEQUENCE { abortSource [0] IMPLICIT ABRTSource , userInformation [1] AssociationData OPTIONAL } ApplicationTitle ::= OBJECT IDENTIFIER ApplicationContextName ::= OBJECT IDENTIFIER AssociationData ::= EXTERNAL AssociateResult ::= INTEGER { accepted (0) , rejectedByResponder-reasonNotSpecified (1) , rejectedByResponder-transient (2) , rejectedByResponder-permanent (3) , rejectedByResponder-AETitleNotRecognized (4) , rejectedByResponder-AContextNameNotSupported (5) , rejectedByRespondingACPM (6) } ReleaseRequestReason ::= INTEGER { normal (0) , urgent (1) , undefined (2) } ReleaseResponseReason ::= INTEGER { normal (0) , notFinished (1) , undefined (2) } ABRTSource ::= INTEGER { requestingACPM (0) , requestor (1) } END