- 14 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 10 Nov, 2017 3 commits
-
-
David Price authored
-
David Price authored
-
David Price authored
-
- 06 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 05 Nov, 2017 4 commits
-
-
David Price authored
-
David Price authored
-
David Price authored
-
David Price authored
-
- 03 Nov, 2017 3 commits
-
-
David Price authored
-
David Price authored
-
David Price authored
-
- 02 Nov, 2017 1 commit
-
-
David Price authored
-
- 01 Nov, 2017 2 commits
-
-
David Price authored
-
David Price authored
-
- 30 Oct, 2017 3 commits
-
-
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
-
- 27 Oct, 2017 12 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
-
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.
-
- 24 Oct, 2017 1 commit
-
-
Cedric Roux authored
-
- 23 Oct, 2017 5 commits
-
-
Cedric Roux authored
-
Cedric Roux authored
-
David Price authored
-
David Price authored
-
Cedric Roux authored
-