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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria 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 <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200616/68bac72c/attachment.htm>