Commit a7db9709 authored by juvancic's avatar juvancic
Browse files

updated TPs gnb_urp* with templates

parent dd5fb0a7
Loading
Loading
Loading
Loading
+25 −28
Original line number Diff line number Diff line
@@ -3602,21 +3602,24 @@ module NGAP_TCFunctions {
                   log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

                   // Body
                  //  action("Trigger CELL TRAFFIC TRACE!");
                   f_send_NGAP_PDU(
                     m_ngap_initMsg(
                       m_n2_UERadioCapabilityCheckRequest(
                         PX_AMF_UE_NGAP_ID,
                         PX_RAN_UE_NGAP_ID
                       )
                     )
                   );

                  //  f_recv_NGAP_PDU(
                  //    mw_ngap_initMsg(
                  //      mw_n2_CellTrafficTrace(
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?
                  //      )
                  //    )
                  //  );
                   f_recv_NGAP_PDU(
                     mw_ngap_succMsg(
                       mw_n2_UERadioCapabilityCheckResponse(
                         PX_AMF_UE_NGAP_ID,
                         PX_RAN_UE_NGAP_ID,
                         ?// template (present) IMSVoiceSupportIndicator p_iMSVoiceSupportIndicator := ?
                       )
                     )
                   );

                   f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
                   log("*** " & __SCOPE__ & ": INFO: Testbody done. ***");
@@ -3647,21 +3650,15 @@ module NGAP_TCFunctions {
                   log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

                   // Body
                  //  action("Trigger CELL TRAFFIC TRACE!");
                   action("Trigger UE_RADIO_CAPABILITY_ID_MAPPING_REQUEST !");

                  //  f_recv_NGAP_PDU(
                  //    mw_ngap_initMsg(
                  //      mw_n2_CellTrafficTrace(
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?,
                  //        ?
                  //      )
                  //    )
                  //  );
                   f_recv_NGAP_PDU(
                     mw_ngap_initMsg(
                       mw_n2_UERadioCapabilityIDMappingRequest(
                         ?//template (present) UERadioCapabilityID p_uERadioCapabilityID := ?
                       )
                     )
                   );

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