Commit d37df0b7 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Updated AMF_IMP_08 and new AMF_IMP_08_2_

parent 79baff8a
Loading
Loading
Loading
Loading
+49 −8
Original line number Original line Diff line number Diff line
@@ -574,7 +574,8 @@ Package TP_AMF {
            PICS Selection PICS_A2/2 and PICS_A4/6_2
            PICS Selection PICS_A2/2 and PICS_A4/6_2
            
            
            Initial conditions with {
            Initial conditions with {
                the UE entity isRegisteredTo the AMF
                //the UE entity isRegisteredTo the AMF
                the gNB entity hasEstablished_NG-C_AssociationTo the AMF
             
             
            }
            }
            
            
@@ -615,7 +616,8 @@ Package TP_AMF {
            PICS Selection PICS_A2/2 and PICS_A4/6_2
            PICS Selection PICS_A2/2 and PICS_A4/6_2
            
            
            Initial conditions with {
            Initial conditions with {
                the UE entity isRegisteredTo the AMF
                //the UE entity isRegisteredTo the AMF
                the gNB entity hasEstablished_NG-C_AssociationTo the AMF
            }
            }
            
            
            Expected behaviour
            Expected behaviour
@@ -656,9 +658,9 @@ Package TP_AMF {
            
            
            Test Purpose {
            Test Purpose {
    
    
            TP Id TP_NGAP_AMF_IMP_08_TODO
            TP Id TP_NGAP_AMF_IMP_08
            
            
            Test objective "Verify that the AMF node successfully processes an NG RESET message that contains mandatory IEs and answers with NG RESET ACKNOWLEDGE to acknowledge the reset."
            Test objective "Verify that the AMF node successfully processes a full NG RESET message and answers with NG RESET ACKNOWLEDGE to acknowledge the reset."
            
            
            Reference 
            Reference 
                "ETSI TS 138 413 [1], Clauses 8.7.4.2.2, 9.2.6.11 and 9.2.6.12" 
                "ETSI TS 138 413 [1], Clauses 8.7.4.2.2, 9.2.6.11 and 9.2.6.12" 
@@ -668,18 +670,19 @@ Package TP_AMF {
            PICS Selection PICS_A2/2 and PICS_A4/6_4
            PICS Selection PICS_A2/2 and PICS_A4/6_4
            
            
            Initial conditions with {
            Initial conditions with {
                the UE entity isRegisteredTo the AMF and
                //the UE entity isRegisteredTo the AMF and
                the UE entity isRequestedToDetachfromNetwork
                //the UE entity isRequestedToDetachfromNetwork
                the gNB entity hasEstablished_NG-C_AssociationTo the AMF
            }
            }
            
            
            Expected behaviour
            Expected behaviour
                ensure that {
                ensure that {
                    when {
                    when {
                        the IUT entity receives an NG_RESET containing      
                        the IUT entity receives an NG_RESET containing      
                            Cause,
                            Cause set to PX_CAUSE,
                            CHOICE_Reset_Type containing
                            CHOICE_Reset_Type containing
                                NG_interface containing
                                NG_interface containing
                                    Reset_All;;;           
                                    Reset_All set to "Reset all";;;           
                    from the GNB entity
                    from the GNB entity
                    }
                    }
                    then {
                    then {
@@ -689,6 +692,44 @@ Package TP_AMF {
                }
                }
            } // end TP TP_NGAP_AMF_IMP_08
            } // end TP TP_NGAP_AMF_IMP_08
            
            
            Test Purpose {
    
            TP Id TP_NGAP_AMF_IMP_08_2
            
            Test objective "Verify that the AMF node successfully processes a partial NG RESET message and answers with NG RESET ACKNOWLEDGE to acknowledge the partial reset."
            
            Reference 
                "ETSI TS 138 413 [1], Clauses 8.7.4.2.2, 9.2.6.11 and 9.2.6.12" 
            
            Config Id CF_AMF_N2
            
            PICS Selection PICS_A2/2 and PICS_A4/6_4
            
            Initial conditions with {
                the UE entity isRegisteredTo the AMF and
                the UE entity isRequestedToDetachfromNetwork
            }
            
            Expected behaviour
                ensure that {
                    when {
                        the IUT entity receives an NG_RESET containing      
                            Cause set to PX_CAUSE,
                            CHOICE_Reset_Type containing
                                Part_of_NG_interface containing
                                    UE_associated_Logical_NGconnection_List containing
                                        UE_associated_Logical_NGconnection_Item containing
                                            AMF_UE_NGAP_ID set to PX_AMF_UE_NGAP_ID,
                                            RAN_UE_NGAP_ID set to PX_RAN_UE_NGAP_ID;;;;;           
                    from the GNB entity
                    }
                    then {
                        the IUT entity sends an NG_RESET_ACKNOWLEDGE 
                        to the GNB entity
                    }
                }
            } // end TP TP_NGAP_AMF_IMP_08_2
                
        } // End Group "NG Reset"
        } // End Group "NG Reset"
    }
    }
} // End of Package TP_AMF
} // End of Package TP_AMF