Bug fixed in m_authenticationResponseParameter_wrong template

Replace TODO Trigger by action()
This commit is contained in:
garciay 2017-11-07 06:13:16 +00:00
parent 3ed06d755c
commit 1eeb8ebfbb
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ module LibS1AP_Steps {
* @param p value Send template for UPLINK NAS TRANSPORT IEs
*/
function f_send_Uplink_NAS_Transport(
template (value) RecordOf_ProtocolIE p_value
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