Skip to content
Snippets Groups Projects
Commit 8fd5ec92 authored by Gábor Szalai's avatar Gábor Szalai
Browse files

Hexstring RAW fix (#issue 557)


The RAW encoding of hextring with
- FIELDORDER(msb)
- HEXORDER(high)
- Field starts on half octet
fails

The hexstring starting of half octet is handled specially as only the hex digits in the whole octets should be swapped.
Because the buffer is filled diferently in the case of different FIELDORDER, the hex digit swapping should be adopted to the FIELDORDER

Signed-off-by: default avatarGabor Szalai <gabor.szalai@ericsson.com>
parent bd195b6c
No related branches found
No related tags found
1 merge request!187Hexstring RAW fix (issue #557)
Loading
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