Commit c4160ddf authored by Yann Garcia's avatar Yann Garcia
Browse files

Implement TC_NGAP_AMF_NAS_02

parent 3bedfc1a
Loading
Loading
Loading
Loading
+19 −1
Original line number Original line Diff line number Diff line
@@ -4549,6 +4549,25 @@ module NGAP_TCFunctions {
                log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");
                log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");


                // Body
                // Body
                f_send_NGAP_PDU(
                                m_ngap_initMsg(
                                               m_n2_initialUeMessage(
                                                                     -,
                                                                     ''O, // FSCOM FIXME NAS_PDU field shall be bit2oct(enc(???))
                                                                     m_uPTransportLayerInformation_userLocationInformationNR(
                                                                                                                              m_userLocationInformationNR(
                                                                                                                                                          m_nR_CGI,
                                                                                                                                                          m_tAI
                                                                                                                              ))
                                )));

                f_recv_NGAP_PDU(
                                mw_ngap_initMsg(
                                                mw_n2_RerouteNASRequest(
                                                                        PX_AMF_UE_NGAP_ID, 
                                                                        PX_RAN_UE_NGAP_ID,
                                                                        ''O // FSCOM FIXME NAS_PDU field shall be bit2oct(enc(???)))
                                )));


                f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
                log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
@@ -4570,7 +4589,6 @@ module NGAP_TCFunctions {
            //8.6.5
            //8.6.5
            group Rerout_NAS_Request{
            group Rerout_NAS_Request{



              /**
              /**
               * @desc Testcase function for TC_NGAP_AMF_NAS_02
               * @desc Testcase function for TC_NGAP_AMF_NAS_02
               */
               */