fix test code

This commit is contained in:
Sukchan Lee 2020-07-02 01:56:18 -04:00
parent d9743286c5
commit 7343941a50
1 changed files with 2 additions and 0 deletions

View File

@ -809,6 +809,8 @@ static void test2_func(abts_case *tc, void *data)
ABTS_PTR_NOTNULL(tc, recvbuf);
testngap_recv(&test_ue, recvbuf);
ogs_msleep(100);
/* Send PDU session resource setup response */
sendbuf = testngap_build_pdu_session_resource_setup_response(&test_sess);
ABTS_PTR_NOTNULL(tc, sendbuf);