This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
dexter gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/2845
cosmetic: Fix typo in sccp_types.h
change
SCCP_RETURN_CAUSE_SEGMENTATION_FAOLURE
to
SCCP_RETURN_CAUSE_SEGMENTATION_FAILURE
Change-Id: I34f767234f677307bb04891b40f03109901c0f1b
---
M include/sccp/sccp_types.h
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/45/2845/1
diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h
index e1dcfe7..4e99723 100644
--- a/include/sccp/sccp_types.h
+++ b/include/sccp/sccp_types.h
@@ -219,7 +219,7 @@
SCCP_RETURN_CAUSE_SCCP_FAILURE = 11,
SCCP_RETURN_CAUSE_HOP_COUNTER_VIOLATION = 12,
SCCP_RETURN_CAUSE_SEGMENTATION_NOT_SUPPORTED= 13,
- SCCP_RETURN_CAUSE_SEGMENTATION_FAOLURE = 14
+ SCCP_RETURN_CAUSE_SEGMENTATION_FAILURE = 14
};
enum sccp_reset_cause {
--
To view, visit https://gerrit.osmocom.org/2845
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I34f767234f677307bb04891b40f03109901c0f1b
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>