Common library for all Osmocom projects (libosmocore, libosmogsm, libosmovty, libosmogb, libosmosim, libosmousb, ...) https://osmocom.org/projects/libosmocore
Go to file
Andreas.Eversberg dc0ebdfbdf bitvec: Fix decoding of H / L values
it returns if a given bit in the vector is "high" or "low".
the bitval that represents "high" depends on the bit position.
bitval2mask returns that. so we must check if the bit in the vector
equals the returned bitval.
2010-10-24 11:59:33 +02:00
debian add debian packaging related information 2010-08-24 15:17:13 +02:00
include msgb: Add non-inlined helper functions to ease with language bindings 2010-10-18 18:22:31 +02:00
m4 Create a dummy m4 directory to make autoreconf --install --force work 2010-03-24 02:55:33 +01:00
src bitvec: Fix decoding of H / L values 2010-10-24 11:59:33 +02:00
tests ussd: Verify that parsing is stil working and print the decoded text. 2010-10-11 09:26:19 +02:00
.gitignore Update .gitignore 2010-10-15 09:45:04 +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 codec: Add bit ordering tables from specs for HR,FR,EFR & AMR 2010-10-15 09:45:04 +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 add missing automake / autoconf files 2010-02-20 21:09:24 +01:00
libosmovty.pc.in Add pkgconfig for libosmovty 2010-05-25 22:28:40 +02:00