fix the test program in VoNR

This commit is contained in:
Sukchan Lee 2021-12-11 22:11:36 +09:00
parent 5a85be09d6
commit 4f7bb847a9
1 changed files with 2 additions and 0 deletions

View File

@ -1905,6 +1905,8 @@ static void test5_func(abts_case *tc, void *data)
rv = testgnb_ngap_send(ngap, sendbuf);
ABTS_INT_EQUAL(tc, OGS_OK, rv);
ogs_msleep(100);
/* Send PDU session establishment request */
sess6 = test_sess_add_by_dnn_and_psi(test_ue, "ims", 6);
ogs_assert(sess6);