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 3da1f8352e337fb032bf7a58c2909d3ba918e237 (commit) via 5ea1817dc299611808532eda489981f09f87cba3 (commit) from 49d42e979eb08cef124e8ceab7d402bed204c015 (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=3da1f8352e337fb032bf7a58c2909d3b...
commit 3da1f8352e337fb032bf7a58c2909d3ba918e237 Author: Pau Espin Pedrol pespin@sysmocom.de Date: Tue Feb 20 20:01:10 2018 +0100
Logger: Use libosmocore logging system
We still need an intermediate class Logger due to osmo-trx being multi-threaded and requiring to have a lock to use libosmocore, which is not thread safe.
Change-Id: I30baac89f53e927f8699d0586b43cccf88ecd493
http://cgit.osmocom.org/osmo-trx/commit/?id=5ea1817dc299611808532eda489981f0...
commit 5ea1817dc299611808532eda489981f09f87cba3 Author: Pau Espin Pedrol pespin@sysmocom.de Date: Tue Feb 20 16:48:15 2018 +0100
Add initial support for logging, vty, ctrl
Up to this point, the logging system, vty and ctrl are initialized and can be used fine, though they don't have a lot of use yet.
Depends on libosmocore Change-Id Ib79cdb62d45d8c78445c7b064e58eb7e9faeccf9
Related: OS#2184
Change-Id: I08982c37b4f873966304b3cfb38a10ee86eb3dad
-----------------------------------------------------------------------
Summary of changes: CommonLibs/Logger.cpp | 73 +------------------ CommonLibs/Logger.h | 66 +++++++----------- CommonLibs/Makefile.am | 11 ++- CommonLibs/debug.c | 18 +++++ CommonLibs/debug.h | 8 +++ CommonLibs/trx_vty.c | 162 +++++++++++++++++++++++++++++++++++++++++++ CommonLibs/trx_vty.h | 13 ++++ Transceiver52M/Makefile.am | 6 +- Transceiver52M/osmo-trx.cpp | 69 ++++++++++++++---- configure.ac | 3 + tests/CommonLibs/LogTest.cpp | 44 ++++++++---- tests/CommonLibs/LogTest.err | 27 +------- tests/CommonLibs/LogTest.ok | 29 -------- tests/CommonLibs/Makefile.am | 3 +- 14 files changed, 335 insertions(+), 197 deletions(-) create mode 100644 CommonLibs/debug.c create mode 100644 CommonLibs/debug.h create mode 100644 CommonLibs/trx_vty.c create mode 100644 CommonLibs/trx_vty.h
hooks/post-receive
osmocom-commitlog@lists.osmocom.org