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.orgpespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15391 )
Change subject: RAN_Adapter: f_ran_adapter_cleanup() check if adapter is bound
......................................................................
Patch Set 4: Code-Review-1
Then the correct fix imho is to conditionally call f_ran_adapter_cleanup() conditionally based  on g_ranap_enable in f_cleanup():
function f_cleanup() runs on test_CT {
	var integer i;
        if (g_ranap_enable) {
	  for (i := 0; i < NUM_RNC; i := i+1) {
		f_ran_adapter_cleanup(g_ranap[i]);
	  }
        }
	self.stop;
}
-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/15391
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: I9c974a850949829728c35cf5dbd3333d0858fdef
Gerrit-Change-Number: 15391
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Tue, 10 Sep 2019 09:19:03 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190910/78a3e465/attachment.htm>