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 42cc96e2c1edb6863909ef460770bd9e0b23ad58 (commit) via 8381a6a4835feae6b714fb6fac38c247b69958ee (commit) from 4d4dc2674252658330cdd581757d6168087ba4fb (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=42cc96e2c1edb6863909ef460770bd9e...
commit 42cc96e2c1edb6863909ef460770bd9e0b23ad58 Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Fri Dec 12 14:53:23 2014 +0100
sysmobts: Add an option to stop the systemd sysmobts.service
For systems without direct access to the PA the best option is to simply switch off the bts service. This will stop the transmission which will take load from the DSP/FPGA/RF circuit and indirectly from the PA as well.
We should introduce "pa-on and bts-on" that can be executed as "normal" action.
http://cgit.osmocom.org/osmo-bts/commit/?id=8381a6a4835feae6b714fb6fac38c247...
commit 8381a6a4835feae6b714fb6fac38c247b69958ee Author: Holger Hans Peter Freyther holger@moiji-mobile.com Date: Fri Dec 12 14:36:59 2014 +0100
sysmobts: Actions can be executed in all levels
Somebody could decide to switch off the PA in the warning level already. Support this mode of operation. This means we could have a config that:
* Enables the PA in the normal level * Disables it in the critical level
With kdbus or better IPC we could even have the PA and other parts be represented as service that talk to a bts manager and then simply execute start/stop requests. This would make the entire TODO entry irrelevant as state would be managed by systemd and one can see the time the service was executed.
-----------------------------------------------------------------------
Summary of changes: src/osmo-bts-sysmo/misc/sysmobts_mgr.h | 1 + src/osmo-bts-sysmo/misc/sysmobts_mgr_temp.c | 56 ++++++++++++++++++----------- src/osmo-bts-sysmo/misc/sysmobts_mgr_vty.c | 22 ++++++++++++ 3 files changed, 59 insertions(+), 20 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org