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)
}
}
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