From 60e5ddf65d50b3e430d29dd9b5cfdaf4d05f3204 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 15 Oct 2020 19:17:10 +0200 Subject: 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 --- include/osmocom/bsc/bsc_msc_data.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3