DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T c

⟦d8bec4e06⟧ TextFile

    Length: 1048 (0x418)
    Types: TextFile
    Names: »cmip-bind.ry«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/cookbook/cmip-bind.ry« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/cookbook/cmip-bind.ry« 

TextFile

AssociationInformation
    {iso standard(0) ips-osi-mips(9596) cmip(2) version(1)
	 associationInformation(2)}

DEFINITIONS ::=

BEGIN

CMIPUserInformation ::=
        FunctionalUnits
-- accessControl and userData are provided as separate EXTERNALs
-- in the A-ASSOCIATE parameter definition: 
--     Association-information ::= SEQUENCE OF EXTERNAL

FunctionalUnits ::=
        BIT STRING {
            eventReportInvoker(0),
            eventReportPerformer(1),
            confirmedEventReportInvoker(2),
            confirmedEventReportPerformer(3),
            linkedReplyInvoker(4),
            linkedReplyPerformer(5),
            confirmedGetInvoker(6),
            confirmedGetPerformer(7),
            setInvoker(8),
            setPerformer(9),
            confirmedSetInvoker(10),
            confirmedSetPerformer(11),
            actionInvoker(12),
            actionPerformer(13),
            confirmedActionInvoker(14),
            confirmedActionPerformer(15)
        }
-- Function i is supported if and only if bit i is one.

END