Skip to content
Snippets Groups Projects
Commit 7d3aee85 authored by Adam Knapp's avatar Adam Knapp
Browse files

Fixing missing cases


Signed-off-by: default avatarAdam Knapp <adam.knapp@ericsson.com>
parent da7b29f6
No related branches found
No related tags found
1 merge request!247RAW encoder lengthto update to accept bit- and octetstring (issue #554)
......@@ -2181,6 +2181,9 @@ int Set_Of_Template::n_elem() const
case VALUE_RANGE:
case STRING_PATTERN:
case DECODE_MATCH:
case CONJUNCTION_MATCH:
case IMPLICATION_MATCH:
case DYNAMIC_MATCH:
break;
}
TTCN_error("Performing n_elem() operation on an uninitialized/unsupported "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment