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 Open Source GSM Base Band stack".
The branch, master has been updated
via 4ee98c9db6e656ed6067d1e17f9e8d5c28d8f257 (commit)
from df1049f3808ebaeebe743c203082124d6447964b (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/osmocom-bb/commit/?id=4ee98c9db6e656ed6067d1e17f9e8…
commit 4ee98c9db6e656ed6067d1e17f9e8d5c28d8f257
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 17:18:05 2018 +0100
cosmetic: fix Makefile whitespace
Change-Id: Ia55d54d7ec7ec04e122d2e5250037c2d166abeb5
-----------------------------------------------------------------------
Summary of changes:
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 49382720f8d5b4e270fae197156cd69292d42ffc (commit)
from 8b7975b6aa31244faa8c8118aecc10de398f34f4 (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=49382720f8d5b4e270fae197156c…
commit 49382720f8d5b4e270fae197156cd69292d42ffc
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 15:15:06 2018 +0100
GSUP: don't fail test on first error
Instead of forcing test failure via assert on first error encountered,
let it run until completion and print detailed error log. This
simplifies troubleshooting by letting user to see more errors from
single run and more details on each of the errors. Update test output
with explicit test results.
Change-Id: I016a28fe04f7b194e22c15e936095004c5f079d1
-----------------------------------------------------------------------
Summary of changes:
tests/gsup/gsup_test.c | 20 ++++++++++++++++----
tests/gsup/gsup_test.ok | 14 ++++++++++++++
2 files changed, 30 insertions(+), 4 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 8b7975b6aa31244faa8c8118aecc10de398f34f4 (commit)
from bd33a9568e0d8e7fca6f4cbbaa224277ed1c3fef (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=8b7975b6aa31244faa8c8118aecc…
commit 8b7975b6aa31244faa8c8118aecc10de398f34f4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jan 22 15:38:07 2018 +0100
socket: fix socket leak in osmo_sock_local_ip()
The socket that is opend to probe the correct local ip-address is
not closed when the test is done.
- Close socket when it is not needed anymore
Change-Id: I7f3562a344b58f6298d2068314be1626a96e1b1d
-----------------------------------------------------------------------
Summary of changes:
src/socket.c | 1 +
1 file changed, 1 insertion(+)
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 e5b613d29bc9c78d186a87f3627c3333c44ca9f0 (commit)
from 2d1f53439b648d1b52544be30380bde564a95f0d (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=e5b613d29bc9c78d186a87f3627c333…
commit e5b613d29bc9c78d186a87f3627c3333c44ca9f0
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 11:13:51 2018 +0100
sysmobts: move header check to appropriate place
Move the header check specific to sysmoBTS 2050 next to generic sysmoBTS
header check.
Change-Id: I165c373b58146658a5a69a2d7222d60cff4db79a
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 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 "CI scripts".
The branch, master has been updated
via 1239cabeea55f30c516d1ddd496d6893a9a78695 (commit)
via f086d63c1358d1c791b774dc3ef0e602c7c95813 (commit)
from e10bf97f8f1598508c7ce5483a16058c2e19ce46 (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=1239cabeea55f30c516d1ddd496d6893…
commit 1239cabeea55f30c516d1ddd496d6893a9a78695
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 11:03:41 2018 +0100
cosmetic: remove wrapper script
The jenkins.sh is just a tiny wrapper around coverity_Osmocom.sh - let's
remove this unnecessary indirection and move the code directly to
jenkins.sh
Change-Id: Iead3b8f39327f1d0dd80e12a9d38563c35701993
http://cgit.osmocom.org/osmo-ci/commit/?id=f086d63c1358d1c791b774dc3ef0e602…
commit f086d63c1358d1c791b774dc3ef0e602c7c95813
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 11:01:30 2018 +0100
cosmetic: remove unused function
Change-Id: Ie3885237cea2afbe5e8c0f89d2280284bb4d9150
-----------------------------------------------------------------------
Summary of changes:
coverity/build_Osmocom.sh | 4 ----
coverity/coverity_Osmocom.sh | 38 --------------------------------------
coverity/jenkins.sh | 40 ++++++++++++++++++++++++++++++++++++++--
3 files changed, 38 insertions(+), 44 deletions(-)
delete mode 100755 coverity/coverity_Osmocom.sh
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 e10bf97f8f1598508c7ce5483a16058c2e19ce46 (commit)
from ce1d21fec1c210395e508c0877ae9922caea3fac (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=e10bf97f8f1598508c7ce5483a16058c…
commit e10bf97f8f1598508c7ce5483a16058c2e19ce46
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 11:00:29 2018 +0100
Coverity: specify sysmoBTS L1 headers explicitly
Fix upload by specifying L1 headers location properly.
Fixes: OS#2845
Change-Id: Iba55922295cb2a258f90c5345f592d7d5f34ac51
-----------------------------------------------------------------------
Summary of changes:
coverity/build_Osmocom.sh | 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via bd33a9568e0d8e7fca6f4cbbaa224277ed1c3fef (commit)
from 3da793857d78142e3594c67f4405ad19b57e9cd1 (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=bd33a9568e0d8e7fca6f4cbbaa22…
commit bd33a9568e0d8e7fca6f4cbbaa224277ed1c3fef
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Jan 20 04:52:43 2018 +0600
tests/ussd: prevent uninitialized memory access
Previously an incorrect length value was passed to both
gsm_7bit_decode_n_ussd() and gsm_7bit_encode_n_ussd()
functions during test_7bit_ussd() execution, due to:
octets_written = strlen(decoded);
The problem is that a 7-bit encoded string takes less memory
than its 8-bit equivalent. So, here strlen() returns one-byte
bigger value, that octets_written is. This then causes the
uninitialized memory access.
Found using Valgrind:
Conditional jump or move depends on uninitialised value(s)
at 0x506DCCC: gsm_7bit_decode_n_ussd (gsm_utils.c:248)
by 0x40134B: test_7bit_ussd (ussd_test.c:104)
by 0x400F5D: main (ussd_test.c:161)
Conditional jump or move depends on uninitialised value(s)
at 0x506DBB7: gsm_7bit_decode_n_hdr (gsm_utils.c:220)
by 0x506DC9E: gsm_7bit_decode_n_ussd (gsm_utils.c:246)
by 0x40134B: test_7bit_ussd (ussd_test.c:104)
by 0x400F5D: main (ussd_test.c:161)
Conditional jump or move depends on uninitialised value(s)
at 0x506DBCB: gsm_septet_lookup (gsm_utils.c:153)
by 0x506DBCB: gsm_7bit_decode_n_hdr (gsm_utils.c:224)
by 0x506DC9E: gsm_7bit_decode_n_ussd (gsm_utils.c:246)
by 0x40134B: test_7bit_ussd (ussd_test.c:104)
by 0x400F5D: main (ussd_test.c:161)
Change-Id: Ic31805b6a5a917dfc6284edba6ffdd21246ac20c
-----------------------------------------------------------------------
Summary of changes:
tests/ussd/ussd_test.c | 3 +--
1 file changed, 1 insertion(+), 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 2d1f53439b648d1b52544be30380bde564a95f0d (commit)
via 71506d70d7ac42484c1fe68a77bc7bac145e8566 (commit)
via d11e8cf3417da1c70f219047ce65eac9ea3776db (commit)
via f5a810d6f789b88504f9ef972e96c45cce459d62 (commit)
from e95ad79d6c236489069f769c6b9c3cfc1aca595a (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=2d1f53439b648d1b52544be30380bde…
commit 2d1f53439b648d1b52544be30380bde564a95f0d
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 21 23:34:34 2018 +0100
sysmobts: remove weird default header location
The sysmoBTS-specific headers were never looked for in the current
directory. None of the CI tests use it as well. None of the other BTS
models use such defaults. Let's just drop this to restore expected
header location semantics.
Change-Id: I0b2906e284e1e22a960c4f0f1f38724de009eda5
http://cgit.osmocom.org/osmo-bts/commit/?id=71506d70d7ac42484c1fe68a77bc7ba…
commit 71506d70d7ac42484c1fe68a77bc7bac145e8566
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 21 23:03:45 2018 +0100
Move -I inside *INCDIR variable
Previouslywe could end-up passing empty '-I' to compilerif corresponding
_INCDIR variable was not defined during the ./configure step. This is
apparently tolerated by gcc but still seems like a wrong thingto
do. Let's fix this by moving -I inside of *_INCDIR.
Change-Id: I80915e5756d1bf64d789cfd5341fdd417ca8eed9
http://cgit.osmocom.org/osmo-bts/commit/?id=d11e8cf3417da1c70f219047ce65eac…
commit d11e8cf3417da1c70f219047ce65eac9ea3776db
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 21 23:12:56 2018 +0100
sysmobts: use proper includes for sbts2050 test
When testing for sbts2050_header.h during ./configure stage, use proper
include path defined earlier.
Change-Id: I55e50f612ab2a082b34096d71359dd08da150cf1
http://cgit.osmocom.org/osmo-bts/commit/?id=f5a810d6f789b88504f9ef972e96c45…
commit f5a810d6f789b88504f9ef972e96c45cce459d62
Author: Max <msuraev(a)sysmocom.de>
Date: Sun Jan 21 22:50:10 2018 +0100
Remove unneeded LIBOSMOCORE_CFLAGS from tests
When testing for the presence of particular BTS model-specific header
during ./configure step, we don't need to add LIBOSMOCORE_CFLAGS because
none of those headers use it for compilation. Moreover, adding it might
hide the problem if the headers under check are available in the same
location where libosmocore headers were checked out.
Change-Id: I64bf1acb9db999567e8a2a6690cfc96d6e4b7ee1
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 18 +++++++-----------
src/osmo-bts-litecell15/Makefile.am | 2 +-
src/osmo-bts-octphy/Makefile.am | 2 +-
src/osmo-bts-sysmo/Makefile.am | 2 +-
tests/sysmobts/Makefile.am | 2 +-
5 files changed, 11 insertions(+), 15 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 "CI scripts".
The branch, master has been updated
via ce1d21fec1c210395e508c0877ae9922caea3fac (commit)
from 9b23074eebd8708341df26f5e09901869e3d1413 (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=ce1d21fec1c210395e508c0877ae9922…
commit ce1d21fec1c210395e508c0877ae9922caea3fac
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 19:21:23 2018 +0100
libosmocore: use dispatcher script
Get rid of job name comparison because it depends and exact build server
name and hence is highly fragile. Use dispatcher script the same way we
do in osmo-bts.
N. B: this requires I2955e866bce4f000a53369bd601a346c36c82468 in
libosmocore.
Change-Id: I76dfc11a05007ae5c6e0554fe8132695b67cccaa
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 8 +-------
jobs/master-builds.yml | 8 +-------
2 files changed, 2 insertions(+), 14 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3da793857d78142e3594c67f4405ad19b57e9cd1 (commit)
from 89c8c4027b54cb1d20448a7c624b373b40823403 (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=3da793857d78142e3594c67f4405…
commit 3da793857d78142e3594c67f4405ad19b57e9cd1
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 16:50:51 2018 +0100
Embedded: add sercomm stubs
The sercomm functions are unavailable in case of embedded build. Add
stub and link the tests against it.
Change-Id: I9bc5cb2f822b1a3ffdc6ec29f46b6bac8288314e
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
configure.ac | 2 ++
tests/Makefile.am | 13 +++++++++----
tests/libsercomstub.c | 3 +++
tests/sercomm/sercomm_test.c | 4 ----
5 files changed, 15 insertions(+), 8 deletions(-)
create mode 100644 tests/libsercomstub.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications