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 8560d5d616b022620aa1623bd3e0a5c7f44c662c (commit)
from 6270059e14b0d1dda05b48525a834bbef027da30 (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=8560d5d616b022620aa1623bd3e0a5c7…
commit 8560d5d616b022620aa1623bd3e0a5c7f44c662c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Aug 26 09:26:05 2017 +0200
Use verify_value_string_arrays_are_terminated from osmo-ci
verify_value_string_arrays_are_terminated has recently been moved
from libosmocore.git to osmo-ci.git and the person doing this seems
to have forgotten to update openbsc.git
Change-Id: Ibe4a7f71d2557dfee94803e909dabb00d2ce10af
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 5 ++---
1 file changed, 2 insertions(+), 3 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 6270059e14b0d1dda05b48525a834bbef027da30 (commit)
from 84b7e3723b8d7bf9bfd5db7ba5532c3d174c2c77 (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=6270059e14b0d1dda05b48525a834bbe…
commit 6270059e14b0d1dda05b48525a834bbef027da30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 21 14:49:39 2017 +0200
Revert "factor out & introduce struct gsm_encr, in common_cs.h"
This reverts commit ac1f1436e9d380f632dd850fcd253d3480f0fc2d.
common_cs.h added to gsm_data_shared.h was a mistake, i.e. I added the
dependency by accident. Including common_cs.h in the debian installation may
have seemed like the logical consequence but was not intended. AFAICT for
osmo-msc, the need for struct gsm_encr is obsoleted by libvlr, gsm_encr will
only be used in osmo-bsc and can just stay an inline struct.
Related: OS#2272
Change-Id: I15d60441c6c6f053486c0482258a8759bdd92df1
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/common_cs.h | 8 --------
openbsc/include/openbsc/gsm_data_shared.h | 9 ++++++---
2 files changed, 6 insertions(+), 11 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, fairwaves/package has been updated
via 50629b6ba57e7e53fb16bd95a94167329bb0f70c (commit)
via f2b0e5eb47320267d1f63b9911b82bf2f7c09e2c (commit)
via 0ea7205c5173ec59be3ded5f6760dd071146540d (commit)
via fee13d3f7a78d09417b06254119014096f8d51b2 (commit)
from 214a69a7a07c2d005f452c66d6514ecf2cb16e50 (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=50629b6ba57e7e53fb16bd95a941673…
commit 50629b6ba57e7e53fb16bd95a94167329bb0f70c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Aug 18 03:51:34 2017 +0300
Fix static build of osmo-bts-trx.
New libosmocore has some plugin system which requires dlopen(). So we need
to make sure we always link with libdl, even when building statically.
Note that this doesn't fix static build of tests - they are still failing
with some errors.
Change-Id: I8315d6e032e34528def268a49fd88d07bc06ab2e
http://cgit.osmocom.org/osmo-bts/commit/?id=f2b0e5eb47320267d1f63b9911b82bf…
commit f2b0e5eb47320267d1f63b9911b82bf2f7c09e2c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Aug 19 02:11:56 2017 +0300
osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to 4dB.
We tend to start MS with high power to make sure distant phones get good QoS,
but this also means that we need to reduce their power rather quickly. OTOH
we can't make this step too high because this may lead to power output
oscillation. From my (manual, limited) testing 4dB looks like a reasonable
compromise.
Change-Id: I58785513e5739474b881ed7f2a312ecc690e7e60
http://cgit.osmocom.org/osmo-bts/commit/?id=0ea7205c5173ec59be3ded5f6760dd0…
commit 0ea7205c5173ec59be3ded5f6760dd071146540d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Aug 19 02:08:49 2017 +0300
osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.
Change-Id: I2464e872f81021cbc3ccbc4e2e32c394d6afcf70
http://cgit.osmocom.org/osmo-bts/commit/?id=fee13d3f7a78d09417b062541190140…
commit fee13d3f7a78d09417b06254119014096f8d51b2
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Aug 19 02:05:25 2017 +0300
osmo-bts-trx: Fix MS power control loop.
The following two commits from 2014-12-06 introduced a new variable to control
MS power - ms_power_ctrl, but kept the old ms_power variable in place. They
have also changed the meaning of the ms_power variable - it now keeps original
RSL configured value. So when much later osmo-trx-bts code was merged to master
the code was compiling fine and this change in the meaning was overlooked.
In osmo-bts:
579651bf300de002731dfd3bd39985c9fd15616c power/sysmobts: Add a manual ms power level control
In OpenBSC:
f6f86b0eec18da165db136b14bf2db87fde4b4ac osmo-bts: Introduce new struct for a power loop in the BTS code
Change-Id: I713e39b882db32a0d17aa04790d16fa79afa1fb1
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/Makefile.am | 2 +-
src/osmo-bts-trx/l1_if.c | 2 +-
src/osmo-bts-trx/loops.c | 26 +++++++++++---------------
src/osmo-bts-trx/loops.h | 2 +-
4 files changed, 14 insertions(+), 18 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 031ac9180725799576993f8abb79e3d6e4134a71 (commit)
from 6081bd0e6f6ecd28fa2812d64c57123c66587d8b (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=031ac9180725799576993f8abb79…
commit 031ac9180725799576993f8abb79e3d6e4134a71
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 14:22:18 2017 +0200
Update release helper
* add reference to semver spec
* use 'patch' release by default
* unify debian/changelog distro update for library and non-library
projects
* abort library release for non-empty TODO-RELEASE if libversion is not
modified
Change-Id: I413f99cbfa6e6dcc753e3be9fc3c8d682e6a41f3
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
osmo-release.mk | 39 +++++++++++++++++++++++++--------------
1 file changed, 25 insertions(+), 14 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via fab4efdaf56bfa3c6cb7391ccec7aeb6e52f9a3d (commit)
from 1283e3d54304c9c044c2df158139b1bb61ebf177 (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=fab4efdaf56bfa3c6cb7391ccec7aeb…
commit fab4efdaf56bfa3c6cb7391ccec7aeb6e52f9a3d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:19:52 2017 +0200
Use value string check from osmo-ci
Change-Id: I5bce234a5b8133c81b3ea8757e05de56d3aa15d8
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_common.sh | 10 ++--------
1 file changed, 2 insertions(+), 8 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 "UNNAMED PROJECT".
The branch, master has been updated
via 05c8b465ab2fe13edb67c95210a9b475f91ebeb3 (commit)
from 43bf7bc5c5f36886f6e02a51c7f7daa4303244fa (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=05c8b465ab2fe13edb67c95210a9b47…
commit 05c8b465ab2fe13edb67c95210a9b475f91ebeb3
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:47:42 2017 +0200
Use value string check from osmo-ci
Change-Id: I56ea5be60d2a3cf8442f58e1121b13074e2e6a08
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 5 ++---
1 file changed, 2 insertions(+), 3 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 "SCCP Library".
The branch, master has been updated
via 72dd761fe1ddeaf1a26d05c9635df1b4dc75842f (commit)
from 4d8cccc6509cee79fdf12b48ebcf6238fd59c3b0 (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=72dd761fe1ddeaf1a26d05c9635…
commit 72dd761fe1ddeaf1a26d05c9635df1b4dc75842f
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:27:06 2017 +0200
Use value string check from osmo-ci
Change-Id: I1a2223b1a059fbb832948decf11f9237fad389f2
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 7 +++----
1 file changed, 3 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 e3189dc8c2161cafd465a59077a5fc2e0cf4ac4f (commit)
from e78605556770c19c7a2e52fbc67c1a89718ba9de (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=e3189dc8c2161cafd465a59077…
commit e3189dc8c2161cafd465a59077a5fc2e0cf4ac4f
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:24:22 2017 +0200
Use value string check from osmo-ci
Change-Id: Id6048a69c9e0cc15010de643330aeb2a7271b2a6
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 7 +++----
1 file changed, 3 insertions(+), 4 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 "The OpenGGSN project".
The branch, master has been updated
via b87da75ae4c2a373abe0d43381e8b333f6bd81d4 (commit)
from 14b1b63710163f1dce0ae34ebe49bf94c845bd51 (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/openggsn/commit/?id=b87da75ae4c2a373abe0d43381e8b33…
commit b87da75ae4c2a373abe0d43381e8b333f6bd81d4
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:37:36 2017 +0200
Use value string check from osmo-ci
Change-Id: I036ed452826b9a6848d22d45bdcc95e20a110b8b
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 6 +++---
1 file changed, 3 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via d3292913ac99b4a57094ca19fd70571ec6914f48 (commit)
from 7f17b8c45d094941292036143f3292a1d5789cf5 (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=d3292913ac99b4a57094ca19fd7…
commit d3292913ac99b4a57094ca19fd70571ec6914f48
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Aug 25 17:22:29 2017 +0200
Use value string check from osmo-ci
Change-Id: I60d480ce6fb761ac8e15318dbe2c591359a51c3c
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library