aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-23 09:45:55 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-06 19:14:30 +0100
commita70c8f1c8ae5b222008888d98bdf7deee411d2e3 (patch)
treed2bc8a467bcd9f2197ff5a844540f66e92dfc50c /src/osmo-bts-sysmo/misc/sysmobts_mgr.h
parent0ae0c43883fa3c60ed3adf9703236db873b4229f (diff)
sysmobts: Start the calibration the first time the link is up
After a reboot the system might have been off for a long time and the currently used value might be wrong. Remember that we never ran the calibration and execute it on start.
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_mgr.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index 3999ffb4..2d060843 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -84,6 +84,7 @@ struct sysmobts_mgr_instance {
enum sysmobts_temp_state state;
struct {
+ int initial_calib_started;
int is_up;
struct osmo_timer_list recon_timer;
struct ipa_client_conn *bts_conn;