diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2020-10-15 19:17:10 +0200 |
---|---|---|
committer | neels <nhofmeyr@sysmocom.de> | 2020-10-16 13:51:48 +0000 |
commit | 60e5ddf65d50b3e430d29dd9b5cfdaf4d05f3204 (patch) | |
tree | 0143d9a2b8b69a90797a0c233c52295ca04b2c1c /include | |
parent | 7c02e4cfd5d664ff8491f3f42107440642b80af5 (diff) |
drop features 'core-location-area-code' and 'core-cell-identity'
This feature apparently assigned a fixed LAC and CI to a specific MSC, but
looking at the implementation was obviously not useful.
Keep the vty commands for legacy compat, now without effect besides logging an
error via vty_out().
Related: OS#4751
Change-Id: I6bee704e7e5d5b6b86473323bae1fa9fce9241ee
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/bsc/bsc_msc_data.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h index 5622a4220..e5f48d1d1 100644 --- a/include/osmocom/bsc/bsc_msc_data.h +++ b/include/osmocom/bsc/bsc_msc_data.h @@ -128,8 +128,6 @@ struct bsc_msc_data { /* Connection data */ struct osmo_plmn_id core_plmn; - int core_lac; - int core_ci; /* audio codecs */ struct gsm48_multi_rate_conf amr_conf; |