• Guido Casati's avatar
    Introduce new macros to improve debugging capabilities in F1AP library · 11df3c74
    Guido Casati authored
    * _F1_EQ_CHECK_GENERIC can be used to check the equality of two different members of F1AP structs
      and return `false` if the condition is not met.
    
    When the condition fails, the macros will print a debug message to the standard error stream,
    including the function name, line number, and the provided format string and arguments.
    11df3c74
f1ap_lib_common.h 4.38 KB