From 1eeb8ebfbb68d61db65eef675e4507bf87267833 Mon Sep 17 00:00:00 2001 From: garciay Date: Tue, 7 Nov 2017 06:13:16 +0000 Subject: [PATCH] Bug fixed in m_authenticationResponseParameter_wrong template Replace TODO Trigger by action() --- ttcn3/LibS1AP/LibS1AP_Steps.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttcn3/LibS1AP/LibS1AP_Steps.ttcn b/ttcn3/LibS1AP/LibS1AP_Steps.ttcn index cdabde8..ca491e3 100644 --- a/ttcn3/LibS1AP/LibS1AP_Steps.ttcn +++ b/ttcn3/LibS1AP/LibS1AP_Steps.ttcn @@ -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