libosmocore/tests/sms
Nico Golde c0ce9aa20d tests: don't hardcode length values of expected encoding gsm_7bit_encode:
make sure to return the number of actually written bytes gsm_7bit_decode:
calculate length of resulting septets from input length before decoding

The input length to gsm_7bit_decode reflects the number of encoded bytes
to be decoded. As the decoding is done on the input in septetes we need
to take this into account and recalculate the length.
2010-07-21 02:43:58 +08:00
..
Makefile.am add missing automake / autoconf files 2010-02-20 21:09:24 +01:00
sms_test.c tests: don't hardcode length values of expected encoding gsm_7bit_encode: 2010-07-21 02:43:58 +08:00