summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm322.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/mobile/gsm322.c')
-rw-r--r--src/host/layer23/src/mobile/gsm322.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/gsm322.c b/src/host/layer23/src/mobile/gsm322.c
index 3bc8b5c8..a2cbb864 100644
--- a/src/host/layer23/src/mobile/gsm322.c
+++ b/src/host/layer23/src/mobile/gsm322.c
@@ -358,7 +358,7 @@ static int class_of_band(struct osmocom_ms *ms, int band)
char *gsm_print_rxlev(uint8_t rxlev)
{
- static char string[5];
+ static char string[6];
if (rxlev == 0)
return "<=-110";
if (rxlev >= 63)