aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-15 13:26:43 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-15 14:24:57 +0000
commite9e2f5cde6962a089d5157b2d2a7de2d732c2b52 (patch)
treeafdb83f1b8042d1b2a04cb2df7ce160305618b6c /include
parent12e17be1a0e87905e47aa5bdaf88a73edbb03735 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/osmo_msc.h2
1 files changed, 1 insertions, 1 deletions
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 */