aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2022-09-28 16:22:29 +0200
committerAlexander Couzens <lynxis@fe80.eu>2022-09-28 18:14:28 +0200
commit71ad530f7e3955ffbf59473dbcb8d1a3357b1f87 (patch)
treebece0e4c732d203b5642c3235b193736d6d1b8a3 /include
parent70093f23ad2662ebfca1bfa95d084adeec495f42 (diff)
gb: add bssgp2_enc_flush_ll encode FLUSH-LL
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gprs/gprs_bssgp2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gprs/gprs_bssgp2.h b/include/osmocom/gprs/gprs_bssgp2.h
index 3b5b6e82..53e76e3a 100644
--- a/include/osmocom/gprs/gprs_bssgp2.h
+++ b/include/osmocom/gprs/gprs_bssgp2.h
@@ -59,6 +59,8 @@ struct msgb *bssgp2_enc_bvc_reset(uint16_t bvci, enum gprs_bssgp_cause cause,
struct msgb *bssgp2_enc_bvc_reset_ack(uint16_t bvci, const struct gprs_ra_id *ra_id, uint16_t cell_id,
const uint8_t *feat_bm, const uint8_t *ext_feat_bm);
+struct msgb *bssgp2_enc_flush_ll(uint32_t tlli, uint16_t old_bvci,
+ const uint16_t *new_bvci, const uint16_t *nsei);
struct msgb *bssgp2_enc_status(uint8_t cause, const uint16_t *bvci, const struct msgb *orig_msg, uint16_t max_pdu_len);