From 1e21fd40a143518c99be512bbb12a41b3125ddfd Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 9 Dec 2020 02:07:56 +0100 Subject: [PATCH] pcu: SNS: remove TODO expect FLOW-CONTROL BVC It should not be expected in a new NSVC. Change-Id: I142c87d496f08d603ab8e1e13c5a29ebe6596bb0 --- pcu/PCU_Tests_SNS.ttcn | 1 - 1 file changed, 1 deletion(-) diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn index 40a08775e..5c03b9410 100644 --- a/pcu/PCU_Tests_SNS.ttcn +++ b/pcu/PCU_Tests_SNS.ttcn @@ -417,7 +417,6 @@ testcase TC_sns_add() runs on RAW_Test_CT { activate(as_rx_alive_tx_ack(idx := 2)); f_outgoing_ns_alive(2); - /* TODO: Should we expect FLOW-CONTROL BVC here too? */ setverdict(pass); }