aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-09-07 01:10:38 +0200
committerlaforge <laforge@osmocom.org>2021-10-08 05:43:46 +0000
commit67cfc5dc9a5856a81bff1598cab0c3c2c48b0895 (patch)
tree42d03bfa6dd7a9499e73099bdec0719f953329a0 /tests
parent8ae40cbb9186729202068f83576efd025450fd5e (diff)
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
Diffstat (limited to 'tests')
-rw-r--r--tests/gb/gprs_ns2_test.c2
1 files changed, 1 insertions, 1 deletions
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");