aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2018-07-30import gsup_client.c as new libosmo-gsup-clientHarald Welte1-0/+4
This imports the code from osmo-msc 6afef893e17bce67e4d4119acd34d480ed03ba77 with minimal changes to make it compile. Symbol renaming ot osmo_ prefix is done separately in a follow-up patch to have a as-clean-as-possible import first. Requires: libosmocore.git Change-Id Ie36729996abd30b84d1c30a09f62ebc6a9794950 Change-Id: Ief50054ad135551625b684ed8a0486f7af0b2940
2017-11-17doc: install example .cfg files to $(docdir)/examples/Alexander Couzens1-0/+1
Change-Id: I8671ce33b9bf28c89f767dd1b4a1463aeb275158
2017-08-25Use release helper from libosmocoreMax1-0/+2
Change-Id: I06b9ceff1e1ecfccc1b1a52ffe6b9d3f6dcaa34d Related: OS#1861
2017-02-01Add test suite skeleton with empty test (auc_3g_test)Neels Hofmeyr1-0/+1
Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8
2016-12-11build with autoconf/automake, add jenkins.sh scriptNeels Hofmeyr1-0/+16
Add configure.ac and Makefile.ams to build with autoreconf && ./configure && make like most other Osmocom projects. Add jenkins.sh for a gerrit build job to verify patches. Change-Id: I6b4419dd519f3d0a75235d0c22bf899f075347a3