From c4193d30e82307b87a7a7bce3ea5ed48f2f2f716 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 Nov 2016 15:21:52 +0100 Subject: gan: Mark gan_pdisc_vals[] as public / non-static symbol It is actually listed in libosmogsm.map, but still used to be a static symbol. That couldn't have worked. Change-Id: I6f3f04b683d906674ee7da9bab5762bb00cea916 --- src/gsm/gan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gsm/gan.c b/src/gsm/gan.c index c71c5133..0bcaa175 100644 --- a/src/gsm/gan.c +++ b/src/gsm/gan.c @@ -68,7 +68,7 @@ const struct value_string gan_msgt_vals[] = { { 0, NULL } }; -static const struct value_string gan_pdisc_vals[] = { +const struct value_string gan_pdisc_vals[] = { { GA_PDISC_RC, "RC" }, { GA_PDISC_CSR, "CSR" }, { GA_PDISC_PSR, "PSR" }, -- cgit v1.2.3