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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/ipa_nano3G has been updated
discards a97962765d95a6825bd0fe563226df09bf1dee2d (commit)
via 2daae21e409374a98287c54dd15f6787ddcd9357 (commit)
via b3df4432cad9d490608953d13b137a1c405ef476 (commit)
via bd0d9a4fdc74d5dfeec6f1f75f5ca6426616045c (commit)
via 8741463f0c2fbf8afd7674a02a128cd83745cd5e (commit)
via 2f7a85d7dcf2000e8e0b6d3d6314f87087c87681 (commit)
via 7996dbf3263d4ba9d94a2285cc28cfc37ff22e9f (commit)
via 9f94432508da0f218acbca971623ba24d307934d (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (a97962765d95a6825bd0fe563226df09bf1dee2d)
\
N -- N -- N (2daae21e409374a98287c54dd15f6787ddcd9357)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=2daae21e409374a98287c54dd15f6787…
commit 2daae21e409374a98287c54dd15f6787ddcd9357
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:52 2016 +0200
mgcp mad hack to test nano3G
Change-Id: I7387766bb23cd037bb658d9e639e9b3dadcf1e9f
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/common.h | 6 ++++
openbsc/include/openbsc/gprs_gmm.h | 2 +-
openbsc/include/openbsc/gsm_data.h | 5 +++
openbsc/include/openbsc/iu.h | 17 +++++++--
openbsc/include/openbsc/sgsn.h | 9 +++--
openbsc/src/gprs/gprs_gmm.c | 10 ++++--
openbsc/src/gprs/gprs_sgsn.c | 1 +
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 13 ++-----
openbsc/src/gprs/sgsn_vty.c | 21 +++++++++--
openbsc/src/libiu/iu.c | 10 +++++-
openbsc/src/libiu/iu_vty.c | 72 +++++++++++++++++++++++++++++++++----
openbsc/src/libmgcp/mgcp_network.c | 6 ++++
openbsc/src/libmsc/cscn_vty.c | 5 ++-
openbsc/src/libmsc/iucs.c | 1 +
openbsc/src/libmsc/msc_ifaces.c | 8 +++--
openbsc/src/osmo-cscn/Makefile.am | 2 +-
18 files changed, 155 insertions(+), 36 deletions(-)
create mode 100644 openbsc/include/openbsc/common.h
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)