LC15: Enable string for IPAC RSL direct retry

Change-Id: I3e69fba0e21e181d28baee90e95f57216f2617af
This commit is contained in:
Minh-Quang Nguyen 2017-02-02 13:44:25 -05:00 committed by Harald Welte
parent 17a8748324
commit 2ff597e339
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ static const struct value_string rsl_ipac_msgt_names[] = {
{ RSL_MT_IPAC_DLCX, "IPAC_DLCX" },
{ RSL_MT_IPAC_DLCX_ACK, "IPAC_DLCX_ACK" },
{ RSL_MT_IPAC_DLCX_NACK, "IPAC_DLCX_NACK" },
{ RSL_MT_IPAC_DIR_RETR_ENQ, "IPAC_DIR_RETR_ENQ" },
{ 0, NULL }
};