aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gb_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gb_proxy.h b/openbsc/include/openbsc/gb_proxy.h
index 5f1f3a77a..e078778e3 100644
--- a/openbsc/include/openbsc/gb_proxy.h
+++ b/openbsc/include/openbsc/gb_proxy.h
@@ -13,6 +13,10 @@ struct gbproxy_config {
/* misc */
struct gprs_ns_inst *nsi;
+
+ /* force mcc/mnc */
+ int core_mnc;
+ int core_mcc;
};
extern struct gbproxy_config gbcfg;