aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/src/bitvec.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20change from u_int* to uint* (stdint.h)Harald Welte1-4/+4
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-0/+170
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC