diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2020-12-09 02:07:56 +0100 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-12-10 15:21:30 +0000 |
commit | 1e21fd40a143518c99be512bbb12a41b3125ddfd (patch) | |
tree | 984450b109bf0363b35b5fbe2609dae5dcabeb9d | |
parent | a8fb621abaf6e5c4427c681998a90f014cc7c3a5 (diff) |
pcu: SNS: remove TODO expect FLOW-CONTROL BVC
It should not be expected in a new NSVC.
Change-Id: I142c87d496f08d603ab8e1e13c5a29ebe6596bb0
-rw-r--r-- | pcu/PCU_Tests_SNS.ttcn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn index 40a0877..5c03b94 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); } |