- 18 Sep, 2022 1 commit
-
-
Robert Schmidt authored
Previously, the cluster-build code would recreate imagestreams, which would drop the association of image streams to images previously created. To avoid this, the code is updated to never delete imagestreams, and only recreate imagestreamtags.
-
- 16 Sep, 2022 3 commits
-
-
Robert Schmidt authored
The tags in the status section simply serves no purpose/is misleading, as it is not used.
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 15 Sep, 2022 1 commit
-
-
Robert Schmidt authored
This reverts commit ebdbb1fc. Same as parent commit.
-
- 13 Sep, 2022 2 commits
-
-
Robert Schmidt authored
This reverts commit 5008eb4e. The RHEL8-Cluster-Image-Builder has problems and is not ready. This commit reverts the switch, and uses RHEL8-Image-Builder instead.
-
Robert Schmidt authored
-
- 12 Sep, 2022 2 commits
-
-
Robert Schmidt authored
integration_2022_wk36b See merge request oai/openairinterface5g!1696 MR !1618 update NR MAC/RLC/PDCP stats MR !1639 NR handling of PHR (preliminary version) MR !1676 make 5 MHz BW work in SA mode with OAI UE MR !1687 quick fix for gnb.sa.band41.fr1.106PRB.usrpb210.conf MR !1688 fix bug gtp-u len and robustify the gtp-u receiver MR !1691 Fix power calculation based on CSI-RS MR !1692 nr rlc: fix in process_control_pdu() MR !1693 Fix to support subscribing event from another thread MR !1681 Build RHEL8 images on Openshift Cluster MR !1595 Sanitize NSSAI configuration in the gNB conf file
-
Robert Schmidt authored
-
- 08 Sep, 2022 12 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Raphael Defosseux authored
Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr>
-
- 06 Sep, 2022 12 commits
-
-
Cedric Roux authored
-
laurent authored
-
laurent authored
-
laurent authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
The plan is to migrate the CI to not need any passwords. This constant can be used to give a dummy password.
-
luis_pereira87 authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
- 05 Sep, 2022 7 commits
-
-
Sakthivel Velumani authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
- especially for plmn_list, will allow to be followed by an MCC/MNC in a single line - tightens regexes to match replacements more accurately, e.g., "val = key" (instead of just searching for "key) - no special rule for SD, which matches SD values (and not the SD field). However, currently it is not possible to specify multiple SDs (multiple SSTs was already not possible)
-
Cedric Roux authored
the following: if (cur_wait_list == entity->wait_end) end_wait_list = prev_wait_list; was done after cur_wait_list is updated to its new value, but the old value has to be used in this test. So end_wait_list was not set properly. This was leading to random crashes later on because then entity->wait_list was NULL but entity->wait_end was not (because of the bug fixed by this commit). The new value for cur_wait_list is also now set using prev_wait_list->next just before the goto, as done in other places in the code. Also "cur" was removed, for it has no purpose and makes the code harder to understand.
-
Robert Schmidt authored
The loop passes over all keys. For plmn_list, there are subentries mcc, mnc, mnc_length. The plmn_list if block assumes that the key is a dict, which was not checked for, leading to a type error.
-