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 14cd21417f8774a92900cb707064d650ea769615 (commit)
from e39e18992a3b966581f06fa632d6342643996aaa (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=14cd21417f8774a92900cb707064d650…
commit 14cd21417f8774a92900cb707064d650ea769615
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 5 21:14:59 2018 +0100
fix build: gprs_ra_id_by_bts(): ensure to init all values
After recent libosmocore commit "implement support for 3-digit MNC with leading
zeros" c4fce1425e19d604c199c895e227dc2519110456
Id2240f7f518494c9df6c8bda52c0d5092f90f221, struct gprs_ra_id has a new member,
namely mnc_3_digits. In gprs_ra_id_by_bts(), this new member is now not
initialized and may end up having an arbitrary value, which then may amount to
mnc_3_digits == true. Hence the resulting BCD representation of the MCC-MNC may
inadvertently and randomly indicate a leading zero on the MNC.
Use a struct assignment so that all members are guaranteed to be set, and so
that mnc_3_digits will be zero in all cases.
Since above libosmocore commit, nanobts_omlattr_test fails "randomly", fixed by
this patch.
Change-Id: I5ae899f3c236b3b4feb5c8cf762e2f2d964dbc65
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libcommon/gsm_data.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via c20f9bb5cd2491169959922ce1ba249a34f589aa (commit)
via 59d054906d1d5bd6f21fb6072ead0f76b6e5f27a (commit)
via f97e3cd7882dff977973a2f29606c594f02c0b36 (commit)
from c066787fd5e9696e4af0a43f7bd3fd9392de4931 (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=c20f9bb5cd2491169959922ce1ba2…
commit c20f9bb5cd2491169959922ce1ba249a34f589aa
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 02:11:06 2018 +0700
fake_trx/ctrl_if.py: remove incorrect isdigit() check
Previously, we used to check if all arguments of a command are
numeric. This was done in a wrong way, so parsing a *valid*
command with at least one negative argument could fail.
Let's remove this check, allowing the command handlers to
deal with argument types themselves.
Change-Id: If31295274a09102c414b5a7aec5dd85d88b2e514
http://cgit.osmocom.org/osmocom-bb/commit/?id=59d054906d1d5bd6f21fb6072ead0…
commit 59d054906d1d5bd6f21fb6072ead0f76b6e5f27a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 02:25:51 2018 +0700
fake_trx/ctrl_if.py: reduce code branch nasting
Let's use the inverted condition to avoid additional code nasting.
Change-Id: I8a62b39d9d9a597c612f9a576e98dc05e37cd25b
http://cgit.osmocom.org/osmocom-bb/commit/?id=f97e3cd7882dff977973a2f29606c…
commit f97e3cd7882dff977973a2f29606c594f02c0b36
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Mar 6 02:22:24 2018 +0700
fake_trx/ctrl_if.py: remove forgotten debug print
Change-Id: I4886828fb0f927c59c5eb1945a3c2873687de7b3
-----------------------------------------------------------------------
Summary of changes:
src/target/fake_trx/ctrl_if.py | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
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 "OpenBTS' transceiver retro-fit".
The branch, rel-0.3.0 has been updated
via 71637150a148abab87c970d8f6b895b922e7eed4 (commit)
via 2393964b7734523f8718c9113712b0d6aa1b8c0f (commit)
via 9ee4df8760d132e408822f40d2e9d14447d1d9bf (commit)
from c92dad32dd403d84617236e98db892d7d285cd35 (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-trx/commit/?id=71637150a148abab87c970d8f6b895b…
commit 71637150a148abab87c970d8f6b895b922e7eed4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Mar 5 16:49:42 2018 +0100
Bump version: 0.2.0 → 0.3.0
Change-Id: I4dad76ed95dc585acfbd52d7eed4f2e6f9f5fd1f
http://cgit.osmocom.org/osmo-trx/commit/?id=2393964b7734523f8718c9113712b0d…
commit 2393964b7734523f8718c9113712b0d6aa1b8c0f
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sun Feb 25 20:20:28 2018 +0100
jenkins.sh: fix the download url if the qemu image wasn't setup
Download the image from yesterday because linuxcontainers only contains the images of the last 3 days.
Change-Id: I75e270b7255c1cd7fca1674111b0f19fc7bba74f
(cherry picked from commit 28b8cc6283487bceace86fc9d7ee77bc9ba6123f)
http://cgit.osmocom.org/osmo-trx/commit/?id=9ee4df8760d132e408822f40d2e9d14…
commit 9ee4df8760d132e408822f40d2e9d14447d1d9bf
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Tue Feb 27 22:35:37 2018 +0100
Fix USRP1 build with support for setting Rx/TxAntenna
The USRP1 build was broken by commit 77ce99ac6720896f504a0581a5c57b2929a13cef.
Commit 77ce99ac6720896f504a0581a5c57b2929a13cef broke the USRP1 build
Change-Id: I28585947d5662cdd580a814cce54a5d9aa30eeb8
(cherry picked from commit 3f52f0e6c5d384f25ff8583648e5e4a4dc957530)
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/USRPDevice.h | 1 +
contrib/jenkins.sh | 3 +-
debian/changelog | 68 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 71 insertions(+), 1 deletion(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 a45a34e9d05d6b11430b1c33810f795afd75fe58 (commit)
from 8bab2702b45543620c28c9d8bcaef04f9656f32a (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=a45a34e9d05d6b11430b1c33810f795a…
commit a45a34e9d05d6b11430b1c33810f795afd75fe58
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Feb 27 15:54:29 2018 +0100
osmo-clean-workspace: fix force checkout of a subdirectory
Instead of the subdirectory, the main repository was
forced checked out.
Change-Id: If23e89872edf48dc5b751b3c069faf585bd6a3ef
-----------------------------------------------------------------------
Summary of changes:
scripts/osmo-clean-workspace.sh | 4 ++--
1 file changed, 2 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 4e959b2aa06c98a8b8cad953d7baac1271f87bf0 (commit)
via 1ef544ea246a73ef4404cb9622ca41fbe8e0b76b (commit)
via 4f14804f8a023eff0ce2ac1712dd65383d1e0b96 (commit)
via 0dfe13700911eb3755628f78a1a9653a34dd2510 (commit)
via 53bdf4d949433a5d69ff2bdd2f74746e93195b88 (commit)
via 10aa1cd6f6e9a10741965991ecba2b0939e50542 (commit)
from 8a28868b29b4480f248d64728ebb08af8274fda9 (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=4e959b2aa06c98a8b8cad953d7baac1…
commit 4e959b2aa06c98a8b8cad953d7baac1271f87bf0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 1 15:46:59 2018 +0100
l1_tch: remove dead code
the file l1_tch.c in the octphy spcific code has its root in the
tch.c file of sysmobts. It contains some sysmobts specific ifdefs
which enclose dead code.
- Remove the sysmobts specif ifdefs and the dead code
Change-Id: I33f3e0fd293ca8387fddf5ed20f642621e9680de
http://cgit.osmocom.org/osmo-bts/commit/?id=1ef544ea246a73ef4404cb9622ca41f…
commit 1ef544ea246a73ef4404cb9622ca41fbe8e0b76b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 20:56:20 2018 +0700
common/l1sap.c: limit the minimal ToA for RACH bursts
In general, RACH bursts should not arrive with negative offset.
Let's limit early signal arrival up to 2 symbols, otherwise it
is most likely noise, interference or a ghost.
TTCN-3 test case: Icccc88545ed3aabd6da28a40599a8a77d1de477d
Change-Id: I662294fe3136cf7a259be13816a3e63f7db9a948
http://cgit.osmocom.org/osmo-bts/commit/?id=4f14804f8a023eff0ce2ac1712dd653…
commit 4f14804f8a023eff0ce2ac1712dd65383d1e0b96
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 20:43:02 2018 +0700
common/l1sap.c: perform noise / ghost filtering for handover RACH
For some reason, the noise / ghost filtering was performed for
normal RACH requests, but not for handover RACH requests. There
are also ghost RACH, interference and noise possible, so let's
extend the filtering coverage.
Change-Id: I94fc15835280d624780200dadc4418210bf565ff
http://cgit.osmocom.org/osmo-bts/commit/?id=0dfe13700911eb3755628f78a1a9653…
commit 0dfe13700911eb3755628f78a1a9653a34dd2510
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 20:29:47 2018 +0700
common/l1sap.c: clean up noise / ghost RACH filtering
It makes sense to combine both existing BER (Bit Error Rate) and
ToA (Timing of Arrival) checks into a separate funcition, so
this code may be also used for handover RACH.
Change-Id: I1ddda238d5212a88a3dd5c4fc5dfcfea018151bd
http://cgit.osmocom.org/osmo-bts/commit/?id=53bdf4d949433a5d69ff2bdd2f74746…
commit 53bdf4d949433a5d69ff2bdd2f74746e93195b88
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 20:03:06 2018 +0700
common/l1sap.c: increment valid RACH counter after all checks
Previously, the number of RACH slots with valid non-handover RACH
burst was incremented between both BER (Bit Error Rate) and ToA
(Timing of Arrival) checks. So, if a RACH burst passed the BER
check, but was dropped by ToA check, the counter of valid RACH
requests could be increased anyway.
Change-Id: I31594a8c5dce1f42226ced5b2dc8778152b3d829
http://cgit.osmocom.org/osmo-bts/commit/?id=10aa1cd6f6e9a10741965991ecba2b0…
commit 10aa1cd6f6e9a10741965991ecba2b0939e50542
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 19:40:55 2018 +0700
common/l1sap.c: increase the BTS_CTR_RACH_DROP in RACH BER check
The BTS_CTR_RACH_DROP counter is being increased in case if a RACH
request is ignored due to exceeding ToA value, but remains untouched
in case of exceeding BER (Bit Error Rate). Let's fix this.
Change-Id: Ia02e781d6c47d9d8012a4c8846fe4b731aab74d7
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 87 ++++++++++++++++++++++++++------------------
src/osmo-bts-octphy/l1_tch.c | 64 --------------------------------
2 files changed, 52 insertions(+), 99 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 bf86d71f58f83f53e740d64e649884c91ee77c26 (commit)
via 075299db7c01a4b068438341caca392fc6b03312 (commit)
from 4d68fd0955010625cbaa7d19cb9f69b9f44900ab (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=bf86d71f58f83f53e740d64e6498…
commit bf86d71f58f83f53e740d64e649884c91ee77c26
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 5 13:26:44 2018 +0100
features: define osmo_bts_*_feature() as static inline
The functions osmo_bts_set_feature() and osmo_bts_has_feature() are
currently defined as inline. Since inline is a hinting, the compiler
might choose not to inline the function. This eventually leads to
linker problems because the function is then defined multiple times.
- use "static inline" instead of "inline" only.
This patch is a follow up patch to
Change Id 680acae725b2b8dda2f239ff20073306fdfb3f6e
Change-Id: Iddd97415a17b06b69f69ddca2e2e296eb2f23a89
http://cgit.osmocom.org/libosmocore/commit/?id=075299db7c01a4b068438341caca…
commit 075299db7c01a4b068438341caca392fc6b03312
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Mar 5 16:52:40 2018 +0100
osmo-release.sh: Set correct version when generating the changelog
Otherwise, while updating osmo-trx 0.2.0->0.3.0, the version printed in
the changelog by gbp dch is 0.2.1
Change-Id: I744adb23b4602e5e47f80a012286578d1e59de88
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/bts_features.h | 4 ++--
osmo-release.sh | 2 +-
2 files changed, 3 insertions(+), 3 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, neels/deb9-asan has been created
at 51cd750520a2d5027b531f569372f28b838a3e6c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=51cd750520a2d5027b531f569372…
commit 51cd750520a2d5027b531f569372f28b838a3e6c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 5 15:46:38 2018 +0100
fix logging talloc ctx: add osmo_init_logging2()
Deprecate osmo_init_logging() for the benefit of adding an explicit talloc
context argument to new function osmo_init_logging2().
Before now, *all* of our code uses a NULL ctx for logging, which amounts to
talloc "leaks" hit by address sanitizer builds on newer gcc (e.g. on debian 9).
Passing a ctx to log_init() instead of hardcoded NULL allows fixing that.
Change-Id: I216837780e9405fdaec8059c63d10699c695b360
-----------------------------------------------------------------------
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 "OpenBTS' transceiver retro-fit".
The branch, rel-0.3.0 has been created
at c92dad32dd403d84617236e98db892d7d285cd35 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 4d68fd0955010625cbaa7d19cb9f69b9f44900ab (commit)
via 20f7d0ecb4d04bd20b132fadad50b3f914ed9fe0 (commit)
from 680acae725b2b8dda2f239ff20073306fdfb3f6e (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=4d68fd0955010625cbaa7d19cb9f…
commit 4d68fd0955010625cbaa7d19cb9f69b9f44900ab
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 5 04:16:48 2018 +0100
gsm23003: add osmo_mcc_from_str()
I found myself often using osmo_mnc_from_str() to also decode an MCC and be
strict about it, but each time I felt the need to comment like "using
osmo_mnc_from_str() also for MCC". Rather formalize this properly.
Use a static inline function, no need to add more symbols to libosmo-gsm.
Change-Id: I020a4f11791c61742a3d795f782805f7b7e8733e
http://cgit.osmocom.org/libosmocore/commit/?id=20f7d0ecb4d04bd20b132fadad50…
commit 20f7d0ecb4d04bd20b132fadad50b3f914ed9fe0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Mar 5 04:19:21 2018 +0100
fix osmo_mnc_from_str(): don't try to parse NULL
In osmo_mnc_from_str() do not try to return some values even if the validation
fails; hence don't try to decode a NULL pointer. That whole idea was half-baked
and a can of worms to begin with.
Change-Id: Ibaaa128ac60b941a015a31134eb52aef56bc6e22
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm23003.h | 11 +++++++++++
src/gsm/gsm23003.c | 14 ++++++--------
tests/gsm23003/gsm23003_test.c | 16 ++++++++--------
tests/gsm23003/gsm23003_test.ok | 14 +++++++-------
4 files changed, 32 insertions(+), 23 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 8a28868b29b4480f248d64728ebb08af8274fda9 (commit)
from 2f052f33de6ac09afa04037e5870a87497e5e9b9 (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=8a28868b29b4480f248d64728ebb08a…
commit 8a28868b29b4480f248d64728ebb08af8274fda9
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Mar 5 05:54:01 2018 +0700
scheduler_trx.c: remove ToA (Time of Arrival) hack
This was useful for software simulation of burst delay, expressed
by ToA (Time of Arrival). Since we have FakeTRX toolkit, ToA value
may be simulated in a more flexible way, so let's remove this code.
Change-Id: Ied0fcfcf58b93efdc6de9666fbbf8fea104e2543
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 9 ---------
1 file changed, 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)