Change in osmocom-bb[master]: trxcon/scheduler: cosmetic: use enumerated type instead of uint8_t

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Thu Jun 18 11:52:06 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/18870 )

Change subject: trxcon/scheduler: cosmetic: use enumerated type instead of uint8_t
......................................................................

trxcon/scheduler: cosmetic: use enumerated type instead of uint8_t

Change-Id: Idde328d176b4cbd89c62712e4a247095dd596105
---
M src/host/trxcon/scheduler.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/host/trxcon/scheduler.h b/src/host/trxcon/scheduler.h
index 36c64e5..3a97e9d 100644
--- a/src/host/trxcon/scheduler.h
+++ b/src/host/trxcon/scheduler.h
@@ -33,7 +33,7 @@
 /*! \brief One scheduler instance */
 struct trx_sched {
 	/*! \brief Clock state */
-	uint8_t state;
+	enum tdma_sched_clck_state state;
 	/*! \brief Local clock source */
 	struct timespec clock;
 	/*! \brief Count of processed frames */

-- 
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/18870
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Idde328d176b4cbd89c62712e4a247095dd596105
Gerrit-Change-Number: 18870
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/a019eb7b/attachment.htm>


More information about the gerrit-log mailing list