aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index de09fbf1..a8e5154d 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -137,7 +137,7 @@ const struct trx_chan_desc trx_chan_desc[_TRX_CHAN_MAX] = {
int trx_sched_init(struct l1sched_trx *l1t, struct gsm_bts_trx *trx)
{
uint8_t tn;
- int i;
+ unsigned int i;
l1t->trx = trx;