[Test] Fix the SBI running[1]

This commit is contained in:
Sukchan Lee 2022-03-28 23:09:24 +09:00
parent 88016a769f
commit da8c934326
1 changed files with 3 additions and 0 deletions

View File

@ -2395,6 +2395,9 @@ static void vonr_session_test2_func(abts_case *tc, void *data)
rv = testgnb_ngap_send(ngap, sendbuf);
ABTS_INT_EQUAL(tc, OGS_OK, rv);
/* Waiting for deleting PDU session */
ogs_msleep(100);
/* Test Session Remove */
test_sess_remove(sess);