This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom code for Iuh interface".
The branch, master has been updated
via 2af648f443257284d994ea6d79d9554ed866dfa6 (commit)
from c6ed1c3ae8a34688a31cfa43e033e2e6ac73bf13 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-iuh/commit/?id=2af648f443257284d994ea6d79d9554…
commit 2af648f443257284d994ea6d79d9554ed866dfa6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 23 00:39:53 2017 +0100
osmo-hnbgw: auto-config local and remote PCs if omitted
The current default point-code for OsmoMSC is 0.23.1 and for OsmoSGSN 0.23.4.
See
https://osmocom.org/projects/cellular-infrastructure/wiki/Point_Codes.
Before this patch, osmo-hnbgw requires a cs7 config and explicit point-codes
for MSC and SGSN as well as a local one. Provide default config if none is
provided:
Use above default point-codes if no MSC and/or SGSN address are provided. Also
create a default cs7 instance with local PC 0.23.5.
This allows completely omitting cs7 instance and SCCP addresses from
osmo-hnbgw.cfg in a single-box setup.
Change-Id: I056547f26858d3ad52e66a15f7a4273dcc300e97
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface