aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_roles.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-05-09 16:20:51 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-10 07:13:41 +0000
commit265a4c7489ed295a11a46aeb88319f211dc8989a (patch)
treeeec43adca4f26d539dc2646e7a304b9242b60df2 /include/osmocom/msc/msc_roles.h
parentc0847d641c2a46e091b349467899df93bcc3cf5c (diff)
call_leg: remove unused event MSC_EV_CALL_LEG_RTP_RELEASED
The event is actually never dispatched and useless, because when an RTP stream releases, the call_leg terminates directly anyway (which wasn't apparent when starting to design the call_leg FSM yet). Change-Id: I6b2fc1225c960fa2f7c46adf241520217a07821c
Diffstat (limited to 'include/osmocom/msc/msc_roles.h')
-rw-r--r--include/osmocom/msc/msc_roles.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/msc/msc_roles.h b/include/osmocom/msc/msc_roles.h
index a1fab2f23..b22bc7b85 100644
--- a/include/osmocom/msc/msc_roles.h
+++ b/include/osmocom/msc/msc_roles.h
@@ -148,7 +148,6 @@ enum msc_common_events {
MSC_EV_CALL_LEG_RTP_LOCAL_ADDR_AVAILABLE,
MSC_EV_CALL_LEG_RTP_COMPLETE,
- MSC_EV_CALL_LEG_RTP_RELEASED,
MSC_EV_CALL_LEG_TERM,
/* MNCC has told us to RTP_CREATE, but local RTP port has not yet been set up.