| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert recently-introduced header files to #pragma once | Harald Welte | 2014-08-21 | 2 | -9/+2 |
| | | |||||
| * | New <osmocom/ctrl/ports.h> file listing tcp ports for CTRL interface | Harald Welte | 2014-08-21 | 1 | -0/+7 |
| | | |||||
| * | rename controlif_setup() to ctrl_interface_setup() | Harald Welte | 2014-08-21 | 1 | -2/+2 |
| | | | | | | which means that all control interface related functions now have the common ctrl_ prefix. | ||||
| * | libctrl: Move bulk of control node lookup inti libosmoctrl | Harald Welte | 2014-08-21 | 1 | -4/+7 |
| | | | | | | | The control interface user now only has to register a very short node lookup function callback. This function is optional, and only required if hierarchical command lookup should be supported. | ||||
| * | libctrl: remove 'struct gsm_network' references | Harald Welte | 2014-08-21 | 1 | -5/+2 |
| | | | | | | libctrl doesn't need any knowledge about the type of the user-private data that it gets passed upon setup time and includes on callbacks. | ||||
| * | libctrl: remove bsc-specific declaration | Harald Welte | 2014-08-21 | 1 | -1/+0 |
| | | | | | this was moved by accident when importing the code from openbsc. | ||||
| * | libctrl: remove reference to bsc_replace_string() | Harald Welte | 2014-08-21 | 1 | -1/+1 |
| | | | | | | ... and rather introduce a general osmo_talloc_replace_string() to libosmocore. | ||||
| * | libctrl: remove openbsc headers, convert from make_sock to libosmocore | Harald Welte | 2014-08-21 | 2 | -4/+5 |
| | | |||||
| * | libctr: rename/move control interface to libosmocore naming scheme | Harald Welte | 2014-08-21 | 2 | -0/+208 |
