Loading ttcn3/LibS1AP/LibS1AP_Steps.ttcn +11 −0 Original line number Original line Diff line number Diff line Loading @@ -904,6 +904,17 @@ module LibS1AP_Steps { f_recv_S1AP_initiatingMessage(mw_UeRadioCapabilityMatchRequest(p_value)) f_recv_S1AP_initiatingMessage(mw_UeRadioCapabilityMatchRequest(p_value)) } // End of f_recv_UeRadioCapabilityMatchRequest } // End of f_recv_UeRadioCapabilityMatchRequest /** * @desc Receive S1AP Message Connection Establishment Indication * @param p_value Receive template for Connection Establishment Indication * @see ETSI TS 136 413 V13.4.0 Clause 9.1.4.20 Connection Establishment Indication */ function f_recv_Connection_Establishment_Indication( template (present) RecordOf_ProtocolIE p_value := ? ) runs on S1APComponent { f_recv_S1AP_initiatingMessage(mw_ConnectionEstablishmentIndication(p_value)) } // End of f_recv_Connection_Establishment_Indication } // End of group receivePDU } // End of group receivePDU /** /** Loading ttcn3/LibS1AP/LibS1AP_Templates.ttcn +21 −0 Original line number Original line Diff line number Diff line Loading @@ -1678,6 +1678,27 @@ module LibS1AP_Templates { mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) } // End of template mw_UeRadioCapabilityMatchRequestIEs } // End of template mw_UeRadioCapabilityMatchRequestIEs /** * @desc Receive template for mw_ConnectionEstablishmentIndication message * @param p_procedureCode Expected procedure code. Default: ? * @param p_value Expected procedure code. Default: ? */ template (present) SuccessfulOutcome mw_ConnectionEstablishmentIndication( template (present) RecordOf_ProtocolIE p_value := ? ) := { procedureCode := id_ConnectionEstablishmentIndication, criticality := reject, value_ := {RecordOf_ProtocolIE := p_value} } // End of template mw_ConnectionEstablishmentIndication template (present) RecordOf_ProtocolIE mw_ConnectionEstablishmentIndicationIEs( template (present) MME_UE_S1AP_ID p_MME_value := ?, template (present) ENB_UE_S1AP_ID p_eNB_value := ? ) := { mw_MME_UE_S1AP_ID(p_MME_value, ignore), mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) } // End of template mw_ConnectionEstablishmentIndicationIEs } // End of group Context_management_group } // End of group Context_management_group /** /** Loading ttcn3/S1AP_TCFunctions.ttcn +28 −0 Original line number Original line Diff line number Diff line Loading @@ -4589,6 +4589,34 @@ module S1AP_TCFunctions { } // End of function f_TC_S1AP_eNB_CMP_10 } // End of function f_TC_S1AP_eNB_CMP_10 /** * @desc Testcase function for TC_S1AP_mME_CMP_11 */ function f_TC_S1AP_mME_CMP_11() runs on S1APComponent { // Local variables var template(value) Cause v_cause; // Preamble f_S1AP_mme_init(); f_rABSetupRequest(); f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); log("*** " & __SCOPE__ & ": INFO: Preamble done. ***"); // Test body action("trigger a Connection establishment indication"); f_recv_Connection_Establishment_Indication(mw_ConnectionEstablishmentIndicationIEs); // Postamble f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); f_postamble_S1AP_MME(); f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); log("*** " & __SCOPE__ & ": INFO: Postamble done. ***"); } // End of function f_TC_S1AP_eNB_CMP_11 } // End of group Context_management_group } // End of group Context_management_group Loading Loading
ttcn3/LibS1AP/LibS1AP_Steps.ttcn +11 −0 Original line number Original line Diff line number Diff line Loading @@ -904,6 +904,17 @@ module LibS1AP_Steps { f_recv_S1AP_initiatingMessage(mw_UeRadioCapabilityMatchRequest(p_value)) f_recv_S1AP_initiatingMessage(mw_UeRadioCapabilityMatchRequest(p_value)) } // End of f_recv_UeRadioCapabilityMatchRequest } // End of f_recv_UeRadioCapabilityMatchRequest /** * @desc Receive S1AP Message Connection Establishment Indication * @param p_value Receive template for Connection Establishment Indication * @see ETSI TS 136 413 V13.4.0 Clause 9.1.4.20 Connection Establishment Indication */ function f_recv_Connection_Establishment_Indication( template (present) RecordOf_ProtocolIE p_value := ? ) runs on S1APComponent { f_recv_S1AP_initiatingMessage(mw_ConnectionEstablishmentIndication(p_value)) } // End of f_recv_Connection_Establishment_Indication } // End of group receivePDU } // End of group receivePDU /** /** Loading
ttcn3/LibS1AP/LibS1AP_Templates.ttcn +21 −0 Original line number Original line Diff line number Diff line Loading @@ -1678,6 +1678,27 @@ module LibS1AP_Templates { mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) } // End of template mw_UeRadioCapabilityMatchRequestIEs } // End of template mw_UeRadioCapabilityMatchRequestIEs /** * @desc Receive template for mw_ConnectionEstablishmentIndication message * @param p_procedureCode Expected procedure code. Default: ? * @param p_value Expected procedure code. Default: ? */ template (present) SuccessfulOutcome mw_ConnectionEstablishmentIndication( template (present) RecordOf_ProtocolIE p_value := ? ) := { procedureCode := id_ConnectionEstablishmentIndication, criticality := reject, value_ := {RecordOf_ProtocolIE := p_value} } // End of template mw_ConnectionEstablishmentIndication template (present) RecordOf_ProtocolIE mw_ConnectionEstablishmentIndicationIEs( template (present) MME_UE_S1AP_ID p_MME_value := ?, template (present) ENB_UE_S1AP_ID p_eNB_value := ? ) := { mw_MME_UE_S1AP_ID(p_MME_value, ignore), mw_eNB_UE_S1AP_ID(p_eNB_value, ignore) } // End of template mw_ConnectionEstablishmentIndicationIEs } // End of group Context_management_group } // End of group Context_management_group /** /** Loading
ttcn3/S1AP_TCFunctions.ttcn +28 −0 Original line number Original line Diff line number Diff line Loading @@ -4589,6 +4589,34 @@ module S1AP_TCFunctions { } // End of function f_TC_S1AP_eNB_CMP_10 } // End of function f_TC_S1AP_eNB_CMP_10 /** * @desc Testcase function for TC_S1AP_mME_CMP_11 */ function f_TC_S1AP_mME_CMP_11() runs on S1APComponent { // Local variables var template(value) Cause v_cause; // Preamble f_S1AP_mme_init(); f_rABSetupRequest(); f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); log("*** " & __SCOPE__ & ": INFO: Preamble done. ***"); // Test body action("trigger a Connection establishment indication"); f_recv_Connection_Establishment_Indication(mw_ConnectionEstablishmentIndicationIEs); // Postamble f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); f_postamble_S1AP_MME(); f_selfOrClientSyncAndVerdict(c_poDone, f_getVerdict()); log("*** " & __SCOPE__ & ": INFO: Postamble done. ***"); } // End of function f_TC_S1AP_eNB_CMP_11 } // End of group Context_management_group } // End of group Context_management_group Loading