Fix the test program

This commit is contained in:
Sukchan Lee 2019-12-08 03:25:37 +00:00
parent 896ca50253
commit dfa5c4f0ee
2 changed files with 3 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ int pgw_ue_pool_generate(void)
if (memcmp(ue_ip->addr, subnet->gw.sub, maxbytes) == 0)
continue;
ogs_debug("[%d] - %x:%x:%x:%x",
ogs_trace("[%d] - %x:%x:%x:%x",
poolindex,
ue_ip->addr[0], ue_ip->addr[1],
ue_ip->addr[2], ue_ip->addr[3]);

View File

@ -233,6 +233,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(300);
/* Send SGsAP-Paging-Request */
rv = testsgsap_paging_request(&sendbuf, 2);
ABTS_INT_EQUAL(tc, OGS_OK, rv);