Commit 03c8502e authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/nr-rlc-fix-tests' into integration_2023_w39

parents 48d2f999 8aea710a
...@@ -426,8 +426,8 @@ int test_main(void) ...@@ -426,8 +426,8 @@ int test_main(void)
} }
} }
gnb->delete(gnb); gnb->delete_entity(gnb);
ue->delete(ue); ue->delete_entity(ue);
free(sdu); free(sdu);
free(pdu); free(pdu);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment