-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # include/srsran/adt/bitmap_utils.h # include/srsran/f1u/cu_up/f1u_bearer.h # include/srsran/f1u/cu_up/f1u_bearer_factory.h # include/srsran/f1u/cu_up/f1u_rx_delivery_notifier.h # include/srsran/f1u/cu_up/f1u_rx_pdu_handler.h # include/srsran/f1u/cu_up/f1u_rx_sdu_notifier.h # include/srsran/f1u/cu_up/f1u_tx_pdu_notifier.h # include/srsran/f1u/cu_up/f1u_tx_sdu_handler.h # include/srsran/f1u/du/f1u_bearer.h # include/srsran/f1u/du/f1u_bearer_factory.h # include/srsran/f1u/du/f1u_config.h # include/srsran/f1u/du/f1u_rx_pdu_handler.h # include/srsran/f1u/du/f1u_rx_sdu_notifier.h # include/srsran/f1u/du/f1u_tx_delivery_handler.h # include/srsran/f1u/du/f1u_tx_pdu_notifier.h # include/srsran/f1u/du/f1u_tx_sdu_handler.h # include/srsran/f1u/local_connector/f1u_local_bearer_adapter.h # include/srsran/f1u/local_connector/f1u_local_connector.h # include/srsran/phy/upper/rx_softbuffer_pool.h # include/srsran/phy/upper/unique_rx_softbuffer.h # include/srsran/ran/precoding/precoding_weight_matrix_formatters.h # lib/e2/e2sm/e2sm_param_provider.h # lib/f1u/cu_up/f1u_bearer_factory.cpp # lib/f1u/cu_up/f1u_bearer_impl.cpp # lib/f1u/du/f1u_bearer_factory.cpp # lib/f1u/du/f1u_bearer_impl.cpp # lib/f1u/local_connector/f1u_local_connector.cpp # lib/hal/dpdk/bbdev/CMakeLists.txt # lib/phy/support/resource_grid_pool_impl.cpp # lib/phy/support/resource_grid_pool_impl.h # lib/phy/upper/channel_processors/pdsch_codeblock_processor.h # lib/phy/upper/channel_processors/pusch/pusch_processor_logging_decorator.h # lib/phy/upper/rx_softbuffer_impl.h # lib/phy/upper/rx_softbuffer_pool_impl.cpp # lib/phy/upper/rx_softbuffer_pool_impl.h # lib/scheduler/policy/scheduler_time_rr.cpp # lib/scheduler/policy/scheduler_time_rr.h # lib/scheduler/policy/ue_allocator.h # lib/scheduler/support/dci_builder.cpp # lib/scheduler/support/dci_builder.h # lib/scheduler/support/sch_pdu_builder.cpp # lib/scheduler/support/sch_pdu_builder.h # lib/scheduler/ue_scheduling/ue_cell_grid_allocator.cpp # lib/scheduler/ue_scheduling/ue_cell_grid_allocator.h # lib/support/version/version.cpp # tests/unittests/cu_cp/CMakeLists.txt # tests/unittests/cu_up/CMakeLists.txt # tests/unittests/fapi/builders/uci_indication_test.cpp # tests/unittests/fapi_adaptor/phy/messages/dl_pdcch_pdu_test.cpp # tests/unittests/fapi_adaptor/phy/messages/dl_pdsch_pdu_test.cpp # tests/unittests/phy/upper/channel_processors/CMakeLists.txt # tests/unittests/phy/upper/rx_softbuffer_pool_test.cpp # tests/unittests/phy/upper/tx_softbuffer_pool_test_doubles.h
- Loading branch information
Showing
3,268 changed files
with
15,239 additions
and
8,219 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb | ||
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina | ||
RETINA_VERSION=0.38.0 | ||
RETINA_VERSION=0.40.0 | ||
AMARISOFT_VERSION=2023-03-17 | ||
SRSUE_VERSION=23.11 | ||
OPEN5GS_VERSION=2.5.6 | ||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | ||
METRICS_SERVER_VERSION=1.5.0 | ||
METRICS_SERVER_VERSION=1.5.1 | ||
DPDK_VERSION=23.07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
#!/bin/bash | ||
# | ||
# Copyright 2021-2024 Software Radio Systems Limited | ||
# | ||
# By using this file, you agree to the terms and conditions set | ||
# forth in the LICENSE file which can be found at the top level of | ||
# the distribution. | ||
# | ||
|
||
set -e | ||
|
||
echo "==================" | ||
echo "= Update headers =" | ||
echo "==================" | ||
|
||
# for CMake/YML files | ||
find . -type f -\( -name "CMakeLists.txt" -o -name "*.cmake" -o -name "*.yml" -o -name "*.sh" -o -name "Dockerfile" \) \ | ||
! -path "*/configs/*" ! -path "*/.github/*" ! -path "*/.gitlab/*" ! -path "*/docker/open5gs/*" ! -name "FindBackward.cmake" \ | ||
-print0 | while IFS= read -r -d '' file; do | ||
|
||
# Check header format | ||
found_header=false | ||
while IFS= read -r line; do | ||
if [ -z "$line" ] && [ "$found_header" = false ]; then | ||
continue # Ignore empty lines before first comment block | ||
elif [[ "$line" =~ ^#.*$ ]]; then | ||
found_header=true | ||
continue # This line start with #. Keep reading | ||
elif [[ -z "$line" ]]; then | ||
break # Empty line after the header block. The format is valid and exit. | ||
else | ||
echo "$file: Header (or empty line after it) is missing." | ||
exit 1 | ||
fi | ||
done <"$file" | ||
|
||
# Replace header | ||
perl -0777 -pi -e "s/#[^!][\s\S]*?(?=\n.*?=|\n\n)/# | ||
# Copyright 2021-$(date +%Y) Software Radio Systems Limited | ||
# | ||
# This file is part of srsRAN | ||
# | ||
# srsRAN is free software: you can redistribute it and\/or modify | ||
# it under the terms of the GNU Affero General Public License as | ||
# published by the Free Software Foundation, either version 3 of | ||
# the License, or (at your option) any later version. | ||
# | ||
# srsRAN is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# A copy of the GNU Affero General Public License can be found in | ||
# the LICENSE file in the top-level directory of this distribution | ||
# and at http:\/\/www.gnu.org\/licenses\/. | ||
#/" "$file" | ||
|
||
done | ||
|
||
# for actual source and header files | ||
find . -type f \( -name "*.cpp" -o -name "*.h" -o -name "*.h.in" \) \ | ||
! -path "*/external/*" ! -name "rfnoc_test.cc" \ | ||
-exec perl -0777 -pi -e "s{/\*.*?\*/}{/* | ||
* | ||
* Copyright 2021-$(date +%Y) Software Radio Systems Limited | ||
* | ||
* This file is part of srsRAN. | ||
* | ||
* srsRAN is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
* published by the Free Software Foundation, either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* srsRAN is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* A copy of the GNU Affero General Public License can be found in | ||
* the LICENSE file in the top-level directory of this distribution | ||
* and at http://www.gnu.org/licenses/. | ||
* | ||
*/}s" {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.