1. 03 Jun, 2024 23 commits
  2. 29 May, 2024 1 commit
    • Guido Casati's avatar
      Introduce new macros to improve debugging capabilities in F1AP library · 0134c6f2
      Guido Casati authored
      * CHECK_AND_RETURN_FALSE can be used to check a condition and return `false` if the condition is not met.
        When the condition fails, the macro will print a debug message to the standard error stream,
        including the function name, line number, and the provided format string and arguments.
      * CHECK_F1AP_CONDITION, CHECK_IE_CONDITION can be used to check condition on F1AP IEs or messages, and return
        false or NULL respectively if the condition is not met
      * CHECK_CRITICALITY_REJECT can be used to check whether the criticality of an F1AP IE is reject or not
      0134c6f2
  3. 23 May, 2024 16 commits