aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/oap
AgeCommit message (Expand)AuthorFilesLines
2016-12-13oap_client: make use of OAP optional: disable for NULL configNeels Hofmeyr2-0/+5
2016-12-13oap_client: reject all messages in disabled/uninitialized stateNeels Hofmeyr2-20/+14
2016-12-13oap_client_test: show bug: disabled state does not reject messageNeels Hofmeyr2-4/+41
2016-12-13oap_client: move logging to DLOAP logging categoryNeels Hofmeyr2-22/+18
2016-12-13oap_client_test: print test descr to stderr, check stderrNeels Hofmeyr4-29/+54
2016-12-13oap_test.c: rename to avoid clash with libosmocore oap_test.cNeels Hofmeyr3-5/+5
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr1-1/+0
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr1-27/+27
2016-12-13move OAP messages implementations to libosmocoreHarald Welte2-3/+1
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-09-15Consistenly format variables in */Makefile.am filesAlexander Huemer1-5/+20
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte1-2/+2
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte1-4/+4
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte1-0/+1
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+0
2016-01-15tests/oap: depend on libgtpAlexander Huemer1-0/+4
2015-11-02oap: add OAP API testNeels Hofmeyr2-5/+195
2015-11-02oap: add oap testsuite skeletonNeels Hofmeyr3-0/+79