sbcap: Fix typo in sbcap_cause_vals

Change-Id: I519a86e5292c39bf1ad502c587838e7b62a0e64f
This commit is contained in:
Pau Espin 2022-07-26 11:56:01 +02:00
parent 9ce5d4bad7
commit 692243baf5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const struct value_string sbcap_cause_vals[] = {
{ SBcAP_Cause_parameter_value_invalid, "parameter value invalid" },
{ SBcAP_Cause_valid_message_not_identified, "valid message not identified" },
{ SBcAP_Cause_tracking_area_not_valid, "Tracking Area not valid" },
{ SBcAP_Cause_unrecognised_message, "unrecoznied message" },
{ SBcAP_Cause_unrecognised_message, "unrecognised message" },
{ SBcAP_Cause_missing_mandatory_element, "missing mandatory element" },
{ SBcAP_Cause_mME_capacity_exceeded, "MME capacity exceeded" },
{ SBcAP_Cause_mME_memory_exceeded, "MME memory exceeded" },