Commit aae8cbd7 authored by stl's avatar stl
Browse files

Merge branch 'TTF033' of https://forge.etsi.org/rep/int/5g-core/ngap.git into TTF033

parents 48536e7e 76d5bcfd
Loading
Loading
Loading
Loading
+49 −5
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ file and shall not imply any sub-license right.
/* interface at GNB */
Package TP_GNB {
      
      
    
    Group "8.2 PDU Session Management Procedures"
    {
    	import all from Ngap_Common;
@@ -1417,6 +1415,52 @@ Package TP_GNB {
		
    } // 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 "Initial UE Message"
@@ -1612,17 +1656,17 @@ Package TP_GNB {
	Group "8.9 Warning Message Transmission Procedures"
	{
		
	} // "8.9 Warning Message Transmission Procedures"
	} // end "8.9 Warning Message Transmission Procedures"
	
	Group "8.10 NRPPa Transport Procedures"
	{
		
	} // "8.10 NRPPa Transport Procedures"
	} // end "8.10 NRPPa Transport Procedures"
	
	Group "8.11 Trace Procedures"
	{
		
	} // "8.11 Trace Procedures"
	} // end "8.11 Trace Procedures"
	
	Group "8.12 Location Reporting Procedures"
	{