aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bsc_msc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/bsc_msc_data.h')
-rw-r--r--include/osmocom/bsc/bsc_msc_data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bsc_msc_data.h b/include/osmocom/bsc/bsc_msc_data.h
index bedf41240..345724da2 100644
--- a/include/osmocom/bsc/bsc_msc_data.h
+++ b/include/osmocom/bsc/bsc_msc_data.h
@@ -124,7 +124,9 @@ struct bsc_msc_data {
struct osmo_sccp_addr msc_addr;
char *msc_addr_name;
- struct a_reset_ctx *reset;
+ /* Pointer to the osmo-fsm that controls the
+ * BSSMAP RESET procedure */
+ struct osmo_fsm_inst *reset_fsm;
} a;
};