aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gb_proxy.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-04 11:42:08 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-09 10:10:25 +0200
commit1abfdc218e044b764b385921be921aa05364bf47 (patch)
treeb3606eca5975f43ac23d402fc66de3096be34a37 /openbsc/include/openbsc/gb_proxy.h
parent7fb26c2943b46c9082d7615dc98095bf6bbe5905 (diff)
gbproxy: Remove patch_mode, update initial checks
This patch removes the patch_mode feature including the related VTY command patch-mode. Where sensible, the other configuration flags are queried instead. In addition, this initial checks in gbprox_process_bssgp_dl() and gbprox_process_bssgp_ul() have been updated. The patch mode feature has not been used and was increasingly difficult to maintain. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/include/openbsc/gb_proxy.h')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 232fc2812..8f37514a0 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -14,16 +14,6 @@ struct rate_ctr_group;
struct gprs_gb_parse_context;
struct tlv_parsed;
-enum gbproxy_patch_mode {
- GBPROX_PATCH_DEFAULT,
- GBPROX_PATCH_BSSGP, /*!< BSGGP messages only */
- GBPROX_PATCH_LLC_ATTACH_REQ, /*!< BSSGP and Attach Request */
- GBPROX_PATCH_LLC_ATTACH, /*!< BSSGP and Attach Request/Response */
- GBPROX_PATCH_LLC_GMM, /*!< BSSGP and all GMM msgs */
- GBPROX_PATCH_LLC_GSM, /*!< BSSGP and all GMM and GSM msgs */
- GBPROX_PATCH_LLC, /*!< BSSGP and all supported LLC msgs */
-};
-
enum gbproxy_global_ctr {
GBPROX_GLOB_CTR_INV_BVCI,
GBPROX_GLOB_CTR_INV_LAI,
@@ -79,7 +69,6 @@ struct gbproxy_config {
uint8_t* core_apn;
size_t core_apn_size;
char * match_re;
- enum gbproxy_patch_mode patch_mode;
int tlli_max_age;
int tlli_max_len;