- 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)
-
- 05 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 02 Nov, 2017 1 commit
-
-
David Price authored
-
- 01 Nov, 2017 1 commit
-
-
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
-
- 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 1 commit
-
-
Cedric Roux authored
-
- 22 Oct, 2017 1 commit
-
-
knopp authored
-
- 20 Oct, 2017 1 commit
-
-
knopp authored
-
- 19 Oct, 2017 4 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...)
-
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.
-
- 15 Oct, 2017 3 commits
- 14 Oct, 2017 2 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
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 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
-
- 12 Oct, 2017 2 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
- better ulsch harq management in phy (maybe not over) - don't do schedule_CSI if UE not in RRC_CONNECTED (not sure if correct) - don't call find_ulsch in fill_dci0 - some spaces cleaned - log improved
-
- 11 Oct, 2017 3 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-1 does not work
-
Cedric Roux authored
-
- 10 Oct, 2017 1 commit
-
-
David Price authored
RACH received on VNF. Message 2 created and sent to PNF. Got Message 2 received on PNF. Nothing useful done with it yet
-
- 09 Oct, 2017 1 commit
-
-
David Price authored
Merge from RU-RAU-split and fix of frame/subframe handling. Was very confused with the counter in the main loop, the incrementing from the USRP read library and the nFAPI frame handling. RACH seen on wireshark and something happens on VNF
-
- 08 Oct, 2017 1 commit
-
-
knopp authored
handling of PDCCH order. stoping UE-specific scheduler during RA procedure. checking for DCI format (resource allocation) to not overwrite resource_block_coding for format 1A DCIs.
-