- 13 Sep, 2022 5 commits
-
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
Robert Schmidt authored
-
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 9 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.
-
Robert Schmidt authored
-
Robert Schmidt authored
Following changes included: - SD is optional: when value is 0xffffff or not present in config (previously: needed to be set to 0) - Checks SSTs in range [0,255] - Checks SDs in range [0,0xffffff] - Correct typo SST defines
-