Fix unrecognized value type for reject/ignore
In Module_1, Criticality ::= ENUMERATED { reject, ignore, notify } In Module_2, IMPORTS Criticality FROM Module_1 someMessage SOME-CLASS ::= { CRITICALITY ignore } This pull request add the capability to resolve 'reject', 'ignore' and 'notify' in Module_2.
Showing
Please register or sign in to comment