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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via e0c12189d455eb0d17299e4504749ce36629e18b (commit)
via 1470fcdb5a9abd9dd1e3b5ed401df88ef9e87cc3 (commit)
via 6e1dffd486745105e4662d4f5009ed0c34c79b66 (commit)
via 0229d22d2edc6b1320b0c71f3c8f54f4b21ed503 (commit)
via f7717acd0cfdf70440beb9b8ef886ae9a67afada (commit)
from b34e60c10572ff8003da1b2efc7d1184a460b187 (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=e0c12189d455eb0d17299e4504749ce36629e18b
commit e0c12189d455eb0d17299e4504749ce36629e18b
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date: Sat Mar 18 13:27:48 2017 -0700
sigProcLib: Constify demodulation functions burst argument.
demodCommon() used to scale input vector in place which changed original data.
That's a bad practice and is not really necessary, so I've changed the code to
scale burst after it's copied to a new vector during a delay operation.
Change-Id: Ic45f71b634e48808356d68925bb9f5783e0bf0d3
http://cgit.osmocom.org/osmo-trx/commit/?id=1470fcdb5a9abd9dd1e3b5ed401df88ef9e87cc3
commit 1470fcdb5a9abd9dd1e3b5ed401df88ef9e87cc3
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date: Fri Mar 17 22:35:02 2017 -0700
sigProcLib: constify signalVector arguments for detectBurst() functions.
Change-Id: Ic033371a387353eb12b1827a0eb16c00c07da88a
http://cgit.osmocom.org/osmo-trx/commit/?id=6e1dffd486745105e4662d4f5009ed0c34c79b66
commit 6e1dffd486745105e4662d4f5009ed0c34c79b66
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date: Fri Mar 17 16:13:51 2017 -0700
Move Transceiver::demodulate() to sigProcLib to make it reusable.
Change-Id: I2cad47160e53f65612bd1da8998c83a0a22bce9b
http://cgit.osmocom.org/osmo-trx/commit/?id=0229d22d2edc6b1320b0c71f3c8f54f4b21ed503
commit 0229d22d2edc6b1320b0c71f3c8f54f4b21ed503
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date: Fri Mar 17 16:03:17 2017 -0700
sigProcLib.h: Fix whitespaces. No non-whitespace changes.
The file seem to be using "2 spaces" indent, bt some lines are using
tabs which breaks formatting.
Change-Id: I7718cca45c245c9e91250ab2877f5436d4029698
http://cgit.osmocom.org/osmo-trx/commit/?id=f7717acd0cfdf70440beb9b8ef886ae9a67afada
commit f7717acd0cfdf70440beb9b8ef886ae9a67afada
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date: Fri Mar 17 15:32:26 2017 -0700
sigProcLib: Add operator<< to print CorrType to a string.
Change-Id: I3d68cbdab8fb504d7f155029654a576d318a201e
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 14 +----
Transceiver52M/Transceiver.h | 4 --
Transceiver52M/sigProcLib.cpp | 77 +++++++++++++++++++--------
Transceiver52M/sigProcLib.h | 116 ++++++++++++++++++++++-------------------
4 files changed, 117 insertions(+), 94 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit