- 07 Feb, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 06 Feb, 2018 2 commits
-
-
Panos Matzakos authored
-
Tien-Thinh Nguyen authored
PC5-U - passing (source,destination) down to PDCP/RLC/MAC (first alternative - mapping of L2Ids form IP Addresses
-
- 31 Jan, 2018 1 commit
-
-
Panos Matzakos authored
Seemed to have fixed pnf(UE) -vnf(eNB) sync issue. Works up to the reception of RRConnectionReconfigurationComplete message at the eNB but crashing after that.
-
- 30 Jan, 2018 2 commits
-
-
William Johnson authored
-
William Johnson authored
-
- 24 Jan, 2018 1 commit
-
-
Panos Matzakos authored
Works up to the reception of HI_DCI0.request at the UE-PNF. Sometimes Msg3 arrives later than expected at the eNB-VNF.
-
- 22 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 18 Jan, 2018 1 commit
-
-
William Johnson authored
-
- 15 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 14 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 12 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 11 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 04 Jan, 2018 1 commit
-
-
Tien-Thinh Nguyen authored
-
- 03 Jan, 2018 2 commits
- 25 Dec, 2017 1 commit
-
-
knopp authored
-
- 23 Dec, 2017 1 commit
-
-
knopp authored
-
- 20 Dec, 2017 1 commit
-
-
Panos Matzakos authored
Works up to the reception of the RA_RESPONSE at the UE. Crashing at fill_rx_indication_UE_MAC just before sending Msg3.
-
- 27 Nov, 2017 1 commit
-
-
Panos Matzakos authored
-
- 23 Nov, 2017 1 commit
-
-
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.
-
- 14 Nov, 2017 2 commits
-
-
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).
-
- 13 Nov, 2017 1 commit
-
-
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
-
- 06 Nov, 2017 1 commit
-
-
Panos Matzakos authored
Added handling of HI_DCI0_config requests at UE MAC. Eliminated calls to PHY functions from utilized UE MAC functions (e.g., ue_send_sdu) to support phy_stub operation mode.
-
- 05 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 03 Nov, 2017 1 commit
-
-
David Price authored
-
- 02 Nov, 2017 2 commits
-
-
David Price authored
-
Panos Matzakos authored
Added MAC level state variable for the UE and control mechanisms to ensure the correct operation of the UE MAC state machine.
-
- 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
-
- 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
-
-
David Price authored
-
Cedric Roux authored
-
- 20 Oct, 2017 1 commit
-
-
David Price authored
-