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 e2e0ed5a8962cd465fd5394815af20a46a1d23d2 (commit)
from d5414cc30e1568ca18d8dd8bd25d3174567327ec (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=e2e0ed5a8962cd465fd5394815af20a46a1d23d2
commit e2e0ed5a8962cd465fd5394815af20a46a1d23d2
Author: Ivan Klyuchnikov <kluchnikovi at gmail.com>
Date: Thu Jan 26 14:32:37 2017 +0000
osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second channel (TRX1) of osmo-trx
Move rxgain and tx-attenuation (power) parameters from phy_link layer to phy_inst layer.
Rxgain and tx-attenuation parameters should be set for each phy_inst and send for each osmo-trx channel accordingly via control commands.
Change-Id: I4861a59d10d1ef91954e0c6ea265e66dec08844f
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 9 ----
src/osmo-bts-trx/l1_if.c | 39 +++++++---------
src/osmo-bts-trx/l1_if.h | 9 ++++
src/osmo-bts-trx/main.c | 1 -
src/osmo-bts-trx/trx_vty.c | 108 ++++++++++++++++++++++++--------------------
5 files changed, 83 insertions(+), 83 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)