From 04d74cdcde9d288225541d1ef26a996cb2ee34da Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 19 Nov 2017 09:29:51 +0100 Subject: Add ASP_ConnId_ReadyToRelease in all translation ports using IPL4asp This is required after update to IPL4asp R.29.A of 2017-Oct-17 --- ggsn_tests/GTP_CodecPort.ttcn | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ggsn_tests') diff --git a/ggsn_tests/GTP_CodecPort.ttcn b/ggsn_tests/GTP_CodecPort.ttcn index 561e5b9b..7a3e755d 100644 --- a/ggsn_tests/GTP_CodecPort.ttcn +++ b/ggsn_tests/GTP_CodecPort.ttcn @@ -29,10 +29,12 @@ module GTP_CodecPort { type port GTPC_PT message { out Gtp1cUnitdata; in Gtp1cUnitdata, + ASP_ConnId_ReadyToRelease, ASP_Event; } with { extension "user IPL4asp_PT out(Gtp1cUnitdata -> ASP_SendTo: function(f_enc_Gtp1cUD)) in(ASP_RecvFrom -> Gtp1cUnitdata: function(f_dec_Gtp1cUD); + ASP_ConnId_ReadyToRelease -> ASP_ConnId_ReadyToRelease: simple; ASP_Event -> ASP_Event: simple)" } private function f_enc_Gtp1cUD(in Gtp1cUnitdata in_ud, out ASP_SendTo out_ud) { @@ -55,10 +57,12 @@ module GTP_CodecPort { type port GTPU_PT message { out Gtp1uUnitdata; in Gtp1uUnitdata, + ASP_ConnId_ReadyToRelease, ASP_Event; } with { extension "user IPL4asp_PT out(Gtp1uUnitdata -> ASP_SendTo: function(f_enc_Gtp1uUD)) in(ASP_RecvFrom -> Gtp1uUnitdata: function(f_dec_Gtp1uUD); + ASP_ConnId_ReadyToRelease -> ASP_ConnId_ReadyToRelease: simple; ASP_Event -> ASP_Event: simple)" } function f_enc_Gtp1uUD(in Gtp1uUnitdata in_ud, out ASP_SendTo out_ud) { -- cgit v1.2.3