Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...) https://osmocom.org/projects/libosmocore
Go to file
Holger Hans Peter Freyther 446bf37698 gsm_7bit_decode: Handle the case of the last charachter being an escape
If i + 1 == length and it is an escape charachter we would try
to read rtext[length] which is one after the field we have allocated.
2010-07-20 02:54:54 +08:00
include * rewrite GSM 7bit default encoding/decoding based on a lookup table as the previous code produced wrong encodings for certain characters. 2010-07-20 02:48:17 +08:00
m4 Create a dummy m4 directory to make autoreconf --install --force work 2010-03-24 02:55:33 +01:00
src gsm_7bit_decode: Handle the case of the last charachter being an escape 2010-07-20 02:54:54 +08:00
tests tests: Separate encoding/decoding test to verify them independly 2010-07-20 02:48:17 +08:00
.gitignore Update .gitignore 2010-04-28 10:10:47 +02:00
COPYING add GPL to project source 2010-02-21 09:21:30 +01:00
Makefile.am Add pkgconfig for libosmovty 2010-05-25 22:28:40 +02:00
configure.in Add support for plugins (and specifically GPRS encryption plugins) 2010-06-30 19:43:11 +02:00
git-version-gen add git-version-gen magic to automatically generate package version 2010-03-23 00:30:19 +08:00
libosmocore.pc.in
libosmovty.pc.in Add pkgconfig for libosmovty 2010-05-25 22:28:40 +02:00