summaryrefslogtreecommitdiffstats
path: root/src/ctrl
Commit message (Expand)AuthorAgeFilesLines
...
* ctrl_type_vals: fix range checkNeels Hofmeyr2017-03-061-1/+1
* Handle replies in ctrl_cmd_handle()Max2017-03-011-0/+17
* Use value_string for ctrl_typeMax2017-03-011-32/+13
* Fix client-side ctrl interface helpersMax2017-03-011-40/+1
* libosmoctrl: Fix typo in ctrl_interface_connect()Harald Welte2017-02-231-1/+1
* Expand and expose ctrl connection allocationMax2017-02-231-5/+51
* Document ctrl_interface_setup_dynip() functionMax2017-02-191-0/+8
* fix various compiler warnings (on FreeBSD-11.0)Harald Welte2017-02-081-1/+1
* Always include <osmocom/core/talloc.h> and not <talloc.h>Harald Welte2017-01-151-1/+1
* configure.ac: Introduce --disable-ctrlHarald Welte2017-01-151-0/+3
* Catch-up with git version tagsMax2016-12-211-1/+2
* ctrl_cmd_parse: Make coverity FORWARD_NULL happyHarald Welte2016-11-261-0/+1
* Add function to send TRAP over Control InterfaceMax2016-10-121-0/+21
* log CTRL bind address and portNeels Hofmeyr2016-09-231-0/+3
* remove unused local variable in get_rate_ctr()Neels Hofmeyr2016-09-191-1/+1
* remove unused function get_rate_ctr_group()Neels Hofmeyr2016-09-191-37/+0
* Fix retrieving rate_ctr over control interfaceMax2016-06-141-13/+7
* vty: add ctrl section for Control interface bind addressNeels Hofmeyr2016-02-252-0/+92
* add ctrl_interface_setup_dynip() for bind addressNeels Hofmeyr2016-02-251-1/+9
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-2/+2
* ctrl: Avoid accessing cmd_desc->command out of boundsHolger Hans Peter Freyther2015-04-051-1/+1
* libctrl: Include config.h so we can include netinet/tcp.hHolger Hans Peter Freyther2015-03-181-0/+2
* ctrl: Link to libraries we use symbols fromHolger Hans Peter Freyther2015-01-181-1/+4
* fix libosmocore build for NuttX targetHarald Welte2014-12-041-2/+6
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-251-1/+1
* libctrl: Add support for 'deferred control commands'Harald Welte2014-08-242-0/+77
* ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther2014-08-211-0/+1
* rename controlif_setup() to ctrl_interface_setup()Harald Welte2014-08-211-2/+2
* libctrl: Make two internal helper functions staticHarald Welte2014-08-211-2/+2
* libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte2014-08-211-3/+127
* libctrl: remove 'struct gsm_network' referencesHarald Welte2014-08-211-4/+4
* libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte2014-08-211-2/+3
* libctrl: autotools build system integrationHarald Welte2014-08-211-5/+10
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-212-28/+28
* libctrl: Avoid using external tall_bsc_ctxHarald Welte2014-08-211-6/+6
* libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2014-08-212-19/+9
* libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte2014-08-211-1/+1
* libctr: rename/move control interface to libosmocore naming schemeHarald Welte2014-08-213-0/+1071