From e95b92b63ec2032811267996e3fe17c3ff8326ff Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 9 Oct 2020 17:18:29 +0200 Subject: BSSMAP RESET: move RESET-ACK into reset fsm The Lb interface will need the same RESET-ACK logic. Change-Id: Idf4682319a0af5665e867dbc0515d1fe343d9daf --- include/osmocom/bsc/bssmap_reset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmocom/bsc/bssmap_reset.h b/include/osmocom/bsc/bssmap_reset.h index ba6425701..560c54307 100644 --- a/include/osmocom/bsc/bssmap_reset.h +++ b/include/osmocom/bsc/bssmap_reset.h @@ -2,6 +2,7 @@ #pragma once enum bssmap_reset_fsm_event { + BSSMAP_RESET_EV_RX_RESET, BSSMAP_RESET_EV_RX_RESET_ACK, BSSMAP_RESET_EV_CONN_CFM_SUCCESS, BSSMAP_RESET_EV_CONN_CFM_FAILURE, @@ -11,6 +12,7 @@ struct bssmap_reset_cfg { int conn_cfm_failure_threshold; struct { void (*tx_reset)(void *data); + void (*tx_reset_ack)(void *data); void (*link_up)(void *data); void (*link_lost)(void *data); } ops; -- cgit v1.2.3