Commit e1027c7f authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF033' into 'devel'

Merging Test Purposes into devel branch

See merge request !3
parents 14990521 9dbfeee5
Loading
Loading
Loading
Loading
+46 −1
Original line number Diff line number Diff line
@@ -22,7 +22,52 @@ Package Ngap_Common {
    Domain {
        pics:
            - NONE
            - PICS_A3/5_1
            - PICS_A2/1		//gNB
            - PICS_A2/2		//AMF
            - PICS_A3/1_1	//gNB - PDU session management procedure - PDU SESSION RESOURCE SETUP REQUEST 
            - PICS_A3/1_2	//gNB - PDU session management procedure - PDU SESSION RESOURCE RELEASE COMMAND
            - PICS_A3/1_3	//gNB - PDU session management procedure - PDU SESSION RESOURCE MODIFY REQUEST 
            - PICS_A3/1_4	//gNB - PDU session management procedure - PDU SESSION RESOURCE MODIFY NOTIFY 
            - PICS_A3/1_5	//gNB - PDU session management procedure - PDU SESSION RESOURCE MODIFY INDICATION
            - PICS_A3/2_1	//gnB - UE Context Management Procedures - INITIAL CONTEXT SETUP REQUEST
            - PICS_A3/2_2	//gnB - UE Context Management Procedures - UE CONTEXT RELEASE REQUEST
            - PICS_A3/2_3	//gnB - UE Context Management Procedures - UE CONTEXT RELEASE COMMAND
            - PICS_A3/2_4	//gnB - UE Context Management Procedures - UE CONTEXT MODIFICATION REQUEST
            - PICS_A3/2_5	//gnB - UE Context Management Procedures - RRC INACTIVE TRANSITION REPORT
            - PICS_A3/2_8	//gnB - UE Context Management Procedures - RAN CP Relocation Indication
            - PICS_A3/2_11	//gnB - UE Context Management Procedures - UE CONTEXT SUSPEND REQUEST
            - PICS_A3/2_12	//gnB - UE Context Management Procedures - UE CONTEXT RESUME REQUEST
            - PICS_A3/5_1	//gNB - Transport of NAS Messages Procedures - INITIAL UE MESSAGE 
            - PICS_A3/8_1	//gNB - Warning Message Transmission procedure - WRITE-REPLACE WARNING REQUEST
            - PICS_A3/8_2	//gNB - Warning Message Transmission procedure - PWS CANCEL REQUEST
            - PICS_A3/8_3	//gNB - Warning Message Transmission procedure - PWS RESTART INDICATION
            - PICS_A3/8_4	//gNB - Warning Message Transmission procedure - PWS FAILURE INDICATION
            - PICS_A3/9_1	//gNB - NRPPa Transport procedure - DOWNLINK UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A3/9_2	//gNB - NRPPa Transport procedure - UPLINK UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A3/9_3	//gNB - NRPPa Transport procedure - DOWNLINK NON UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A3/9_4	//gNB - NRPPa Transport procedure - UPLINK NON UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A3/10_1	//gNB - Trace procedure - TRACE START messages
            - PICS_A3/10_2	//gNB - Trace procedure - TRACE FAILURE INDICATION messages
            - PICS_A3/10_3	//gNB - Trace procedure - DEACTIVATE TRACE messages
            - PICS_A3/10_4	//gNB - Trace procedure - CELL TRAFFIC TRACE messages
            - PICS_A4/1_1	//AMF - PDU session management procedure - PDU SESSION RESOURCE SETUP REQUEST 
            - PICS_A4/1_2	//AMF - PDU session management procedure - PDU SESSION RESOURCE RELEASE COMMAND
            - PICS_A4/1_3	//AMF - PDU session management procedure - PDU SESSION RESOURCE MODIFY REQUEST
            - PICS_A4/1_4	//AMF - PDU session management procedure - PDU SESSION RESOURCE MODIFY NOTIFY
            - PICS_A4/1_5	//AMF - PDU session management procedure - PDU SESSION RESOURCE MODIFY INDICATION
            - PICS_A4/4_1	//AMF - Paging procedures - Paging
            - PICS_A4/8_1	//AMF - Warning Message Transmission procedure - WRITE-REPLACE WARNING REQUEST
            - PICS_A4/8_2	//AMF - Warning Message Transmission procedure - PWS CANCEL REQUEST
            - PICS_A4/8_3	//AMF - Warning Message Transmission procedure - PWS RESTART INDICATION
            - PICS_A4/8_4	//AMF - Warning Message Transmission procedure - PWS FAILURE INDICATION
            - PICS_A4/9_1	//AMF - NRPPa Transport procedure - DOWNLINK UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A4/9_2	//AMF - NRPPa Transport procedure - UPLINK UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A4/9_3	//AMF - NRPPa Transport procedure - DOWNLINK NON UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A4/9_4	//AMF - NRPPa Transport procedure - UPLINK NON UE ASSOCIATED NRPPA TRANSPORT messages
            - PICS_A4/10_1	//gNB - Trace procedure - TRACE START messages
            - PICS_A4/10_2	//gNB - Trace procedure - TRACE FAILURE INDICATION messages
            - PICS_A4/10_3	//gNB - Trace procedure - DEACTIVATE TRACE messages
            - PICS_A4/10_4	//gNB - Trace procedure - CELL TRAFFIC TRACE messages
            - NOT_PICS_2
        ;
        entities:
+256 −5
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ Package TP_AMF {
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A3/5_1
        PICS Selection PICS_A2/2 and PICS_A4/1_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
@@ -70,7 +70,7 @@ Package TP_AMF {
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A3/5_1
        PICS Selection PICS_A2/2 and PICS_A4/1_2
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
@@ -111,7 +111,7 @@ Package TP_AMF {
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A3/5_1
        PICS Selection PICS_A2/2 and PICS_A4/1_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
@@ -161,7 +161,7 @@ Package TP_AMF {
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A3/5_1
        PICS Selection PICS_A2/2 and PICS_A4/1_5
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
@@ -224,7 +224,7 @@ Package TP_AMF {
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A3/5_1
        PICS Selection PICS_A2/2 and PICS_A4/1_5
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
@@ -1140,6 +1140,52 @@ Package TP_AMF {
    	   	
    } // End Group "8.4 UE Mobility Management Procedures"

    Group "8.5 Paging Procedures"
    {
    	Group "Paging"
    	{
    		import all from Ngap_Common;
	    	 
	    	Test Purpose {
			
	        TP Id TP_NGAP_AMF_PAG_01 
	        
	        Test objective "Verify that the IUT can send a PAGING message to enable the AMF to page a UE."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.5.1.2 and 9.2.4.1" 
	        
	        Config Id CFG_AMF_01
	        
	        PICS Selection PICS_A4/4_1
	        
	        // TODO: initial condition?
	        Initial conditions with {
        		the UE entity isRegisteredTo the AMF
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity indicate the initiation "of a Paging procedure"
	                }
	                then {
	                    the IUT entity sends a PAGING containing
	                        UE_Paging_Identity containing
	                        	5G_S_TMSI containing
	                        		5G_S_TMSI
	                        	;
	                        ;
	                    ;
	                    to the GNB entity
	            	}
	        	}
	            
	    	} // end TP_NGAP_GNB_PAG_01 
    	} // end "Paging"
    	
    } // end "8.5 Paging Procedures"
    
    Group "8.6 Transport of NAS Messages Procedures"
    {   	
	    Group "Downlink NAS Transport"
@@ -1750,16 +1796,221 @@ Package TP_AMF {
       
	Group "8.9 Warning Message Transmission Procedures"
	{
    	import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_WTP_01 
        
        Test objective "Verify that the IUT can send a WRITE REPLACE WARNING REQUEST to start broadcasting of warning messages."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.9.1.2 and 9.2.8.1" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/8_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a Write message Transmission procedure
                }
                then {
                    the IUT entity sends a  WRITE_REPLACE_WARNING_REQUEST containing 
                        Message_Identifier,
                        Serial_Number,
                        Repetition_Period,
                        Number_of_Broadcasts_Requested;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_WTP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_WTP_02 
        
        Test objective "Verify that the IUT can send a PWS CANCEL REQUEST to cancel broadcasting of warning messages."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.9.2.2 and 9.2.8.3" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/8_2
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a PWS cancel procedure
                }
                then {
                    the IUT entity sends a  PWS_CANCEL_REQUEST containing 
                        Message_Identifier,
                        Serial_Number;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_WTP_02
		
	} // "8.9 Warning Message Transmission Procedures"
	
	Group "8.10 NRPPa Transport Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_NTP_01 
        
        Test objective "Verify that the IUT can send a DOWNLINK UE ASSOCIATED NRPPA TRANSPORT to carry NRPPA signaling between NG-RAN and LMF(Location Management Functionality)."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.10.2.1 and 9.2.9.1" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/9_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a NRPPA transport procedure
                }
                then {
                    the IUT entity sends a DOWNLINK_UE_ASSOCIATED_NRPPA_TRANSPORT containing 	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        Routing_ID,
                        NRPPa_PDU;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_NTP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_NTP_02 
        
        Test objective "Verify that the IUT can send a DOWNLINK_NON_UE_ASSOCIATED_NRPPA_TRANSPORT to carry NRPPA signaling between NG-RAN and LMF(Location Management Functionality)."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.10.2.3 and 9.2.9.3" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/9_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a NRPPA transport procedure
                }
                then {
                    the IUT entity sends a  DOWNLINK_NON_UE_ASSOCIATED_NRPPA_TRANSPORT containing	
                        Routing_ID,
                        NRPPa_PDU;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_NTP_02
		
	} // "8.10 NRPPa Transport Procedures"
	
	Group "8.11 Trace Procedures"
	{
		import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_TRP_01 
        
        Test objective "Verify that the IUT can send a TRACE_START to initiate a trace session for a UE."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.11.1.2 and 9.2.10.1" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/10_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a trace procedure
                }
                then {
                    the IUT entity sends a TRACE_START containing 	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        Trace_Activation containing
                           NG_RAN_Trace_ID,
                           Interfaces_to_Trace,
                           Trace_Depth,
                           Trace_Collection_Entity_IP_Address;;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_TRP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_AMF_TRP_02 
        
        Test objective "Verify that the IUT can send a DEACTIVATE_TRACE to deactivate a trace session for a UE."
        
        Reference 
            "ETSI TS 138 413 [1], Clauses 8.11.3.2 and 9.2.10.3" 
        
        Config Id CFG_AMF_01
        
        PICS Selection PICS_A2/2 and PICS_A4/10_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {  
                	the IUT entity indicate a deactivate trace procedure
                }
                then {
                    the IUT entity sends a DEACTIVATE_TRACE containing 	
                        AMF_UE_NGAP_ID,
                        RAN_UE_NGAP_ID,
                        NG_RAN_Trace_ID;
                     to the GNB entity
                	}
            	}
            
            } // end TP_NGAP_AMF_TRP_02
		
	} // "8.11 Trace Procedures"
	
+383 −60

File changed.

Preview size limit exceeded, changes collapsed.