aboutsummaryrefslogtreecommitdiffstats
path: root/library/IPA_CodecPort_CtrlFunct.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-11-29 11:46:24 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-29 11:46:24 +0100
commit26595451b33ff8a07d7dc2f267952ef6211ed7fe (patch)
tree01aa4260748159a7f3e04a26bc8fc959a8f7c947 /library/IPA_CodecPort_CtrlFunct.ttcn
parent92e9816df8a82e989f33c08920d0072758f3516a (diff)
IPA_CodecPort: Wrap f_IPL4_setGetMsgLen function
Diffstat (limited to 'library/IPA_CodecPort_CtrlFunct.ttcn')
-rw-r--r--library/IPA_CodecPort_CtrlFunct.ttcn8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/IPA_CodecPort_CtrlFunct.ttcn b/library/IPA_CodecPort_CtrlFunct.ttcn
index c0e7de6f..88ab01f4 100644
--- a/library/IPA_CodecPort_CtrlFunct.ttcn
+++ b/library/IPA_CodecPort_CtrlFunct.ttcn
@@ -40,5 +40,13 @@ module IPA_CodecPort_CtrlFunct {
out UserData userData
) return Result;
+ external function f_IPL4_setGetMsgLen(
+ inout IPA_CODEC_PT portRef,
+ in ConnectionId id,
+ inout f_IPL4_getMsgLen f,
+ in ro_integer msgLenArgs
+ );
+
+
}