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/fake_trx has been updated
via 7be84af24940e49fd2f356cc9c70c533cde86320 (commit)
via 4a8b0877e01541e23499c1c29646f241dd7fe593 (commit)
via dac3f72846d58a1979101b05024279aed585eade (commit)
via 119de6bda6c2d000334cff3d425b2c76d7010eb1 (commit)
via 39b571e2a0c92ca7ea194727c50d644d2fea015f (commit)
from 9a66a6b569d56012717f4993f6b12f98f4bbe1cd (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=7be84af24940e49fd2f356cc9c70c…
commit 7be84af24940e49fd2f356cc9c70c533cde86320
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 10:46:23 2017 +0700
host/trxcon/l1ctl.c: implement FBSB expire timer
Change-Id: I27f96cbe951de164fcecaf19f8305db5e5b20229
http://cgit.osmocom.org/osmocom-bb/commit/?id=4a8b0877e01541e23499c1c29646f…
commit 4a8b0877e01541e23499c1c29646f241dd7fe593
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 10:28:26 2017 +0700
host/trxcon/l1ctl.c: fix imcomplete msg in l1ctl_tx_fbsb_conf()
Previously, all L1CTL_FBSB_CONF messages were sent without
required l1ctl_info_dl header, what caused unpredictable
behavior on higher layers (L2 & L3). Let's fix it.
Change-Id: I8dae597bb4c09df36f80944434ce3624569f2cf8
http://cgit.osmocom.org/osmocom-bb/commit/?id=dac3f72846d58a1979101b0502427…
commit dac3f72846d58a1979101b05024279aed585eade
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:19:22 2017 +0700
fake_trx: implement simple freq. filter
Change-Id: Ifbeaebeaf68a88c07a05b672502f503ab7b890f2
http://cgit.osmocom.org/osmocom-bb/commit/?id=119de6bda6c2d000334cff3d425b2…
commit 119de6bda6c2d000334cff3d425b2c76d7010eb1
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:18:03 2017 +0700
host/trxcon/scheduler: notify transceiver about TS state
Change-Id: I5783066e7c1b01e4ebb28d10b03f3290ff8a0f37
http://cgit.osmocom.org/osmocom-bb/commit/?id=39b571e2a0c92ca7ea194727c50d6…
commit 39b571e2a0c92ca7ea194727c50d644d2fea015f
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jul 14 09:01:30 2017 +0700
fake_trx: handle SETSLOT command from BB
Change-Id: I152486377ecd6777dbae7024e5d12cfdbcb17628
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/l1ctl.c | 58 +++++++++++++++++++++++++++++++++-
src/host/trxcon/l1ctl.h | 3 +-
src/host/trxcon/l1ctl_link.h | 2 ++
src/host/trxcon/sched_lchan_handlers.c | 29 ++++++++++++++---
src/host/trxcon/sched_trx.c | 10 ++++++
src/target/fake_trx/burst_fwd.py | 24 ++++++++++++--
src/target/fake_trx/ctrl_if_bb.py | 26 +++++++++++++++
src/target/fake_trx/ctrl_if_bts.py | 2 ++
src/target/fake_trx/fake_trx.py | 4 +++
9 files changed, 150 insertions(+), 8 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack