[PATCH] gsm 04.80: fix typo 265->256

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/.

Alexander Huemer alexander.huemer at xx.vu
Sat Jul 16 12:25:29 UTC 2011


Commit 79599ba0eb7a9aeaeb9dfbbf4881f0633724a471 contained a double typo.
---
 include/osmocom/gsm/tlv.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/osmocom/gsm/tlv.h b/include/osmocom/gsm/tlv.h
index 1e59cca..f659411 100644
--- a/include/osmocom/gsm/tlv.h
+++ b/include/osmocom/gsm/tlv.h
@@ -236,11 +236,11 @@ struct tlv_def {
 };
 
 struct tlv_definition {
-	struct tlv_def def[265];
+	struct tlv_def def[256];
 };
 
 struct tlv_parsed {
-	struct tlv_p_entry lv[265];
+	struct tlv_p_entry lv[256];
 };
 
 extern struct tlv_definition tvlv_att_def;
-- 
1.7.6





More information about the OpenBSC mailing list