aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/oap.h
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-82/+0
Related: OS#1592 Change-Id: I05bd65ff81b0f70f68217b2e0a9466e160bdbdec
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr1-14/+18
Mainly to differentiate the OAP messaging API (osmo_oap_ in libosmocore) from the OAP client. This is in preparation for moving the oap client to libcommon, which is in turn preparation for libvlr. Add the osmo_ prefix, as all public Osmocom API should have. We also have OAP messages code in libosmocore, so clarify by naming this osmo_oap_client, and by also renaming the oap_test to oap_client_test. This reshuffling will allow an easy move of OAP to libosmocore if we should want to do that. A number of patches will follow up on this. Related: OS#1592 Change-Id: Id447d2bebc026a375567654adafa5f82439ea7e1
2016-04-29OAP: use osmo_oap_ prefix for OAP, rather than plain oap_Harald Welte1-2/+2
this is in preparation of moving related code to libosmocore.
2015-11-02oap: implement initial OAP API.Neels Hofmeyr1-0/+78
Add oap.[hc] and oap_messages.[hc]. Sponsored-by: On-Waves ehf