aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl/control_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-26ctrl: Add doxygen API documentation; generate html from itHarald Welte1-3/+46
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr1-0/+1
2017-12-20ctrl: separate handling of GET_REPLY, SET_REPLY and TRAPNeels Hofmeyr1-25/+28
2017-12-20ctrl: tighten CTRL input parsingNeels Hofmeyr1-7/+70
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr1-2/+16
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+4
2017-06-23control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+3
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+2
2017-03-06ctrl_type_vals: fix range checkNeels Hofmeyr1-1/+1
2017-03-01Use value_string for ctrl_typeMax1-32/+13
2016-11-26ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte1-0/+1
2015-04-05ctrl: Avoid accessing cmd_desc->command out of boundsHolger Hans Peter Freyther1-1/+1
2014-08-24libctrl: Add support for 'deferred control commands'Harald Welte1-0/+60
2014-08-21libctrl: Make two internal helper functions staticHarald Welte1-2/+2
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte1-15/+15
2014-08-21libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte1-3/+1
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte1-0/+491