aboutsummaryrefslogblamecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/EnumN2N.asn1
blob: a610eb6230bf617472ac33b83dc88c43faf620de (plain) (tree)
1
2
3


                                      





















                                                          





















                      
EnumN2N DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

Cause-Misc ::= ENUMERATED {
	control-processing-overload,
	not-enough-user-plane-processing-resources,
	hardware-failure,
	om-intervention,
	unspecified,
	unknown-PLMN,
...
}

CauseProtocol ::= ENUMERATED {
	transfer-syntax-error,
	abstract-syntax-error-reject,
	abstract-syntax-error-ignore-and-notify,
	message-not-compatible-with-receiver-state,
	semantic-error,
	abstract-syntax-error-falsely-constructed-message,
	unspecified,
	...
}


NoExt ::= ENUMERATED {
	blue(0),
	red(1),
	green(2)
}

Ext ::= ENUMERATED {
	blue(0),
	red(1),
	green(2),
	...
}

Ext2 ::= ENUMERATED {
	blue(0),
	red(1),
	green(2),
	...,
	orange(7)
}

END