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, neels/aoip has been updated
discards 535f72cce37f70ad1ade917a157c7685a6f4eb23 (commit)
discards 14e6551c72ad8850a9b142ae0c9f34878881b826 (commit)
discards f3c73b19dfe36d10361f128b411137323261ccdf (commit)
discards f34a86e1ec09328d333424e5384b51ae12530f8d (commit)
discards 60d5a6540f5691438425eb4cc2cd0dcc0e4fda99 (commit)
discards c8e64574d7d213d1841a49ea19bf4fc854f5aae3 (commit)
via dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7 (commit)
via 0821f302b917b6304a0b0fdb8e2fe094829fdeec (commit)
via 0a7f6de320cb98ea9520756b664aafc27af6f0a8 (commit)
via 99e468a50e2a60cf4b98c294d2a59d489feefae8 (commit)
via 55b1bfaf0a65ef2cf4b8565241981054d69703a7 (commit)
via 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (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 (535f72cce37f70ad1ade917a157c7685a6f4eb23)
\
N -- N -- N (dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7)
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=dcdfb78aecad3dab3830b0b9d3fc3e86…
commit dcdfb78aecad3dab3830b0b9d3fc3e86081b3ef7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 15:11:00 2017 +0200
drop libosmo-ranap from sms_queue test
Change-Id: I0afd8e4db3c84fd1265d3903e389c5164ea73335
http://cgit.osmocom.org/openbsc/commit/?id=0821f302b917b6304a0b0fdb8e2fe094…
commit 0821f302b917b6304a0b0fdb8e2fe094829fdeec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 15:10:42 2017 +0200
wip iudummy struct osmo_sccp_addr -- drop this?
Change-Id: I90b807b1c6f2a3e86c81c0906168f8c0fc5440b3
http://cgit.osmocom.org/openbsc/commit/?id=0a7f6de320cb98ea9520756b664aafc2…
commit 0a7f6de320cb98ea9520756b664aafc27af6f0a8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
http://cgit.osmocom.org/openbsc/commit/?id=99e468a50e2a60cf4b98c294d2a59d48…
commit 99e468a50e2a60cf4b98c294d2a59d489feefae8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Apr 20 18:40:37 2017 +0200
libmsc: make pitfall in gsm0408_dispatch() more obvious
The function gsm0408_dispatch() accepts a message buffer pointer
and accesses the l3h pointer. Even in a properly allocated
message buffer, this may lead into a segfault if the user forgets
to set the l3h pointer. This commit adds assertions to popup a
more expressive error message.
http://cgit.osmocom.org/openbsc/commit/?id=55b1bfaf0a65ef2cf4b8565241981054…
commit 55b1bfaf0a65ef2cf4b8565241981054d69703a7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:26:04 2017 +0200
WIP: Integrate AoIP into OsmoBSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)