Skip to content

WIP: minor: remove a CPPCHECK error for NR RLC

Cédric Roux requested to merge hotfix-minor-remove-nr-rlc-cppcheck-error into develop

minor: remove a CPPCHECK error for NR RLC

This "error" is not a real error. openair2/LAYER2/nr_rlc/tests/test.c includes testXX.h to define the array int test[] and by design test[2] always exists.

Let's simply suppress the reporting of this error.

Edited by Raphael Defosseux

Merge request reports