mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	[Test] fix the VoNR test program
This commit is contained in:
		@@ -614,6 +614,9 @@ static void test1_func(abts_case *tc, void *data)
 | 
				
			|||||||
    rv = testgnb_ngap_send(ngap, sendbuf);
 | 
					    rv = testgnb_ngap_send(ngap, sendbuf);
 | 
				
			||||||
    ABTS_INT_EQUAL(tc, OGS_OK, rv);
 | 
					    ABTS_INT_EQUAL(tc, OGS_OK, rv);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /* Waiting for modifying dedicated QoS flow */
 | 
				
			||||||
 | 
					    ogs_msleep(100);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Send AF-Session : DELETE */
 | 
					    /* Send AF-Session : DELETE */
 | 
				
			||||||
    af_local_send_to_pcf(af_sess, NULL,
 | 
					    af_local_send_to_pcf(af_sess, NULL,
 | 
				
			||||||
            af_npcf_policyauthorization_build_delete);
 | 
					            af_npcf_policyauthorization_build_delete);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user