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 } ```