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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via cb1838d8075379fdc08095fdd718b459180a38ae (commit)
from ed03661871ac8ee1715c04390d25631537b084ac (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/openbsc/commit/?id=cb1838d8075379fdc08095fdd718b459…
commit cb1838d8075379fdc08095fdd718b459180a38ae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Oct 26 00:33:26 2017 +0200
rename osmo-bsc to osmo-bsc-sccplite
This is to avoid naming conflicts with the new osmo-bsc, which resides
in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran
and implements (primarily) 3GPP AoIP.
Change-Id: If10d1599b62d010726336134091a4e855c380d93
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++++
debian/control | 12 ++++++------
debian/osmocom-bsc-sccplite.examples | 2 ++
debian/osmocom-bsc-sccplite.install | 2 ++
debian/osmocom-bsc.examples | 1 -
debian/osmocom-bsc.install | 2 --
debian/rules | 2 +-
openbsc/.gitignore | 2 +-
openbsc/contrib/bsc-test/msc.sh | 4 ++--
.../systemd/{osmo-bsc.service => osmo-bsc-sccplite.service} | 2 +-
.../osmo-bsc.cfg => osmo-bsc-sccplite/osmo-bsc-sccplite.cfg} | 0
openbsc/osmoappdesc.py | 4 ++--
openbsc/src/osmo-bsc/Makefile.am | 6 +++---
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/tests/ctrl_test_runner.py | 8 ++++----
openbsc/tests/vty_test_runner.py | 8 ++++----
16 files changed, 33 insertions(+), 28 deletions(-)
create mode 100644 debian/osmocom-bsc-sccplite.examples
create mode 100644 debian/osmocom-bsc-sccplite.install
delete mode 100644 debian/osmocom-bsc.examples
delete mode 100644 debian/osmocom-bsc.install
rename openbsc/contrib/systemd/{osmo-bsc.service => osmo-bsc-sccplite.service} (65%)
rename openbsc/doc/examples/{osmo-bsc/osmo-bsc.cfg =>
osmo-bsc-sccplite/osmo-bsc-sccplite.cfg} (100%)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)