* rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous...
authorNico Golde <nico@ngolde.de>
Fri, 9 Jul 2010 15:19:12 +0000 (17:19 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 19 Jul 2010 18:48:17 +0000 (02:48 +0800)
commit28de05336b01aa72d7f191b33467e6c57be178a4
treed9af4b09de02795661993ea65aff3ab57e42f94f
parent383134b5ac0b94393cd46e2f00aeb1fd6f1a540f
* rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous code produced wrong encodings for certain characters.
include/osmocore/gsm_utils.h
src/gsm_utils.c
tests/sms/sms_test.c