[PATCH] gtphub: add to debian build

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/.

Holger Freyther holger at freyther.de
Thu Dec 10 20:02:49 UTC 2015


> On 30 Nov 2015, at 12:47, Neels Hofmeyr <nhofmeyr at sysmocom.de> wrote:

Good Evening Neels,


> Added awareness of it (in my head), added gtphub (in osmoappdesc.py) and
> merged to master.

we need to revert or extend the gtphub vty to make it work on our CI platform. You
can not bind to 127.0.0.1 and 127.0.0.2 on the CI infrastructure so the default config
can't be execute. We could add VTY commands to specify the ports to be used and
multiplex it then.

The other issue is the position of the gtphub. At the bottom we have this:

vty_command = ["./src/osmo-nitb/osmo-nitb", "-c",
               "doc/examples/osmo-nitb/nanobts/openbsc.cfg"]

vty_app = apps[-1]

So we run the nitb but try to connect to port 4253 which of course fails and explains
why the OpenBSC build failed the last couple of times. :)

holger


More information about the OpenBSC mailing list