aboutsummaryrefslogtreecommitdiffstats
path: root/library/TRXC_CodecPort.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/TRXC_CodecPort.ttcn')
-rw-r--r--library/TRXC_CodecPort.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/TRXC_CodecPort.ttcn b/library/TRXC_CodecPort.ttcn
index 09b29775..bb2193fd 100644
--- a/library/TRXC_CodecPort.ttcn
+++ b/library/TRXC_CodecPort.ttcn
@@ -59,7 +59,8 @@ template (value) TRXC_Send ts_TRXC_Send(ConnectionId cid, template (value) TrxcM
msg := msg
}
-function f_TRXC_transceive(TRXC_CODEC_PT pt, ConnectionId conn_id, TrxcMessage tx,
+function f_TRXC_transceive(TRXC_CODEC_PT pt, ConnectionId conn_id,
+ template (value) TrxcMessage tx,
template TrxcMessage tr := ?) return TrxcMessage {
var TRXC_RecvFrom rf;
timer T := 3.0;