pespin 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 <lyn...@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <lafo...@gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-Comment-Date: Tue, 10 Sep 2019 09:19:03 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment

Reply via email to