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 ecd5bc2aefe8611795229980105de2f0bc4e092a (commit) via 7cc3c3156ef23500612724f8a38c3db95c05702b (commit) from 58e4e18206501c3bffa65f0b876bbc5ebe175d6e (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=ecd5bc2aefe8611795229980105de2f0...
commit ecd5bc2aefe8611795229980105de2f0bc4e092a Author: Max msuraev@sysmocom.de Date: Wed Jun 15 17:55:21 2016 +0200
TRX: Add vty command to power on/off transceiver
Add vty command (under "phy X instance Y" hierarchy) to manually send POWERON or POWEROFF command. It's useful for debugging issues related to BTS/TRX initialization.
Change-Id: I6dfebaf118cdf5ad144516b2b839b17350a73ce4 Related: OS#1648
http://cgit.osmocom.org/osmo-bts/commit/?id=7cc3c3156ef23500612724f8a38c3db9...
commit 7cc3c3156ef23500612724f8a38c3db95c05702b Author: Max msuraev@sysmocom.de Date: Thu Jun 16 12:36:20 2016 +0200
Fix OML activation
Previously software activation could have been reported multiple times which broke proper BTS init. Introduce guard variable to ensure reporting happens only once.
Note: this is just minimal workaround - ideally proper OML state machine should be implemented.
Change-Id: Ifffbdb756bc5d2864f985c01a3299b839c4de7af Related: OS#1648
-----------------------------------------------------------------------
Summary of changes: include/osmo-bts/phy_link.h | 2 ++ src/osmo-bts-trx/l1_if.c | 12 +++++++++--- src/osmo-bts-trx/trx_if.c | 11 +++++++---- src/osmo-bts-trx/trx_vty.c | 19 +++++++++++++++++++ 4 files changed, 37 insertions(+), 7 deletions(-)
hooks/post-receive