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



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/30/9530/1

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: newchange
Gerrit-Change-Id: I545952d0fd4a3fe3ff7c297ce628400b23cfb824
Gerrit-Change-Number: 9530
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to