From e9e2f5cde6962a089d5157b2d2a7de2d732c2b52 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 15 Mar 2018 13:26:43 +0100 Subject: cosmetic: rename conn_fsm "bump" event to "release_when_unused" The naming of "bump" was short and made sense to me at the time of writing, but it is keeping pretty much everyone else at a distance, no-one intuitively gets what it is supposed to mean. Clarify by renaming to "release_when_unused". Adjust test expectations. Change-Id: I4dcc55f536f63b13a3da29fff1df5fe16751f83a --- include/osmocom/msc/osmo_msc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/msc') diff --git a/include/osmocom/msc/osmo_msc.h b/include/osmocom/msc/osmo_msc.h index 70e381882..168f68f91 100644 --- a/include/osmocom/msc/osmo_msc.h +++ b/include/osmocom/msc/osmo_msc.h @@ -21,7 +21,7 @@ enum subscr_conn_fsm_event { /* received first reply from MS in "real" CC, SMS, USSD communication */ SUBSCR_CONN_E_COMMUNICATING, /* Some async action has completed, check again whether all is done */ - SUBSCR_CONN_E_BUMP, + SUBSCR_CONN_E_RELEASE_WHEN_UNUSED, /* MS/BTS/BSC originated close request */ SUBSCR_CONN_E_MO_CLOSE, /* MSC originated close request, e.g. failed authentication */ -- cgit v1.2.3