1. 21 Nov, 2016 1 commit
  2. 18 Nov, 2016 2 commits
  3. 16 Nov, 2016 1 commit
    • Cedric Roux's avatar
      hotfix: turbo decoder should not fail if CRC is 0 · 52db1c33
      Cedric Roux authored
      The case of a CRC == 0 is legal.
      
      After discussion with Raymond, it is also possible to have all
      bits at 0 (and so a CRC==0) if there is no transmission and thus
      not much energy.
      
      So this hotfix may introduce new problems (false decoding).
      
      A future work is to handle this case properly by not calling the
      turbo decoder if there is not enough energy received.
      
      The problem might manifest itself more in the UE part, especially
      when it tries to decode MIB and/or SIB (if I understood correctly).
      52db1c33
  4. 14 Nov, 2016 2 commits
  5. 10 Nov, 2016 3 commits
  6. 08 Nov, 2016 1 commit
  7. 04 Nov, 2016 1 commit
  8. 03 Nov, 2016 8 commits
  9. 25 Oct, 2016 3 commits
    • Rohit Gupta's avatar
      Update README.txt with License information · 0629e939
      Rohit Gupta authored
      0629e939
    • Rohit Gupta's avatar
      Update NOTICE.txt for License information · 726a077c
      Rohit Gupta authored
      726a077c
    • ROBERT Benoit's avatar
      Add testing capabilities for OAI UE in autotest framework · 7176177e
      ROBERT Benoit authored
      Autotest Framework modifications:
      -> paramiko.Transport((hostname, ports)) : issue on my configuration
      -> add --test-suite command line parameter to select a different test suite XML file (default is test_case_list.xml)
      -> add patch file functionnality when installing remote machine : required to add LOG printing for pass/fail evaluation
      -> add lte-softmodem-noS1 test class - fork of lte-softmodem with the following modification
      	- no EPC management on lte-softmodem-noS1 class
      	- add cell synchronization detection as a precondition for test results analysis
      	- add metric extraction for pass/fail criteria (metrics are defined in XML file)
      	- generate graphics for performances metrics (used in the HTML report -> not available in this delivery)
      
      Patch files:
      -> autotest_ue_cell_synch_event.patch : Add log for cell synchronization detection
      -> autotest_ue_dlsch_bitrate_metric.patch : Add log for DLSCH bitrate capture
      -> 3gpplte_turbo_decoder_sse_8bit.patch : hotfix for turbo decoder in autotest (issue followed in oai1B project)
      -> phy_test__target_dl_mcs.patch : hotfix for --phy-test configuration (MCS)
      7176177e
  10. 21 Oct, 2016 1 commit
  11. 19 Oct, 2016 1 commit
  12. 18 Oct, 2016 2 commits
  13. 17 Oct, 2016 4 commits
  14. 13 Oct, 2016 1 commit
  15. 12 Oct, 2016 3 commits
  16. 11 Oct, 2016 6 commits