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/OpenBSC@lists.osmocom.org/.
Neels Hofmeyr nhofmeyr at sysmocom.deThis is potentially breaking API compat.
---
 gtp/gtp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gtp/gtp.h b/gtp/gtp.h
index 7f8ec91..4f96015 100644
--- a/gtp/gtp.h
+++ b/gtp/gtp.h
@@ -276,7 +276,7 @@ struct gsn_t {
 	uint64_t tooshort;	/* Number of too short headers 29.60 11.1.2 */
 	uint64_t unknown;	/* Number of unknown messages 29.60 11.1.3 */
 	uint64_t unexpect;	/* Number of unexpected messages 29.60 11.1.4 */
-	uint64_t dublicate;	/* Number of dublicate or unsolicited replies */
+	uint64_t duplicate;	/* Number of duplicate or unsolicited replies */
 	uint64_t missing;	/* Number of missing information field messages */
 	uint64_t incorrect;	/* Number of incorrect information field messages */
 	uint64_t invalid;	/* Number of invalid message format messages */
-- 
2.1.4