Commit 6cf67acb authored by Yann Garcia's avatar Yann Garcia
Browse files

Add f_TC_NGAP_AMF_MMP_08

parent 097ea53f
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
@@ -4723,8 +4723,20 @@ module NGAP_TCFunctions {
                action("the IUT entity indicate a Downlink RAN Status Transfer procedure");
                f_recv_NGAP_PDU(
                                m_ngap_initMsg(
                                               mw_n2_DownlinkRANStatusTransfer
                                ));
                                               mw_n2_DownlinkRANStatusTransfer(
                                                                               -,
                                                                               -, 
                                                                               mw_rANStatusTransfer_TransparentContainer(
                                                                                { 
                                                                                  *,
                                                                                  mw_dRBsSubjectToStatusTransferItem(
                                                                                                                     PX_DRB_ID,
                                                                                                                     mw_dRBStatusUL_dRBStatusUL12
                                                                                                                     ),
                                                                                  *
                                                                                }
                                                                               )
                                )));

                f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
@@ -4754,6 +4766,11 @@ module NGAP_TCFunctions {
                log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

                // Body
                action("the IUT entity indicate the initiation \"of an UE handover success procedure\"");
                f_recv_NGAP_PDU(
                                m_ngap_initMsg(
                                               mw_n2_HandoverSuccess
                                ));

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

File changed.

Contains only whitespace changes.