aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-13 13:03:05 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-14 16:36:00 +0100
commit18bfa91a26ba5118ce46d9d58fe43a96317f505e (patch)
treed11189977959cbcf24698ca837e4f4f0ab10b798 /include/osmo-bts
parente5e122630102f5197357b6afef3de0e73d372f4c (diff)
Change gsm_lchan field fixed to bool
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/gsm_data_shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 8678ea53..50613103 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -323,7 +323,7 @@ struct gsm_lchan {
/* power handling */
struct {
uint8_t current;
- uint8_t fixed;
+ bool fixed;
} ms_power_ctrl;
struct msgb *pending_rel_ind_msg;