aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-06ctrl_type_vals: fix range checkNeels Hofmeyr1-1/+1
2017-03-01Handle replies in ctrl_cmd_handle()Max1-0/+17
2017-03-01Use value_string for ctrl_typeMax1-32/+13
2017-03-01Fix client-side ctrl interface helpersMax1-40/+1
2017-02-23libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte1-1/+1
2017-02-23Expand and expose ctrl connection allocationMax1-5/+51
2017-02-19Document ctrl_interface_setup_dynip() functionMax1-0/+8
2017-02-08fix various compiler warnings (on FreeBSD-11.0)Harald Welte1-1/+1
2017-01-15Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte1-1/+1
2017-01-15configure.ac: Introduce --disable-ctrlHarald Welte1-0/+3
2016-12-21Catch-up with git version tagsMax1-1/+2
2016-11-26ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte1-0/+1
2016-10-12Add function to send TRAP over Control InterfaceMax1-0/+21
2016-09-23log CTRL bind address and portNeels Hofmeyr1-0/+3
2016-09-19remove unused local variable in get_rate_ctr()Neels Hofmeyr1-1/+1
2016-09-19remove unused function get_rate_ctr_group()Neels Hofmeyr1-37/+0
2016-06-14Fix retrieving rate_ctr over control interfaceMax1-13/+7
2016-02-25vty: add ctrl section for Control interface bind addressNeels Hofmeyr2-0/+92
2016-02-25add ctrl_interface_setup_dynip() for bind addressNeels Hofmeyr1-1/+9
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-2/+2
2015-04-05ctrl: Avoid accessing cmd_desc->command out of boundsHolger Hans Peter Freyther1-1/+1
2015-03-18libctrl: Include config.h so we can include netinet/tcp.hHolger Hans Peter Freyther1-0/+2
2015-01-18ctrl: Link to libraries we use symbols fromHolger Hans Peter Freyther1-1/+4
2014-12-04fix libosmocore build for NuttX targetHarald Welte1-2/+6
2014-09-25misc: Look into the build directory for generated filesHolger Hans Peter Freyther1-1/+1
2014-08-24libctrl: Add support for 'deferred control commands'Harald Welte2-0/+77
2014-08-21ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther1-0/+1
2014-08-21rename controlif_setup() to ctrl_interface_setup()Harald Welte1-2/+2
2014-08-21libctrl: Make two internal helper functions staticHarald Welte1-2/+2
2014-08-21libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte1-3/+127
2014-08-21libctrl: remove 'struct gsm_network' referencesHarald Welte1-4/+4
2014-08-21libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte1-2/+3
2014-08-21libctrl: autotools build system integrationHarald Welte1-5/+10
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2-28/+28
2014-08-21libctrl: Avoid using external tall_bsc_ctxHarald Welte1-6/+6
2014-08-21libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2-19/+9
2014-08-21libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte1-1/+1
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte3-0/+1071