fix(fronthaul): Add missing SPDX headers to files in fronthaul directory

Signed-off-by: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
This commit is contained in:
Bartosz Podrygajlo
2026-06-11 12:51:07 +02:00
parent 19a8a0d1d4
commit 8b04c038f1
4 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
set(DPDK_TEST_ARGS "--no-huge" "--iova-mode=va" "--no-pci")
add_executable(test_fh_timer test_fh_timer.c)

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: LicenseRef-CSSL-1.0
*/
#include "common/platform_types.h"
#include "xran_pkt_api.h"
#include "oru_packet_processor.h"

View File

@@ -1,3 +1,7 @@
/*
* SPDX-License-Identifier: LicenseRef-CSSL-1.0
*/
#include <stdint.h>
#include <stddef.h>

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: MIT
set -e
# This script downloads a PCAP file, unarchives it, and then runs a test executable.