diff --git a/ttcn3/LibS1AP/LibS1AP_Steps.ttcn b/ttcn3/LibS1AP/LibS1AP_Steps.ttcn index fa6d734..93b2b26 100644 --- a/ttcn3/LibS1AP/LibS1AP_Steps.ttcn +++ b/ttcn3/LibS1AP/LibS1AP_Steps.ttcn @@ -1578,6 +1578,8 @@ module LibS1AP_Steps { in boolean p_associated_signalling_mode ) return boolean; + external function fx_eNB_erab_Release_indication_procedure( in boolean p_param) return boolean; + } // End of group mmeRole } // End of group externalFunctions