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 "CI scripts".
The branch, master has been updated
via 69350b67e6e92831efa237f73221b57146a4aa38 (commit)
from 971489df4a58b759689c0ad54b6cbaaa1768c65b (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-ci/commit/?id=69350b67e6e92831efa237f73221b571…
commit 69350b67e6e92831efa237f73221b57146a4aa38
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Fri May 19 13:32:06 2017 +0200
Use stow for dependency management
This commit introduces the usage of GNU stow[1] for dependency
management.
Stow uses symlinks to make dependencies available in a single directory
althoguh they were installed in distinct directories.
Keeping installation directories seperate has the advantage of letting the
build fail if AM_CFLAGS and LDADD do not contain all dependencies which are
actually used.
Installing multiple dependencies into a single directory causes x_CFLAGS
and x_LIBS variables to magically point where other dependencies are
found as well, therefore missing entries can be overlooked.
Stow acts as a convenience layer here, making it unnecessary to supply a
list of locations in LD_LIBRARY_PATH, PKG_CONFIG_PATH and so forth for
building when dependencies are installed in distinct directories
manually.
Stow has to be present on the jenkins build nodes for successful executing of
osmo-build-dep.sh.
[1] https://www.gnu.org/software/stow/
Change-Id: I8f5012419495a656912b7b71e4f76ce102c6b63a
-----------------------------------------------------------------------
Summary of changes:
scripts/osmo-build-dep.sh | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
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 "CI scripts".
The branch, master has been updated
via 971489df4a58b759689c0ad54b6cbaaa1768c65b (commit)
from 191a3747901675a4d34c987336e1bf925f38dcf0 (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-ci/commit/?id=971489df4a58b759689c0ad54b6cbaaa…
commit 971489df4a58b759689c0ad54b6cbaaa1768c65b
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 16:15:04 2018 +0100
Fix missing OsmoPCU gerrit verification
The [yes, no] tuple was automatically converted to [True, False] by the
jenkins-job-builder but the combination filter still used old literal
check. Fix this by using boolean from the very beginning.
Change-Id: Idac6e53b1e0addbcb5b6c99b8051e1e0ad26bc5b
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
CI scripts
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 3e659ea9b7308f5032c9b0d4d47841a414303d1d (commit)
from 00fd0df046c91022d7de1e46c433e7dfb7f5fce5 (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=3e659ea9b7308f5032c9b0d4d47841a…
commit 3e659ea9b7308f5032c9b0d4d47841a414303d1d
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 16:30:10 2018 +0100
Fix jenkins.sh to match jenkins job axis filter
The 'yes/no' values are automatically converted to True/False upon
jenkins job instantiation. Let's use those directly.
Change-Id: Ib2100c8345d1f07f488de8170348fec9f877dd9b
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 4 ++--
1 file changed, 2 insertions(+), 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 "CI scripts".
The branch, master has been updated
via 191a3747901675a4d34c987336e1bf925f38dcf0 (commit)
from 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e (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-ci/commit/?id=191a3747901675a4d34c987336e1bf92…
commit 191a3747901675a4d34c987336e1bf925f38dcf0
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jan 9 12:41:16 2018 +0100
Notify per email about master branch build failure
Change-Id: I0a72d36d777ba582815b2cdef8130ee88c060b54
-----------------------------------------------------------------------
Summary of changes:
jobs/master-builds.yml | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
CI scripts
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 bb62cbc099fc5219a857a9738410d87d994fea89 (commit)
from 309d0e5483cac2624935e7889bf6f07bb1cc371e (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=bb62cbc099fc5219a857a9738410…
commit bb62cbc099fc5219a857a9738410d87d994fea89
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jan 12 05:38:00 2018 +0100
logging-gsmtap: send only basename of source file
GSMTAP doesn't have a lot of space for the source file name. It is better to
send only the basename of the file, because only the first bit of a long path
may not convey the source file at all, needing guess work from the line number.
Before: "Source File Name: ../../../../src/libosmocore/src"
After: "Source File Name: telnet_interface.c"
Change-Id: Ie8fc9e782bcf8fa6e2e957d02e7d73c3a7c2bca8
-----------------------------------------------------------------------
Summary of changes:
src/logging_gsmtap.c | 5 +++++
1 file changed, 5 insertions(+)
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 "CI scripts".
The branch, master has been updated
via 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e (commit)
from fbcc11b4736d3b8d9ebda5eb27fa36067d1d6baf (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-ci/commit/?id=577f2a95e4f01c58a0a4f4ccb3b70d9c…
commit 577f2a95e4f01c58a0a4f4ccb3b70d9c048b626e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Jan 12 14:55:32 2018 +0100
docker osmo jenkins: osmo-py-tests: use contrib/jenkins.sh to install
No need to duplicate the install steps we have in osmo-python-tests/contrib
now. Also runs the tests.
Change-Id: Ibb8eb04e3a5c9c5dcc9b99c83425d2604378f960
-----------------------------------------------------------------------
Summary of changes:
docker/Dockerfile_osmocom_jenkins.amd64 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CI scripts
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 00fd0df046c91022d7de1e46c433e7dfb7f5fce5 (commit)
from 9d7357e4fe67ad4a2f00d173ab769f56afb23980 (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=00fd0df046c91022d7de1e46c433e7d…
commit 00fd0df046c91022d7de1e46c433e7dfb7f5fce5
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 16:24:18 2018 +0100
Don't access TBF internals in vty functions
Obtain corresponding window object of UL/DL TBF by using proper accessor
function instead of direct access to private member.
Change-Id: I89bcd2c2b0b6f120d40d20fd43c1e516de3e3950
-----------------------------------------------------------------------
Summary of changes:
src/pcu_vty_functions.cpp | 4 ++--
1 file changed, 2 insertions(+), 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 "UNNAMED PROJECT".
The branch, master has been updated
via 34d2ca5bc8ccb61bb263c05d16fe7bf53a27dae2 (commit)
from 58bd53c87b22cd82117e2e5e4f440f6ffe4af5fe (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/python/osmo-python-tests/commit/?id=34d2ca5bc8ccb61…
commit 34d2ca5bc8ccb61bb263c05d16fe7bf53a27dae2
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 12 16:41:24 2018 +0100
Add rate counter dumper
This simple tool dump all the rate counters available via ctrl interface
to cvs file (or stdout).
Change-Id: I12b369434e4ee9b38f92872f297e1f3d4f0698c2
Fixes: OS#2550
-----------------------------------------------------------------------
Summary of changes:
README | 1 +
contrib/jenkins.sh | 2 +-
scripts/osmo_rate_ctr2csv.py | 86 ++++++++++++++++++++++++++++++++++++++++++++
setup.py | 1 +
4 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 scripts/osmo_rate_ctr2csv.py
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 "UNNAMED PROJECT".
The branch, master has been updated
via 9d7357e4fe67ad4a2f00d173ab769f56afb23980 (commit)
via d0532b53ebcafc1e71ac6478b03ee9ebe4ac386d (commit)
via ea98b7d7846ea196508401919ff0da2ff4a3e9a0 (commit)
via 7d32f55e4ef44adc3a3ed5234eaad135f660ed11 (commit)
from 2617bf201661fca909774aa44d8ee017e5225ab1 (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=9d7357e4fe67ad4a2f00d173ab769f5…
commit 9d7357e4fe67ad4a2f00d173ab769f56afb23980
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 14 15:02:33 2017 +0100
TBF: unify EGPRS window calculation
Move actual calculation into shared function and use it to set window
size for TBF. TBT test output requires cosmetic adjuestements due to
extended debug output.
Change-Id: Ib9f4a277082da3c71007f5f3b4f2acac8b994540
Related: OS#1759
http://cgit.osmocom.org/osmo-pcu/commit/?id=d0532b53ebcafc1e71ac6478b03ee9e…
commit d0532b53ebcafc1e71ac6478b03ee9ebe4ac386d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Dec 13 18:27:32 2017 +0100
TBF-DL: move priority computation into function
Improve readability by moving priority computation into separate
function.
Change-Id: Icdca0106a544036eaa94a25f0d4f84e4282f4568
http://cgit.osmocom.org/osmo-pcu/commit/?id=ea98b7d7846ea196508401919ff0da2…
commit ea98b7d7846ea196508401919ff0da2ff4a3e9a0
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 4 15:13:27 2018 +0100
TBF: move window parameters to UL/DL level
The UL and DL TBF use different classes implementing window
management. Hence it's better to use it explicitly instead of using the
common window management superclass inside common TBF superclass. While
at it, also remove the direct access to window class - use accessor
functions instead.
Related: OS#1759
Change-Id: I0b55aa8947db65f7206adcf53ea32b74a831d9e6
http://cgit.osmocom.org/osmo-pcu/commit/?id=7d32f55e4ef44adc3a3ed5234eaad13…
commit 7d32f55e4ef44adc3a3ed5234eaad135f660ed11
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 11:25:14 2017 +0100
Avoid code duplication in TBF test
Move repetitive checks into corresponding macros to avoid copy-pasted
code. This also enables strickter checks some of which were apparently
omitted while copy-pasting.
This is part of preparation work to move to separate UL/DL windows.
Related: OS#1759
Change-Id: If7aa72f5aa66c5e9c255542c066b5494c098aab2
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 8 +-
src/encoding.cpp | 4 +-
src/gprs_rlcmac_sched.cpp | 54 ++++++------
src/tbf.cpp | 19 ++++-
src/tbf.h | 45 ++++++----
src/tbf_dl.cpp | 25 ++----
src/tbf_ul.cpp | 19 +----
tests/tbf/TbfTest.cpp | 205 ++++++++++++++++++----------------------------
tests/tbf/TbfTest.err | 68 +++++++--------
9 files changed, 204 insertions(+), 243 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 "UNNAMED PROJECT".
The branch, master has been updated
via 2617bf201661fca909774aa44d8ee017e5225ab1 (commit)
from 58818585bc99dc4aaaf94fec4ffeedf211a7b209 (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=2617bf201661fca909774aa44d8ee01…
commit 2617bf201661fca909774aa44d8ee017e5225ab1
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 15 11:08:58 2017 +0100
TBF-UL: add simpler test helper
Add function to set both V_R and V_Q values to 0 which is useful for TBF
test.
Related: OS#1759
Change-Id: I719abfbd5b88c694cbbd69d5c4dcb42baaca91b2
-----------------------------------------------------------------------
Summary of changes:
src/rlc.h | 7 +++++++
tests/tbf/TbfTest.cpp | 6 ++----
2 files changed, 9 insertions(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT