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
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 e9b4c390b49aa93150a45883d97ccfc774b8e1fa (commit)
from 9d60ce6107fe5e873511dadc2a40b4cda23a53a9 (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=e9b4c390b49aa93150a45883d97ccfc…
commit e9b4c390b49aa93150a45883d97ccfc774b8e1fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jan 8 11:07:26 2018 +0100
iu_client.c: Remove unusued variable
Change-Id: If841d403010a73722ff69617a51719421febab56
-----------------------------------------------------------------------
Summary of changes:
src/iu_client.c | 2 --
1 file changed, 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 "UNNAMED PROJECT".
The branch, master has been updated
via b6265d1a55abfef5ef93bc9590eeab35395f0d82 (commit)
from 6c84da5942cea3653e2f26a21bdfb4421267228e (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=b6265d1a55abfef5ef93bc9590eeab3…
commit b6265d1a55abfef5ef93bc9590eeab35395f0d82
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 28 12:34:58 2017 +0100
Enable sanitize for CI tests
Change-Id: I112307b5eaf494062b2e8498ff2e9217fb8db925
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 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 "UNNAMED PROJECT".
The branch, master has been updated
via 58818585bc99dc4aaaf94fec4ffeedf211a7b209 (commit)
from 8dce1de6d2669023b715945cc58813380ac7f322 (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=58818585bc99dc4aaaf94fec4ffeedf…
commit 58818585bc99dc4aaaf94fec4ffeedf211a7b209
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 5 15:04:50 2018 +0100
Clarify RACH-related interfaces
* make is_11bit parameter into bool
* remove is_single_block() from public interface and mark it as static
* move logging outside of if ladder
* move side-effects from is_single_block() into separate static
functions
* simplify UL-TBF allocation in case of 11-bit RACH
This immediately makes it obvious that priority is never actually used
despite being computed - seems like a leftover from merge of incomplete
patch series.
Change-Id: If189b7166a29a87ffb17a7a9bc560f674851fd53
Related: OS#1548
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 165 +++++++++++++++++++++++++++++++-----------------------------
src/bts.h | 4 +-
2 files changed, 87 insertions(+), 82 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT