wdoekes / asterisk-chan-dongle

chan_dongle channel driver for Huawei UMTS cards, works with Asterisk 14+
Other
296 stars 104 forks source link

Fix GSM7 decoding on big endian targets #145

Closed rojer closed 2 years ago

rojer commented 2 years ago

The uint16_t bytes are the other way around.

wdoekes commented 2 years ago

TY