From 907f037339865558c4faceadda90c07bb91cf1cf Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 29 Jul 2021 16:34:04 +0200 Subject: tbf: Use type bool for upgrade_to_multislot Change-Id: I644d91b6230a90cc72e83443c11d24b8d0a2dcac --- src/tbf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tbf.h') diff --git a/src/tbf.h b/src/tbf.h index 96a57887..4218cf58 100644 --- a/src/tbf.h +++ b/src/tbf.h @@ -265,7 +265,7 @@ struct gprs_rlcmac_tbf { } meas; /* Can/should we upgrade this tbf to use multiple slots? */ - uint8_t upgrade_to_multislot; + bool upgrade_to_multislot; /* store the BTS this TBF belongs to */ struct gprs_rlcmac_bts *bts; -- cgit v1.2.3