- Jan 24, 2018
-
-
Robert Schmidt authored
- defines RCconfig data structures - adds method to read data - use it in source files
-
Robert Schmidt authored
-
Navid Nikaein authored
-
- Dec 24, 2017
-
-
shahab SHARIAT BAGHERI authored
-
- Dec 21, 2017
-
-
shahab SHARIAT BAGHERI authored
-
- Dec 15, 2017
-
-
Navid Nikaein authored
-
- Dec 14, 2017
-
-
shahab SHARIAT BAGHERI authored
-
Navid Nikaein authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- lock with mutexes - don't start ENB_APP task, but Agent directly and wait in case of reconfiguration
-
Robert Schmidt authored
-
Robert Schmidt authored
- {restart,stop}_L1L2() in lte-softmodem.c - add function start_phy_rrc() in enb_app.{c,h}, accessible from outside - will be used to restart PHY and RRC when lte-softmodem is restarted use only one FlexRAN wait function
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Navid Nikaein authored
-
Robert Schmidt authored
-
- Dec 13, 2017
-
-
Navid Nikaein authored
-
- Dec 12, 2017
-
-
Navid Nikaein authored
*Fix the issue with the PDCP UE ID/RNTI management
-
shahab SHARIAT BAGHERI authored
-
Navid Nikaein authored
-
Navid Nikaein authored
-
- Dec 11, 2017
-
-
Navid Nikaein authored
-
- Dec 10, 2017
-
-
shahab authored
-
shahab SHARIAT BAGHERI authored
-
- Dec 09, 2017
-
-
shahab authored
-
- Dec 08, 2017
-
-
Navid Nikaein authored
-
- Dec 01, 2017
-
-
Cedric Roux authored
-
- Nov 28, 2017
-
-
Florian Kaltenberger authored
-
- Nov 27, 2017
-
-
Cedric Roux authored
physicalConfigDedicated may be legitimately NULL at some places with the current code. A cleaner solution is needed (we should always have a dedicated config, initialized with values from the 3GPP specs, not have a NULL as we do now).
-
Cedric Roux authored
Even if the old UE is not found, we have to cancel the random access.
-
- Nov 22, 2017
-
-
Wolfgang A. Mozart authored
-
Florian Kaltenberger authored
-
- Nov 17, 2017
-
-
Raymond Knopp authored
-
Navid Nikaein authored
-
- Nov 14, 2017
-
-
bruno mongazon authored
-
- Nov 04, 2017
-
-
Raymond Knopp authored
changing of notation for Random-Access procedure to match documentation. Function remains the same. Indentation (-kr) run on all files in LAYER2/MAC
-
- Oct 27, 2017
-
-
Cedric Roux authored
-
- Oct 25, 2017
-
-
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.
-