pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42152?usp=email )
Change subject: 5gc: Add missing TC_connection_suspend to control block ......................................................................
5gc: Add missing TC_connection_suspend to control block
Fixes: 1af55d318d43967ee5d056bdf2bc3a50c096389b Change-Id: I2e9e3647917f22e16d9dd6e7199f62a305cc57b3 --- M 5gc/C5G_Tests.ttcn 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/52/42152/1
diff --git a/5gc/C5G_Tests.ttcn b/5gc/C5G_Tests.ttcn index 5a35b5a..b5a572a 100644 --- a/5gc/C5G_Tests.ttcn +++ b/5gc/C5G_Tests.ttcn @@ -624,6 +624,7 @@
execute( TC_net_triggered_service_req() ); execute( TC_connection_inactive() ); + execute( TC_connection_suspend() );
}