laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15231 )

Change subject: DIAMETER_Emulation: Remove unused dependency to MobileL3 and DNS
......................................................................

DIAMETER_Emulation: Remove unused dependency to MobileL3 and DNS

This is an artefact of copy+paste programming

Change-Id: I10d56ef9971149350812b1504844217195623bd8
---
M library/DIAMETER_Emulation.ttcn
1 file changed, 1 insertion(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/library/DIAMETER_Emulation.ttcn b/library/DIAMETER_Emulation.ttcn
index dc7bc94..fad44c3 100644
--- a/library/DIAMETER_Emulation.ttcn
+++ b/library/DIAMETER_Emulation.ttcn
@@ -33,8 +33,6 @@
 import from DIAMETER_Templates all;
 import from Osmocom_Types all;
 import from IPL4asp_Types all;
-import from DNS_Helpers all;
-import from MobileL3_Types all;

 type hexstring IMSI;

@@ -46,7 +44,7 @@

 /* port between individual per-connection components and this dispatcher */
 type port DIAMETER_Conn_PT message {
-       inout PDU_DIAMETER, PDU_ML3_MS_NW, PDU_ML3_NW_MS;
+       inout PDU_DIAMETER;
 } with { extension "internal" };

 /* global test port e.g. for non-imsi/conn specific messages */
@@ -283,8 +281,6 @@

        while (true) {
                var DIAMETER_ConnHdlr vc_conn;
-               var PDU_ML3_MS_NW l3_mo;
-               var PDU_ML3_NW_MS l3_mt;
                var template IMSI imsi_t;
                var hexstring imsi;
                var DIAMETER_RecvFrom mrf;

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15231
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I10d56ef9971149350812b1504844217195623bd8
Gerrit-Change-Number: 15231
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@gnumonks.org>
Gerrit-MessageType: merged

Reply via email to