- Dec 01, 2017
-
-
Panos Matzakos authored
-
- Nov 23, 2017
-
-
Panos Matzakos authored
Connected new callback functions at nfapi_pnf for phy_stub mode + Intorducing new functions initializing UE variables and threads specific to phy_stub mode, instead of extending the existing ones + Direct connection of the timer_thread with UE_phy_stub_thread_rxn_txnp4.
-
- Nov 17, 2017
-
-
Panos Matzakos authored
-
- Nov 16, 2017
-
-
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)
-
- Nov 14, 2017
-
-
David Price authored
-
Panos Matzakos authored
Introduce nfapi_mode variable to differentiate functionality between phy_stub_ue mode (nfapi_mode=3) and normal full stack mode (nfapi_mode!=3).
-
- Nov 13, 2017
-
-
Panos Matzakos authored
Added functions copying nfapi requests to UE_mac_inst + Substituted calls to phy_procedures_ue rx/tx with phy_stub functions triggering MAC layer Tx/Rx procedures at UE MAC. Changes within UE_thread_rxn_txnp4
-
- Nov 10, 2017
-
-
David Price authored
-
- Nov 05, 2017
-
-
David Price authored
-
David Price authored
-
David Price authored
-
- Nov 02, 2017
-
-
David Price authored
-
- Nov 01, 2017
-
-
David Price authored
-
- Oct 30, 2017
-
-
David Price authored
uplink data from ue received, corrected scheduling of DCI0/UPLINK_CFG. Fails to correctly form (SFNSF) for PHICH ACK
-
- Oct 27, 2017
-
-
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
-
- Oct 25, 2017
-
-
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
-
- Oct 23, 2017
-
-
David Price authored
-
Cédric Roux authored
-
- Oct 22, 2017
- Oct 20, 2017
-
-
knopp authored
-
knopp authored
-
Cédric Roux authored
basically the T_xx variables are int, not uint
-
David Price authored
-
David Price authored
-
- Oct 19, 2017
-
-
David Price authored
-
Cédric 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.
-
- Oct 18, 2017
-
-
knopp authored
added LUT for finer-grain ULSCH power measurement compensation based on TBS. Still seems too high, to be checked some more.
-
Cédric Roux authored
see commit 622b919b
-
- Oct 17, 2017
-
-
Tien-Thinh Nguyen 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.
-
- Oct 16, 2017
-
-
David Price authored
-
Tien-Thinh Nguyen authored
-
- Oct 15, 2017
- Oct 09, 2017
-
-
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
-
- Oct 08, 2017
-
-
knopp authored
put 50 PRB back in default enb configuration. added handling of UE release in L1/L2. detection of stale ULSCH configuration
-
- Oct 07, 2017
-
-
knopp authored
removal of LOG_I put for debugging.
-
- Oct 06, 2017
-
-
frtabu authored
-