Patch sets for openbsc and osmo-iuh will follow.
Neels Hofmeyr (3): vty: add bind command for telnet vty line add bind address parameter to ctrl_interface_setup() Add VTY section for Control interface bind address
include/Makefile.am | 3 +- include/osmocom/ctrl/control_if.h | 4 +- include/osmocom/ctrl/control_vty.h | 9 ++++ include/osmocom/vty/command.h | 3 +- include/osmocom/vty/vty.h | 3 ++ src/ctrl/Makefile.am | 4 ++ src/ctrl/control_if.c | 6 +-- src/ctrl/control_vty.c | 90 ++++++++++++++++++++++++++++++++++++++ src/vty/vty.c | 32 ++++++++++++++ 9 files changed, 147 insertions(+), 7 deletions(-) create mode 100644 include/osmocom/ctrl/control_vty.h create mode 100644 src/ctrl/control_vty.c