This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 dd3c7815a51d6655cdebe324cdc6031ed313edd7 (commit)
via b7425f3642a0d34dbbec23a340c6d7c944d57849 (commit)
from 8d645dd0e5bcaf75a89e82cc3f4a5aa14b31a6e3 (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=dd3c7815a51d6655cdebe324cdc6031ed313edd7
commit dd3c7815a51d6655cdebe324cdc6031ed313edd7
Author: Philipp Maier <pmaier at sysmocom.de>
Date: Thu Jun 1 10:16:10 2017 +0200
osmo-bts-litecell15: Fix missing frame number in MEAS IND
The layer 1 interface (l1_if.c) for osmo-bts-litecell15 does not include
the frame number into the measurement indications it forwards
to higher layers. The frame number is required to properly
detect the end of a measurement period.
change process_meas_res() to properly include the frame number into the
l1sap primitive (struct osmo_phsap_prim *l1sap)
Change-Id: Iee9c8f88b05cd5dba9920bb08e079a643e713237
http://cgit.osmocom.org/osmo-bts/commit/?id=b7425f3642a0d34dbbec23a340c6d7c944d57849
commit b7425f3642a0d34dbbec23a340c6d7c944d57849
Author: Philipp Maier <pmaier at sysmocom.de>
Date: Wed May 31 18:44:37 2017 +0200
osmo-bts-trx: fix missing frame number in MEAS IND
The layer 1 interface (l1_if.c) for osmo-bts-trx does not include
the frame number into the measurement indications it forwards
to higher layers. The frame number is required to properly
detect the end of a measurement period.
Change-Id: Ife3c791ff50e8a866a97b9783ac7ef3ef2402a70
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 5 +++--
src/osmo-bts-trx/l1_if.c | 5 +++--
src/osmo-bts-trx/l1_if.h | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)