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 "SCCP Library".
The branch, master has been updated
via de2606249d1f539233fc4a52ab2ed72d9e91780a (commit)
from 0b44895a8829082a967b7cd037fb2389e3c96628 (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/libosmo-sccp/commit/?id=de2606249d1f539233fc4a52ab2…
commit de2606249d1f539233fc4a52ab2ed72d9e91780a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Dec 26 20:28:03 2015 +0100
sua: Attempt to fix make distcheck
-----------------------------------------------------------------------
Summary of changes:
tests/sigtran/Makefile.am | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
SCCP Library
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 "SCCP Library".
The branch, zecke/ancient/debian6.0 has been created
at 0cdee842d9a46b9aa56588477d95432f7db003e4 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=0cdee842d9a46b9aa56588477d9…
commit 0cdee842d9a46b9aa56588477d95432f7db003e4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Dec 26 20:26:58 2015 +0100
Debian: Remove some fields for backward compat
-----------------------------------------------------------------------
hooks/post-receive
--
SCCP Library
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 network interface library".
The branch, master has been updated
via 4d702db3f7a16c7aad20f799420c9a175194f722 (commit)
from 7aa5a93e77fa10f40f4e4721745c764106ae188f (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/libosmo-netif/commit/?id=4d702db3f7a16c7aad20f79942…
commit 4d702db3f7a16c7aad20f799420c9a175194f722
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Dec 26 20:19:32 2015 +0100
libsctp: Only define LIBSCTP_LIBS in case there is a lib
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network interface library
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 network interface library".
The branch, master has been updated
via 7aa5a93e77fa10f40f4e4721745c764106ae188f (commit)
from 2b03b8c07c1e816af6627547b34711135483c5a2 (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/libosmo-netif/commit/?id=7aa5a93e77fa10f40f4e472174…
commit 7aa5a93e77fa10f40f4e4721745c764106ae188f
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Dec 26 20:12:03 2015 +0100
libsctp: Fix build and don't link everything to libsctp
On some systems sctp_* is part of the standard libc, so do not
use AC_CHECK_LIB but AC_SEARCH_LIBS to find the symbol we need.
Both macros modify LIBS which means all applications will link
again libsctp and this is not what we want. Undo the side-effect
of LIBS and export LIBSCTP_LIBS which is already used in the
Makefile.am.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom network interface library
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 "SCCP Library".
The branch, master has been updated
via 0b44895a8829082a967b7cd037fb2389e3c96628 (commit)
from 7438165b6c610eaec4442199dfd19d35e6c0ac22 (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/libosmo-sccp/commit/?id=0b44895a8829082a967b7cd037f…
commit 0b44895a8829082a967b7cd037fb2389e3c96628
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 16:53:57 2015 +0100
Add missing OSMO_SCCP_SSN_RANAP for RANAP SSN
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
SCCP Library
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, laforge/wip has been updated
via cee5a2878bd7311115b144b6ff372481e1c2fad6 (commit)
via 3aad6af6a415dff3797b20a3587be15e5e724aee (commit)
via 37704d907db906dec6f64adb138489aa896bd3f7 (commit)
via 8c572fee2a123344b698e42aba779a490a7be453 (commit)
from efef6fb4deedbfdc61e6aa2ca9f8e8625532bfc5 (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/osmo-iuh/commit/?id=cee5a2878bd7311115b144b6ff37248…
commit cee5a2878bd7311115b144b6ff372481e1c2fad6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 08:43:31 2015 +0100
don't double-free msgb's in rua_helper and ranap_common_cn
http://cgit.osmocom.org/osmo-iuh/commit/?id=3aad6af6a415dff3797b20a3587be15…
commit 3aad6af6a415dff3797b20a3587be15e5e724aee
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 08:43:04 2015 +0100
add 'dummy cn' as a stub core netwrok element to which hnbgw connects
http://cgit.osmocom.org/osmo-iuh/commit/?id=37704d907db906dec6f64adb138489a…
commit 37704d907db906dec6f64adb138489aa896bd3f7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 08:42:31 2015 +0100
ranap_common.c: Add ranap_parse_lai()
http://cgit.osmocom.org/osmo-iuh/commit/?id=8c572fee2a123344b698e42aba779a4…
commit 8c572fee2a123344b698e42aba779a490a7be453
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 26 08:42:07 2015 +0100
use libosmocore SCCP_SSN_RANAP definition
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 8 +-
src/ranap_common.c | 26 +++++
src/sccp_helpers.c | 22 ++--
src/tests/Makefile.am | 9 +-
src/tests/dummy_cn_sua.c | 264 ++++++++++++++++++++++++++++++++++++++++++++
src/tests/ranap_common_cn.c | 5 +-
src/tests/rua_helper.c | 8 +-
7 files changed, 312 insertions(+), 30 deletions(-)
create mode 100644 src/tests/dummy_cn_sua.c
hooks/post-receive
--
Osmocom code for Iuh interface
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/cscn has been created
at d7bfbdc17d17a44963eecc694013cae652e574d8 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=d7bfbdc17d17a44963eecc694013cae6…
commit d7bfbdc17d17a44963eecc694013cae652e574d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Dec 26 03:02:20 2015 +0100
doc: add call graphs from MSC to BSC or HNB-GW (wip)
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/gprs-iu has been created
at d07ccc09369db365038a8eabf65ae9a54e80abd5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=d07ccc09369db365038a8eabf65ae9a5…
commit d07ccc09369db365038a8eabf65ae9a54e80abd5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 22:31:36 2015 +0100
gprs_gmm.c: Preform LLME operations only if we have one
In case the GMM message did not arrive over a Gb interface, there is no
LLME (and thus the associated pointer is NULL). Don't try to perform
operations on a NULL LLME.
http://cgit.osmocom.org/openbsc/commit/?id=e92ca9273d4c9b72d9a44fe62a8b20bb…
commit e92ca9273d4c9b72d9a44fe62a8b20bbda972f68
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 22:23:27 2015 +0100
gprs_gmm.c: Make TLLI handling specific to Gb interface
Soem of the operations we perform in the GMM layer are specific to the
GPRS/EDGE radio access network and its Gb interface. Let's make them
conditional to that in preparation of supporting an Iu interface.
http://cgit.osmocom.org/openbsc/commit/?id=ae8e3f8a621e22ae523f6f484acd2e81…
commit ae8e3f8a621e22ae523f6f484acd2e81ee77b990
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 20:12:28 2015 +0100
gprs_gmm.c: Don't try to de-reference NULL mmctx
There was a comment in the code that certain GMM messages require a
valid mmctx pointer. However, nothing actually checked if that pointer
was in fact non-NULL. We plainly crashed if a MS would send us the
wrong message in the wrong state.
http://cgit.osmocom.org/openbsc/commit/?id=5e8d5824b486e1743560300412b96a6e…
commit 5e8d5824b486e1743560300412b96a6ef87e1636
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 19:14:57 2015 +0100
rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()
This is the entry point for GMM from Gb. We will create a new one
for Iu, so let's be explicit rather than implicit.
http://cgit.osmocom.org/openbsc/commit/?id=70398adf5bdd06088ab4e7a2ad366fea…
commit 70398adf5bdd06088ab4e7a2ad366fea8b5450b4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 25 19:12:21 2015 +0100
prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)
Let's explicitly mark those sgsn_mm_ctx members that apply for Gb mode
and (upcoming) Iu mode, respectively.
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/msc-split has been created
at c357307267f8becaee1c85724156595ee0de732e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c357307267f8becaee1c85724156595e…
commit c357307267f8becaee1c85724156595ee0de732e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
gsm_04_08.c: Don't set msg->lchan nor msg->dst
the BSC-side of the API behind gsm0808_submit_dtap() is doing
this resolving again anyway. So let's avoid doing it twice, and avoid
having more dependency of the MSC down into the lchan details.
http://cgit.osmocom.org/openbsc/commit/?id=3bf293fe726b03239faf442a60391eb5…
commit 3bf293fe726b03239faf442a60391eb5d26a3fc5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 16:36:32 2015 +0100
gsm_04_11.c/04_08.c: s/lchan/conn/ where we don't use lchan for years
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 network interface library".
The branch, laforge/sctp has been deleted
was fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44
-----------------------------------------------------------------------
fb3e20b4b2a38cd09bf4ed7687dacd3ab6f15d44 SCTP support for osmo_stream_{cli,srv} code
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom network interface library