summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvain Munaut2010-07-04 11:41:36 +0200
committerSylvain Munaut2010-07-04 11:41:36 +0200
commite10ae5b083fee8c91b7c8275aab72061280753e9 (patch)
tree1e9badc74a90ec5ed2d9be5df69890f085350191 /src
parentGPRS: Add 'input' generator functions for GPRS cipher algorithm (diff)
downloadlibosmocore-e10ae5b083fee8c91b7c8275aab72061280753e9.tar.gz
libosmocore-e10ae5b083fee8c91b7c8275aab72061280753e9.tar.xz
libosmocore-e10ae5b083fee8c91b7c8275aab72061280753e9.zip
gsm_utils: Fix typo in gsm band name
thanks to horizon for noticing :p Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r--src/gsm_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_utils.c b/src/gsm_utils.c
index 913946e..dc97cef 100644
--- a/src/gsm_utils.c
+++ b/src/gsm_utils.c
@@ -199,7 +199,7 @@ const char *gsm_band_name(enum gsm_band band)
case GSM_BAND_450:
return "GSM450";
case GSM_BAND_480:
- return "GSM450";
+ return "GSM480";
case GSM_BAND_750:
return "GSM750";
case GSM_BAND_810: