Commit aa0c687f authored by juvancic's avatar juvancic
Browse files

updated TPs gnb_rip* with templates

parent 3dee6e6e
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -3736,17 +3736,15 @@ module NGAP_TCFunctions {
                   log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

                   // Body
                   action("Trigger  a RIM Information Transfer procedure!");

                  //  f_recv_NGAP_PDU(
                  //    mw_ngap_initMsg(
                  //     mw_n2_UERadioCapabilityInfoIndication(
                  //       PX_AMF_UE_NGAP_ID,
                  //       PX_RAN_UE_NGAP_ID,
                  //       ?
                  //     ) 
                  //    )
                  //  );
                   action("Trigger a uplink RIM Information Transfer procedure!");

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

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