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)
}
}
gnb->delete(gnb);
ue->delete(ue);
gnb->delete_entity(gnb);
ue->delete_entity(ue);
free(sdu);
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