Commenting out some problematic and not apsolutely necessary stuff from libosmocore
diff --git a/lib/decoding/osmocom/gsm/protocol/gsm_04_08.h b/lib/decoding/osmocom/gsm/protocol/gsm_04_08.h
index 10763f9..a92e025 100644
--- a/lib/decoding/osmocom/gsm/protocol/gsm_04_08.h
+++ b/lib/decoding/osmocom/gsm/protocol/gsm_04_08.h
@@ -939,8 +939,8 @@
 #define GSM48_PDISC_USSD	0x11
 
 extern const struct value_string gsm48_pdisc_names[];
-static inline const char *gsm48_pdisc_name(uint8_t val)
-{ return get_value_string(gsm48_pdisc_names, val); }
+/*static inline const char *gsm48_pdisc_name(uint8_t val)
+{ return get_value_string(gsm48_pdisc_names, val); }*/
 
 bool gsm48_hdr_gmm_cipherable(const struct gsm48_hdr *hdr);