blob: 67d9cb63127f4f6ae6dc2c1d3e4d9d4788978303 (
plain) (
tree)
|
|
ExtensionDefault DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Message ::= SEQUENCE {
id INTEGER (0..5),
...,
priority Priority DEFAULT low
}
Priority ::= ENUMERATED { low(0), high(1), ... }
END
|