Change in osmo-ttcn3-hacks[master]: ggsn: Drop unneeded mp_enable_conn_timeout_test

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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Jan 3 19:19:57 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16729 )


Change subject: ggsn: Drop unneeded mp_enable_conn_timeout_test
......................................................................

ggsn: Drop unneeded mp_enable_conn_timeout_test

Latest osmo-ggsn release is 1.75.0, so this param is not needed at all.

Change-Id: Ie1c3cde2a01e8ea49aadcb1f7384995cb68039cb
---
M ggsn_tests/GGSN_Tests.ttcn
1 file changed, 2 insertions(+), 13 deletions(-)



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

diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn
index 44dba4a..40506df 100644
--- a/ggsn_tests/GGSN_Tests.ttcn
+++ b/ggsn_tests/GGSN_Tests.ttcn
@@ -64,13 +64,6 @@
 		 * The tests expect to be able to send ping packets between any two simulated MS within the same
 		 * address range. This requires IP forwarding to be enabled on the corresponding tun interfaces.
 		 */
-
-		/*
-		 * Whether ggsn supports "(no) echo-interval" VTY command
-		 * (osmo-ggsn.git Id2c84165dc59dff495106758146a701ca488834f).
-		 * This option can be dropped after osmo-ggsn release > 1.4.0 exists.
-		 */
-		boolean m_ggsn_supports_echo_interval := true;
 	}
 
 	type set PdpContext {
@@ -203,9 +196,7 @@
 
 		f_init_vty();
 		f_vty_set_gpdu_txseq(use_gtpu_txseq);
-		if (m_ggsn_supports_echo_interval) {
-			f_vty_enable_echo_interval(g_use_echo);
-		}
+		f_vty_enable_echo_interval(g_use_echo);
 	}
 
 	/* Altstep implementing responses to any incoming echo requests */
@@ -1506,8 +1497,6 @@
 		execute(TC_pdp_act2_recovery());
 		execute(TC_act_deact_retrans_duplicate());
 
-		if (m_ggsn_supports_echo_interval) {
-			execute(TC_pdp_act_restart_ctr_echo());
-		}
+		execute(TC_pdp_act_restart_ctr_echo());
 	}
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16729
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: Ie1c3cde2a01e8ea49aadcb1f7384995cb68039cb
Gerrit-Change-Number: 16729
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200103/ac8782db/attachment.htm>


More information about the gerrit-log mailing list