aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/tests/timer/timer_test.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-22Add 'libosmocore/' from commit '045cc22baeb7f12dcb0022b79a1984d86e922870'0.9.0Harald Welte1-0/+77
git-subtree-dir: libosmocore git-subtree-mainline: e164d29e7f6c86d1f6f047bbf58159e46a11425f git-subtree-split: 045cc22baeb7f12dcb0022b79a1984d86e922870
2010-02-20remove libosmocore from openbscHarald Welte1-76/+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-20make sure libosmocom builds when cross-compiling for ARM without OSHarald Welte1-0/+6
This is required to build the library and be able to use it from within OsmocomBB.
2010-02-20finish openbsc / libosmocore separationHarald Welte1-0/+70
* 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