fix msc_mgcp_fsm_evt_names: two missing events

Change-Id: I66ebaf0a55de1a46bccbc86652ffa9b73c951ebf
This commit is contained in:
Neels Hofmeyr 2018-12-18 22:03:46 +01:00 committed by Neels Hofmeyr
parent 6d71ccf484
commit 5d66970cd7
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ static const struct value_string msc_mgcp_fsm_evt_names[] = {
OSMO_VALUE_STRING(EV_TEARDOWN_ERROR),
OSMO_VALUE_STRING(EV_CRCX_RAN_RESP),
OSMO_VALUE_STRING(EV_CRCX_CN_RESP),
OSMO_VALUE_STRING(EV_MDCX_RAN_RESP),
OSMO_VALUE_STRING(EV_MDCX_CN_RESP),
OSMO_VALUE_STRING(EV_DLCX_ALL_RESP),
{0, NULL}
};