[PATCH 3/6] Fix typo in console output: "PEROIDOC" -> "PERIODIC".

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 Chemeris alexander.chemeris at gmail.com
Fri Oct 4 00:42:26 UTC 2013


---
 openbsc/src/libmsc/gsm_04_08.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbsc/src/libmsc/gsm_04_08.c b/openbsc/src/libmsc/gsm_04_08.c
index cd31f69..f771b02 100644
--- a/openbsc/src/libmsc/gsm_04_08.c
+++ b/openbsc/src/libmsc/gsm_04_08.c
@@ -513,7 +513,7 @@ static const char *lupd_name(uint8_t type)
 	case GSM48_LUPD_NORMAL:
 		return "NORMAL";
 	case GSM48_LUPD_PERIODIC:
-		return "PEROIDOC";
+		return "PERIODIC";
 	case GSM48_LUPD_IMSI_ATT:
 		return "IMSI ATTACH";
 	default:
-- 
1.7.9.5





More information about the OpenBSC mailing list