From 67cfc5dc9a5856a81bff1598cab0c3c2c48b0895 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 7 Sep 2021 01:10:38 +0200 Subject: ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the nsvc nsvci The BLOCK and BLOCK ACK PDUs can be send over a working NSVC to inform the NSE that a NSVC is blocked. Change-Id: I6189229fdc1f054e86811bc60cb7646e1f758a78 --- tests/gb/gprs_ns2_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gb/gprs_ns2_test.c b/tests/gb/gprs_ns2_test.c index ad78a621..0221a8d6 100644 --- a/tests/gb/gprs_ns2_test.c +++ b/tests/gb/gprs_ns2_test.c @@ -439,7 +439,7 @@ void test_unitdata(void *ctx) printf("---- Send Block NSVC[0]\n"); ns2_vc_block(nsvc[0]); - ns2_tx_block_ack(loop[0]); + ns2_tx_block_ack(loop[0], NULL); /* try to receive a unitdata - this should be dropped & freed by NS */ printf("---- Try to receive over blocked NSVC[0]\n"); -- cgit v1.2.3