• Robert Schmidt's avatar
    Leave OER support in asn1c enabled · 6bd69d6e
    Robert Schmidt authored
    OER can be disable with the switch -DASN_DISABLE_OER_SUPPORT. In F1AP,
    disabling OER leads to a typedef void a_type; leading to lots of compilation
    errors because of illegal void variable declarations. This commit leaves OER
    support enabled, avoiding this error.
    6bd69d6e
CMakeLists.txt 96.3 KB