- 07 Aug, 2023 2 commits
-
-
Robert Schmidt authored
The results of individual UEs (e.g., ping) is listed vertically, like so: | ping results | UE1 | | | UE2 | | | UE3 | Where UE1, UE2, ... represents an entire box with results for UE 1, 2, ... For many UEs, this results in considerable need for vertical space. This commit changes to something like the following to save space: | ping results | UE1 UE2 UE3 | For a single UE, this commit has no major impact (the boxes are not stretched to width anymore).
-
Robert Schmidt authored
A side effect of the previous commit's refactoring is that we mark the pipeline as failed if a (packet loss/bitrate) threshold is violated. Previously, the HTML would contain a "Perf not met" hint, but be marked as successful. This commit introduces more realistic thresholds for various pipeline runs. The values are arbitary, following the performances in pipelines that were marked as successful, but actually had performance problems. They allow, though, a pipeline to pass following the normal performance we saw the last weeks.
-
- 04 Aug, 2023 2 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
Jenkins is programmed to send e-mails, but most people don't use it: - the mail has all results in the attachments, but it is clumsy to navigate between mail reader and browser, and CSS is not correct - there is no link to the actual results - everybody gets a notification from Gitlab, since we also post it there Also, everybody who I asked told me they don't like this mail. Let's get rid of it.
-
- 31 Jul, 2023 3 commits
-
-
Robert Schmidt authored
integration_2023_w30 See merge request oai/openairinterface5g!2272 * !2233 Draft: CI: test of SC-FDMA with Quectel UE * !2256 fix typo in nr_slot_fep_init_sync() * !2262 NR RRC: send "init context setup resp" after receiving reconfig from ue * !2198 fr2: GPIO configuration for Interdigital Radio Unit * !2222 NR Sidelink Pre-Configuration * !2235 improve handling of default SIBs * !2246 NR UE SIB1 detection outside of initial synchronization * !2243 Resolve "Wrong name in the logs for ASN1" * !2224 Ci attach detach * !2270 bugfix: put constants in correct file * demote PRS config "error" to info * switch CI license check and cppcheck to new SSH class
-
Robert Schmidt authored
PRS is not fully supported (NRPP missing, from my understanding), so not that many people will use it. On the other hand, these error messages confuse people. So put it to info.
-
Jaroslava Fiedlerova authored
-
- 29 Jul, 2023 7 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 28 Jul, 2023 8 commits
-
-
Dhanuja Elizabeth Thomas authored
-
Imad Al Samman authored
For FR2 and including analog beamforming, we control the beams via GPIO on radio units. In this commit, introduce a configuration option to switch the GPIO control for different devices: "generic" is the current GPIO control, "interdigital" configures the GPIO configuration to be used with an InterDigital device.
-
Cedric Roux authored
-
Alireza Mohammadi authored
There is a conflict with some E2AP definitions that put ASN as a preprocessor definition. To avoid this conflict, and since ASN1 is more descriptive than ASN, we change the logging mechanism name from ASN to ASN1.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Cedric Roux authored
The RLC tests were not compiling because of the include of openair2/RRC/NR/rrc_gNB_radio_bearers.h by openair2/LAYER2/nr_rlc/nr_rlc_entity.h which does not seem correct/necessary to start with. The only thing needed by nr_rlc_entity.h from rrc_gNB_radio_bearers.h is MAX_DRBS_PER_UE which can be defined in common/platform_constants.h like NGAP_MAX_PDU_SESSION.
-
- 27 Jul, 2023 2 commits
-
-
francescomani authored
-
francescomani authored
-
- 26 Jul, 2023 1 commit
-
-
Cedric Roux authored
-
- 25 Jul, 2023 1 commit
-
-
Cedric Roux authored
-
- 24 Jul, 2023 2 commits
-
-
francescomani authored
-
Robert Schmidt authored
integration_2023_w29 See merge request oai/openairinterface5g!2254 * !2159 chore(ci): adding back part of old IF4.5 LTE legacy tests * !2236 Remove crypt dependency * !2238 Fix cppcheck warnings related to uninitialized variables * !2239 incorrectStringBooleanError CPPCheck warnings fix * !2241 nrUE: quick fix for compatibility with Open5GS * !2244 Fix support for NR band n40 accordingly with 3GPP TS 38.101-1 V15.22.0 * add timeout to Jenkinsfiles to prevent long hangs in CI * !2168 NR FR2 undefined behavior sanitize (segfault in one test) * !2212 make common code for data copy to the scope * !2242 Fix out-of-bound array accesses in PUCCH2 decoder * !2245 Fix warnings emitted by gcc 13 * !2226 CI: modifications in CI scripts - usage of f-strings, constants * !2251 T GUI tools: guard with cmake option, default off * !2252 UE PHY: remove dead code * update timing thresholds * !2249 Fix bug in scheduler locking mechanism
-
- 23 Jul, 2023 1 commit
-
-
Raghavendra Dinavahi authored
-
- 21 Jul, 2023 11 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
These timings shifted slightly in an MR recently. Since it is only micro-seconds, and these thresholds are much higher in the 60 MHz (1x1 and 2x2) tests, it is safe to increase.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Thomas Schlichter authored
This function is used during initial synchronization, only. This typo leads to wrong computation of the OFDM symbol start within a slot, after PBCH decoding. The result is a time offset and therefore a rotation in frequency domain for the initial PDCCH and PDSCH (SIB1) reception.
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-