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 "A python tool to program magic SIMs".
The branch, master has been updated
via d9d2b941eb2f8f1566767ed4957295fb391a999d (commit)
from 19fffa1db760cca15a2689695f3cc14be1933513 (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/pysim/commit/?id=d9d2b941eb2f8f1566767ed4957295fb39…
commit d9d2b941eb2f8f1566767ed4957295fb391a999d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Jan 23 16:20:34 2018 +0100
Revert "pySim-prog: ADM code can be longer 8 digits, it's implementation specific."
This reverts commit a51592e1807c1d13f88b32275aa4a8a77d7d3b40, which
broke the use of ADM pins on sysmoUSIM-SJS1 (and possibly others?)
The ADM pins have so far always been specified as ASCII decimal digits,
i.e. something like "-a 53204025" gets translated to hex "3533323034303235"
After the above patch this is broken and gets instead translated to
"53204025ffffffff" in hex which obviously breaks. Let's revert back to
the old behavior to make it work again.
Change-Id: I3d68b7e09938a2fcb7a9a6a31048388cc3141f79
-----------------------------------------------------------------------
Summary of changes:
pySim-prog.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
A python tool to program magic SIMs
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 75e11d1d440046dc0a8160a45832940f55663eae (commit)
from 4ee98c9db6e656ed6067d1e17f9e8d5c28d8f257 (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=75e11d1d440046dc0a8160a458329…
commit 75e11d1d440046dc0a8160a45832940f55663eae
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 17:32:27 2018 +0100
Don't ignore top-level Makefile
Move corresponding .gitignore entry inside virt-phy to avoid interfering
with other subprojects still using hand-crafted Makefiles.
Change-Id: I19a8661b74ae0b28da51cf2e81f0ca40de76fcbd
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
src/host/virt_phy/.gitignore | 1 +
2 files 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 91cfda81b57ae62ddaf465093e847875c8b1d932 (commit)
from 49382720f8d5b4e270fae197156cd69292d42ffc (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=91cfda81b57ae62ddaf465093e84…
commit 91cfda81b57ae62ddaf465093e847875c8b1d932
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jan 22 16:56:27 2018 +0100
socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()
The function inet_ntoa() stores its result in a static buffer and
returns the pointer. When inet_ntoa() is called subsequently it
overwrite the content of its static buffer with the new result.
Since we osmo_sock_local_ip() is a library function we should use
the more safe variant inet_ntop() in order to prevent unintentionally
overwriting data that the caller might still need. Such an error
would be hard to find.
- Use the more safe inet_ntop() inestead of inet_ntoa()
Change-Id: I9852b57736432032542bd96b6fdd4a2f08fc1f64
-----------------------------------------------------------------------
Summary of changes:
src/socket.c | 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 "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