aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-03-26 15:30:02 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-02 19:33:11 +0000
commitdd185d60b15ea272629b5aeb3bf7b84271bf0b6f (patch)
tree562eb4d57c180940d3b1b10075967978eeb7a0ba
parentc74a5616bf1c77ac40ddd92f4927dca7a1b45bc8 (diff)
cosmetic: Add fixme note for OS#3112
-rw-r--r--src/osmo-bsc/osmo_bsc_msc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/osmo-bsc/osmo_bsc_msc.c b/src/osmo-bsc/osmo_bsc_msc.c
index 2178d1d2c..e9309ea1a 100644
--- a/src/osmo-bsc/osmo_bsc_msc.c
+++ b/src/osmo-bsc/osmo_bsc_msc.c
@@ -48,6 +48,11 @@ int osmo_bsc_msc_init(struct bsc_msc_data *data)
return -1;
}
+ /* FIXME: This is a leftover from the old architecture that used
+ * sccp-lite with osmocom specific authentication. Since we now
+ * changed to AoIP the connected status and the authentication
+ * status is managed differently. However osmo_bsc_filter.c still
+ * needs the flags to be set to one. See also: OS#3112 */
data->msc_con->is_connected = 1;
data->msc_con->is_authenticated = 1;