Commit fa28eea7 authored by Mouse's avatar Mouse

Added APER encoding to converter-example.c ats_simple_name()

parent 1a900ebf
......@@ -126,6 +126,9 @@ ats_simple_name(enum asn_transfer_syntax syntax) {
case ATS_UNALIGNED_BASIC_PER:
case ATS_UNALIGNED_CANONICAL_PER:
return "PER";
case ATS_ALIGNED_BASIC_PER:
case ATS_ALIGNED_CANONICAL_PER:
return "APER";
default:
return "<?>";
}
......
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