Commit fa69f9ea authored by Steffen Ludtke's avatar Steffen Ludtke
Browse files

new TPs with optional fields in section UE Context Modification

parent 59ceed7c
Loading
Loading
Loading
Loading
+113 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ Package TP_GNB {
	                        UE_Security_Capabilities,
	                        Security_Key,
	                        UE_Radio_Capability, 
	                        Index_to_RAT_FrequencySelection_Priority, 
	                        Index_to_RAT_Frequency_Selection_Priority, 
							Masked_IMEISV,
							NAS_PDU,
							Emergency_Fallback_Indicator,
@@ -1055,6 +1055,118 @@ Package TP_GNB {
        	
        	} // end TP TP_NGAP_GNB_CMP_04
        	
        	Test Purpose {
	
	        TP Id TP_NGAP_GNB_CMP_15
	        
	        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT MODIFICATION REQUEST contains optional fields Security Key and Security Capabilities and answers with UE CONTEXT MODIFICATION RESPONSE with successfully modify UE context."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.4.2" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A2/1 and PICS_A3/2_4
	        
			Initial conditions with {
        		the UE entity isRegisteredTo the AMF and
            	the UE entity hasEstablishedInitialContext
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a UE_CONTEXT_MODIFICATION_REQUEST containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Security_Key, 
	                        UE_Security_Capabilities containing
	                        	NR_Encryption_Algorithms,
	                        	NR_Integrity_Protection_Algorithms,
	                        	E_UTRA_Encryption_Algorithms,
	                        	E_UTRA_Integrity_Protection_Algorithms
	                        	;
	                        ;
	                    from the AMF entity
	                }
	                then {
	                    the IUT entity sends a UE_CONTEXT_MODIFICATION_RESPONSE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID
	                        ;
	                     to the AMF entity
	                	}
	            	}
        	
        	} // end TP TP_NGAP_GNB_CMP_15
        	
        	Test Purpose {
	
	        TP Id TP_NGAP_GNB_CMP_16
	        
	        Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT MODIFICATION REQUEST contains different optional fields and answers with UE CONTEXT MODIFICATION RESPONSE with successfully modify UE context."
	        
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.3.4.2" 
	        
	        Config Id CFG_GNB_01
	        
	        PICS Selection PICS_A2/1 and PICS_A3/2_4
	        
			Initial conditions with {
        		the UE entity isRegisteredTo the AMF and
            	the UE entity hasEstablishedInitialContext
    		}
	        
	        Expected behaviour
	            ensure that {
	                when {
	                    the IUT entity receives a UE_CONTEXT_MODIFICATION_REQUEST containing  	
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        RAN_Paging_Priority,
	                        Index_to_RAT_Frequency_Selection_Priority,
	                        UE_Aggregate_Maximum_Bit_Rate containing
	                        	UE_Aggregate_Maximum_Bit_Rate_Downlink,
	                        	UE_Aggregate_Maximum_Bit_Rate_Uplink
	                        	;,
	                         UE_Security_Capabilities containing
	                        	NR_Encryption_Algorithms,
	                        	NR_Integrity_Protection_Algorithms,
	                        	E_UTRA_Encryption_Algorithms,
	                        	E_UTRA_Integrity_Protection_Algorithms
	                        	;,
	                        Emergency_Fallback_Indicator,
	                        New_GUAMI containing
	                        	PLMN_Identity,  
								AMF_Region_ID,
								AMF_Set_ID,
								AMF_Pointer
								;,
	                        IAB_Authorized,
	                        PC5_QoS_Parameters containing
	                        	PC5_QoS_Flow_List containing
	                        		PC5_QoS_Flow_Item containing
	                        			PQI
	                        			;
	                        		;
	                        	;,	                        		
	                        UE_Radio_Capability_ID,
	                        RG_Level_Wireline_Access_Characteristics
	                        ;
	                    from the AMF entity
	                }
	                then {
	                    the IUT entity sends a UE_CONTEXT_MODIFICATION_RESPONSE containing
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID
	                        ;
	                     to the AMF entity
	                	}
	            	}
        	
        	} // end TP TP_NGAP_GNB_CMP_16
        
        } // end Group UE Context Modification
        
        Group "RRC Inactive Transition Report"