diff options
Diffstat (limited to 'src/gsm/gan.c')
-rw-r--r-- | src/gsm/gan.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" }, |