aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/gprs_bssgp.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2020-10-16 16:34:54 +0200
committerdaniel <dwillmann@sysmocom.de>2020-11-03 21:26:48 +0000
commit07a923ff1405b0d48b3ba6ae8bf33f1d6089213d (patch)
tree4d8cdbcfcf5025add3af5331c124fa9d917c48b4 /include/osmocom/gprs/gprs_bssgp.h
parent2d42b90dbbb9d85db572b474cb7f4f0e2f2cd179 (diff)
Add exported function btsctx_alloc to public header
Diffstat (limited to 'include/osmocom/gprs/gprs_bssgp.h')
-rw-r--r--include/osmocom/gprs/gprs_bssgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gprs/gprs_bssgp.h b/include/osmocom/gprs/gprs_bssgp.h
index 5b45ea6e..4eb9df41 100644
--- a/include/osmocom/gprs/gprs_bssgp.h
+++ b/include/osmocom/gprs/gprs_bssgp.h
@@ -112,6 +112,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 */