Annotation of 43BSDReno/contrib/isode-beta/pepy/test.asn1/iso8650-2-acse1.py, revision 1.1

1.1     ! root        1: ISO8650-2-ACSE1 DEFINITIONS ::=
        !             2: BEGIN
        !             3: 
        !             4: ACSEapdu ::= CHOICE
        !             5:   { aarq AARQapdu ,
        !             6:     aare AAREapdu ,
        !             7:     rlrq RLRQapdu ,
        !             8:     rlre RLREapdu ,
        !             9:     abrt ABRTapdu }
        !            10: 
        !            11: AARQapdu ::= [APPLICATION 0] IMPLICIT SEQUENCE
        !            12:   { protocolVersion [0] IMPLICIT BIT STRING { version1 (0) } ,
        !            13:     calledAETitle [1] ApplicationTitle OPTIONAL ,
        !            14:     callingAETitle [2] ApplicationTitle OPTIONAL ,
        !            15:     applicationContextName [3] ApplicationContextName ,
        !            16:     userInformation [4] AssociationData OPTIONAL }
        !            17: 
        !            18: AAREapdu ::= [APPLICATION 1] IMPLICIT SEQUENCE
        !            19:   { protocolVersion [0] IMPLICIT BIT STRING { version1 (0) } ,
        !            20:     result [1] IMPLICIT AssociateResult ,
        !            21:     respondingAETitle [2] ApplicationTitle OPTIONAL ,
        !            22:     applicationContextName [3] ApplicationContextName ,
        !            23:     userInformation [4] AssociationData OPTIONAL }
        !            24: 
        !            25: RLRQapdu ::= [APPLICATION 2] IMPLICIT SEQUENCE
        !            26:   { reason [0] IMPLICIT ReleaseRequestReason OPTIONAL ,
        !            27:     userInformation [1] AssociationData OPTIONAL }
        !            28: 
        !            29: RLREapdu ::= [APPLICATION 3] IMPLICIT SEQUENCE
        !            30:   { reason [0] IMPLICIT ReleaseResponseReason OPTIONAL ,
        !            31:     userInformation [1] AssociationData OPTIONAL }
        !            32: 
        !            33: ABRTapdu ::= [APPLICATION 4] IMPLICIT SEQUENCE
        !            34:   { abortSource [0] IMPLICIT ABRTSource ,
        !            35:     userInformation [1] AssociationData OPTIONAL }
        !            36: 
        !            37: ApplicationTitle ::= OBJECT IDENTIFIER
        !            38: 
        !            39: ApplicationContextName ::= OBJECT IDENTIFIER
        !            40: 
        !            41: AssociationData ::= EXTERNAL
        !            42: 
        !            43: AssociateResult ::= INTEGER { accepted (0) ,
        !            44:                               rejectedByResponder-reasonNotSpecified (1) ,
        !            45:                               rejectedByResponder-transient (2) ,
        !            46:                               rejectedByResponder-permanent (3) ,
        !            47:                               rejectedByResponder-AETitleNotRecognized (4) ,
        !            48:                               rejectedByResponder-AContextNameNotSupported (5) ,
        !            49:                               rejectedByRespondingACPM (6) }
        !            50: 
        !            51: ReleaseRequestReason ::= INTEGER { normal (0) ,
        !            52:                                    urgent (1) ,
        !            53:                                    undefined (2) }
        !            54: 
        !            55: ReleaseResponseReason ::= INTEGER { normal (0) ,
        !            56:                                     notFinished (1) ,
        !            57:                                     undefined (2) }
        !            58: 
        !            59: ABRTSource ::= INTEGER { requestingACPM (0) ,
        !            60:                          requestor (1) }
        !            61: 
        !            62: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.