Annotation of 43BSDReno/contrib/isode-beta/dsap/x500as/nrs-prn.py, revision 1.1

1.1     ! root        1: -- nrs-prn.py - additional QUIPU NRS type definitions module
        !             2: 
        !             3: --
        !             4: --                               NOTICE
        !             5: --
        !             6: --    Acquisition, use, and distribution of this module and related
        !             7: --    materials are subject to the restrictions of a license agreement.
        !             8: --    Consult the Preface in the User's Manual for the full terms of
        !             9: --    this agreement.
        !            10: --
        !            11: --
        !            12: 
        !            13: 
        !            14: QuipuNRS
        !            15:        {
        !            16:        ccitt
        !            17:        data(9)
        !            18:        pss(2342)
        !            19:        ucl(19200300)
        !            20:        quipu(99)
        !            21:        nRSDefinitions(2)
        !            22:        }
        !            23: 
        !            24: DEFINITIONS
        !            25: ::=
        !            26: 
        !            27: PREFIXES encode decode print
        !            28: 
        !            29: BEGIN
        !            30: 
        !            31: PRINTER print
        !            32: 
        !            33: Context
        !            34: ::=
        !            35:         INTEGER
        !            36:         {
        !            37:             context-unknown(-1) ,
        !            38:             x29(0) ,
        !            39:             ts29(1) ,
        !            40:             niftp(2) ,
        !            41:             mail-niftp(3) ,
        !            42:             not-used(4) ,
        !            43:             mail-telex(5) ,
        !            44:             jtmp(6) ,
        !            45:             jtmp-files(7) ,
        !            46:             jtmp-reg(8) ,
        !            47:             ybts-node(9) ,
        !            48:             ybts(10) ,
        !            49:             ftam(11) ,
        !            50:             jtm(12) ,
        !            51:             jtm-reg(13) ,
        !            52:             vt(14) ,
        !            53:             motis(15)
        !            54:         }
        !            55: 
        !            56: Address-space-id
        !            57: ::=
        !            58:         INTEGER
        !            59:         {
        !            60:             pss(0) ,
        !            61:             janet(1) ,
        !            62:             telex(2) ,
        !            63:             osi-cons(3)
        !            64:         }
        !            65: 
        !            66: Route-cost
        !            67: ::=
        !            68:         ANY
        !            69: 
        !            70: Addressing-info
        !            71: ::=
        !            72:         CHOICE
        !            73:         {
        !            74:         dte-only
        !            75:                [0] NumericString ,
        !            76: 
        !            77:         dte-appli-info
        !            78:                [1] SEQUENCE
        !            79:                 {
        !            80:                 dte-number
        !            81:                        [0] NumericString ,
        !            82: 
        !            83:                 applic-info
        !            84:                        [1] SEQUENCE OF
        !            85:                                VisibleString
        !            86:                 } ,
        !            87: 
        !            88:         dte-cudf
        !            89:                [2] SEQUENCE
        !            90:                 {
        !            91:                 dte-number
        !            92:                        [0] NumericString ,
        !            93: 
        !            94:                 cudf
        !            95:                        [1] OCTET STRING
        !            96:                 } ,
        !            97: 
        !            98:         dte-cudf-applic-info
        !            99:                [3] SEQUENCE
        !           100:                 {
        !           101:                 dte-number
        !           102:                        [0] NumericString ,
        !           103: 
        !           104:                 cudf
        !           105:                        [1] OCTET STRING ,
        !           106: 
        !           107:                 applic-info
        !           108:                        [2] SEQUENCE OF
        !           109:                                VisibleString
        !           110:                 } ,
        !           111: 
        !           112:         dte-ybts
        !           113:                [4] SEQUENCE
        !           114:                 {
        !           115:                 dte-number
        !           116:                        [0] NumericString ,
        !           117: 
        !           118:                 ybts-string
        !           119:                        [1] VisibleString
        !           120:                 } ,
        !           121: 
        !           122:         dte-ybts-applic-info
        !           123:                [5] SEQUENCE
        !           124:                 {
        !           125:                 dte-number
        !           126:                        [0] NumericString ,
        !           127: 
        !           128:                 ybts-string
        !           129:                        [1] VisibleString ,
        !           130: 
        !           131:                 applic-info
        !           132:                        [2] SEQUENCE OF
        !           133:                                VisibleString
        !           134:                 } ,
        !           135: 
        !           136:         dte-ybts-appli-relays
        !           137:                [6] SEQUENCE
        !           138:                 {
        !           139:                 dte-number
        !           140:                        [0] NumericString ,
        !           141: 
        !           142:                 ybts-string
        !           143:                        [1] VisibleString ,
        !           144: 
        !           145:                 applic-relay
        !           146:                        [2] SEQUENCE OF
        !           147:                                VisibleString
        !           148:                 } ,
        !           149: 
        !           150:         none-needed
        !           151:                [7] NULL ,
        !           152: 
        !           153:         osi-addressing
        !           154:                [8] SEQUENCE
        !           155:                 {
        !           156:                 nsap
        !           157:                        [0] NumericString ,
        !           158: 
        !           159:                 tselector
        !           160:                        [1] OCTET STRING
        !           161:                             OPTIONAL ,
        !           162: 
        !           163:                 sselector
        !           164:                        [2] OCTET STRING
        !           165:                             OPTIONAL ,
        !           166: 
        !           167:                 pselector
        !           168:                        [3] OCTET STRING
        !           169:                             OPTIONAL ,
        !           170: 
        !           171:                 place-holder
        !           172:                        [4] ANY
        !           173:                             OPTIONAL ,
        !           174: 
        !           175:                 application-title
        !           176:                        [5] ANY
        !           177:                             OPTIONAL ,
        !           178: 
        !           179:                 per-application-context-info
        !           180:                        [6] ANY
        !           181:                             OPTIONAL
        !           182:                 } ,
        !           183: 
        !           184:         osi-nsap-only
        !           185:                [9] NumericString ,
        !           186: 
        !           187:         osi-nsap-applic-info
        !           188:                [10] SEQUENCE
        !           189:                 {
        !           190:                 nsap
        !           191:                        [0] NumericString ,
        !           192: 
        !           193:                 applic-info
        !           194:                        [1] SEQUENCE OF
        !           195:                                VisibleString
        !           196:                 } ,
        !           197: 
        !           198:         osi-nsap-applic-relays
        !           199:                [11] SEQUENCE
        !           200:                 {
        !           201:                 nsap
        !           202:                        [0] NumericString ,
        !           203: 
        !           204:                 applic-relay
        !           205:                        [1] SEQUENCE OF
        !           206:                                VisibleString
        !           207:                 } ,
        !           208: 
        !           209:         dte-ybts-osi-addressing
        !           210:                [12] SEQUENCE
        !           211:                 {
        !           212:                 dte-number
        !           213:                        [0] NumericString ,
        !           214: 
        !           215:                 ybts-string
        !           216:                        [1] VisibleString ,
        !           217: 
        !           218:                 tselector
        !           219:                        [2] OCTET STRING
        !           220:                             OPTIONAL ,
        !           221: 
        !           222:                 sselector
        !           223:                        [3] OCTET STRING
        !           224:                             OPTIONAL ,
        !           225: 
        !           226:                 pselector
        !           227:                        [4] OCTET STRING
        !           228:                             OPTIONAL ,
        !           229: 
        !           230:                 place-holder
        !           231:                        [5] ANY
        !           232:                             OPTIONAL ,
        !           233: 
        !           234:                 application-title
        !           235:                        [6] ANY
        !           236:                             OPTIONAL ,
        !           237: 
        !           238:                 per-application-context-info
        !           239:                        [7] ANY
        !           240:                             OPTIONAL
        !           241:                 }
        !           242:         }
        !           243: 
        !           244: NRSInformation
        !           245: ::=
        !           246:        SET
        !           247:        {
        !           248:                [0] Context ,
        !           249:                [1] Address-space-id ,
        !           250:        routes
        !           251:                [2] SEQUENCE OF
        !           252:                        SEQUENCE
        !           253:                        {
        !           254:                                Route-cost ,
        !           255:                                Addressing-info
        !           256:                        }
        !           257:        }
        !           258: 
        !           259: END

unix.superglobalmegacorp.com

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