Add more delay in test-program

This commit is contained in:
Sukchan Lee 2019-12-08 04:09:35 +00:00
parent cef1b46130
commit f7a4d0ed78
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ static void test1_func(abts_case *tc, void *data)
rv = testenb_s1ap_send(s1ap, sendbuf);
ABTS_INT_EQUAL(tc, OGS_OK, rv);
ogs_msleep(50);
/* Receive EMM information */
recvbuf = testenb_s1ap_read(s1ap);
ABTS_PTR_NOTNULL(tc, recvbuf);