Attention is currently required from: pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36622?usp=email )
Change subject: ttcn3-sgsn-test: add missing SGSN_Tests_NS.control ...................................................................... Patch Set 2: (1 comment) Patchset: PS2: > SNS testcases need another set; NS testcases do not. ``` 106 control { 107 108 if (mp_nsconfig[0].handle_sns) { 109 execute( TC_SNS_size() ); 110 execute( TC_SNS_size_too_big() ); 111 execute( TC_SNS_config_bss() ); 112 execute( TC_SNS_config_sgsn() ); 113 execute( TC_SNS_and_alive() ); 114 } else { 115 execute( TC_NS_connect_alive() ); 116 execute( TC_NS_connect_reset() ); 117 } 118 } ``` -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36622?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I605526dff6d3c0ec4c5dc58dc00ca51b4ccd68a7 Gerrit-Change-Number: 36622 Gerrit-PatchSet: 2 Gerrit-Owner: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-CC: pespin <pes...@sysmocom.de> Gerrit-Attention: pespin <pes...@sysmocom.de> Gerrit-Comment-Date: Mon, 22 Apr 2024 12:51:45 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: fixeria <vyanits...@sysmocom.de> Comment-In-Reply-To: pespin <pes...@sysmocom.de> Gerrit-MessageType: comment