fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/70/18870/1

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: 1
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to