mod1.asn 263 Bytes
Newer Older
Mod1 {itu-t(0) identified-organization(4) etsi(0)}

DEFINITIONS ::=

BEGIN

IMPORTS

    ImportedField,
    ClashField
    FROM Mod2 {itu-t(0) identified-organization(4) etsi(1)};

TestPDU ::= SEQUENCE
{
    field1 [1] ClashField
}

ClashField ::= BOOLEAN

END