Commit b00b61b7 authored by kretzschmann's avatar kretzschmann
Browse files

add TPs for section 8.12

parent ee5e5edb
Loading
Loading
Loading
Loading
+35 −0
Original line number Original line Diff line number Diff line
@@ -1646,6 +1646,41 @@ Package TP_AMF {
	
	
	Group "8.12 Location Reporting Procedures"
	Group "8.12 Location Reporting Procedures"
	{
	{
		Group "Location Reporting Control"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_AMF_LRP_01
	        
	        Test objective "Verify that the IUT can send a LOCATION REPORTING CONTROL message that contains mandatory IEs to request a report of the UE's current location."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.12.1 and 9.2.11.1" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A3/5_1
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a Location Reporting Control procedure"
	                }
	                then {
	                    the IUT entity sends an LOCATION_REPORTING_CONTROL containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Location_Reporting_Request_Type
	                     ;   
	                     to the GNB entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_AMF_LRP_01
	    	
		} // end "Location Reporting Control"
		
		
	} // end "8.12 Location Reporting Procedures"
	} // end "8.12 Location Reporting Procedures"
	
	
+99 −0
Original line number Original line Diff line number Diff line
@@ -1665,6 +1665,105 @@ Package TP_GNB {
	
	
	Group "8.12 Location Reporting Procedures"
	Group "8.12 Location Reporting Procedures"
	{
	{
		Group "Location Reporting Failure Indication"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_GNB_LRP_01
	        
	        Test objective "Verify that the IUT can send a LOCATION REPORTING FAILURE INDICATION message after that contains mandatory IEs receiving a LOCATION REPORTING CONTROL message with two identical Location Reporting Reference IDs."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.12.2, 9.2.11.1, 9.2.11.2 and 9.3.1.65" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A3/5_1
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity sends an LOCATION_REPORTING_CONTROL containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Location_Reporting_Request_Type containing
	                        	Event_Type,
	                        	Report_Area,
	                        	Area_of_Interest_List containing
	                        		Area_of_Interest_Item containing
		                        		Area_of_Interest,
		                        		Location_Reporting_Reference_ID indicating value PX_REPORTING_REFERENCE_ID
		                        	;,
		                        	Area_of_Interest_Item containing
		                        		Area_of_Interest,
		                        		Location_Reporting_Reference_ID indicating value PX_REPORTING_REFERENCE_ID
		                        	;
		                        ;
		                 	;
	                     ;
	                     from the AMF entity
	                }
	                then {
	                    the IUT entity sends an LOCATION_REPORTING_CONTROL containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Cause containing
	                        	CHOICE_Cause_Group containing
	                        		Radio_Network_Layer_Cause indicating value Multiple_Location_Reporting_Reference_ID_instances
	                        	;
	                        ;
	                     ;   
	                     to the AMF entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_GNB_LRP_01
	    	
		} // end "Location Reporting Failure Indication"
		
		Group "Location Report"
    	{
	    	import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_GNB_LRP_02
	        
	        Test objective "Verify that the IUT can send a LOCATION REPORT message that contains mandatory IEs to provide the UE's current location."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.12.2 and 9.2.11.3"
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A3/5_1
    		
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity sends an LOCATION_REPORTING_CONTROL containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Location_Reporting_Request_Type
	                     ;
	                     from the AMF entity
	                }
	                then {
	                    the IUT entity sends an LOCATION_REPORT containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        User_Location_Information,
	                        Location_Reporting_Request_Type
	                     ;   
	                     to the AMF entity       
	                }
	           	}
	            
	    	} // end TP_NGAP_GNB_LRP_02
	    	
		} // end "Location Report"
		
		
	} // end "8.12 Location Reporting Procedures"
	} // end "8.12 Location Reporting Procedures"