summaryrefslogtreecommitdiffstats
path: root/src/ctrl/libosmoctrl.map
Commit message (Collapse)AuthorAgeFilesLines
* ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2018-07-161-0/+1
| | | | | | | | | Callers require to know whether the returned ERROR cmd was received or generated locally, in order to send it or do something with it locally. Related: OS#3394 Change-Id: Ide9170e5c31967c353f8fe4e8227e64130b91eae
* ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2018-05-261-0/+34
There are some symbols for use between control_cmd.c and control_if.c, which are not supposed to be exported publicly. Let's make sure we keep those symbols local. Change-Id: Ia85f36a9c4b2ebf4003718e0a230959638370320