libosmocore/tests/gsm0808
Philipp Maier 2908dbfddd gsm0808: fix endieness of call identifier
The call identifier in the ASSIGNMENT COMMAND is encoded in the wrong
endieness. 3GPP TS 48.008, section 3.2.2.105 specifies that the least
significant byte should be transmitted first, which means that the
endieness here is little endian. Lets make sure that the endieness is
correctly transmitted, regardless of the host byte order.

Change-Id: I6468e502f552f99ab54aec9d4b1c169fdc0adfb8
Related: OS#4582
2020-06-09 12:36:38 +02:00
..
gsm0808_test.c gsm0808: fix endieness of call identifier 2020-06-09 12:36:38 +02:00
gsm0808_test.ok gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding. 2020-05-17 07:32:32 +00:00