[PATCH 0/3] prepare configuration of vty-telnet and ctrl binds

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Wed Feb 24 03:39:33 UTC 2016


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

-- 
2.1.4




More information about the OpenBSC mailing list