aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-07-26 17:58:23 +0200
committerHarald Welte <laforge@gnumonks.org>2016-07-28 09:52:53 +0000
commit5069c1c518fa9e6622adcfb3979da8f58c1c26b9 (patch)
tree584036832f3add876a7595a2709a11714940526f
parent108b60fabac8f85739584124658e062c3fd7f7cb (diff)
octphy: fix build
The error was introduced in 61372a20de695a151611753689ee9a3018b101f6. Change-Id: I9585eec018b88c5d0548a0a55fa4130bb26aa5b6
-rw-r--r--src/osmo-bts-octphy/l1_tch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-octphy/l1_tch.c b/src/osmo-bts-octphy/l1_tch.c
index d12a1cb5..7393e739 100644
--- a/src/osmo-bts-octphy/l1_tch.c
+++ b/src/osmo-bts-octphy/l1_tch.c
@@ -255,7 +255,7 @@ int l1if_tch_rx(struct gsm_bts_trx *trx, uint8_t chan_nr,
if (rmsg)
return add_l1sap_header(trx, rmsg, lchan, chan_nr,
- data_ind->u32Fn);
+ data_ind->Data.ulFrameNumber);
return 0;