From 8eae2fcce0620d3a7a66437161050847ac666812 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 9 Nov 2019 01:45:11 +0700 Subject: GPRS/BSSGP: introduce bssgp_bvc_ctx_free() So far we had a function to allocate a new bssgp_bvc_ctx, but not the opposite one. Let's finally introduce it, so it will be used at least in OsmoPCU. Please note that the new symbol has 'bssgp_' prefix, not 'btsctx_'. Change-Id: Ia78979379dbdccd6e4628c16f00d0c06d9212172 --- src/gb/libosmogb.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gb/libosmogb.map') diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map index 5e675a66..ad139c1c 100644 --- a/src/gb/libosmogb.map +++ b/src/gb/libosmogb.map @@ -80,6 +80,7 @@ gprs_nsvc_state_append; gprs_log_filter_fn; btsctx_alloc; +bssgp_bvc_ctx_free; btsctx_by_bvci_nsei; btsctx_by_raid_cid; -- cgit v1.2.3