Skip to content

nr rlc: fix standalone tests

Cédric Roux requested to merge nr-rlc-fix-standalone-tests into develop

./run_tests.sh was not functional anymore because of the introduction of AssertFatal() in nr_rlc_entity.c

Including the .h and providing exit_function() solves the problem.

This should have no impact on the CI.

Merge request reports