aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-18 07:41:03 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-19 17:53:14 +0000
commit8311a81bae85618302273c3f769275893161a7d7 (patch)
tree875603e8eeac598e0cd6714850f0538b1fffadf4 /include
parentc499e5c62e9bef0db219e4658ffeb3292d6e6a5b (diff)
Remove bogus MM INFO configuration
The network name and other MM INFO is controlled by the MSC, not the BSC. Change-Id: I1cbf72fc50cff29e7c1633ba752cbf15b4b84c58
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/gsm_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 8e4dc04f6..7a1b62de5 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -278,8 +278,6 @@ struct gsm_network {
/* global parameters */
uint16_t country_code;
uint16_t network_code;
- char *name_long;
- char *name_short;
int a5_encryption;
int neci;
int send_mm_info;