aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/oap.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr1-261/+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-9/+11
2016-12-13move OAP messages implementations to libosmocoreHarald Welte1-1/+1
2016-04-29osmo_oap_decode(): Use common argument orderingHarald Welte1-1/+1
2016-04-29OAP: Various coding style fixesHarald Welte1-13/+14
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte1-7/+7
2016-04-29oap_message.h: Remove dependency to openbsc includeHarald Welte1-0/+2
2016-04-29move utils.h functions to libosmocoreHarald Welte1-2/+2
2015-11-02oap: implement initial OAP API.Neels Hofmeyr1-0/+256