mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	Fix the test program
This commit is contained in:
		@@ -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]);
 | 
			
		||||
 
 | 
			
		||||
@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user