• Rúben Soares Silva's avatar
    Address warnings in lte-enb.c by changing oai_cputime_t type. · b46e20ab
    Rúben Soares Silva authored
    Since long long is the bigger type ( 8 bytes ) of the two used ( long long and uint32_t ),
    and long long is also available on ARM, change this parameter to always have this type.
    
    This allows to always use format specifier '%lld' in the logs that use TICK_TO_US, which would otherwise return long long or uint32_t depending on architecture.
    b46e20ab
time_meas.h 8.06 KB