- 23 Dec, 2017 1 commit
-
-
knopp authored
-
- 13 Dec, 2017 1 commit
-
-
Panos Matzakos authored
Testing works up to the reception of SIB1/2/3 from the UE through nfapi, but there is an issue with missing some of the nfapi messages for some frames.
-
- 01 Dec, 2017 1 commit
-
-
Panos Matzakos authored
-
- 16 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Introduced a new timer_thread within lte-ue. This thread is ticking the subframes and wakes up UE_thread function which is waiting on a condition variable for nfapi_mode=3 (phy_stub)
-
- 14 Nov, 2017 1 commit
-
-
David Price authored
-
- 05 Nov, 2017 3 commits
-
-
David Price authored
-
David Price authored
-
David Price authored
-
- 02 Nov, 2017 1 commit
-
-
David Price authored
-
- 01 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 30 Oct, 2017 2 commits
-
-
David Price authored
-
David Price authored
uplink data from ue received, corrected scheduling of DCI0/UPLINK_CFG. Fails to correctly form (SFNSF) for PHICH ACK
-
- 28 Oct, 2017 1 commit
-
-
Panos Matzakos authored
Added remaining fill_harq indication functions + the functionality to handle ul_config request pdus arriving from nfapi-vnf: trigger the appropriate UE_MAC and fill_indication functions to prepare the UL_indications which will be put into the socket for transfer back to vnf. Main changes within phy_stub_UE().
-
- 27 Oct, 2017 1 commit
-
-
David Price authored
Change +4 for tx to a variable and get it to run at +2, this alllows nFAPI to get the reply back for HI_DCI0 to generate the PHICH in time
-
- 25 Oct, 2017 2 commits
-
-
David Price authored
Crashes around msg4 time, but understand that need to get the ACK for the UE UL of msg3 back to UE within 4ms
-
Cedric Roux authored
- remove global variables in the function lte_est_timing_advance_pusch - do the smoothing logic that was in lte_est_timing_advance_pusch in rx_sdu (is it necessary? is it correct?) - put back the value 100 in prach_procedures for the test on prach energy - change the value of timing_advance_update it was: timing_advance_update = sync_pos - eNB->frame_parms.nb_prefix_samples/4; //to check it is now: timing_advance_update = sync_pos; // - eNB->frame_parms.nb_prefix_samples/4; //to check this should be checked somehow. The computation looked suspicious. Maybe the new one is wrong.
-
- 23 Oct, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
just a quick fix before merge, the real solution is to disable pusch scheduling in the prach, to be done later
-
- 22 Oct, 2017 1 commit
-
-
knopp authored
-
- 20 Oct, 2017 2 commits
-
-
knopp authored
-
David Price authored
-
- 19 Oct, 2017 5 commits
-
-
Cedric Roux authored
The warning was: /roux/ru/openairinterface5g/openair1/PHY/LTE_TRANSPORT/pucch.c: In function 'generate_pucch2x': /roux/ru/openairinterface5g/openair1/PHY/LTE_TRANSPORT/pucch.c:729:73: warning: array subscript is above array bounds [-Warray-bounds] AssertFatal(1==0,"Illegal modulation symbol %d for PUCCH %s\n",B2,pucch_format_string[fmt]); ^ /roux/ru/openairinterface5g/common/utils/./itti/assertions.h:52:53: note: in definition of macro '_Assert_' __FUNCTION__, __FILE__, __LINE__, ##aRGS); \ ^~~~ /roux/ru/openairinterface5g/openair1/PHY/LTE_TRANSPORT/pucch.c:729:7: note: in expansion of macro 'AssertFatal' AssertFatal(1==0,"Illegal modulation symbol %d for PUCCH %s\n",B2,pucch_format_string[fmt]); ^ The root cause was that the array pucch_format_string was not in sync with the structure. (This plus why force its size and put \0 in the string...)
-
David Price authored
-
Cedric Roux authored
phy_init_lte_ue_signal was renamed init_lte_ue_signal in openair1/PHY/INIT/defs.h maybe it's the opposite that should have been done? Functions used in one file and defined in another may have been declared in the wrong header file.
-
knopp authored
modifications for TDD and IF4p5 (in particular TDD). Both in RRU and RAU components. Monolithic is unchanged.
-
Cedric Roux authored
-
- 18 Oct, 2017 2 commits
-
-
Cedric Roux authored
introduce a new function to deal with this special case
-
knopp authored
added LUT for finer-grain ULSCH power measurement compensation based on TBS. Still seems too high, to be checked some more.
-
- 17 Oct, 2017 2 commits
-
-
Cedric Roux authored
-
knopp authored
removed "short_offset" code from normal_prefix_mod. removed static declaration in PHY_ofdm_mod which was a cause for problems when parallelizing FFTs for FEP TX.
-
- 16 Oct, 2017 1 commit
-
-
David Price authored
-
- 15 Oct, 2017 3 commits
- 14 Oct, 2017 3 commits
-
-
knopp authored
put pucch metric into uci->stat before calling harq_indication. Fixes an issue with PUCCH1 SNR measurements coming from HARQ.
-
knopp authored
added deactivation of ULSCH harq process after 3rd retransmission. Avoids problem of accumulating failed RA processes.
-
knopp authored
Adjustment for received power calculation in eNB pusch procedures. Added factor to account for mcs (mimic the power control adjustment in UE). activated periodic trace for PHR/PUSCH SNR/PUCCH SNR in MAC.
-
- 13 Oct, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-