osmo-trx.git branch master updated. 5efe05021a97606ee5f98235424eddb85628e25a

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
Tue Apr 26 18:21:10 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, master has been updated
       via  5efe05021a97606ee5f98235424eddb85628e25a (commit)
       via  78d1fc9a13f84b273facb2f22a291c3d2e6ebd33 (commit)
       via  a8cf2086165480597251c2af240e0f44c47097f8 (commit)
       via  f84232d30a247584366b87c91baf9a9f70a5cc49 (commit)
      from  9bd649ec7316457cffe93b9c02d1de1ce2294a21 (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=5efe05021a97606ee5f98235424eddb85628e25a

commit 5efe05021a97606ee5f98235424eddb85628e25a
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=78d1fc9a13f84b273facb2f22a291c3d2e6ebd33

commit 78d1fc9a13f84b273facb2f22a291c3d2e6ebd33
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=a8cf2086165480597251c2af240e0f44c47097f8

commit a8cf2086165480597251c2af240e0f44c47097f8
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=f84232d30a247584366b87c91baf9a9f70a5cc49

commit f84232d30a247584366b87c91baf9a9f70a5cc49
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 +++++++++++++++++++++++++++++++++------
 GSM/GSMCommon.cpp              |  3 +++
 GSM/GSMCommon.h                |  2 ++
 Transceiver52M/Transceiver.cpp | 22 +++++++++++++++++-----
 Transceiver52M/Transceiver.h   |  4 +++-
 Transceiver52M/osmo-trx.cpp    |  9 ++++++++-
 Transceiver52M/sigProcLib.cpp  | 42 ++++++++++++++++++++++++++++++++++++++----
 Transceiver52M/sigProcLib.h    |  7 ++++++-
 9 files changed, 111 insertions(+), 19 deletions(-)


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



More information about the osmocom-commitlog mailing list