Commit 7067b053 authored by Yann Garcia's avatar Yann Garcia
Browse files

Review TC_NGAP_AMF_IMP_06/07/08/08_02

parent f935701f
Loading
Loading
Loading
Loading
+11.5 KiB

File added.

No diff preview for this file type.

+5.29 KiB

File added.

No diff preview for this file type.

+11.2 KiB

File added.

No diff preview for this file type.

+3 −3
Original line number Diff line number Diff line
@@ -181,16 +181,16 @@ system.NGAP_AMF.params := "NGAP/SCTP(server=127.0.0.5,port=38412,debug=1)"
#NGAP_TestCases.TC_NGAP_AMF_IMP_03
# Verify that the AMF node successfully processes a NG SETUP REQEST message with different optional fields and answers with NG SETUP RESPONSE to acknowledge the setup.
#NGAP_TestCases.TC_NGAP_AMF_IMP_04
# VVerify that the AMF node successfully processes a RAN_CONFIGURATION_UPDATE message containing new slice with RAN_CONFIGURATION_UPDATE_ACKNOWLEDGE to acknowledge the update with supported slice at AMF.
# Verify that the AMF node successfully processes a RAN_CONFIGURATION_UPDATE message containing new slice with RAN_CONFIGURATION_UPDATE_ACKNOWLEDGE to acknowledge the update with supported slice at AMF.
#NGAP_TestCases.TC_NGAP_AMF_IMP_05
# Verify that the AMF node successfully declines a RAN CONFIGURATION UPDATE message with RAN CONFIGURATION UPDATE FAILURE when the AMF is not able to handle the request.
#NGAP_TestCases.TC_NGAP_AMF_IMP_06
NGAP_TestCases.TC_NGAP_AMF_IMP_06
# Verify that the IUT can send a AMF CONFIGURATION UPDATE message to the AMF.
#NGAP_TestCases.TC_NGAP_AMF_IMP_07
# Verify that the AMF node successfully processes a NG RESET message that contains mandatory IEs and answers with NG RESET ACKNOWLEDGE to acknowledge the reset.
#NGAP_TestCases.TC_NGAP_AMF_IMP_08
# Verify that the AMF node successfully processes a partial NG_RESET message and answers with NG_RESET_ACKNOWLEDGE to acknowledge the partial reset.
NGAP_TestCases.TC_NGAP_AMF_IMP_08_02
#NGAP_TestCases.TC_NGAP_AMF_IMP_08_02
# Verify that the AMF can send a ERROR INDICATION to the GNB when a error occurs.
#NGAP_TestCases.TC_NGAP_AMF_IMP_09
# Verify that the AMF can send a AMF STATUS INDICATION to the GNB when a error occurs.
+46 −62
Original line number Diff line number Diff line
@@ -5926,7 +5926,6 @@ module NGAP_TCFunctions {
                  f_send_NGAP_PDU(
                                  m_ngap_initMsg(
                                                 m_n2_RANConfigurationUpdate_SupportedTAList(
                                                   //template (value) SupportedTAList
                                                                                             {
                                                                                               m_supportedTAItem(
                                                                                                                 PX_TACode,
@@ -5936,27 +5935,20 @@ module NGAP_TCFunctions {
                                                                                                                                          {
                                                                                                                                            m_sliceSupportItem(
                                                                                                                                                               m_s_NSSAI(
                                                                 PX_SST,
                                                                 -,//      in template (omit) SD p_sD := omit,
                                                                 -//      in template (omit) S_NSSAI.iE_Extensions p_iE_Extensions := omit
                                                               ),
                                                               -//in template (omit) SliceSupportItem.iE_Extensions p_iE_Extensions := omit
                                                               )
                                                                                                                                                                         PX_SST/*,
                                                                                                                                                                         PX_Sxx*/
                                                                                                                                              ))
                                                                                                                                          }
                                                                                                                   )
                                                       },//in template (value) BroadcastPLMNList p_broadcastPLMNList,
                                                       -//in template (omit) SupportedTAItem.iE_Extensions p_iE_Extensions := omit
                                                     )
                                                                                                                 }
                                                                                               )
                                  )
                  );
                                                                                             }
                                  )));

                  f_recv_NGAP_PDU(
                                  mw_ngap_succMsg(
                                                  mw_n2_RANConfigurationUpdateAcknowledge
                     )
                  );
                                  ));

                  f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                  log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
@@ -5988,39 +5980,31 @@ module NGAP_TCFunctions {
                   f_send_NGAP_PDU(
                                   m_ngap_initMsg(
                                                  m_n2_RANConfigurationUpdate_SupportedTAList(
                            //template (value) SupportedTAList
                                                                                              {
                                                                                                m_supportedTAItem(
                                                                                                                  PX_TACode,
                                                                                                                  {
                                                                                                                    m_ie_broadcastPLMNItem(
                                    fl_NasNN_MCC2PlmnId(PX_NAS_MCC, PX_NAS_MNC),//m_ie_pLMNIdentity('00f110'O),
                                                                                                                                           fl_NasNN_MCC2PlmnId(
                                                                                                                                                               PX_NAS_MCC,
                                                                                                                                                               '99'H
                                                                                                                                                               ),
                                                                                                                                           {
                                                                                                                                             m_sliceSupportItem(
                                                                                                                                                                m_s_NSSAI(
                                          PX_SST,
                                          -,//      in template (omit) SD p_sD := omit,
                                          -//      in template (omit) S_NSSAI.iE_Extensions p_iE_Extensions := omit
                                        ),
                                        -//in template (omit) SliceSupportItem.iE_Extensions p_iE_Extensions := omit
                                        )
                                                                                                                                                                          PX_SST
                                                                                                                                                                ))
                                                                                                                                           }
                                                                                                                    )
                                },//in template (value) BroadcastPLMNList p_broadcastPLMNList,
                                -//in template (omit) SupportedTAItem.iE_Extensions p_iE_Extensions := omit
                              )
                                                                                                                  }
                                                                                                )
                      )
                   );
                                                                                              }
                                   )));

                   f_recv_NGAP_PDU(
                                   mw_ngap_unsuccMsg(
                        mw_n2_RANConfigurationUpdateFailure(
                          ?//template (present) Cause p_cause := ?
                        )
                      )
                   );
                                                     mw_n2_RANConfigurationUpdateFailure
                                   ));

                   f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                   log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
Loading