aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc/osmo_bsc_bssap.c
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-23 14:43:55 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-06-28 13:35:10 +0200
commit40703dd1f441ee754a3b9b8b838feb66bc8e032d (patch)
tree7f870f861931021464144bc2f59e4c19640d1384 /openbsc/src/osmo-bsc/osmo_bsc_bssap.c
parent030312043a84b0bfaf35c36790e56e3016c68661 (diff)
a_iface: use vty to configure BSC/MSC connections
Use the VTY to configure the connections between BSC and MSC on both sides. We now can add new connections, we also can write the config, removing existing connections is implemented on the MSC side, but not yet on the BSC side.
Diffstat (limited to 'openbsc/src/osmo-bsc/osmo_bsc_bssap.c')
-rw-r--r--openbsc/src/osmo-bsc/osmo_bsc_bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc/osmo_bsc_bssap.c b/openbsc/src/osmo-bsc/osmo_bsc_bssap.c
index afb984799..f37caa0d4 100644
--- a/openbsc/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/openbsc/src/osmo-bsc/osmo_bsc_bssap.c
@@ -198,7 +198,7 @@ static int bssmap_handle_reset_ack(struct bsc_msc_data *msc,
/* Inform the FSM that controls the RESET/RESET-ACK procedure
* that we have successfully received the reset-ack message */
- a_reset_ack_confirm(&msc->msc_con->reset);
+ a_reset_ack_confirm(msc->a.reset);
return 0;
}