function added: f_send_Uplink_NAS_Transport

This commit is contained in:
pintar 2017-11-06 16:00:47 +00:00
parent 9a43d0e4c8
commit c9cd570479
1 changed files with 10 additions and 0 deletions

View File

@ -1439,6 +1439,16 @@ module LibS1AP_Steps {
f_send_S1AP_initiatingMessage(m_UeRadioCapabilityMatchRequest(p_value))
} // 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
/**