| Commit message (Expand) | Author | Age | Files | Lines |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 1 | -1/+0 |
* | vty: 'ctrl' node: add missing default commands like list,exit,end | Neels Hofmeyr | 2017-08-28 | 1 | -0/+1 |
* | control_cmd.c: Fix unsigned comparison against < 0 | Pau Espin Pedrol | 2017-06-23 | 1 | -1/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 4 | -6/+11 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 2 | -7/+7 |
* | Simplify ctrl cmd lookup | Max | 2017-05-08 | 2 | -32/+25 |
* | Fix broken ctrl commands | Max | 2017-05-03 | 1 | -1/+2 |
* | control_if: Don't use magic number '5' when allocating vector | Harald Welte | 2017-04-27 | 1 | -1/+1 |
* | control_if: Add control interface commands for FSMs | Harald Welte | 2017-04-27 | 3 | -1/+180 |
* | control_if: Add helper function for 'local execution' of control command | Harald Welte | 2017-04-27 | 1 | -0/+28 |
* | control_if: Add API to initialize control interface without TCP port bind | Harald Welte | 2017-04-26 | 1 | -27/+63 |
* | ctrl: Allow installation of additional node lookup helpers | Harald Welte | 2017-04-26 | 1 | -0/+41 |
* | fix spelling in API docu, command reply, logging, descriptions | Thorsten Alteholz | 2017-04-23 | 1 | -1/+1 |
* | ctrl_type_vals: explicitly terminate | Neels Hofmeyr | 2017-03-15 | 1 | -1/+2 |
* | ctrl_type_vals: fix range check | Neels Hofmeyr | 2017-03-06 | 1 | -1/+1 |
* | Handle replies in ctrl_cmd_handle() | Max | 2017-03-01 | 1 | -0/+17 |
* | Use value_string for ctrl_type | Max | 2017-03-01 | 1 | -32/+13 |
* | Fix client-side ctrl interface helpers | Max | 2017-03-01 | 1 | -40/+1 |
* | libosmoctrl: Fix typo in ctrl_interface_connect() | Harald Welte | 2017-02-23 | 1 | -1/+1 |
* | Expand and expose ctrl connection allocation | Max | 2017-02-23 | 1 | -5/+51 |
* | Document ctrl_interface_setup_dynip() function | Max | 2017-02-19 | 1 | -0/+8 |
* | fix various compiler warnings (on FreeBSD-11.0) | Harald Welte | 2017-02-08 | 1 | -1/+1 |
* | Always include <osmocom/core/talloc.h> and not <talloc.h> | Harald Welte | 2017-01-15 | 1 | -1/+1 |
* | configure.ac: Introduce --disable-ctrl | Harald Welte | 2017-01-15 | 1 | -0/+3 |
* | Catch-up with git version tags | Max | 2016-12-21 | 1 | -1/+2 |
* | ctrl_cmd_parse: Make coverity FORWARD_NULL happy | Harald Welte | 2016-11-26 | 1 | -0/+1 |
* | Add function to send TRAP over Control Interface | Max | 2016-10-12 | 1 | -0/+21 |
* | log CTRL bind address and port | Neels Hofmeyr | 2016-09-23 | 1 | -0/+3 |
* | remove unused local variable in get_rate_ctr() | Neels Hofmeyr | 2016-09-19 | 1 | -1/+1 |
* | remove unused function get_rate_ctr_group() | Neels Hofmeyr | 2016-09-19 | 1 | -37/+0 |
* | Fix retrieving rate_ctr over control interface | Max | 2016-06-14 | 1 | -13/+7 |
* | vty: add ctrl section for Control interface bind address | Neels Hofmeyr | 2016-02-25 | 2 | -0/+92 |
* | add ctrl_interface_setup_dynip() for bind address | Neels Hofmeyr | 2016-02-25 | 1 | -1/+9 |
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -2/+2 |
* | ctrl: Avoid accessing cmd_desc->command out of bounds | Holger Hans Peter Freyther | 2015-04-05 | 1 | -1/+1 |
* | libctrl: Include config.h so we can include netinet/tcp.h | Holger Hans Peter Freyther | 2015-03-18 | 1 | -0/+2 |
* | ctrl: Link to libraries we use symbols from | Holger Hans Peter Freyther | 2015-01-18 | 1 | -1/+4 |
* | fix libosmocore build for NuttX target | Harald Welte | 2014-12-04 | 1 | -2/+6 |
* | misc: Look into the build directory for generated files | Holger Hans Peter Freyther | 2014-09-25 | 1 | -1/+1 |
* | libctrl: Add support for 'deferred control commands' | Harald Welte | 2014-08-24 | 2 | -0/+77 |
* | ctrl: Attempt fix the build on FreeBSD and add include file | Holger Hans Peter Freyther | 2014-08-21 | 1 | -0/+1 |
* | rename controlif_setup() to ctrl_interface_setup() | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Make two internal helper functions static | Harald Welte | 2014-08-21 | 1 | -2/+2 |
* | libctrl: Move bulk of control node lookup inti libosmoctrl | Harald Welte | 2014-08-21 | 1 | -3/+127 |
* | libctrl: remove 'struct gsm_network' references | Harald Welte | 2014-08-21 | 1 | -4/+4 |
* | libctrl: adopt to recent ipaccess/ipa naming change | Harald Welte | 2014-08-21 | 1 | -2/+3 |
* | libctrl: autotools build system integration | Harald Welte | 2014-08-21 | 1 | -5/+10 |
* | libctrl: Add DLCTRL as logging context for the control interface | Harald Welte | 2014-08-21 | 2 | -28/+28 |
* | libctrl: Avoid using external tall_bsc_ctx | Harald Welte | 2014-08-21 | 1 | -6/+6 |
* | libctrl: remove openbsc headers, convert from make_sock to libosmocore | Harald Welte | 2014-08-21 | 2 | -19/+9 |