Change in osmo-bts[master]: lc15: Fix incorrect cast of hLayer1

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Jun 11 12:11:23 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9530 )

Change subject: lc15: Fix incorrect cast of hLayer1
......................................................................

lc15: Fix incorrect cast of hLayer1

Change-Id: I545952d0fd4a3fe3ff7c297ce628400b23cfb824
---
M src/osmo-bts-litecell15/oml.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-litecell15/oml.c
index 7a5fa1b..da6c60e 100644
--- a/src/osmo-bts-litecell15/oml.c
+++ b/src/osmo-bts-litecell15/oml.c
@@ -348,7 +348,7 @@
 		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)

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I545952d0fd4a3fe3ff7c297ce628400b23cfb824
Gerrit-Change-Number: 9530
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180611/708c8c84/attachment.htm>


More information about the gerrit-log mailing list