- 10 Jan, 2017 1 commit
-
-
Cedric Roux authored
The LOG_X macros emit a lot of warnings when compiling with the T because they call the function logRecord (or logRecord_mt) which has not been "marked" as calling printf, so gcc won't emit typical printf warnings. With the T, they directly translate to sprintf, so those warnings pop up, much more verbose due to several macro expansions. Let's make them pop up all the time so it's easier to fix them.
-
- 09 Jan, 2017 1 commit
-
-
Gabriel authored
-
- 06 Jan, 2017 3 commits
-
-
Wilson authored
see issue #178
-
Wilson authored
see issue #177
-
Wilson authored
fix incorrect fss_pusch calculation fix the incorrrect HARQ-PID checking remove incorrect checking on downlink DCI HARQ PID value fix incorrect downlink ACK/NACK feedback procedures in TDD fix no activating PDSCH decoding when DL-DCI is indicating a downlink retransmission see issue #176
-
- 05 Jan, 2017 1 commit
-
-
knopp authored
-
- 21 Dec, 2016 6 commits
- 14 Dec, 2016 1 commit
-
-
ROBERT Benoit authored
-
- 13 Dec, 2016 1 commit
-
-
Bilel authored
-
- 12 Dec, 2016 3 commits
- 08 Dec, 2016 3 commits
-
-
Cedric Roux authored
This may need to be refined. The variable ODD_PARITY is defined at various places, with different values, causing compilation warnings. It's wrong to define a variable with different values. A new variable is created, specific to IMEI case: IMEI_ODD_PARITY. Maybe ODD_PARITY should also have 0xf as value, and so maybe only one variable is necessary. To be checked at some point...
-
Cedric Roux authored
Manually testing with the Samsung Galaxy Note 4 failed, probably because the phone didn't like to receive SRS configuration. Let's send it only if activated.
-
Gabriel authored
-
- 07 Dec, 2016 3 commits
- 06 Dec, 2016 1 commit
-
-
Wilson authored
-
- 05 Dec, 2016 2 commits
-
-
Xenofon Foukas authored
-
fnabet authored
-
- 29 Nov, 2016 1 commit
-
-
Bilel authored
-
- 28 Nov, 2016 3 commits
- 24 Nov, 2016 2 commits
- 22 Nov, 2016 2 commits
-
-
Cedric Roux authored
add ndi to trace ENB_MAC_UE_DL_SDU
-
Cedric Roux authored
The Msg3 ressource blocks used by random access procedure were not correctly handled. The MAC scheduler could wrongly allocate a ressource block for both random access Msg3 and a regular UE. This hotfix hopefully fixes the problem. A new function "set_msg3_subframe" has been added in the interface between PHY and MAC.
-
- 21 Nov, 2016 1 commit
-
-
Gabriel authored
1- implement max harq retrans 2- bug in harqId > 1 for dci format 1A 3- wrong G computation 4- bug in harq UL for scheduling flag 5- initial sync, limit freq offset to 150Hz
-
- 18 Nov, 2016 2 commits
-
-
Gabriel authored
-
calvin wang authored
-
- 16 Nov, 2016 2 commits
-
-
fnabet authored
-
Xenofon Foukas authored
-
- 15 Nov, 2016 1 commit
-
-
Bilel authored
-