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, master has been updated
via 45ee133d1d7392efcb446f5f79cf47cf792ee21a (commit)
via 5b38312b92607247afee1532d78ccc88f001c933 (commit)
from 49b83d8f67183276e616a2c081497bc06a55716d (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/openbsc/commit/?id=45ee133d1d7392efcb446f5f79cf47cf…
commit 45ee133d1d7392efcb446f5f79cf47cf792ee21a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 16:44:13 2016 +0100
check return value of sqlite3_close(), retry up to three times.
http://cgit.osmocom.org/openbsc/commit/?id=5b38312b92607247afee1532d78ccc88…
commit 5b38312b92607247afee1532d78ccc88f001c933
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 16:42:00 2016 +0100
use sqlite3_close() instead of sqlite3_close_v2()
This allows using sqlite3 v3.7.13, used by our current debian installation in
the test setup. _v2 was added in v3.7.14.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/utils/meas_db.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
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, master has been updated
via e03b3bc757e4745ab9c5216919f0dc358da1292f (commit)
from 10f981a4a1ec98befdc3184a6842369ae5b26d5b (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=e03b3bc757e4745ab9c5216919…
commit e03b3bc757e4745ab9c5216919f0dc358da1292f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 15:49:10 2016 +0100
osmux_test.c: tweak error report
-----------------------------------------------------------------------
Summary of changes:
tests/osmux/osmux_test.c | 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ed0ce47fa9ca78e240d635f3781ad9820b18b97e (commit)
from 5dd3f1dd67a41fb46f2fcb6b58068525cda0a8a0 (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=ed0ce47fa9ca78e240d635f3781a…
commit ed0ce47fa9ca78e240d635f3781ad9820b18b97e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Feb 29 14:41:12 2016 +0100
logging: Remove unused variable after recent changes
The variable is not used anymore as the decision is done in the
newly added check_log_to_target method.
-----------------------------------------------------------------------
Summary of changes:
src/logging.c | 1 -
1 file changed, 1 deletion(-)
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 5dd3f1dd67a41fb46f2fcb6b58068525cda0a8a0 (commit)
via 79599acd663f7c488560d72d63f4e29587fc63a2 (commit)
via e0dc6a1c7cd49433bdf592624ff484576a7ce4e4 (commit)
via 64e0eb56fde45d891da122c9685891d29634d03b (commit)
via a89d22c0f08edda927ce62b071f17bd7e5edc5c6 (commit)
via de6dd72dbbbcc7facf25c4a2521c71f653c7b1b2 (commit)
from f20f5fd5085879624fb6de1e5b9b5ad435ea0500 (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=5dd3f1dd67a41fb46f2fcb6b5806…
commit 5dd3f1dd67a41fb46f2fcb6b58068525cda0a8a0
Merge: f20f5fd 79599ac
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Feb 29 14:34:34 2016 +0100
Merge branch 'sysmocom/shared/log-speed'
http://cgit.osmocom.org/libosmocore/commit/?id=79599acd663f7c488560d72d63f4…
commit 79599acd663f7c488560d72d63f4e29587fc63a2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jan 15 16:49:06 2016 +0100
logging: Move the filter check up as well
There doesn't seem to be a reason not to check the filter. Update
and extend the test. Currently the filter function will be called
once for the log check and once for the output of it.
http://cgit.osmocom.org/libosmocore/commit/?id=e0dc6a1c7cd49433bdf592624ff4…
commit e0dc6a1c7cd49433bdf592624ff484576a7ce4e4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Dec 21 14:45:16 2015 +0100
logging: Remove some code duplication
Extract the mapping of the subsystem number and the checking for
the loglevel to a inline method that is shared between the new
and old.
http://cgit.osmocom.org/libosmocore/commit/?id=64e0eb56fde45d891da122c96858…
commit 64e0eb56fde45d891da122c9685891d29634d03b
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 11:52:26 2015 +0100
log/test: Extend test case for log_check_level
This commit adds OSMO_ASSERTs for mandatory conditions related to
log_check_level, and fprintfs for optional conditions, since it is
always safe for log_check_level to return != 0.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=a89d22c0f08edda927ce62b071f1…
commit a89d22c0f08edda927ce62b071f17bd7e5edc5c6
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 11:52:25 2015 +0100
log: Add conditional logging based on log_check_level
Currently the LOGP/DEBUGP arguments are always evaluated even if
no logging will happen at all. This can be expensive, for instance
if hexdumps or pretty printed object names are generated. This causes
high base load especially on embedded devices and is a major part of
CPU usage e.g. of the osmo-pcu.
This commit uses the log_check_level function to avoid the evaluation
of the parameters if it is known in advance, that no logging entry
will be generated.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=de6dd72dbbbcc7facf25c4a2521c…
commit de6dd72dbbbcc7facf25c4a2521c71f653c7b1b2
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 17 11:52:24 2015 +0100
log: Add log_check_level function
This commit adds this predicate function which can be used to
avoid the execution of code if a certain log level is not enabled.
The function will only return 0 (false), if it is sure that a logging
call for the same facility and level will not produce any output.
This safety criterion shall ensure, that no logging output is lost
due to the use of this predicate as a guard. On the other hand, even
if the predicate returns != 0 (true), no logging output might get
generated by a similar logging command.
Note that the current implementation is not focussed on performance,
which could be improved by using a lookup table instead of iterating
through every target.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 25 +++++++++--
src/logging.c | 95 +++++++++++++++++++++++++++++-------------
tests/logging/logging_test.c | 19 ++++++++-
tests/logging/logging_test.err | 1 +
4 files changed, 106 insertions(+), 34 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 code for Iuh interface".
The branch, sysmocom/iu-cs has been updated
discards a97c107c5739ce758d0bae5edd204a12da863049 (commit)
via 69c3f5a0c05e7728fc16e264cf64329814b1f63c (commit)
via f67803684f47077de3c9e06eb7dc007e0bc86b28 (commit)
via 92b13bc8750b17405f8cd6e862067464287a6214 (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 (a97c107c5739ce758d0bae5edd204a12da863049)
\
N -- N -- N (69c3f5a0c05e7728fc16e264cf64329814b1f63c)
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=69c3f5a0c05e7728fc16e264cf64329…
commit 69c3f5a0c05e7728fc16e264cf64329814b1f63c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 14 12:52:53 2016 +0100
move dummy_cn to 127.0.0.2 (Iu-PS) because I'm testing Osmo-CSCN on 127.0.0.1 (Iu-CS)
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
src/hnbap/Makefile.am | 6 +++---
src/ranap/Makefile.am | 6 +++---
src/rua/Makefile.am | 6 +++---
src/tests/Makefile.am | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via f67803684f47077de3c9e06eb7dc007e0bc86b28 (commit)
from 92b13bc8750b17405f8cd6e862067464287a6214 (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=f67803684f47077de3c9e06eb7dc007…
commit f67803684f47077de3c9e06eb7dc007e0bc86b28
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 14:28:00 2016 +0100
build: use $top_srcdir instead of ../
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
src/hnbap/Makefile.am | 6 +++---
src/ranap/Makefile.am | 6 +++---
src/rua/Makefile.am | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 92b13bc8750b17405f8cd6e862067464287a6214 (commit)
from 5f9be1ed5ec105d80182e3c6542aafdd5debb37f (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=92b13bc8750b17405f8cd6e86206746…
commit 92b13bc8750b17405f8cd6e862067464287a6214
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 14:18:51 2016 +0100
fix build: move local include dir before sys installed one
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
src/hnbap/Makefile.am | 2 +-
src/ranap/Makefile.am | 2 +-
src/rua/Makefile.am | 2 +-
src/tests/Makefile.am | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
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 "Osmocom code for Iuh interface".
The branch, sysmocom/iu-cs has been updated
discards 02d07a892c3b0364b553bc38ab84b778edbee089 (commit)
via a97c107c5739ce758d0bae5edd204a12da863049 (commit)
via 5f9be1ed5ec105d80182e3c6542aafdd5debb37f (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 (02d07a892c3b0364b553bc38ab84b778edbee089)
\
N -- N -- N (a97c107c5739ce758d0bae5edd204a12da863049)
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=a97c107c5739ce758d0bae5edd204a1…
commit a97c107c5739ce758d0bae5edd204a12da863049
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 14 12:52:53 2016 +0100
move dummy_cn to 127.0.0.2 (Iu-PS) because I'm testing Osmo-CSCN on 127.0.0.1 (Iu-CS)
-----------------------------------------------------------------------
Summary of changes:
src/tests/hnb-test.c | 9 +++++++--
src/tests/hnb-test.h | 1 +
2 files changed, 8 insertions(+), 2 deletions(-)
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 5f9be1ed5ec105d80182e3c6542aafdd5debb37f (commit)
from ae937129773c5a27a8fda7fcde0b6476db37b85e (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=5f9be1ed5ec105d80182e3c6542aafd…
commit 5f9be1ed5ec105d80182e3c6542aafdd5debb37f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 29 13:33:44 2016 +0100
hnb-test: make hnb-gw address configurable
-----------------------------------------------------------------------
Summary of changes:
src/tests/hnb-test.c | 9 +++++++--
src/tests/hnb-test.h | 1 +
2 files changed, 8 insertions(+), 2 deletions(-)
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/bind has been deleted
was 1b0e5540dba697c9cf213e4f0aebc4baaf1618cb
-----------------------------------------------------------------------
1b0e5540dba697c9cf213e4f0aebc4baaf1618cb smpp: refactor initialization, add bind address
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)