aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-13 00:01:02 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-13 00:03:29 +0200
commitaa3ba46e0f9dcfb1236a10f6b8f09b1f33330778 (patch)
tree8ee18824cf62fe1ea1171ee03f862523b6b157a4 /include/osmocom/core
parent93713a55b93a30a01aaa99355d2d7abf4e4597a7 (diff)
gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNEL
Diffstat (limited to 'include/osmocom/core')
-rw-r--r--include/osmocom/core/gsmtap_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/core/gsmtap_util.h b/include/osmocom/core/gsmtap_util.h
index 5c5e3fdd..f8a12a60 100644
--- a/include/osmocom/core/gsmtap_util.h
+++ b/include/osmocom/core/gsmtap_util.h
@@ -55,4 +55,7 @@ int gsmtap_send(struct gsmtap_inst *gti, uint16_t arfcn, uint8_t ts,
int8_t signal_dbm, uint8_t snr, const uint8_t *data,
unsigned int len);
+extern const struct value_string gsmtap_gsm_channel_names[];
+extern const struct value_string gsmtap_type_names[];
+
/*! @} */