Issue #555 Correction of RAW hexstring encoder
The RAW hexstring decoder sets the last digit to 0 if
- the length is odd
- and FIELDORDER(msb)
- and HEXORDER(high)
The fault caused by an "off by 1" indexing.
Signed-off-by:
Gabor Szalai <gabor.szalai@ericsson.com>
parent
5902bb56
No related branches found
No related tags found
Showing
- core/Encdec.cc 2 additions, 2 deletionscore/Encdec.cc
- regression_test/EncodeDecode/RAW/Issue555/.gitignore 8 additions, 0 deletionsregression_test/EncodeDecode/RAW/Issue555/.gitignore
- regression_test/EncodeDecode/RAW/Issue555/Issue555.ttcn 60 additions, 0 deletionsregression_test/EncodeDecode/RAW/Issue555/Issue555.ttcn
- regression_test/EncodeDecode/RAW/Issue555/Makefile 149 additions, 0 deletionsregression_test/EncodeDecode/RAW/Issue555/Makefile
- regression_test/EncodeDecode/RAW/Issue555/config.cfg 20 additions, 0 deletionsregression_test/EncodeDecode/RAW/Issue555/config.cfg
- regression_test/EncodeDecode/RAW/Makefile 1 addition, 1 deletionregression_test/EncodeDecode/RAW/Makefile
Please register or sign in to comment