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 OpenGGSN project".
The branch, master has been updated
via bebd75c2d1142ede132a39180776e6fb86a86be8 (commit)
via a00e79242b035c050767c67b32281ae2cd7a45f7 (commit)
via 840ce8a0a8c1fd7fc34dea603a230d3f8160573b (commit)
from 878ece768b940ad5e34c4837a2d43c3c91893939 (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-ggsn/commit/?id=bebd75c2d1142ede132a39180776e6…
commit bebd75c2d1142ede132a39180776e6fb86a86be8
Merge: 878ece7 a00e792
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 18 10:32:37 2017 +0000
Merge changes Id4724fe0,I5c619712
* changes:
contrib/jenkins.sh: Enable Werror in C(PP)FLAGS
ggsn_vty: Stop using deprecated API vty_install_default
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a00e79242b035c050767c67b32281a…
commit a00e79242b035c050767c67b32281ae2cd7a45f7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 16 17:08:36 2017 +0100
contrib/jenkins.sh: Enable Werror in C(PP)FLAGS
Change-Id: Id4724fe07f6641e82c3bd9cde2d8d759aa492288
http://cgit.osmocom.org/osmo-ggsn/commit/?id=840ce8a0a8c1fd7fc34dea603a230d…
commit 840ce8a0a8c1fd7fc34dea603a230d3f8160573b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 16 17:01:44 2017 +0100
ggsn_vty: Stop using deprecated API vty_install_default
Changes made as requested by the deprecation text.
Fixes warning below:
warning: ‘vty_install_default’ is deprecated: Now happens implicitly with install_node() [-Wdeprecat
ed-declarations]
vty_install_default(GGSN_NODE);
^~~~~~~~~~~~~~~~~~~
Change-Id: I5c6197129e0c251a4e8dd174027b011c8f6476c6
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
ggsn/ggsn_vty.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenGGSN project
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 9a938ae882a4d21f132291136c92d5311b84d7e2 (commit)
via d8e79c7fff7f1b004551589a0eb32026e5cba812 (commit)
via dd2456043348cbfb9fb81fd88e33c6864d718cee (commit)
via 39720acb069a33dfef77f07044efe89d0327d963 (commit)
via 00393e1a042df7d8d5fc59d6443502b6bd82c520 (commit)
from b93f60f7cd4bebbe6c26a456ea0b394fcafc731f (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/libosmocore/commit/?id=9a938ae882a4d21f132291136c92…
commit 9a938ae882a4d21f132291136c92d5311b84d7e2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 17:34:07 2017 +0100
gsm0808_test: sanitize: fix msgb memleak
Helps fix sanitizer build on debian 9.
Change-Id: I0097d63bbb4e7ee20eb4a8474f4fef32d39e625f
http://cgit.osmocom.org/libosmocore/commit/?id=d8e79c7fff7f1b004551589a0eb3…
commit d8e79c7fff7f1b004551589a0eb32026e5cba812
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 17:30:44 2017 +0100
gsm0408_test: sanitize: cleanup msgb
Remove initial msgb talloc context creation: if we create a root ctx for msgb
that all msgb are allocated in, we would in a final cleanup discard all msgbs,
i.e. we would not verify that all msgb are cleaned up properly.
If we create the msgb context and *don't* clean it up in the end, the sanitizer
build fails because the context root is not cleaned up.
Easiest is to actually allocate all msgb at NULL ctx, because then any msgb
that aren't cleaned up properly would still linger, while we don't leave a root
ctx that we need to clean up either.
Helps fix sanitizer build on debian 9.
Change-Id: I1f2d1d05c75bbf4d92787f9735083f18cdc90f6f
http://cgit.osmocom.org/libosmocore/commit/?id=dd2456043348cbfb9fb81fd88e33…
commit dd2456043348cbfb9fb81fd88e33c6864d718cee
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:25:08 2017 +0100
lapd_test: sanitize: fix msgb memleaks
Helps fix sanitizer build on debian 9.
Change-Id: I0add9eac7225db23bc02fc2aaee5f42258d34e25
http://cgit.osmocom.org/libosmocore/commit/?id=39720acb069a33dfef77f07044ef…
commit 39720acb069a33dfef77f07044efe89d0327d963
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:24:36 2017 +0100
abis_test: sanitize: fix msgb memleak
Helps fix sanitizer build on debian 9.
Change-Id: I69750d9cd2b8f30bfc6d2dfd9e62576e46989fab
http://cgit.osmocom.org/libosmocore/commit/?id=00393e1a042df7d8d5fc59d64435…
commit 00393e1a042df7d8d5fc59d6443502b6bd82c520
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Nov 16 16:24:04 2017 +0100
memleak: osmo_config_list_parse: getline() needs free also on error
Helps fix sanitizer build on debian 9.
Change-Id: Iddf0a6cc733cd81d5f6c1eb62fc079ad319db119
-----------------------------------------------------------------------
Summary of changes:
src/msgfile.c | 5 +++--
tests/abis/abis_test.c | 2 ++
tests/gsm0408/gsm0408_test.c | 1 -
tests/gsm0808/gsm0808_test.c | 2 ++
tests/lapd/lapd_test.c | 9 +++++++++
5 files changed, 16 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 2547e87b94223d2a90057d87aa821f3745687196 (commit)
from 6d4acefb69b6a6f7fe29bb398ec617d7e3e01a71 (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=2547e87b94223d2a90057d87aa…
commit 2547e87b94223d2a90057d87aa821f3745687196
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: Ie00859d981044d59b8114332884e3d7f6fc48ef7
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
1 file changed, 12 insertions(+)
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 "asn1c runtime code as shared library".
The branch, master has been updated
via bd2173796d90db181c22034e4acbe391d2cb57ce (commit)
from 0a433101824b510f1e480c6365e401bd7d7fcd82 (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/libasn1c/commit/?id=bd2173796d90db181c22034e4acbe39…
commit bd2173796d90db181c22034e4acbe391d2cb57ce
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: I8f641c4bce361dcef5d8c149b8b81b21f12cbadf
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
asn1c runtime code as shared 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 A-bis protcol interface library".
The branch, master has been updated
via 2e05f883f92909bb1a29b9b912d5c24200394839 (commit)
from 323d39d784417b5582098d6a27b24f94bb2e1d12 (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-abis/commit/?id=2e05f883f92909bb1a29b9b912d…
commit 2e05f883f92909bb1a29b9b912d5c24200394839
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: I59fea4a7199ca6aa71710d3aca0b25425df7d346
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
Osmocom A-bis protcol 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 fork of the Open SMPP 3.4 library".
The branch, master has been updated
via 7c2232e0ffd8751376d354fb95a86467d68d3bc8 (commit)
from 0f760a64769c63e267532080f476f63a42eda339 (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/libsmpp34/commit/?id=7c2232e0ffd8751376d354fb95a864…
commit 7c2232e0ffd8751376d354fb95a86467d68d3bc8
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: I83c7b16baeffd3b7ae86edf87a9bb4cbb7346609
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 13 +++++++++++++
1 file changed, 13 insertions(+)
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 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 "The OpenGGSN project".
The branch, master has been updated
via 878ece768b940ad5e34c4837a2d43c3c91893939 (commit)
from afd76a731fbb03c39e78309baf52829901a0ac66 (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-ggsn/commit/?id=878ece768b940ad5e34c4837a2d43c…
commit 878ece768b940ad5e34c4837a2d43c3c91893939
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: I439ff2b2cb36a5c29347a914c0f2e21bed598b06
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
The OpenGGSN project
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 "UNNAMED PROJECT".
The branch, master has been updated
via 6f3e8d6297c3904dd72168d0846bdad49fa6a8b5 (commit)
from db5dae6c991f9dc69203ca96e1a21715c95eb3cc (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-hlr/commit/?id=6f3e8d6297c3904dd72168d0846bdad…
commit 6f3e8d6297c3904dd72168d0846bdad49fa6a8b5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: I12b7b0e751f274a05e88c79299fd8388667cc542
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
1 file changed, 12 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT
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 73a7435d28780b129a391002a366681c15aed2ef (commit)
via a17ecfa7b174f0104ff124666706662dd88394b5 (commit)
via 3867a7422a5e52a31b3268c9034984c64b2f997b (commit)
via 0a30a8522d3f4d4a1593269daef1498c3411b9df (commit)
from 7d9a19739068edc0267fc5a91a81bc3cd0890783 (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=73a7435d28780b129a391002a36…
commit 73a7435d28780b129a391002a366681c15aed2ef
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 03:33:59 2017 +0100
xua_test: sanitize: fix msgb leak
Change-Id: Ie57e803bb6361f39042084a21cada754a6506606
http://cgit.osmocom.org/libosmo-sccp/commit/?id=a17ecfa7b174f0104ff12466670…
commit a17ecfa7b174f0104ff124666706662dd88394b5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 02:55:35 2017 +0100
sccp_test: sanitize: don't memcmp NULL pointers
Change-Id: I0159a875c1e11f4f9728d9e09f5c365b8174673a
http://cgit.osmocom.org/libosmo-sccp/commit/?id=3867a7422a5e52a31b3268c9034…
commit 3867a7422a5e52a31b3268c9034984c64b2f997b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 02:55:08 2017 +0100
sccp_test: sanitize: fix msgb mem leaks
Change-Id: I6d5ff3e4c053db5a2af9d548250f0307e00317bb
http://cgit.osmocom.org/libosmo-sccp/commit/?id=0a30a8522d3f4d4a1593269daef…
commit 0a30a8522d3f4d4a1593269daef1498c3411b9df
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 01:43:36 2017 +0100
add --enable-sanitize config option
Change-Id: Ie9bf734cb6cdee24e776cd64f9f1b800a7a9277c
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 12 ++++++++++++
tests/sccp/sccp_test.c | 14 ++++++++++----
tests/xua/xua_test.c | 3 +++
3 files changed, 25 insertions(+), 4 deletions(-)
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 6d4acefb69b6a6f7fe29bb398ec617d7e3e01a71 (commit)
from bea215a565390009ddc79b830db334fa33cc7b3a (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=6d4acefb69b6a6f7fe29bb398e…
commit 6d4acefb69b6a6f7fe29bb398ec617d7e3e01a71
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Nov 17 15:12:32 2017 +0100
stream: Avoid re-creating and leaking socket when unneeded
In previous implementation, if no reconfiguring is needed, a new socket
would be created without closing the old one, leaking the previous
socket. Instead, if we don't need reconfiguring, we return 0 as no
operation is required.
Change-Id: I6c1a7fff63e44840fb5e2bc7ace5e9a61e304987
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom network interface library