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 80117acba6588f09b356dd416a964f4d6129ffd4 (commit)
from 14566e3ceda0b0f14d3ab4f41d41f5276125aa0c (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=80117acba6588f09b356dd416a964f4…
commit 80117acba6588f09b356dd416a964f4d6129ffd4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Oct 27 14:58:56 2017 +0200
octphy: override firmware version check
When osmo-bts detects a mismatch between the firmware of the DSP
and the header version which it was compile with, a hard exit
is performed. In some cases this may hinder debugging/testing things.
Implement a commandline option to intentinally override the check.
Change-Id: I5774fbb29da832786326afb991014b9bd8b04b59
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_oml.c | 20 +++++++++++++++++---
src/osmo-bts-octphy/main.c | 8 +++++++-
2 files changed, 24 insertions(+), 4 deletions(-)
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 "The OpenGGSN project".
The branch, laforge/sgsnemu-v6 has been deleted
was 31906715bfa192a85be12df0d04d17015f8a1ef7
-----------------------------------------------------------------------
31906715bfa192a85be12df0d04d17015f8a1ef7 ggsn: Improve logging of gtp->tun and tun->gtp packets
-----------------------------------------------------------------------
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 "SCCP Library".
The branch, master has been updated
via 67ca5941407729f5a4b92ca43f7980c2b8080481 (commit)
via 12715e8e995b51e6d904a9dd8f4abf09fadc335c (commit)
from 8914a2f0fac5e0f9554076acd6af01f25675a7a3 (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=67ca5941407729f5a4b92ca43f7…
commit 67ca5941407729f5a4b92ca43f7980c2b8080481
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 8 03:07:08 2017 +0100
sccp vty: be fatal for addressbook entry errors
So far, the config would log an error upon config parsing, and then continue to
use defaults, which is super easy to miss. On errors, return CMD_ERR_INCOMPLETE
to abort the program in a config parsing error.
Be fatal for re-using an already defined addressbook entry in another cs7
instance, and for having a too long addressbook entry name.
Though it is mixing in cosmetic changes, add "Error:" to the output and arrange
the erratic name to the end of the message, as is customary for error messages.
Related: osmo-bsc Ia4e58902a2d3757b266cf35ac89f256cfb8f0eec
Change-Id: I2f71b9c4dd30f919d2054da81283dd7035f44f60
http://cgit.osmocom.org/libosmo-sccp/commit/?id=12715e8e995b51e6d904a9dd8f4…
commit 12715e8e995b51e6d904a9dd8f4abf09fadc335c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 8 02:27:36 2017 +0100
add osmo_sccp_inst_addr_name(), a variant of osmo_sccp_addr_name()
It can be cumbersome to derive the ss7 instance needed to pass to
sccp_addr_name(), because struct osmo_sccp_instance is opaque and only
available in sccp_internal.h, within libosmo-sccp.
Add osmo_sccp_inst_addr_name() which derives the ss7 instance from the internal
knowledge of the osmo_sccp_instance struct. This can save calls to
osmo_ss7_instance_find() just to do some logging of an sccp address.
Naming: first I thought to pick osmo_sccp_addr_name2(), but for some of the
string composing functions, adding a 2 already means that it is identical but
using a second static buffer (to be used twice within the same printf).
Change-Id: I70ec5c8b42682a23f11a5820431c7e34e225709b
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_helpers.h | 1 +
src/osmo_ss7_vty.c | 11 ++++++-----
src/sccp_helpers.c | 7 +++++++
3 files changed, 14 insertions(+), 5 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 4a73d5e84383cf3fe02d730a7b21d393024054e4 (commit)
from 858cfecf9d142c5577b755ebc84d3f88375eb726 (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=4a73d5e84383cf3fe02d730a7b21…
commit 4a73d5e84383cf3fe02d730a7b21d393024054e4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sun Sep 24 18:39:41 2017 +0200
vty: deprecate now empty node commands
Following I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b a deprecation of
vty_install_default() and install_default() commands is indicated.
However, compiler warnings may clutter build output or even fail strict builds,
hence I am submitting the deprecation in a separate patch.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: Icf5d83f641e838cebcccc635a043e94ba352abff
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/command.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 3b0b0641963de7a701655c8a09d15782e61f9c75 (commit)
from 2e6e39c4b2a9291251693270bd7bcad81195e66d (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=3b0b0641963de7a701655c8a09d15782…
commit 3b0b0641963de7a701655c8a09d15782e61f9c75
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:48:26 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I4951982fc78ae167d8e16a672d7af44d703721a9
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
Legacy: 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 "UNNAMED PROJECT".
The branch, master has been updated
via 87a04b6b95d827c5c82c3e7ffb99f60e86028f25 (commit)
from 85e8a64bb42086909e4793782963887fb1ceb421 (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=87a04b6b95d827c5c82c3e7ffb99f60…
commit 87a04b6b95d827c5c82c3e7ffb99f60e86028f25
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Nov 7 13:20:44 2017 +0100
hlr_db_tool: fix error log strerror invocation
The db API returns negative errno values, need to flip the sign before feeding
to strerror.
Fixes: coverity CID#178658
Change-Id: Iaab46f565a1112d8a7def8ea90a5cd440c0a3b41
-----------------------------------------------------------------------
Summary of changes:
src/hlr_db_tool.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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 "Osmocom code for Iuh interface".
The branch, master has been updated
via b0c650e7b03261b2d5ba5441eae528af0b7bba2f (commit)
from 493366ec7bf6cc8b32692c5fcf3a7d79e8f3b91b (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=b0c650e7b03261b2d5ba5441eae528a…
commit b0c650e7b03261b2d5ba5441eae528af0b7bba2f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:50:30 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I61b79f633d36814b53e40f1a92b5847c9ff4fde0
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_vty.c | 4 ----
src/tests/hnb-test.c | 1 -
2 files changed, 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 "UNNAMED PROJECT".
The branch, master has been updated
via 85e8a64bb42086909e4793782963887fb1ceb421 (commit)
from 0dcbd47a1e19640d85194a4fa8fd01f89ffd5a8a (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=85e8a64bb42086909e4793782963887…
commit 85e8a64bb42086909e4793782963887fb1ceb421
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:50:13 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I09762f110c7bcaf85c0ef2f472eb43ac543c74e9
-----------------------------------------------------------------------
Summary of changes:
src/hlr_vty.c | 2 --
1 file changed, 2 deletions(-)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 2e6e39c4b2a9291251693270bd7bcad81195e66d (commit)
from e18b34143c0332f027befa20cb28e098cc574ced (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=2e6e39c4b2a9291251693270bd7bcad8…
commit 2e6e39c4b2a9291251693270bd7bcad81195e66d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Nov 1 00:48:26 2017 +0100
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated.
Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b
Change-Id: I4951982fc78ae167d8e16a672d7af44d703721a9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm_vty.c | 1 -
openbsc/src/libbsc/abis_om2000_vty.c | 2 --
openbsc/src/libbsc/bsc_vty.c | 3 ---
openbsc/src/libcommon-cs/common_cs_vty.c | 1 -
openbsc/src/libmgcp/mgcp_vty.c | 2 --
openbsc/src/libmsc/smpp_vty.c | 2 --
openbsc/src/libmsc/vty_interface_layer3.c | 2 --
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 2 --
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 3 ---
9 files changed, 18 deletions(-)
hooks/post-receive
--
Legacy: 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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 4954fee4c66ec38e7e726ec8a326537ae5ce9405 (commit)
from dd9909db1d883bd3c1d6bbd2e6ad4ecf35a796c8 (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-sip-connector/commit/?id=4954fee4c66ec38e7e726…
commit 4954fee4c66ec38e7e726ec8a326537ae5ce9405
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 6 04:04:08 2017 +0900
mncc.c: Ensure proper string buffer NUL termination
Change-Id: I2f58a495f60ed744c1f625dc8df56aa4dc0aa4cb
Fixes: Coverity CID#92223
-----------------------------------------------------------------------
Summary of changes:
src/mncc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge