aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data_shared.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-14 20:00:23 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-14 20:02:45 +0100
commitd0a2caa021b66d1f5272004c42c817c068be5dc9 (patch)
tree99d52a190e5bd30ed429aaabc87e299975221693 /include/osmo-bts/gsm_data_shared.h
parent38c12e9df9355d7ac6c925296188398904e8fa3f (diff)
power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS Power Level
Diffstat (limited to 'include/osmo-bts/gsm_data_shared.h')
-rw-r--r--include/osmo-bts/gsm_data_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 8a52fe9f..bd10056b 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -322,6 +322,7 @@ struct gsm_lchan {
uint8_t current;
uint8_t max;
bool fixed;
+ int8_t last_received; /* last received MS Power in uplink L1 SACCH, -1 means not set */
} ms_power_ctrl;
/* Power levels for BTS */
uint8_t bs_power;