From ad574a9e31472cdab0051e828b1f57f7c6356f42 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 16 Oct 2020 16:34:54 +0200 Subject: Add exported function btsctx_alloc to public header Change-Id: Iddfb8e42d5d9e856c7165d3cff6c39191c86a4a5 --- include/osmocom/gprs/gprs_bssgp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osmocom/gprs/gprs_bssgp.h b/include/osmocom/gprs/gprs_bssgp.h index b9d251cc..8d7d46ca 100644 --- a/include/osmocom/gprs/gprs_bssgp.h +++ b/include/osmocom/gprs/gprs_bssgp.h @@ -111,6 +111,8 @@ struct bssgp_bvc_ctx { //struct gprs_nsvc *nsvc; }; extern struct llist_head bssgp_bvc_ctxts; +/* Create a BTS Context with BVCI+NSEI */ +struct bssgp_bvc_ctx *btsctx_alloc(uint16_t bvci, uint16_t nsei); /* Find a BTS Context based on parsed RA ID and Cell ID */ struct bssgp_bvc_ctx *btsctx_by_raid_cid(const struct gprs_ra_id *raid, uint16_t cid); /* Find a BTS context based on BVCI+NSEI tuple */ -- cgit v1.2.3