Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
Source project has a limited visibility.
Name Last commit Last update
tests/00-empty-OK.asn1
tests/01-empty-OK.asn1
tests/02-garbage-NP.asn1
tests/03-enum-OK.asn1
tests/04-enum-SE.asn1
tests/05-enum-SE.asn1
tests/06-enum-SE.asn1
tests/07-int-OK.asn1
tests/07-int-OK.asn1.-EF
tests/08-int-SE.asn1
tests/09-int-SE.asn1
tests/10-int-OK.asn1
tests/11-int-SE.asn1
tests/12-int-SE.asn1
tests/13-resolver-OK.asn1
tests/14-resolver-OK.asn1
tests/15-resolver-SE.asn1
tests/16-constraint-OK.asn1
tests/16-constraint-OK.asn1.-EF
tests/17-tags-OK.asn1
tests/18-class-OK.asn1
tests/19-param-OK.asn1
tests/19-param-OK.asn1.-EF
tests/19-param-OK.asn1.-P
tests/20-constr-OK.asn1
tests/20-constr-OK.asn1.-EF
tests/21-tags-OK.asn1
tests/21-tags-OK.asn1.-EF
tests/22-tags-OK.asn1
tests/22-tags-OK.asn1.-EF
tests/23-bits-OK.asn1
tests/23-bits-OK.asn1.-EF
tests/24-sequence-OK.asn1
tests/24-sequence-OK.asn1.-EF
tests/25-misc-OK.asn1
tests/26-sequence-SE.asn1
tests/27-set-SE.asn1
tests/28-tags-SE.asn1
tests/29-tags-OK.asn1
tests/30-set-OK.asn1
tests/31-set-of-OK.asn1
tests/32-sequence-of-OK.asn1
tests/33-misc-OK.asn1
tests/34-class-OK.asn1
tests/34-class-OK.asn1.-EF
tests/35-set-choice-OK.asn1
tests/36-indirect-choice-SE.asn1
tests/37-indirect-choice-OK.asn1
tests/38-comments-OK.asn1
tests/39-sequence-of-OK.asn1
tests/39-sequence-of-OK.asn1.-P
tests/40-int-optional-SE.asn1
tests/41-int-optional-OK.asn1
tests/42-real-life-OK.asn1
tests/42-real-life-OK.asn1.-EF
tests/42-real-life-OK.asn1.-PR
tests/43-recursion-OK.asn1
tests/44-choice-in-sequence-OK.asn1
tests/44-choice-in-sequence-OK.asn1.-P
tests/45-undefined-type-SE.asn1
tests/45-undefined-type-SE.asn1.-EFfknown-extern-type=KnownExt
tests/46-redefine-OK.asn1
tests/46-redefine-OK.asn1.-PR
tests/47-set-ext-OK.asn1
tests/47-set-ext-OK.asn1.-P
tests/48-real-life-OK.asn1
tests/49-real-life-OK.asn1
tests/49-real-life-OK.asn1.-E
tests/50-constraint-OK.asn1
tests/50-constraint-OK.asn1.-EFprint-constraints
tests/50-constraint-OK.asn1.-P
tests/51-constraint-SE.asn1
tests/52-constraint-SE.asn1
tests/53-constraint-SE.asn1
tests/54-constraint-SE.asn1
tests/Makefile.am
tests/Makefile.in
tests/README
This is a collection of various little ASN.1 modules, used independently
by several different testing engines below the main tree (i.e. libasn1fix)
for stressing various aspects of compiler operation.

The files follow certain naming conventions:

Source file:
	<Index>-<arbitrary-name>-{OK|SE|NP}.asn1

Regenerator test file:
	<Index>-<arbitrary-name>-{OK|SE|NP}.asn1.[<compiler-flags>]

Where
	<Index> is arbitrary number (digits)
	<arbitrary-name> is arbitrary string, without dots
	OK	file syntax and semantics are absolutely correct
	SE	file semantics is wrong
	NP	file syntax is incorrect, file not parseable
	<cimpiler-flags>	command-line flags for compiler

Example:
	07-int-OK.asn1		# Correct ASN.1 file
	07-int-OK.asn1.-EF	# Test of file regeneration with -E -F flags.