osmo-trx.git branch fairwaves/rach-filler updated. aa65b020e7580d95d2879d16a054a9d1b145cd0d

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.org
Fri Mar 25 15:48:42 UTC 2016


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, fairwaves/rach-filler has been updated
  discards  3bd703af01e7dd63ed9d9a39666be19aa8e6f91d (commit)
  discards  66f8b0a8cb5b701690b78495f4fa84dfaf311d08 (commit)
  discards  dd49d2015504bd8b7239ddc92d3e0215948017b6 (commit)
  discards  dd2a4294b43499e4cc7334075c0a0bc9d7483464 (commit)
  discards  c1af09114b7c3e6fee4514158d7346ed77e9dddb (commit)
  discards  521c15939be3fdc1f42490450f5481607b4e7d7f (commit)
  discards  81cc8a839a3a914e6abef2de05dc34b930df56a2 (commit)
       via  aa65b020e7580d95d2879d16a054a9d1b145cd0d (commit)
       via  72d4404534fc01081a2bc2380a7e3f512212c87c (commit)
       via  7ed93551ba252dde3ca7bfeea73f910b8bf95afc (commit)
       via  9460154b364d7ec0df4e69828aab467a1514a7ec (commit)
       via  2f09d69063196a2352262b1981d6de178ac10bd4 (commit)
       via  140a2076d9732110f4221b4fde5a4fa8344ee70d (commit)
       via  67a8fb9d51e9d05489f4320eacca1753e7624747 (commit)
       via  cd3d0e616d1b2e7a38e81e29a643210d8bc57151 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (3bd703af01e7dd63ed9d9a39666be19aa8e6f91d)
            \
             N -- N -- N (aa65b020e7580d95d2879d16a054a9d1b145cd0d)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=aa65b020e7580d95d2879d16a054a9d1b145cd0d

commit aa65b020e7580d95d2879d16a054a9d1b145cd0d
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 25 18:33:42 2016 +0300

    transceiver: WIP: Set default max delay to 2 samples.
    
    Default value of 0 may be too harsh, especially given random Rx/Tx delay
    in 1 SPS receive mode.

http://cgit.osmocom.org/osmo-trx/commit/?id=72d4404534fc01081a2bc2380a7e3f512212c87c

commit 72d4404534fc01081a2bc2380a7e3f512212c87c
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 25 18:28:34 2016 +0300

    transceiver: Add an option to emulate a RACH delay in random filler mode.

http://cgit.osmocom.org/osmo-trx/commit/?id=7ed93551ba252dde3ca7bfeea73f910b8bf95afc

commit 7ed93551ba252dde3ca7bfeea73f910b8bf95afc
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat Mar 19 21:16:58 2016 +0300

    sigProcLib: Change number of head bits in detectRACHBurst() from 4 to 8.
    
    To match GSM 05.02 Access Burst definition.

http://cgit.osmocom.org/osmo-trx/commit/?id=9460154b364d7ec0df4e69828aab467a1514a7ec

commit 9460154b364d7ec0df4e69828aab467a1514a7ec
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Mar 23 17:06:32 2016 +0300

    transceiver: Add an option to generate random Access Bursts.

http://cgit.osmocom.org/osmo-trx/commit/?id=2f09d69063196a2352262b1981d6de178ac10bd4

commit 2f09d69063196a2352262b1981d6de178ac10bd4
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat Mar 19 21:16:22 2016 +0300

    transceiver: Properly handle MAXDLY.
    
    Previously MAXDLY value was applied to Normal Bursts, which was nice
    when working with sloppy test equipment like CMD57, but useless for
    real world usage. At the same time documentation and de facto usage
    of MAXDLY in OsmoBTS and OpenBTS assumed that it actually applies to
    Access Bursts (RACH). So this patch changes osmo-rx behavior to apply
    MAXDLY to RACH bursts and introduces a new command MAXDLYNB for the
    old behavior.

http://cgit.osmocom.org/osmo-trx/commit/?id=140a2076d9732110f4221b4fde5a4fa8344ee70d

commit 140a2076d9732110f4221b4fde5a4fa8344ee70d
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Mar 25 18:20:28 2016 +0300

    transceiver: Log channel number in DEBUG output of demoded bursts.

http://cgit.osmocom.org/osmo-trx/commit/?id=67a8fb9d51e9d05489f4320eacca1753e7624747

commit 67a8fb9d51e9d05489f4320eacca1753e7624747
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Thu Jul 30 20:04:18 2015 -0400

    Common: Make sure gLogEarly() log to the same facilities as the normal log.

http://cgit.osmocom.org/osmo-trx/commit/?id=cd3d0e616d1b2e7a38e81e29a643210d8bc57151

commit cd3d0e616d1b2e7a38e81e29a643210d8bc57151
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Thu Jul 30 19:59:56 2015 -0400

    Common: Get rid of a compilation warning.
    
    debugLogEarly was replaced to an empty space and arguments of the function
    became operators, grouped together by ():
    Configuration.cpp: In member function 'bool ConfigurationTable::defines(const string&)':
    Configuration.cpp:272:28: warning: left operand of comma operator has no effect [-Wunused-value]
       debugLogEarly(LOG_ALERT, "configuration parameter %s not found", key.c_str());
                                ^
    
    This fix removes debugLogEarly together with its arguments.

-----------------------------------------------------------------------

Summary of changes:
 CommonLibs/Configuration.cpp |  2 +-
 CommonLibs/Logger.cpp        | 39 +++++++++++++++++++++++++++++++++------
 2 files changed, 34 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
OpenBTS' transceiver retro-fit



More information about the osmocom-commitlog mailing list