diff --git a/src/host/layer23/src/mobile/gsm322.c b/src/host/layer23/src/mobile/gsm322.c index 3bc8b5c8f..a2cbb8647 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)