Add missing event string name for GSCON_EV_LCLS_FAIL

Change-Id: Ia8c8303a87412ce6456c38ae29e3c55de9522ac0
This commit is contained in:
Harald Welte 2018-06-11 13:50:34 +02:00
parent aefcb75d56
commit 422260d7a2
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ static const struct value_string gscon_fsm_event_names[] = {
{GSCON_EV_HO_TIMEOUT, "HO_TIMEOUT"},
{GSCON_EV_HO_FAIL, "HO_FAIL"},
{GSCON_EV_HO_COMPL, "HO_COMPL"},
{GSCON_EV_LCLS_FAIL, "LCLS_FAIL"},
{0, NULL}
};