From 85fc31416b643c73f59e5af7a0e2d90813f29a50 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Nov 2011 08:58:40 +0100 Subject: BSSGP: Add functions required for true BSS-side BSSGP implementation The BSS-side of BSSGP requires quite a number of additional functions for sending unidirectional messages that a SGSN never sends. This is a first step into completing the BSSGP implementation and making it ready to be used from osmo-bts and other BTS-side GPRS implementations. --- openbsc/src/libgb/gprs_bssgp.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'openbsc/src/libgb/gprs_bssgp.c') diff --git a/openbsc/src/libgb/gprs_bssgp.c b/openbsc/src/libgb/gprs_bssgp.c index f26ff163..6722cafb 100644 --- a/openbsc/src/libgb/gprs_bssgp.c +++ b/openbsc/src/libgb/gprs_bssgp.c @@ -43,17 +43,6 @@ void *bssgp_tall_ctx = NULL; -#define BVC_F_BLOCKED 0x0001 - -enum bssgp_ctr { - BSSGP_CTR_PKTS_IN, - BSSGP_CTR_PKTS_OUT, - BSSGP_CTR_BYTES_IN, - BSSGP_CTR_BYTES_OUT, - BSSGP_CTR_BLOCKED, - BSSGP_CTR_DISCARDED, -}; - static const struct rate_ctr_desc bssgp_ctr_description[] = { { "packets.in", "Packets at BSSGP Level ( In)" }, { "packets.out","Packets at BSSGP Level (Out)" }, -- cgit v1.2.3