aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26Merge commit '3ae2758fba1dc9b364238c6e1e7d591b12c3d878'Harald Welte6-2/+490
2010-03-25Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab'Harald Welte6-136/+122
2010-03-23Merge commit '4cd3d8a2c7982ba11d05d2500b1bfca44f440d1e'Harald Welte4-3/+168
2010-03-22Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870'openbsc/0.9.0Harald Welte54-0/+9325
git-subtree-dir: libosmocore git-subtree-mainline: e164d29e7f6c86d1f6f047bbf58159e46a11425f git-subtree-split: 045cc22baeb7f12dcb0022b79a1984d86e922870
2010-02-20remove libosmocore from openbscHarald Welte40-6905/+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-20update .gitignore fileHarald Welte1-2/+1
2010-02-20make sure libosmocom builds when cross-compiling for ARM without OSHarald Welte4-0/+15
This is required to build the library and be able to use it from within OsmocomBB.
2010-02-20u_int8_t -> uint8_tHarald Welte1-4/+4
2010-02-20convert from u_int*_t to u_int*_t (stdint.h format)Harald Welte5-126/+132
2010-02-20change from u_int* to uint* (stdint.h)Harald Welte10-97/+99
2010-02-20move GSM protocol definitions to include/osmocore/protocol/*Harald Welte7-0/+2257
2010-02-20add gsmtap.hHarald Welte2-1/+64
2010-02-20add .gitignore to libosmocomHarald Welte1-0/+23
2010-02-20finish openbsc / libosmocore separationHarald Welte9-4/+139
* use pkg-config from openbsc to find header and library * move sms and timer tests to libosmocore itself * ensure "make distcheck" works on both packages
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte28-0/+4405
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