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.
Vasil Velichkov ef9d16a3cf PHY: Initialize pucch3_w_n_oc_5 using precomputed constants when compiled with clang
Fixes the following clang-7's error

srsLTE/lib/src/phy/phch/pucch.c:307:9: error: initializer element is not a compile-time constant
    {1, cexpf(I * 2 * M_PI / 5), cexpf(I * 4 * M_PI / 5), cexpf(I * 6 * M_PI / 5), cexpf(I * 8 * M_PI / 5)},
        ^~~~~~~~~~~~~~~~~~~~~~~

Add SRSLTE_PUCCH_FORMAT_3 in the pucch_test
5 years ago
..
examples fixed naming for ue_sync_nbiot 5 years ago
include fixing two more issues reported by lgtm in asn1 libs 5 years ago
src PHY: Initialize pucch3_w_n_oc_5 using precomputed constants when compiled with clang 5 years ago
test included ngap and rrc nr asn1 in asn1/ folder and added a ngap_test 5 years ago
CMakeLists.txt update copyright notice 6 years ago