aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2017-09-28add basic CTRL interface testsNeels Hofmeyr2-1/+279
Prepare for adding tests of enable-/disable-/status-ps CTRL commands. Change-Id: Ie195169c574716b514da7e04a3ce9727ef70a55e
2017-08-26Use value string check from osmo-ciMax1-3/+2
Change-Id: I56ea5be60d2a3cf8442f58e1121b13074e2e6a08
2017-08-15jenkins.sh: Proper error message if local environment isn't set upHarald Welte1-0/+7
Change-Id: I5251ba148f36014f70ce2838caff70062c1a3db1
2017-07-11Attempt to fix .deb packageMax1-2/+4
After recent switch to legacy python2 .deb fails on OBS. Let's put known-to-work python3 dependency back but keep the script itself on python without version specifier as it seems to work fine with both versions. This, in turn, causes tests to fail on FreeBSD so disable them for now. Change-Id: I4a87252d411d840fca7362736a8c7877efa6ff52 Related: SYS#3322
2017-05-03Add systemd service fileDaniel Willmann1-0/+11
Change-Id: I7fe9d4e0a8520c6394156bc2871777c6c38b0600
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+3
Change-Id: I8cf15d898ef274c505cda0a6b8ddcbf01ba190d9 Depends: libosmocore change-id I2bc93ab4781487e7685cfb63091a489cd126b1a8
2016-12-11build with autoconf/automake, add jenkins.sh scriptNeels Hofmeyr1-0/+32
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