pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28799 )
Change subject: sbcap: Fix typo in sbcap_cause_vals
......................................................................
sbcap: Fix typo in sbcap_cause_vals
Change-Id: I519a86e5292c39bf1ad502c587838e7b62a0e64f
---
M src/sbcap/sbcap_common.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/99/28799/1
diff --git a/src/sbcap/sbcap_common.c b/src/sbcap/sbcap_common.c
index a8967ad..3968c71 100644
--- a/src/sbcap/sbcap_common.c
+++ b/src/sbcap/sbcap_common.c
@@ -36,7 +36,7 @@
{ 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" },
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/28799
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I519a86e5292c39bf1ad502c587838e7b62a0e64f
Gerrit-Change-Number: 28799
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange