Commit 3c5d9416 authored by Lev Walkin's avatar Lev Walkin

generate Root elements and Additions elements counters for OER

parent 890e6038
......@@ -409,7 +409,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg) {
});
OUT("};\n");
if((roms_count + aoms_count) && (arg->flags & A1C_GEN_PER)) {
if((roms_count + aoms_count) && (arg->flags & (A1C_GEN_OER|A1C_GEN_PER))) {
int elm = 0;
int comma = 0;
comp_mode = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment