aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl
AgeCommit message (Expand)AuthorFilesLines
2019-08-06Bump version: 1.1.0.107-afce-dirty → 1.2.01.2.0Pau Espin Pedrol1-1/+1
2019-03-21select: Rename BSC_FD_* constants to OSMO_FD_*Harald Welte1-2/+2
2018-12-03ctrl: use #define for TRAP idMax1-1/+1
2018-11-26ctrl: print textual error on IPA parsing failureMax1-1/+1
2018-10-15add support for ipaccess messages on the ctrl interfaceStefan Sperling1-5/+29
2018-07-29ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens1-1/+1
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol1-1/+1
2018-07-16ctrl: ctrl_handle_msg: Avoid sending back received ERROR msgsPau Espin Pedrol1-2/+3
2018-07-16ctrl: Introduce ctrl_cmd_parse3 APIPau Espin Pedrol2-1/+21
2018-07-12ctrl: Fix parsing of ERROR recvd msgs with id=errPau Espin Pedrol1-1/+2
2018-07-12ctrl: Log CMD TYPE on invalid ID numberPau Espin Pedrol1-1/+2
2018-05-26ctrl: Add doxygen API documentation; generate html from itHarald Welte2-4/+67
2018-05-26ctrl: Introduce libosmoctrl.map to avoid unintended exportsHarald Welte2-0/+36
2018-05-26cosmetic: Whitespace fixes in control_if.cHarald Welte1-3/+3
2018-05-04control_if: Avoid heap-use-after-free in osmo_wqueue_bfd_cbPau Espin Pedrol1-19/+22
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol1-1/+1
2018-04-05cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr1-17/+19
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr2-0/+8
2017-12-22CTRL: Ensure peer/connection info is always printed the same wayHarald Welte1-6/+6
2017-12-22control_if: Log the disconnect of a CTRL clientHarald Welte1-1/+4
2017-12-22control_if: Close control connection socket/fd on read/write == 0Harald Welte1-1/+9
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-18ctrl: on parse errors, return a detailed message to senderNeels Hofmeyr1-11/+23
2017-12-18add ctrl_cmd_parse2() to return parsing errorsNeels Hofmeyr1-2/+16
2017-12-18ctrl: fix mem leak when handling GET_REPLY and SET_REPLYNeels Hofmeyr1-2/+1
2017-12-18ctrl: prep test: separate new ctrl_handle_msg() from handle_control_read()Neels Hofmeyr1-17/+26
2017-11-27ctrl: make response easier to parseMax1-32/+9
2017-11-24Improve get_rate_ctr() error handlingMax1-1/+1
2017-11-24ctrl: log incorrect interval valuesMax1-4/+7
2017-11-24Ctrl: add rate counter group introspectionMax1-0/+18
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte4-1/+17
2017-10-30Move additional libraries to appropriate placeMax1-2/+2
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte1-1/+1
2017-10-23ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr1-14/+67
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-1/+1
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-1/+0
2017-08-28vty: 'ctrl' node: add missing default commands like list,exit,endNeels Hofmeyr1-0/+1
2017-06-23control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr4-6/+11
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2-7/+7
2017-05-08Simplify ctrl cmd lookupMax2-32/+25
2017-05-03Fix broken ctrl commandsMax1-1/+2
2017-04-27control_if: Don't use magic number '5' when allocating vectorHarald Welte1-1/+1
2017-04-27control_if: Add control interface commands for FSMsHarald Welte3-1/+180
2017-04-27control_if: Add helper function for 'local execution' of control commandHarald Welte1-0/+28
2017-04-26control_if: Add API to initialize control interface without TCP port bindHarald Welte1-27/+63
2017-04-26ctrl: Allow installation of additional node lookup helpersHarald Welte1-0/+41
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+2