aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/oap_client.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-30oap_client: Rename symbols with osmo_ prefixHarald Welte1-23/+23
As we're moving this to a common/shared library now, we need to use the osmo_ namespace prefix for symbol names, struct/type names and constants. Change-Id: Ie36729996abd30b84d1c30a09f62ebc6a9794950
2018-07-30import oap_client into libosmogsmHarald Welte1-0/+280
This imports the code from osmo-msc 6afef893e17bce67e4d4119acd34d480ed03ba77 with minimal changes to make it compile. Symbol renaming to osmo_ prefix is done separately in a follow-up patch to have a as-clean-as-possible import first. Change-Id: I9bc38102318da02d1fe46ef516df3cfd6bf8e3da