diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/gsmtap_util.h | 3 |
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[]; + /*! @} */ |