pcu: SNS: remove TODO expect FLOW-CONTROL BVC

It should not be expected in a new NSVC.

Change-Id: I142c87d496f08d603ab8e1e13c5a29ebe6596bb0
This commit is contained in:
Alexander Couzens 2020-12-09 02:07:56 +01:00 committed by laforge
parent a8fb621aba
commit 1e21fd40a1
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ testcase TC_sns_add() runs on RAW_Test_CT {
activate(as_rx_alive_tx_ack(idx := 2)); activate(as_rx_alive_tx_ack(idx := 2));
f_outgoing_ns_alive(2); f_outgoing_ns_alive(2);
/* TODO: Should we expect FLOW-CONTROL BVC here too? */
setverdict(pass); setverdict(pass);
} }