From d03f3114069ba2c944ba79d3ca5b77669da51821 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Sun, 10 Jun 2018 21:23:35 +0200 Subject: lc15: Fix incorrect cast of hLayer1 Change-Id: I545952d0fd4a3fe3ff7c297ce628400b23cfb824 --- src/osmo-bts-litecell15/oml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osmo-bts-litecell15') diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-litecell15/oml.c index 7a5fa1bb..da6c60e8 100644 --- a/src/osmo-bts-litecell15/oml.c +++ b/src/osmo-bts-litecell15/oml.c @@ -348,7 +348,7 @@ static int trx_init_compl_cb(struct gsm_bts_trx *trx, struct msgb *l1_msg, bts_shutdown(trx->bts, "MPH-INIT failure"); } - fl1h->hLayer1 = (uint32_t)ic->hLayer1; + fl1h->hLayer1 = ic->hLayer1; /* If the TRX was already locked the MphInit would have undone it */ if (trx->mo.nm_state.administrative == NM_STATE_LOCKED) -- cgit v1.2.3