Commit 5ee1b824 authored by juvancic's avatar juvancic
Browse files

updated TPs AMF_RIP*

parent 9996cabd
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -6230,13 +6230,14 @@ module NGAP_TCFunctions {
                  //    )
                  //  );

                  //  f_recv_NGAP_PDU(
                  //    mw_ngap_initMsg(
                  //      mw_n2_Ue****( //FIXME: missing template

                  //      )
                  //    )
                  //  );
                   f_recv_NGAP_PDU(
                     mw_ngap_initMsg(
                       mw_n2_UERadioCapabilityIDMappingResponse(
                         ?,//template (present) UERadioCapabilityID p_uERadioCapabilityID := ?,
                         ?//template (present) UERadioCapability p_uERadioCapability := ?
                       )
                     )
                   );

                   f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                   log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
@@ -6280,13 +6281,13 @@ module NGAP_TCFunctions {
                   // Body
                   action("Trigger RIM Information Transfer procedure !");

                  //  f_recv_NGAP_PDU(
                  //    mw_ngap_initMsg(
                  //      mw_n2_Ue****( //FIXME: missing template

                  //      )
                  //    )
                  //  );
                   f_recv_NGAP_PDU(
                     mw_ngap_initMsg(
                       mw_n2_DownlinkRIMInformationTransfer(
                         ?//template (present) RIMInformationTransfer p_rIMInformationTransfer := ?
                       )
                     )
                   );

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