[sms] Fix two bugs regarding 7 bit coding...

    - Fix the length (almost)
    - Move the second part by 8 - b_off
      e.g. with (ba) 0x62 0x61 the first bit of
      0x61 goes to the highest on the first byte and
      the second word contains 0x110000...

    - The simple test case is almost passed... just a missing
      character at the end.
tree: f1e6c5b28c6d160b3ce592ef20f781450f020e07
  1. doc/
  2. tests/
  3. tools/
  4. AUTHORS
  5. configure.in
  6. COPYING
  7. Makefile.am
  8. README