You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Puschmann 0aff9d9d26 fix -Wstringop-trunc in phy_common helper
gcc8 added a -Wstringop-truncation warning that flags
an issue in phy_common because we are copying a str
to another str without explicitly saying it's null-terminated.

we could turn off the warning using a pragma in the code
but I guess it's safe to just null-terminate after
copying manually

[1] https://stackoverflow.com/questions/50198319/gcc-8-wstringop-truncation-what-is-the-good-practice
5 years ago
..
examples adding GPS sync support to USRP capture example 5 years ago
include test for different enb_cc_idxs as pcell. Bug fixes 5 years ago
src fix -Wstringop-trunc in phy_common helper 5 years ago
test pdcp: allow to configure security for rx/tx seperately 5 years ago
CMakeLists.txt update copyright notice 6 years ago