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, neels/sigtran has been updated
discards 7b8e9d13167155fa584761750e802ef02738dc4a (commit)
discards ce3c2e8067ae8e6b5e37cb81e57ebc773924b774 (commit)
via d19800327c819f98f389aa5a3dfabe614fab5706 (commit)
via 9789268e36076aedb1a8e21bfd52697e23174453 (commit)
via 89336d2a682f512b23af01ab6c72927a370debc2 (commit)
via 55fc0bed0adc1d75d8506f9ebf45ab3c4ef2b2c7 (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 (7b8e9d13167155fa584761750e802ef02738dc4a)
\
N -- N -- N (d19800327c819f98f389aa5a3dfabe614fab5706)
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/osmo-iuh/commit/?id=d19800327c819f98f389aa5a3dfabe6…
commit d19800327c819f98f389aa5a3dfabe614fab5706
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jun 20 22:45:03 2017 +0200
WIP: make hnbgw work with M3UA SIGTRAN to an OsmoSTP
Change-Id: I7feb5768731baf54c85ba724d217ac80a27304bb
http://cgit.osmocom.org/osmo-iuh/commit/?id=9789268e36076aedb1a8e21bfd52697…
commit 9789268e36076aedb1a8e21bfd52697e23174453
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jun 20 22:49:34 2017 +0200
sccp_sap_up(): guard against NULL pointers
Change-Id: Icd64b92b00461cace5c476c8bcf69eec3fdbbdd3
http://cgit.osmocom.org/osmo-iuh/commit/?id=89336d2a682f512b23af01ab6c72927…
commit 89336d2a682f512b23af01ab6c72927a370debc2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 16:50:24 2017 +0200
fix make check: exclude SUA dependencies
Remove DSUA from test_common.c
Don't build dummy_cn which is still implemented on SUA. Mark todo to maybe
re-include it based on M3UA later.
Change-Id: I37f3da97ba3fa0911bde6e20fceace56db520352
http://cgit.osmocom.org/osmo-iuh/commit/?id=55fc0bed0adc1d75d8506f9ebf45ab3…
commit 55fc0bed0adc1d75d8506f9ebf45ab3c4ef2b2c7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 8 16:48:38 2017 +0200
fix use of osmo_sccp_simple_client(): add local ip
Since libosmo-sccp 9ecb11bd6d3a776174f8f2b119cf60b91ed38698 a local_ip arg has
been added to osmo_sccp_simple_client(). Pass some local address (.5 to stay
out of BSC and MSC's way), mark as fixme to make configurable.
Change-Id: I476e8929afd70388755a1730cd361e96bd8dc827
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/iuh/context_map.h | 6 +-
include/osmocom/iuh/hnbgw.h | 19 ++---
include/osmocom/iuh/hnbgw_cn.h | 3 +-
src/context_map.c | 50 +++++++------
src/hnbgw.c | 26 ++++---
src/hnbgw_cn.c | 149 +++++++++++++++++++++++++-------------
src/hnbgw_rua.c | 125 +++++++++++++++++---------------
src/ranap_common.c | 2 +-
8 files changed, 222 insertions(+), 158 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface