aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_internal.h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-09-23 16:19:32 +0200
committerlaforge <laforge@osmocom.org>2021-10-08 05:43:46 +0000
commitd802f9ae6e721680d19ee1fc30bf19691e5e9c30 (patch)
tree3126a8e1455614cc0348536dcbfc40756ab1268e /src/gb/gprs_ns2_internal.h
parentns2: fsm: add comment don't answer on a STATUS with a STATUS (diff)
downloadlibosmocore-d802f9ae6e721680d19ee1fc30bf19691e5e9c30.tar.xz
libosmocore-d802f9ae6e721680d19ee1fc30bf19691e5e9c30.zip
ns2: message: allow to pass a foreign NSVCI to STATUS PDU
To answer correct on a BLOCK PDU with a different NSVCI, the STATUS PDU needs also a NSVCI parameter. Change-Id: I373eb48697097cdfa45748a091c11f7b3f0345fa
Diffstat (limited to 'src/gb/gprs_ns2_internal.h')
-rw-r--r--src/gb/gprs_ns2_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gprs_ns2_internal.h b/src/gb/gprs_ns2_internal.h
index a5d78d45..0959d2b0 100644
--- a/src/gb/gprs_ns2_internal.h
+++ b/src/gb/gprs_ns2_internal.h
@@ -439,7 +439,7 @@ int ns2_tx_unit_data(struct gprs_ns2_vc *nsvc,
struct msgb *msg);
int ns2_tx_status(struct gprs_ns2_vc *nsvc, uint8_t cause,
- uint16_t bvci, struct msgb *orig_msg);
+ uint16_t bvci, struct msgb *orig_msg, uint16_t *nsvci);
/* driver */
struct gprs_ns2_vc *ns2_ip_bind_connect(struct gprs_ns2_vc_bind *bind,