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-09 21:57:13 +0100
commitd8d5f5904fa83786b01dbf77593232eb6f6954bc (patch)
treefb5c3cd899ee23df17eff517eb22ced46e70b074 /src/osmo-bts-sysmo/misc/sysmobts_mgr.h
parent9acc82ce4a01d502db1be8cdf15d2328ae181c5c (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;