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 20c7c46bceac4969e420f2b0dd89448327914971 (commit)
from 406a1f0acf63d88c197d1d29221294f9e27f774d (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-pcu/commit/?id=20c7c46bceac4969e420f2b0dd89448…
commit 20c7c46bceac4969e420f2b0dd89448327914971
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 22 14:20:05 2017 +0100
Add tests for pcu_lsb()
This utility functions is used by TBF allocation routines and only
tested indirectly through allocation test. Let's add proper exhaustive
test which checks all uint8_t values.
This also requires adding missing include to pcu_utils.h
Change-Id: If08a7f0d31f0e5ad8a5efa5885880aed19c329ab
-----------------------------------------------------------------------
Summary of changes:
src/pcu_utils.h | 4 +
tests/types/TypesTest.cpp | 18 ++++
tests/types/TypesTest.ok | 257 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 279 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 5995281fd685eca0e7433b7467d37040febcbebc (commit)
via 29e2798ec588c3503a0c1c2828fa371da529995a (commit)
from f360b42ca11bdad01036b95ca1983533ed35c542 (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=5995281fd685eca0e7433b7467d3…
commit 5995281fd685eca0e7433b7467d37040febcbebc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 22 18:03:44 2017 +0100
CTRL: Ensure peer/connection info is always printed the same way
Now that we use osmo_sock_get_name() to print connection information
at disconnect, let's use the same also at accept() time.
Furthermore, let's call it CTRL connection everywhere for consistency.
Change-Id: I33ee7d0ed853c5b2a4ae4e8ef945f8f27753cdea
http://cgit.osmocom.org/libosmocore/commit/?id=29e2798ec588c3503a0c1c2828fa…
commit 29e2798ec588c3503a0c1c2828fa371da529995a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 22 16:47:18 2017 +0100
control_if: Log the disconnect of a CTRL client
We are logging new CTRL connections at LOGL_INFO, so we should
also log disconnects for symmetry.
Change-Id: Id30aa76a5a3dab32d6b4121ce6fdf56d71dfc2ba
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via f360b42ca11bdad01036b95ca1983533ed35c542 (commit)
via aafc27ce37337bdca4a8e9db4e186b808585070a (commit)
from 074478dc619a75dc29c78b9b148d960c4605d99c (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=f360b42ca11bdad01036b95ca198…
commit f360b42ca11bdad01036b95ca1983533ed35c542
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Dec 22 16:43:24 2017 +0100
control_if: Close control connection socket/fd on read/write == 0
When read() or write() system calls return '0' on a stream socket,
it means that the connection has been closed ("EOF"). We must
accordingly close this socket and remove all related state.
Before this patch, every new CTRL connection would introduce a leak
of both some memory/state, as well as a file descriptor :(
Change-Id: I4fb70e5f123b37dece29f156c5f430c875e7cbaf
http://cgit.osmocom.org/libosmocore/commit/?id=aafc27ce37337bdca4a8e9db4e18…
commit aafc27ce37337bdca4a8e9db4e186b808585070a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 20 20:22:22 2017 +0100
timer: fixup whitespace issues
Change-Id: Ic0c8fc407a45ff4b0d3da1d3e4fdf8885b5bca9b
-----------------------------------------------------------------------
Summary of changes:
src/ctrl/control_if.c | 10 +++++++++-
src/timer.c | 6 +++---
2 files changed, 12 insertions(+), 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via 406a1f0acf63d88c197d1d29221294f9e27f774d (commit)
from b2f0b62cd4603b8aa12172423e9c32408e048560 (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-pcu/commit/?id=406a1f0acf63d88c197d1d29221294f…
commit 406a1f0acf63d88c197d1d29221294f9e27f774d
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:34:19 2017 +0100
Enable sanitize for CI test
Change-Id: Ia33ffb9b25df587706367bc24925cf9cead3b9a0
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 1aa2a42eae63eaf591306e5a5021fc5453de6da9 (commit)
from 10d4815bb1b4b548ec0bc97611b2e7ac45e0ebc5 (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=1aa2a42eae63eaf591306e5a502…
commit 1aa2a42eae63eaf591306e5a5021fc5453de6da9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:05:35 2017 +0100
Enable sanitize for CI tests
Change-Id: Ida8cfcd9a9f86e65273452afa051381bc0c16421
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 fork of the Open SMPP 3.4 library".
The branch, master has been updated
via 4f3ee2add5f9fbd74358bb8d329f569db4e5aee7 (commit)
from 7c2232e0ffd8751376d354fb95a86467d68d3bc8 (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=4f3ee2add5f9fbd74358bb8d329f56…
commit 4f3ee2add5f9fbd74358bb8d329f569db4e5aee7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:07:20 2017 +0100
Enable sanitize for CI tests
Change-Id: Ibf070228e439ddb3be9c6570f963ac0db05d1c9c
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1c8c62667f8270cdd30d5a49d01ecab892b655e9 (commit)
from e5a082d64a4abe43d3457be46ecc07df4cc5a144 (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=1c8c62667f8270cdd30d5a49d01eca…
commit 1c8c62667f8270cdd30d5a49d01ecab892b655e9
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:12:46 2017 +0100
Enable sanitize for CI tests
Change-Id: I7559807d54bec5da45ea5c41b10d396d992cb1b7
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom network interface library".
The branch, master has been updated
via 3f93caea6e404618f2da49410e2f06e40aaac83e (commit)
from 3173ca7ac7e9c6c9e2ff9bb80a9d27a3c10c7608 (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=3f93caea6e404618f2da49410e…
commit 3f93caea6e404618f2da49410e2f06e40aaac83e
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:03:46 2017 +0100
Enable sanitize for CI tests
Change-Id: I3a888a415698db5a11d74422f7ccb2d94126f56e
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via a11d8e95ee62b3ab0918b6f28bca405a645d04ad (commit)
from 0bac3efc176e49eb22e4e9a0ede55143efc0e64f (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-bts/commit/?id=a11d8e95ee62b3ab0918b6f28bca405…
commit a11d8e95ee62b3ab0918b6f28bca405a645d04ad
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:29:53 2017 +0100
Add --enable-sanitize configure option
Change-Id: I4e31e20ef2361c8f251f3ab04a0ac86e23d2e8a1
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 b2f0b62cd4603b8aa12172423e9c32408e048560 (commit)
from 327e121a0f2b1e816cc59d1337e6f2034553f2b8 (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-pcu/commit/?id=b2f0b62cd4603b8aa12172423e9c324…
commit b2f0b62cd4603b8aa12172423e9c32408e048560
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 21 17:27:34 2017 +0100
Add --enable-sanitize configure option
Change-Id: Idb2c1d6057012ed2f032e7504387a0767d02d75b
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT