aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore/comp128.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28remove libosmocore from openbsc.gitHarald Welte1-22/+0
The idea was great, but it never really worked in reality...
2010-03-22Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870'openbsc/0.9.0Harald Welte1-0/+22
git-subtree-dir: libosmocore git-subtree-mainline: e164d29e7f6c86d1f6f047bbf58159e46a11425f git-subtree-split: 045cc22baeb7f12dcb0022b79a1984d86e922870
2010-02-20remove libosmocore from openbscHarald Welte1-22/+0
From now on, you will have to obtain, build and install libosmocore before being able to build openbsc. Sorry for that. But I hope it's a small price to pay for having no code duplication with our work on the phone side GSM stack!
2010-02-20change from u_int* to uint* (stdint.h)Harald Welte1-6/+6
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-0/+22
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