[Test] fix the VoNR test program

This commit is contained in:
Sukchan Lee 2021-12-11 07:11:29 -05:00
parent 07a61018b2
commit 5a85be09d6
1 changed files with 3 additions and 0 deletions

View File

@ -614,6 +614,9 @@ static void test1_func(abts_case *tc, void *data)
rv = testgnb_ngap_send(ngap, sendbuf);
ABTS_INT_EQUAL(tc, OGS_OK, rv);
/* Waiting for modifying dedicated QoS flow */
ogs_msleep(100);
/* Send AF-Session : DELETE */
af_local_send_to_pcf(af_sess, NULL,
af_npcf_policyauthorization_build_delete);