mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-23 08:22:19 +00:00
sbcap: Fix typo in sbcap_cause_vals
Change-Id: I519a86e5292c39bf1ad502c587838e7b62a0e64f
This commit is contained in:
@@ -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" },
|
||||
|
Reference in New Issue
Block a user