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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated via 2d2fca434209f96ae2c3b9e0221c6a063d23dfd9 (commit) from b2bbc819218c0f842ad00a1608725cccb780e6bd (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-bts/commit/?id=2d2fca434209f96ae2c3b9e0221c6a06...
commit 2d2fca434209f96ae2c3b9e0221c6a063d23dfd9 Author: Max msuraev@sysmocom.de Date: Tue Jul 18 18:34:29 2017 +0200
lc15: port lc15bts-mgr changes
That's mostly changes related to lc15bts-mgr from https://gitlab.com/nrw_noa/osmo-bts branch nrw/litecell15 based on eb5b7f80510b603579f7af6d7d5ead296c2fa260 commit.
I wanted to incorporate vty and hardcoded paths changes so we can use it from this point without major backward-incompatible changes as a base for future ports.
Change-Id: Iabbaedc84aaaa594150a4e5445c16dd1f6f89858 Related: SYS#3679
-----------------------------------------------------------------------
Summary of changes: doc/examples/litecell15/lc15bts-mgr.cfg | 52 +- include/osmo-bts/phy_link.h | 6 + src/common/Makefile.am | 4 + src/osmo-bts-litecell15/Makefile.am | 12 +- src/osmo-bts-litecell15/hw_misc.c | 2 + src/osmo-bts-litecell15/misc/lc15bts_bts.c | 131 ++++ src/osmo-bts-litecell15/misc/lc15bts_bts.h | 21 + src/osmo-bts-litecell15/misc/lc15bts_clock.c | 23 - src/osmo-bts-litecell15/misc/lc15bts_led.c | 333 ++++++++++ src/osmo-bts-litecell15/misc/lc15bts_led.h | 22 + src/osmo-bts-litecell15/misc/lc15bts_mgr.c | 142 +++-- src/osmo-bts-litecell15/misc/lc15bts_mgr.h | 375 ++++++++++- src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c | 154 ++--- src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 799 +++++++++++++++++++----- src/osmo-bts-litecell15/misc/lc15bts_misc.c | 170 ++++- src/osmo-bts-litecell15/misc/lc15bts_misc.h | 2 + src/osmo-bts-litecell15/misc/lc15bts_par.c | 80 ++- src/osmo-bts-litecell15/misc/lc15bts_par.h | 11 +- src/osmo-bts-litecell15/misc/lc15bts_power.c | 45 +- src/osmo-bts-litecell15/misc/lc15bts_power.h | 11 +- src/osmo-bts-litecell15/misc/lc15bts_temp.c | 25 +- src/osmo-bts-litecell15/misc/lc15bts_temp.h | 5 +- 22 files changed, 2014 insertions(+), 411 deletions(-) create mode 100644 src/osmo-bts-litecell15/misc/lc15bts_bts.c create mode 100644 src/osmo-bts-litecell15/misc/lc15bts_bts.h create mode 100644 src/osmo-bts-litecell15/misc/lc15bts_led.c create mode 100644 src/osmo-bts-litecell15/misc/lc15bts_led.h
hooks/post-receive
osmocom-commitlog@lists.osmocom.org