- Nov 18, 2016
-
-
ROBERT Benoit authored
- add progess bar report - reduce ssh max_tries to 10 - cleanOldPrograms -> change kill cmd line to be able to run autotest on same machine than lte-softmodem (thanks Rohit & Gabriel) - Cleanning output prints - add --skip-machine-preparation on cmd line - add --skip-sanity-check on cmd line - add HTML REPORT (no-S1 only) - add XML detailled report (no-S1 only)
-
ROBERT Benoit authored
-
- Nov 16, 2016
-
-
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).
-
- Nov 14, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Nov 10, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Nov 07, 2016
-
-
Rohit Gupta authored
-
- Nov 03, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Florian Kaltenberger authored
Enhancement 64 phy test See merge request !46
-
Florian Kaltenberger authored
-
Florian Kaltenberger authored
-
- Oct 25, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
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)
-
- Oct 21, 2016
-
-
Rohit Gupta authored
-
- Oct 19, 2016
-
-
Florian Kaltenberger authored
Conflicts: targets/ARCH/EXMIMO/USERSPACE/OCTAVE/txsig.m targets/RT/USER/lte-ue.c
-
- Oct 18, 2016
-
-
Cedric Roux authored
- time_meas to measure time spent in scheduling - timeplot to show nice histograms in realtim of above measurement
-
Cedric Roux authored
The VCD traces have changed. This commit gets in synch with current status.
-
- Oct 17, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
- Oct 13, 2016
-
-
Raymond Knopp authored
-
- Oct 12, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Dominique Nussbaum authored
-
- Oct 11, 2016
-
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Rohit Gupta authored
-
Cedric Roux authored
The RBs were not marked as used. A later UE downlink scheduling could use those RBs, messing up everything. Not sure this is the right place to mark them used. Maybe better to do it in the "if (!CCE_allocation_infeasible" test.
-