From 18bfa91a26ba5118ce46d9d58fe43a96317f505e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 13 Nov 2019 13:03:05 +0100 Subject: Change gsm_lchan field fixed to bool Change-Id: I715ef151b67a21e325c574585a257e71b4b0ce2a --- include/osmo-bts/gsm_data_shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3