mod1.asn 263 Bytes
Newer Older
canterburym's avatar
canterburym committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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