Skip to content
Snippets Groups Projects
  1. Jan 15, 2018
  2. Jan 11, 2018
  3. Dec 01, 2017
  4. Nov 22, 2017
  5. Oct 27, 2017
    • Cedric Roux's avatar
      T: minor: close socket · 4d1705e3
      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.
      4d1705e3
    • Cedric Roux's avatar
      T: cleanup · faae3c8c
      Cedric Roux authored
      Do not link the X stuff for tracers not needing it.
      faae3c8c
    • Cedric Roux's avatar
      T tracer: add a tracer to dump to VCD file · 7e7fd3c4
      Cedric Roux authored
      Later on, use this file with gtkwave.
      To be used to check realtime behaviour of the system.
      7e7fd3c4
    • Cedric Roux's avatar
      T: minor update of .gitignore · 2beac6fe
      Cedric Roux authored
      2beac6fe
    • Cedric Roux's avatar
      T: add extract_output_subframe · 8dd3a2bd
      Cedric Roux authored
      This tracer extracts output subframes generated by the eNodeB,
      so they can be analyzed with some external tools.
      8dd3a2bd
    • Cedric Roux's avatar
      T: add a tracer: extract · 6322010e
      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
      6322010e
  6. Oct 23, 2017
  7. Oct 18, 2017
    • Cedric Roux's avatar
      T tracer: improve a bit enb tracer · 2516216d
      Cedric Roux authored
      - UE_id 0 is for rnti 65535 (sib)
      - UE_id 1 is for rnti 65534 (this is a hack)
      - UE_id 2 is for rnti 2     (RA RNTI as of today's code/config)
      - we start enb by displaying UE_id 3
      - there was a bug: we need to lock when resetting UE ids (reset_ue_ids)
      2516216d
  8. Oct 17, 2017
  9. Oct 12, 2017
  10. Oct 11, 2017
  11. Oct 09, 2017
  12. Oct 07, 2017
  13. Oct 06, 2017
  14. Oct 04, 2017
  15. Oct 02, 2017
  16. Oct 01, 2017
  17. Sep 29, 2017
  18. Sep 28, 2017
  19. Sep 27, 2017
  20. Sep 26, 2017
  21. Sep 25, 2017
  22. Sep 24, 2017
  23. Sep 22, 2017
  24. Sep 21, 2017
  25. Sep 14, 2017
  26. Sep 03, 2017
  27. Aug 29, 2017
  28. Aug 20, 2017
  29. Jul 06, 2017
  30. Jun 16, 2017
Loading