Allow Setting IuUP_Cfg from test using RTP_Emulation

Change-Id: I4e8296dae40277be51974338bc0d21c939eec149
diff --git a/hnodeb/HNBGW_ConnectionHandler.ttcn b/hnodeb/HNBGW_ConnectionHandler.ttcn
index 076cb82..6b06437 100644
--- a/hnodeb/HNBGW_ConnectionHandler.ttcn
+++ b/hnodeb/HNBGW_ConnectionHandler.ttcn
@@ -251,7 +251,7 @@
 	/* Initialize, connect and start the emulation component */
 	var RtpemConfig cfg := c_RtpemDefaultCfg;
 	cfg.iuup_mode := true;
-	cfg.iuup_tx_init := false;
+	cfg.iuup_cfg.active_init := false;
 	cfg.tx_payload_type := 96;
 
 	vc_RTPEM := RTP_Emulation_CT.create(testcasename() & "-RTPEM") alive;