Add exported function btsctx_alloc to public header

Change-Id: Iddfb8e42d5d9e856c7165d3cff6c39191c86a4a5
This commit is contained in:
Daniel Willmann 2020-10-16 16:34:54 +02:00 committed by daniel
parent 2d42b90dbb
commit 07a923ff14
1 changed files with 2 additions and 0 deletions

View File

@ -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 */