Loading ttcn3/LibS1AP/LibS1AP_Steps.ttcn +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1439,6 +1439,16 @@ module LibS1AP_Steps { f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value)) f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value)) } // End of f_send_UE_Radio_Capability_Match_Request } // End of f_send_UE_Radio_Capability_Match_Request /** * @desc Send S1AP Message UPLINK NAS TRANSPORT * @param p value Send template for UPLINK NAS TRANSPORT IEs */ function f_send_Uplink_NAS_Transport( template (value) RecordOf_ProtocolIE p_value ) runs on S1APComponent { f_send_S1AP_initiatingMessage(m_uplink_nAS_Transport(p_value)) } // End of f_send_Uplink_NAS_Transport } // End of group sendPDU } // End of group sendPDU /** /** Loading Loading
ttcn3/LibS1AP/LibS1AP_Steps.ttcn +10 −0 Original line number Original line Diff line number Diff line Loading @@ -1439,6 +1439,16 @@ module LibS1AP_Steps { f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value)) f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value)) } // End of f_send_UE_Radio_Capability_Match_Request } // End of f_send_UE_Radio_Capability_Match_Request /** * @desc Send S1AP Message UPLINK NAS TRANSPORT * @param p value Send template for UPLINK NAS TRANSPORT IEs */ function f_send_Uplink_NAS_Transport( template (value) RecordOf_ProtocolIE p_value ) runs on S1APComponent { f_send_S1AP_initiatingMessage(m_uplink_nAS_Transport(p_value)) } // End of f_send_Uplink_NAS_Transport } // End of group sendPDU } // End of group sendPDU /** /** Loading