Commit 3d581605 authored by kretzschmann's avatar kretzschmann
Browse files

fix error with Paging message in wrong section

parent 0b1beaf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@ Package Ngap_Common {
            - PICS_A4/1_3	//AMF - PDU session management procedure - PDU SESSION RESOURCE MODIFY REQUEST
            - 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_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/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_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_2	//AMF - Warning Message Transmission procedure - PWS CANCEL REQUEST
            - PICS_A4/8_3	//AMF - Warning Message Transmission procedure - PWS RESTART INDICATION
            - PICS_A4/8_3	//AMF - Warning Message Transmission procedure - PWS RESTART INDICATION
+46 −0
Original line number Original line Diff line number Diff line
@@ -1140,6 +1140,52 @@ Package TP_AMF {
    	   	
    	   	
    } // End Group "8.4 UE Mobility Management Procedures"
    } // 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 "8.6 Transport of NAS Messages Procedures"
    {   	
    {   	
	    Group "Downlink NAS Transport"
	    Group "Downlink NAS Transport"
+10 −235
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_1
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -90,7 +90,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_1
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -162,7 +162,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_1
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -221,7 +221,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_1
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -283,7 +283,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_2
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -333,7 +333,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_2
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -389,7 +389,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_3
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -456,7 +456,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_4
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -497,7 +497,7 @@ Package TP_GNB {
        
        
        Config Id CFG_GNB_01
        Config Id CFG_GNB_01
        
        
        PICS Selection PICS_A2/1 and PICS_A3/1_5
        PICS Selection PICS_A3/5_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
            the UE entity isRegisteredTo the AMF
@@ -1410,52 +1410,6 @@ Package TP_GNB {
		
		
    } // End Group "8.4 UE Mobility Management Procedures"
    } // 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_GNB_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_GNB_01
	        
	        PICS Selection PICS_A3/5_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 Page procedure"
	                }
	                then {
	                    the IUT entity sends an INITIAL_UE_MESSAGE containing
	                        UE_Paging_Identity containing
	                        	5G_S_TMSI containing
	                        		5G_S_TMSI
	                        	;
	                        ;
	                    ;
	                    to the AMF entity
	            	}
	        	}
	            
	    	} // end TP_NGAP_GNB_PAG_01 
    	} // end "Paging"
    	
    } // end "8.5 Paging Procedures"
    
    Group "8.6 Transport of NAS Messages Procedures"
    Group "8.6 Transport of NAS Messages Procedures"
    {
    {
    	Group "Initial UE Message"
    	Group "Initial UE Message"
@@ -1650,185 +1604,6 @@ Package TP_GNB {


	Group "8.9 Warning Message Transmission Procedures"
	Group "8.9 Warning Message Transmission Procedures"
	{
	{
    	import all from Ngap_Common;
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_WTP_01 
        
        Test objective "Verify that the NG-RAN node successfully processes a WRITE-REPLACE WARNING REQUEST containing mandatory IEs and answers with WRITE-REPLACE WARNING RESPONSE to start broadcasting of warning messages."
        
        Reference 
            "ETSI TS 138 413 [1], Clause 8.9.1.2" 
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/8_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a WRITE_REPLACE_WARNING_REQUEST containing 
                        Message_Identifier,
                        Serial_Number,
                        Repetition_Period,
                        Number_of_Broadcasts_Requested;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a  WRITE_REPLACE_WARNING_RESPONSE containing
                        Message_Identifier,
                        Serial_Number;
                     to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_WTP_01
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_WTP_02 
        
        Test objective "Verify that the NG-RAN node successfully processes a WRITE-REPLACE WARNING REQUEST containing Message Identifier IE and/or Serial Number IE different from those in the warning message being broadcast and if Concurent Warning Message Indicator is not present then IUT node answers with WRITE-REPLACE WARNING RESPONSE  and replaces the warning message being broadcast with newly received one for that area."
        
        Reference 
            "ETSI TS 138 413 [1], Clause 8.9.1.2" //paragraph 3 
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/8_1
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a WRITE_REPLACE_WARNING_REQUEST containing 
                        Message_Identifier indicating value "different from already being broadcasted",
                        Serial_Number indicating value "different from already being broadcasted",
                        Repetition_Period,
                        Number_of_Broadcasts_Requested,
                        not Concurent_Warning_Message_Indicator;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a  WRITE_REPLACE_WARNING_RESPONSE containing
                        Message_Identifier,
                        Serial_Number;
                     to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_WTP_02
            
        //TODO:possible to add additional tests from 8.9.1.2 paragraph 4 and on
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_WTP_03 
        
        Test objective "Verify that the NG-RAN node successfully processes a PWS CANCEL REQUEST containing mandatory IEs and answers with PWS CANCEL RESPONSE to cancel an already ongoing broadcast warning messages in all of the cells in the NG-RAN."
        
        Reference 
            "ETSI TS 138 413 [1], Clause 8.9.2.2" //paragraph 3
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/8_2
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a PWS_CANCEL_REQUEST containing 
                        Message_Identifier,
                        Serial_Number;
                    from the AMF entity
                }
                then {
                    the IUT entity sends a PWS_CANCEL_RESPONSE containing
                        Message_Identifier,
                        Serial_Number;
                     to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_WTP_03
            
        //TODO:possible to add additional tests from 8.9.2.2 paragraph 3, 5 and on
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_WTP_04 
        
        Test objective "Verify that the IUT can send a PWS RESTART INDICATION to inform AMF that PWS information for some or all cells may be reloaded from the CBC if needed."
        
        Reference 
            "ETSI TS 138 413 [1], Clause 8.9.3.2"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/8_3
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity indicate a PWS restart indication
                }
                then {
                    the IUT entity sends a PWS_RESTART_INDICATION containing
                        Cell_List_for_Restart,
                        Global_RAN_Node_ID;
                     to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_WTP_04
    	 
    	Test Purpose {
		
        TP Id TP_NGAP_GNB_WTP_05 
        
        Test objective "Verify that the IUT can send a PWS FAILURE INDICATION to inform AMF that ongoing PWS operation for one or more cells has failed."
        
        Reference 
            "ETSI TS 138 413 [1], Clause 8.9.4.2"
        
        Config Id CFG_GNB_01
        
        PICS Selection PICS_A2/1 and PICS_A3/8_4
        
        Initial conditions with {
            the UE entity isRegisteredTo the AMF
        }
        
        Expected behaviour
            ensure that {
                when {
                    the IUT entity indicate a PWS failure indication
                }
                then {
                    the IUT entity sends a PWS_FAILURE_INDICATION containing
                        PWS_Failed_Cell_List,
                        Global_RAN_Node_ID;
                     to the AMF entity
               	}
           	}
            
        } // end TP_NGAP_GNB_WTP_05
		
		
	} // end "8.9 Warning Message Transmission Procedures"
	} // end "8.9 Warning Message Transmission Procedures"