- 01 Dec, 2017 4 commits
-
-
Cedric Roux authored
-
Raymond Knopp authored
Conflicts: targets/DOCS/oai_L1_L2_procedures.pdf
-
Cedric Roux authored
-
Cedric Roux authored
-
- 30 Nov, 2017 3 commits
-
-
Florian Kaltenberger authored
Merge branch 'fix_ue' of https://gitlab.eurecom.fr/florian.kaltenberger/openairinterface5g into fix_ue
-
Florian Kaltenberger authored
making oaisim_nos1 compile
-
Florian Kaltenberger authored
-
- 28 Nov, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 27 Nov, 2017 2 commits
-
-
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.
-
- 23 Nov, 2017 1 commit
-
-
Florian Kaltenberger authored
-
- 22 Nov, 2017 6 commits
-
-
oai authored
Merge branch 'fix_ue' of https://gitlab.eurecom.fr/florian.kaltenberger/openairinterface5g into fix_ue
-
oai authored
-
Florian Kaltenberger authored
-
Wolfgang A. Mozart authored
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- 20 Nov, 2017 1 commit
-
-
bruno mongazon authored
-
- 17 Nov, 2017 5 commits
-
-
Raymond Knopp authored
-
https://gitlab.eurecom.fr/oai/openairinterface5gRaymond Knopp authored
Conflicts: targets/DOCS/oai_L1_L2_procedures.pdf
-
Cedric Roux authored
Summary of changes: - minor changes in RA code (functionality not changed, only notation) - automatic indentation of some files (with indent -kr) - bugfixes for TDD in RRU (IF4p5) and timing statistics of fronthaul and compression
-
Cedric Roux authored
-
Cedric Roux authored
-
- 14 Nov, 2017 2 commits
-
-
bruno mongazon authored
-
Raymond Knopp authored
-
- 13 Nov, 2017 1 commit
-
-
Raymond Knopp authored
-
- 04 Nov, 2017 2 commits
-
-
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
-
Raymond Knopp authored
-
- 27 Oct, 2017 11 commits
-
-
Cedric 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
-
Cedric Roux authored
Conflicts: common/utils/T/.gitignore common/utils/T/tracer/Makefile
-
Cedric Roux authored
-
Cedric Roux authored
-
Cedric Roux authored
Sometimes when the user does ctrl+c to quit, it may not quit if nothing comes on the socket. Closing the socket in the signal handler fixes this.
-
Cedric Roux authored
Do not link the X stuff for tracers not needing it.
-
Cedric Roux authored
Later on, use this file with gtkwave. To be used to check realtime behaviour of the system.
-
Cedric Roux authored
-
Cedric Roux authored
This tracer extracts output subframes generated by the eNodeB, so they can be analyzed with some external tools.
-
Cedric Roux authored
-
Cedric Roux authored
This tracer extracts the content of a buffer field of an event that was previously saved using the tracer 'record'. For example, to extract the channel estimation done in frame 924 and subframe 2 as saved in the file input_record.raw and to store it in the file output.raw, do: ./extract -d ../T_messages.txt -o output.raw input_record.raw ENB_PHY_UL_CHANNEL_ESTIMATE chest_t -f frame 924 -f subframe 2
-
- 25 Oct, 2017 1 commit
-
-
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.
-