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, pmaier/aoip has been updated
via 6b8cc23031a123a9bd59d4dff06a88e911b4b0ba (commit)
via a6b88ad0e67c8853b0174a136d994e6061baedd7 (commit)
via ef2f53aa36a2eda362e0cb9bf04bc33c5a01cb17 (commit)
via 83c6ba49866cdc80835e687d01e2f46c61565b7c (commit)
via 1d6600b2380f16cf5043717a971799a4329e318b (commit)
from e6d80bb7436dd30b314a6b586f9c60d5ad89dad8 (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=6b8cc23031a123a9bd59d4dff06a88e9…
commit 6b8cc23031a123a9bd59d4dff06a88e911b4b0ba
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 14:06:18 2017 +0200
sccp-lite: remove old sccp-lite code
in osmo_bsc_sccp.c all code is commented out. There is no point
in keeping the file. This commit deletes it.
http://cgit.osmocom.org/openbsc/commit/?id=a6b88ad0e67c8853b0174a136d994e60…
commit a6b88ad0e67c8853b0174a136d994e6061baedd7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 13:49:07 2017 +0200
osmo-bsc: Send USSD notification when an MSC loss is detected
the old sccp-lite based imlementation offered support for sending
an USSD notification as soon as a loss of the MSC connection is
detected. This is done before forcefully dropping the affected
connection.
This commit ports the feature to the new libosmo-sigtran
implementation.
NOTE: I do not know if this works and I also do not really
understand how this is even possible. Sending an USSD notification
would rquire the subscriber to be properly attached? When the MSC
is lost this almost not possible since no backend to authenticate
against is available.
http://cgit.osmocom.org/openbsc/commit/?id=ef2f53aa36a2eda362e0cb9bf04bc33c…
commit ef2f53aa36a2eda362e0cb9bf04bc33c5a01cb17
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 13:22:59 2017 +0200
cosmetic: make function names in a_iface_bssap more expressive.
The function names in a_iface_bssap.c are not very expressive.
The problem not only exists on the API side, but also for static
functions. This patch replaces the function names with more
expressive names.
http://cgit.osmocom.org/openbsc/commit/?id=83c6ba49866cdc80835e687d01e2f46c…
commit 83c6ba49866cdc80835e687d01e2f46c61565b7c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 12:52:35 2017 +0200
cosmetic: more expressive function names in a_iface
The function names if the API function in a_iface.c are not
very expressive. Besides of that, the prototypes are in the
wrong header file. This commit gives the function more
expressive names and moves the prototypes in the right header
file.
http://cgit.osmocom.org/openbsc/commit/?id=1d6600b2380f16cf5043717a971799a4…
commit 1d6600b2380f16cf5043717a971799a4329e318b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 12 12:34:26 2017 +0200
fixup: return with value in void function
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/a_iface.h | 13 ++
openbsc/include/openbsc/a_iface_bssap.h | 11 +-
openbsc/include/openbsc/msc_ifaces.h | 17 --
openbsc/src/libmsc/a_iface.c | 16 +-
openbsc/src/libmsc/a_iface_bssap.c | 56 ++---
openbsc/src/libmsc/gsm_04_08.c | 5 +-
openbsc/src/libmsc/gsm_subscriber.c | 3 +-
openbsc/src/libmsc/msc_ifaces.c | 10 +-
openbsc/src/osmo-bsc/Makefile.am | 1 -
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 351 --------------------------------
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 22 ++
11 files changed, 89 insertions(+), 416 deletions(-)
delete mode 100644 openbsc/src/osmo-bsc/osmo_bsc_sccp.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)