Add support for Data8Bit encoding - #44
Conversation
Data8Bit encoding is specified in TS 23.038, Section 4. It is used to transmit strings of user defined 8-bit data.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 36.13% 37.66% +1.52%
==========================================
Files 18 21 +3
Lines 1605 1524 -81
==========================================
- Hits 580 574 -6
+ Misses 940 858 -82
- Partials 85 92 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hello, there is some feedback from Codex: • Basic unheaded DCS 0x04 messages round-trip correctly, but 8-bit messages containing a user-data header return header bytes as part of the payload. Review comment:
|
|
Please confirm if this is real or not, I am assuming you have the necessary hardware.. |
|
I need to test and look more into this. I.e. When I implemented the 8-bit code, I just looked at the 7-bit gsm codec implementation and missed this completely. EDIT: But as I already wrote. This requires some more thought. |
Add support for Data8Bit encoding
Data8Bit encoding is specified in TS 23.038, Section 4.
It is used to transmit strings of user defined 8-bit data.