Commit 8aea710a authored by Cedric Roux's avatar Cedric Roux

nr rlc: minor: fix tests

delete() has changed its name
parent 9127258a
...@@ -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