summaryrefslogtreecommitdiffstats
path: root/src/ctrl/control_cmd.c
Commit message (Expand)AuthorAgeFilesLines
* ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2018-07-161-1/+20
* ctrl: Fix parsing of ERROR recvd msgs with id=errPau Espin Pedrol2018-07-121-1/+2
* ctrl: Log CMD TYPE on invalid ID numberPau Espin Pedrol2018-07-121-1/+2
* ctrl: Add doxygen API documentation; generate html from itHarald Welte2018-05-261-3/+46
* ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2018-04-051-0/+1
* ctrl: separate handling of GET_REPLY, SET_REPLY and TRAPNeels Hofmeyr2017-12-201-25/+28
* ctrl: tighten CTRL input parsingNeels Hofmeyr2017-12-201-7/+70
* add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr2017-12-181-2/+16
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+4
* control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol2017-06-231-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+3
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-151-1/+2
* ctrl_type_vals: fix range checkNeels Hofmeyr2017-03-061-1/+1
* Use value_string for ctrl_typeMax2017-03-011-32/+13
* ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte2016-11-261-0/+1
* ctrl: Avoid accessing cmd_desc->command out of boundsHolger Hans Peter Freyther2015-04-051-1/+1
* libctrl: Add support for 'deferred control commands'Harald Welte2014-08-241-0/+60
* libctrl: Make two internal helper functions staticHarald Welte2014-08-211-2/+2
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-211-15/+15
* libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2014-08-211-3/+1
* libctr: rename/move control interface to libosmocore naming schemeHarald Welte2014-08-211-0/+491