Commit ab1007c2 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

TPs for DRP and RIP groups

parent bb0d4a66
Loading
Loading
Loading
Loading
+99 −1
Original line number Diff line number Diff line
@@ -2104,16 +2104,114 @@ Package TP_AMF {
	
	Group "8.14 UE Radio Capability Management Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_URP_01 
        
        Test objective "Verify that the IUT can send a UE RADIO CAPABILITY CHECK REQUEST to initiate UE Radio Capability Management procedure."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.14.2.2 and 9.2.13.2" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/13_2
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a UE Radio Capability Management procedure
                }
                then {
                    the IUT entity sends a UE_RADIO_CAPABILITY_CHECK_REQUEST containing 	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_URP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_URP_02 
        
        Test objective "Verify that the IUT can send a UE RADIO CAPABILITY ID MAPPING RESPONSE message that contains mandatory IEs to provide the UE radio capabilities id mapping."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.14.3.2, 9.2.13.4 and 9.2.13.5" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/13_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
	                the IUT entity receives a UE_RADIO_CAPABILITY_ID_MAPPING_REQUEST containing  	
	                    UE_Radio_Capability_ID;      
	                from the GNB entity
                }
                then {
                    the IUT entity sends a UE_RADIO_CAPABILITY_ID_MAPPING_RESPONSE containing 	
                        UE_Radio_Capability_ID,
                        UE_Radio_Capability;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_URP_02
		
	} // end Group "8.14 UE Radio Capability Management Procedures"
	
	Group "8.15 Data Usage Reporting Procedures"
	{
		
		//NONE
	} // end Group "8.15 Data Usage Reporting Procedures"
	
	Group "8.16 RIM Information Transfer Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_RIP_01 
        
        Test objective "Verify that the IUT can send a DOWNLINK RIM INFORMATION TRANSFER."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.16.2.2 and 9.2.15.2" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/15_2
        
        Initial conditions with {
            the UE entity isNotRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a RIM Information Transfer procedure
                }
                then {
                    the IUT entity sends a DOWNLINK_RIM_INFORMATION_TRANSFER
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_RIP_01
		
	} // end Group "8.16 RIM Information Transfer Procedures"
} // End of Package TP_AMF
+140 −2
Original line number Diff line number Diff line
@@ -2140,15 +2140,153 @@ Package TP_GNB {
            
        } // end TP_NGAP_GNB_URP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_URP_02
        
        Test objective "Verify that the IUT can send a UE RADIO CAPABILITY CHECK RESPONSE message that contains mandatory IEs to provide the UE radio capabilities."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.14.2.2, 9.2.13.2 and 9.2.13.3"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/13_2
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity sends a UE_RADIO_CAPABILITY_CHECK_REQUEST containing 	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a UE_RADIO_CAPABILITY_CHECK_RESPONSE containing	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        IMS_Voice_Support_Indicator;
                    to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_URP_02
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_URP_03 
        
        Test objective "Verify that the IUT can send a UE RADIO CAPABILITY ID MAPPING REQUEST."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.14.3.2 and 9.2.13.4"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/13_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    
                	the IUT entity indicate a UE Radio Capability Management procedure
                }
                then {
                    the IUT entity sends a UE_RADIO_CAPABILITY_ID_MAPPING_REQUEST containing
                        UE_Radio_Capability_ID;
                    to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_URP_03
		
	} // end Group "8.14 UE Radio Capability Management Procedures"
	
	Group "8.15 Data Usage Reporting Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_DRP_01 
        
        Test objective "Verify that the IUT can send a SECONDARY RAT DATA USAGE REPORT."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.15.1.2 and 9.2.14.1"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/14_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    
                	the IUT entity indicate a Data_Usage_Reporting_procedure
                }
                then {
                    the IUT entity sends a SECONDARY_RAT_DATA_USAGE_REPORT containing	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        PDU_Session_Resource_Secondary_RAT_Usage_List containing
                            PDU_Session_Resource_Secondary_RAT_Usage_Item containing
                                PDU_Session_Id,
                                Secondary_RAT_Data_Usage_Report_Transfer;;;
                    to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_DRP_01
		
	} // end Group "8.15 Data Usage Reporting Procedures"
	
	Group "8.16 RIM Information Transfer Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_RIP_01 
        
        Test objective "Verify that the IUT can send a UPLINK RIM INFORMATION TRANSFER."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.16.1.2 and 9.2.15.1"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/15_1
        
        Initial conditions with {
            the UE entity isNotRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    
                	the IUT entity indicate a RIM Information Transfer procedure
                }
                then {
                    the IUT entity sends a UPLINK_RIM_INFORMATION_TRANSFER
                    to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_RIP_01
		
	} // end Group "8.16 RIM Information Transfer Procedures"