laforge submitted this change.
hnbgw: Fix template restriction in template param
Change-Id: I946f21f6d662d889095199c268d2586aea55c821
---
M hnbgw/ConnHdlr.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hnbgw/ConnHdlr.ttcn b/hnbgw/ConnHdlr.ttcn
index 44e4cce..dec5463 100644
--- a/hnbgw/ConnHdlr.ttcn
+++ b/hnbgw/ConnHdlr.ttcn
@@ -399,7 +399,7 @@
}
/* send RANAP on Iuh and expect it to show up on Iu */
-function f_iuh2iu_connect(template (present) RANAP_PDU tx, template RANAP_PDU exp_rx := omit)
+function f_iuh2iu_connect(template (value) RANAP_PDU tx, template RANAP_PDU exp_rx := omit)
runs on ConnHdlr return RANAP_PDU {
var RANAP_PDU rx;
timer T := 5.0;
To view, visit change 39122. To unsubscribe, or for help writing mail filters, visit settings.