From 665d48bf15602e8666b292dbe66881786af2ea95 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 14 Nov 2016 14:17:14 +0100 Subject: 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 --- include/osmocom/gsm/gsup.h | 2 +- src/gsm/gsup.c | 2 +- 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 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 -- cgit v1.2.3