Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in enum filtering #35

Open
HeeroYui opened this issue Oct 13, 2020 · 0 comments
Open

Error in enum filtering #35

HeeroYui opened this issue Oct 13, 2020 · 0 comments

Comments

@HeeroYui
Copy link

the code:

Distance::= SEQUENCE {
	value	INTEGER(1..16384),
	unit	RSCUnit (2..4|6..8)
}

does not work. does not supported the |

with RSCUnit:

RSCUnit::= INTEGER {
	kmperh				(0),
	milesperh			(1),
	kilometer			(2),
	meter				(3),
	decimeter			(4),
	centimeter			(5),
	mile				(6),
	yard				(7),
	foot				(8),
	minutesOfTime		(9),
	tonnes				(10),
	hundredkg			(11),
	pound				(12), 
	rateOfIncline		(13)
	-- other value reserved for future use
	} (0..15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant