aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-25 00:05:03 +0200
committerneels <nhofmeyr@sysmocom.de>2020-05-29 20:16:40 +0000
commitb281b1cdb670dbd26354c1f45ce85a477bf5ed15 (patch)
treefe80920661e9b1250ab4ce9bb85e52c96c3c2b0c /include/osmocom
parent39a0af3bf4bc1db1554fdd55b0920e87efaa568b (diff)
drop MSC types "local" vs "normal"
Another legacy feature. All that this setting effectively does is prevent MSCs from being contacted for non-emergency calls. To select which MSCs shall handle emergency calls, there is the allow_emerg flag. Change-Id: I7fc630d9c35be9a69a0d378d3de2b2312c69690d
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index b4973451f..364fa727b 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -50,11 +50,6 @@
struct osmo_bsc_rf;
struct gsm_network;
-enum {
- MSC_CON_TYPE_NORMAL,
- MSC_CON_TYPE_LOCAL,
-};
-
/* Constants for the MSC rate counters */
enum {
/* Rx message counters */
@@ -118,7 +113,6 @@ struct bsc_msc_data {
struct gsm_network *network;
int allow_emerg;
- int type;
/* Connection data */
struct osmo_plmn_id core_plmn;