aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-11-14 14:17:14 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-09 16:47:05 +0100
commit665d48bf15602e8666b292dbe66881786af2ea95 (patch)
tree4e94c70f2daa1f21e89d1c0dba4dc7c8f3e85984
parent5f460dee3d9c0dca3221d80ca5a9701521e647c7 (diff)
cosmetic: gsup comments: write 'Generic' for the G in GSUP
The G used to mean GPRS, but the scope is larger now. To satisfy the curious reader, give the G a name in gsup files' header comments. BTW, logging.h and gsup_test.c already mentioned "Generic" before this. Change-Id: I6ac5cf94c215e156ceff6a58da3d9e520ca942d9
-rw-r--r--include/osmocom/gsm/gsup.h2
-rw-r--r--src/gsm/gsup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h
index 636a112b..e2912a64 100644
--- a/include/osmocom/gsm/gsup.h
+++ b/include/osmocom/gsm/gsup.h
@@ -1,4 +1,4 @@
-/* Osmocom Subscriber Update Protocol message encoder/decoder */
+/* Osmocom Generic Subscriber Update Protocol message encoder/decoder */
/* (C) 2014 by sysmocom s.f.m.c. GmbH, Author: Jacob Erlbeck
* (C) 2016 by Harald Welte <laforge@gnumonks.org>
diff --git a/src/gsm/gsup.c b/src/gsm/gsup.c
index b213e307..22f57ab7 100644
--- a/src/gsm/gsup.c
+++ b/src/gsm/gsup.c
@@ -1,4 +1,4 @@
-/* Osmocom Subscriber Update Protocol message encoder/decoder */
+/* Osmocom Generic Subscriber Update Protocol message encoder/decoder */
/*
* (C) 2014 by sysmocom s.f.m.c. GmbH