Change in ...osmo-ttcn3-hacks[master]: DIAMETER_Emulation: Remove unused dependency to MobileL3 and DNS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Aug 18 17:48:14 UTC 2019


laforge has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/31/15231/1

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 <laforge at gnumonks.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190818/1061a5f5/attachment.htm>


More information about the gerrit-log mailing list