osmo-trx.git branch master updated. 0.2.0-14-gcaf2abc

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
Wed Jan 10 10:16:07 UTC 2018


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  caf2abc58fb72da9ec25cbf141e642268816f08f (commit)
       via  de1685f6d7f169225bba4d1dd5fd767c5ff93b82 (commit)
       via  f3837d26f9856e3989c2916c8f64a030f050c001 (commit)
       via  ddf4743306fe431110cfd2370227183202dac441 (commit)
       via  82f83ced736b17c11f906a788895f906b42b1baa (commit)
      from  cff4ed9b4c88db5e1698de5b9508d6a6682a8a26 (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=caf2abc58fb72da9ec25cbf141e642268816f08f

commit caf2abc58fb72da9ec25cbf141e642268816f08f
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Jan 9 15:09:08 2018 +0100

    Remove Configuration module and libsqlite dependency
    
    Change-Id: I823aea91367d586507bbf352f1b6f25bdd635baa

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

commit de1685f6d7f169225bba4d1dd5fd767c5ff93b82
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Jan 9 15:00:11 2018 +0100

    Drop use of ConfigurationTable gConfig
    
    After latest changes, it is not being used anymore.
    
    Change-Id: I43a49aee94e3239194ad9742fb6374324acac0de

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

commit f3837d26f9856e3989c2916c8f64a030f050c001
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Jan 9 14:49:33 2018 +0100

    Logger: Stop using Log.File and Log.Level from config
    
    This is a required step towards getting rid of ConfigurationTable class
    and libsqlite dependency.
    
    As a side effect, support for different log levels for different files
    is dropped, but it's not something really being used and we will end up
    dropping current logging system in favour of osmocom's one in the future
    anyway.
    
    Change-Id: I51cb12d1ab7e103e78190ac71a70fb5bb1d9ff51

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

commit ddf4743306fe431110cfd2370227183202dac441
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Jan 9 13:25:38 2018 +0100

    Logger: Stop using Log.Alarms.Max from config
    
    This is a first step towards removing ConfigurationTable class and
    sqlite3 dependency.
    
    Change-Id: Idcd789afe668a5c0271352f1d20d2efda826213a

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

commit 82f83ced736b17c11f906a788895f906b42b1baa
Author: Pau Espin Pedrol <pespin at sysmocom.de>
Date:   Tue Jan 9 15:09:31 2018 +0100

    cosmetic: Remove trailing whitespace
    
    Change-Id: I64c8dbad3fc42bcb8dd4ac9b16bbd9c59a0cf5d5

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

Summary of changes:
 AUTHORS                          |    4 -
 CommonLibs/Configuration.cpp     | 1171 --------------------------------------
 CommonLibs/Configuration.h       |  422 --------------
 CommonLibs/ConfigurationTest.cpp |  149 -----
 CommonLibs/LogTest.cpp           |    7 -
 CommonLibs/Logger.cpp            |  111 +---
 CommonLibs/Logger.h              |    8 +-
 CommonLibs/Makefile.am           |   24 +-
 CommonLibs/sqlite3util.cpp       |  154 -----
 CommonLibs/sqlite3util.h         |   29 -
 Makefile.am                      |    2 +-
 Transceiver52M/Makefile.am       |    6 +-
 Transceiver52M/osmo-trx.cpp      |    3 -
 configure.ac                     |    5 +-
 debian/control                   |    1 -
 debian/copyright                 |   14 -
 16 files changed, 31 insertions(+), 2079 deletions(-)
 delete mode 100644 CommonLibs/Configuration.cpp
 delete mode 100644 CommonLibs/Configuration.h
 delete mode 100644 CommonLibs/ConfigurationTest.cpp
 delete mode 100644 CommonLibs/sqlite3util.cpp
 delete mode 100644 CommonLibs/sqlite3util.h


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



More information about the osmocom-commitlog mailing list