| Commit message (Expand) | Author | Age | Files | Lines |
* | ctrl: Introduce ctrl_cmd_parse3 API | Pau Espin Pedrol | 2018-07-16 | 1 | -1/+20 |
* | ctrl: Fix parsing of ERROR recvd msgs with id=err | Pau Espin Pedrol | 2018-07-12 | 1 | -1/+2 |
* | ctrl: Log CMD TYPE on invalid ID number | Pau Espin Pedrol | 2018-07-12 | 1 | -1/+2 |
* | ctrl: Add doxygen API documentation; generate html from it | Harald Welte | 2018-05-26 | 1 | -3/+46 |
* | ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd) | Neels Hofmeyr | 2018-04-05 | 1 | -0/+1 |
* | ctrl: separate handling of GET_REPLY, SET_REPLY and TRAP | Neels Hofmeyr | 2017-12-20 | 1 | -25/+28 |
* | ctrl: tighten CTRL input parsing | Neels Hofmeyr | 2017-12-20 | 1 | -7/+70 |
* | add ctrl_cmd_parse2() to return parsing errors | Neels Hofmeyr | 2017-12-18 | 1 | -2/+16 |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -0/+4 |
* | control_cmd.c: Fix unsigned comparison against < 0 | Pau Espin Pedrol | 2017-06-23 | 1 | -1/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -2/+3 |
* | ctrl_type_vals: explicitly terminate | Neels Hofmeyr | 2017-03-15 | 1 | -1/+2 |
* | ctrl_type_vals: fix range check | Neels Hofmeyr | 2017-03-06 | 1 | -1/+1 |
* | Use value_string for ctrl_type | Max | 2017-03-01 | 1 | -32/+13 |
* | ctrl_cmd_parse: Make coverity FORWARD_NULL happy | Harald Welte | 2016-11-26 | 1 | -0/+1 |
* | ctrl: Avoid accessing cmd_desc->command out of bounds | Holger Hans Peter Freyther | 2015-04-05 | 1 | -1/+1 |
* | libctrl: Add support for 'deferred control commands' | Harald Welte | 2014-08-24 | 1 | -0/+60 |
* | libctrl: Make two internal helper functions static | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Add DLCTRL as logging context for the control interface | Harald Welte | 2014-08-21 | 1 | -15/+15 |
* | libctrl: remove openbsc headers, convert from make_sock to libosmocore | Harald Welte | 2014-08-21 | 1 | -3/+1 |
* | libctr: rename/move control interface to libosmocore naming scheme | Harald Welte | 2014-08-21 | 1 | -0/+491 |