aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_par.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-16sysmobts: Don't list non integer parameters in the helpHolger Hans Peter Freyther1-0/+2
The command can only read integer parameters. Don't offer buffers as this will lead to error 22.
2013-10-04sysmobts_par: add value_string definitions for parametersHarald Welte1-1/+2
2013-10-04sysmobts_par: Implement new EEPROM parameters (trx_nr, model_nr, model_flags)Harald Welte1-0/+3
2013-10-04sysmobts_par: support for negative parametersHarald Welte1-2/+2
by splitting the rerutn code/status from the actual value, we support negative values to be stored in the EEPROM
2012-07-11add new sysmobst-mgr daemonHarald Welte1-0/+26
This daemon is taking care of counting the number of hours in operation and to watch the system temperature as determined by internal temperature sensors. Later, it will export an external interface for firmware reload, as well as a way to raise OML ALARMs in case of temperature issues or other problems.