An error occurred fetching the project authors.
- 12 Apr, 2024 1 commit
-
-
Guido Casati authored
- enhanced CustomCommand logging - print ParseError
-
- 08 Apr, 2024 1 commit
-
-
Jaroslava Fiedlerova authored
-
- 12 Feb, 2024 1 commit
-
-
Robert Schmidt authored
The CI would only detect a deviation from the normalized value based on a configurable threshold, typically 1.25 (so we would tolerate a 25% increase). However, it often happens that a timing gets shorter (e.g., forgot to put the timing measurements). This commit introduces a "Deviation Threshold" (smaller than 1) to not only check that we exceed 1.0 + "Deviation Threshold" (as before), but also that are not below 1.0 - "Deviation Threshold". In other words, assuming a maximum divergence of 25%, instead of just checking if val > 1.25, we now also check if val < 0.75 (and flag error).
-
- 03 Feb, 2024 1 commit
-
-
Luis Pereira authored
- show MAC bytes in one line - add MCS table idx - show ulsch errors before ulsch DTX (as in DL) - show if UE in-sync/out-of-sync - show CU UE ID next to RNTI to stats Since we modify the format of the statistics, fix the format in the retx checkers of the CI.
-
- 18 Sep, 2023 1 commit
-
-
Raphael Defosseux authored
Laurent noticed it on one of his MR and confirmed with him: -- Volumes have be created the 1st time they ran on avra on July 7th -- Volumes were created with not only the raw files but also the nr-softmodem executable Solution: two-fold: 1. using the `docker-compose down -v` syntax, the volume is deleted automatically 2. I added redundancy with the custom command to remove the used volume Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 21 Jun, 2023 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 28 Apr, 2023 1 commit
-
-
Dhanuja Elizabeth Thomas authored
-
- 13 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-
- 10 Mar, 2023 1 commit
-
-
Robert Schmidt authored
-
- 23 Feb, 2023 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 18 Feb, 2023 2 commits
-
-
Dhanuja Elizabeth Thomas authored
-
Dhanuja Elizabeth Thomas authored
-
- 30 Nov, 2022 1 commit
-
-
Robert Schmidt authored
- Remove any FlexRAN code - Cleanup config files - Remove LFDS7, libyaml dependencies
-
- 18 Nov, 2022 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 29 Oct, 2022 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 28 Oct, 2022 1 commit
-
-
Robert Schmidt authored
-
- 27 Oct, 2022 1 commit
-
-
Raphael Defosseux authored
fix(ci): when running the bare-metal pipelines, some files are already on the target side with root ownership. Copy is bypassed Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 26 Oct, 2022 1 commit
-
-
Raphael Defosseux authored
* Copying everything back to the python executor workspace * For iperf operations, client and server logs are always copied, even when successful * for xNB run logs, since we could delete completely xNB workspaces on the python executor, they are always there * Copying back to the xNB server #0 for artifacting Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 18 Oct, 2022 3 commits
-
-
Robert Schmidt authored
-
hardy authored
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 05 Oct, 2022 3 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
francescomani authored
-
- 16 Aug, 2022 1 commit
-
-
Robert Schmidt authored
-
- 10 Aug, 2022 1 commit
-
-
Raphael Defosseux authored
- Problem with escaping chars - Killing properly tshark process on EPC - standalone Terminate eNB was failing Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 04 Aug, 2022 1 commit
-
-
Sagar Parsawar authored
-
- 12 May, 2022 1 commit
-
-
Robert Schmidt authored
-
- 28 Apr, 2022 1 commit
-
-
Laurent Thomas authored
-
- 08 Apr, 2022 1 commit
-
-
Raphael Defosseux authored
-- Excluded the 2nd UE container IP address from capture -- Also added support for multiple UEs for dlsch_ulsch_stats Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 04 Apr, 2022 1 commit
-
-
Raphael Defosseux authored
Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 30 Mar, 2022 2 commits
-
-
Raphael Defosseux authored
* The quectel CM program output is now redirected to a file. Easier to follow when running * I added `-i 1` option to all server iperf commands to have details * module-based iperf logs are also copied to the RAN enb log folder so they are artifacted * iperf3 console output was badly formatted * `docker kill --signal INT` does not stop the container Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
Raphael Defosseux authored
- Adding new templates for nFAPI in gNB and NR-UE images - Better entrypoint for NR-UE (alignment on others) - New Test method: StatsFromGenObject - At deployment, image name, size and date are printed - Initial scenario with 1 NR-UE and just ping operations - Trigger new child sub-pipeline for L2-sim-5G tests Signed-off-by:
Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 02 Mar, 2022 1 commit
-
-
hardy authored
-
- 01 Mar, 2022 1 commit
-
-
Robert Schmidt authored
-
- 28 Feb, 2022 1 commit
-
-
Robert Schmidt authored
-