[MERGED] osmo-bts[master]: octphy: fix build

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
Thu Jul 28 09:52:53 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: octphy: fix build
......................................................................


octphy: fix build

The error was introduced in 61372a20de695a151611753689ee9a3018b101f6.

Change-Id: I9585eec018b88c5d0548a0a55fa4130bb26aa5b6
---
M src/osmo-bts-octphy/l1_tch.c
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/src/osmo-bts-octphy/l1_tch.c b/src/osmo-bts-octphy/l1_tch.c
index d12a1cb..7393e73 100644
--- a/src/osmo-bts-octphy/l1_tch.c
+++ b/src/osmo-bts-octphy/l1_tch.c
@@ -255,7 +255,7 @@
 
 	if (rmsg)
 		return add_l1sap_header(trx, rmsg, lchan, chan_nr,
-					data_ind->u32Fn);
+					data_ind->Data.ulFrameNumber);
 
 	return 0;
 

-- 
To view, visit https://gerrit.osmocom.org/612
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I9585eec018b88c5d0548a0a55fa4130bb26aa5b6
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list