Commit 0b9c6040 authored by kretzschmann's avatar kretzschmann
Browse files

add TP TP_NGAP_AMF_CMP_12

parent 4fb3e70b
Loading
Loading
Loading
Loading
+54 −2
Original line number Diff line number Diff line
@@ -490,7 +490,7 @@ Package TP_AMF {
		       	
    	} // End Group "Connection Establishment Indication"
    	
    	Group "Connection Establishment Indication"
    	Group "AMF CP Relocation Indication"
    	{
    		
    		import all from Ngap_Common;
@@ -529,7 +529,59 @@ Package TP_AMF {
		                
		       	}  // End TP TP_NGAP_AMF_CMP_10
		       	
    	} // End Group "Connection Establishment Indication"
    	} // End Group "AMF CP Relocation Indication"
    	
    	Group "Retrieve UE information"
        {
        	
        	import all from Ngap_Common;
    		
    		Test Purpose {
		
		        TP Id TP_NGAP_GNB_CMP_12
		        
		        Test objective "Verify that the IUT can successfully request UE information from the AMF."
		        
		        Reference 
		            "ETSI TS 138 413 [1], Clauses 8.3.9.2",
		            "ETSI TS 138 413 [1], Clauses 8.3.10.2" 
		        
		        Config Id CFG_AMF_01
		        
		        PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
		        
				Initial conditions with {
            		the UE entity isRegisteredTo the AMF // TODO: check initial conditions
        		}
		        
		        Expected behaviour
		            ensure that {
		            	when {	                	
	                		the IUT entity receives a RETRIEVE_UE_INFORMATION containing
	                			5G_S_TMSI containing
	                				AMF_Set_ID,
	                				AMF_Pointer,
	                				5G_TMSI
	                			;
	                		;
	                		from the GNB entity	
                		}
		                then {
		                    the IUT entity sends a UE_INFORMATION_TRANSFER containing  	
		                        5G_S_TMSI containing
	                				AMF_Set_ID,
	                				AMF_Pointer,
	                				5G_TMSI
	                			;
	                		;
		                    to the GNB entity
		                }
		                
		        	}
		                
		       	}  // End TP TP_NGAP_GNB_CMP_12
        	
        } // End Group "Retrieve UE information"
    	
    	Group "UE Context Suspend"
            {