aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-09-27 08:56:28 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-10-05 08:29:15 +0200
commit9f14174440e82253adce4214c5ae0ec480ff51a3 (patch)
tree895cdc095127841d194d57fecfd1158927b7bb19
parent1d31967ed60d30163dd39f7b6135bcddaa2ee78e (diff)
drop obsolete comment
-rw-r--r--include/osmocom/bsc/gsm_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h
index 36d364c97..99d1d18e0 100644
--- a/include/osmocom/bsc/gsm_data.h
+++ b/include/osmocom/bsc/gsm_data.h
@@ -1153,12 +1153,6 @@ struct gsm_tz {
};
struct gsm_network {
- /* TODO MSCSPLIT the gsm_network struct is basically a kitchen sink for
- * global settings and variables, "madly" mixing BSC and MSC stuff. Split
- * this in e.g. struct osmo_bsc and struct osmo_msc, with the things
- * these have in common, like country and network code, put in yet
- * separate structs and placed as members in osmo_bsc and osmo_msc. */
-
struct osmo_plmn_id plmn;
/* bit-mask of permitted encryption algorithms. LSB=A5/0, MSB=A5/7 */