Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctrl: Introduce ctrl_cmd_parse3 API | Pau Espin Pedrol | 2018-07-16 | 1 | -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 exports | Harald Welte | 2018-05-26 | 1 | -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 |