- Dec 05, 2017
-
-
Tien-Thinh Nguyen authored
-
- Dec 01, 2017
-
-
Panos Matzakos authored
-
- Nov 27, 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 20, 2017
-
-
Panos Matzakos authored
-
- 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
-
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
-
David Price authored
-
David Price authored
-
- Nov 09, 2017
-
-
Tien-Thinh Nguyen authored
update SidelinkUEInformation (UE's side), RRCConnectionReconfiguration (eNB's side), add rrc_ue_process_radioResourceConfig to process RPs and configure MAC/PHY
-
- Nov 07, 2017
-
-
Tien-Thinh Nguyen authored
-
Tien-Thinh Nguyen authored
-
- Nov 06, 2017
-
-
David Price authored
-
David Price authored
-
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.
-
- Nov 05, 2017
-
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
- Nov 03, 2017
-
-
Tien-Thinh Nguyen authored
-
David Price authored
-
David Price authored
-
David Price authored
-
- Nov 02, 2017
-
-
Panos Matzakos authored
Updated handling of DL_config and Tx_req pdus in phy_stub_UE to be compliant with nfapi callback functions
-
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.
-
- Nov 01, 2017
-
-
David Price authored
-
David Price authored
-
- Oct 30, 2017
-
-
David Price authored
-
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
-
- Oct 28, 2017
-
-
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().
-
- Oct 27, 2017
-
-
Cédric Roux authored
Summary of changes: - fix a bug with Timing Advance. This should improve the stability of the connection (for now, only the scenario with one connected UE works). - use RRC Release 14.3 - add some T tracers, minor fixes for T
-
Cédric Roux authored
Conflicts: common/utils/T/.gitignore common/utils/T/tracer/Makefile
-
Cédric Roux authored
-