Commit f2964154 authored by kretzschmann's avatar kretzschmann
Browse files

extend Downlink RAN (Early) Status Transfer message IE

parent 388b28fc
Loading
Loading
Loading
Loading
+45 −5
Original line number Original line Diff line number Diff line
@@ -1230,7 +1230,7 @@ Package TP_AMF {
	        Test objective "Verify that the AMF node successfully sends a DOWNLINK RAN STATUS TRANSFER message that contains mandatory IEs."
	        Test objective "Verify that the AMF node successfully sends a DOWNLINK RAN STATUS TRANSFER message that contains mandatory IEs."
	        
	        
	        Reference 
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.4.6.2 and 9.2.3.14" 
	            "ETSI TS 138 413 [1], Clauses 8.4.6.2" 
	        
	        
	        Config Id CFG_AMF_01
	        Config Id CFG_AMF_01
	        
	        
@@ -1250,7 +1250,29 @@ Package TP_AMF {
	                    the IUT entity sends a DOWNLINK_RAN_STATUS_TRANSFER containing
	                    the IUT entity sends a DOWNLINK_RAN_STATUS_TRANSFER containing
	                        AMF_UE_NGAP_ID,
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        RAN_Status_Transfer_Transparent_Container
	                        RAN_Status_Transfer_Transparent_Container containing
	                			DRBs_Subject_To_Status_Transfer_List containing
	                				DRBs_Subject_To_Status_Transfer_Item containing
	                					DRB_ID,
	                					CHOICE_UL_DRB_Status containing
	                						12_bits containing	// use 18_bits IE instead if the PDCP-SN is 18 bits long
	                							UL_COUNT_Value containing
	                								PDCP_SN_Length_12,
	                								HFN_for_PDCP_SN_Length_12
	                							;
	                						;
	                					;,
	                					CHOICE_DL_DRB_Status containing
                    						12_bits containing	// use 18_bits IE instead if the PDCP-SN is 18 bits long
                    							DL_COUNT_Value containing
                    								PDCP_SN_Length_12,
                    								HFN_for_PDCP_SN_Length_12
                    							;
                    						;
                    					;
	                				;
	                			;
	                		;
	                     ;
	                     ;
	                     to the GNB entity
	                     to the GNB entity
	                	}
	                	}
@@ -1271,7 +1293,7 @@ Package TP_AMF {
	        Test objective "Verify that the AMF node successfully sends a DOWNLINK RAN EARLY STATUS TRANSFER message that contains mandatory IEs."
	        Test objective "Verify that the AMF node successfully sends a DOWNLINK RAN EARLY STATUS TRANSFER message that contains mandatory IEs."
	        
	        
	        Reference 
	        Reference 
	            "ETSI TS 138 413 [1], Clauses 8.4.10.2 and 9.2.3.17" 
	            "ETSI TS 138 413 [1], Clauses 8.4.9.2" 
	        
	        
	        Config Id CFG_AMF_01
	        Config Id CFG_AMF_01
	        
	        
@@ -1291,7 +1313,25 @@ Package TP_AMF {
	                    the IUT entity sends a DOWNLINK_RAN_EARLY_STATUS_TRANSFER containing
	                    the IUT entity sends a DOWNLINK_RAN_EARLY_STATUS_TRANSFER containing
	                        AMF_UE_NGAP_ID,
	                        AMF_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        RAN_UE_NGAP_ID,
	                        Early_Status_Transfer_Transparent_Container
	                        Early_Status_Transfer_Transparent_Container containing
	                        	CHOICE_Procedure_Stage containing
	                        		First_DL_COUNT containing
	                        			DRBs_Subject_To_Early_Status_Transfer_List containing
	                        				DRBs_Subject_To_Early_Status_Transfer_Item containing
	                        					DRB_ID,
	                        					CHOICE_First_DL_COUNT containing
	                        						12_bits containing	// use 18_bits IE instead if the PDCP-SN is 18 bits long
	                        							FIRST_DL_COUNT_Value containing
	                        								PDCP_SN_Length_12,
	                        								HFN_for_PDCP_SN_Length_12
	                        							;
	                        						;
	                        					;
	                        				;
	                        			;
	                        		;
	                        	;
	                        ;
	                     ;   
	                     ;   
	                     to the GNB entity
	                     to the GNB entity
	                	}
	                	}