[PATCH] configure Abis/IP bind address

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
Tue Feb 23 10:09:48 UTC 2016


This patch allows Abis/IP bind address config for osmo-nitb as well as the
osmo-bscs, without touching openbsc.git.

This is the libosmo-abis part of making osmo-nitb's IP addresses configurable
instead of always listening on 'any'. This will allow running more than one on
the same box. Ctrl interface and vty are to follow, though not in this repo.

I did sink a bit of time until the penny dropped that all I need to do is add a
VTY command in libosmo-abis, but I did find out eventually.

Neels Hofmeyr (1):
  ipa driver: make bind address vty configurable

 include/internal.h              |  3 +++
 include/osmocom/abis/e1_input.h |  1 +
 src/e1_input_vty.c              | 27 +++++++++++++++++++++++++++
 src/input/ipaccess.c            | 28 ++++++++++++++++++++++++++--
 4 files changed, 57 insertions(+), 2 deletions(-)

-- 
2.1.4




More information about the OpenBSC mailing list