aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/include/osmocore
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28remove libosmocore from openbsc.gitHarald Welte30-4581/+0
The idea was great, but it never really worked in reality...
2010-05-25Merge commit '237f6241f2b91a81b928ce4e3fc1364f61f11eaa'Harald Welte4-4/+25
2010-05-13Merge commit 'cf734784b0433dfa6b77909f83cc3620e523f5d7'Harald Welte1-4/+4
2010-05-13Merge commit '7b45d608872f17ab8b71d53a2d87e5f8d621b007'Harald Welte2-1/+82
2010-05-11Merge commit '7638af95fd08213aef4adb3c6399975fe3621855'Harald Welte1-0/+5
2010-05-01Merge commit '35a939463eee58492c88cbe7531288237cdcf454'Harald Welte1-0/+1
2010-05-01Merge commit 'debf95507461965aa82be2fa2bf34119343cfb0e'Harald Welte4-2/+33
2010-04-30Merge commit '074c9f904cb5e4f6ab014d76e4abc079c16fc5d7'Harald Welte8-16/+363
2010-03-26Merge commit '3ae2758fba1dc9b364238c6e1e7d591b12c3d878'Harald Welte3-1/+132
2010-03-25Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab'Harald Welte2-4/+3
2010-03-22Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870'0.9.0Harald Welte26-0/+3965
git-subtree-dir: libosmocore git-subtree-mainline: e164d29e7f6c86d1f6f047bbf58159e46a11425f git-subtree-split: 045cc22baeb7f12dcb0022b79a1984d86e922870
2010-02-20remove libosmocore from openbscHarald Welte19-3524/+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-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 Welte5-70/+70
2010-02-20move GSM protocol definitions to include/osmocore/protocol/*Harald Welte6-0/+2256
2010-02-20add gsmtap.hHarald Welte2-1/+64
2010-02-20finish openbsc / libosmocore separationHarald Welte1-2/+4
* 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 Welte13-0/+1197
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