From fb348eeff25e8e66a4a8651dc94901c7a004343a Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 30 Mar 2016 21:14:53 +0200 Subject: Export names for gsm_chan_t and gsm48_chan_mode This can be used with get_value_string() to improve debugging output. --- include/osmocom/gsm/protocol/gsm_04_08.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/osmocom/gsm/protocol') diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index d49b77fe..3282bc16 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -2,6 +2,8 @@ #include +#include + /* GSM TS 04.08 definitions */ struct gsm_lchan; @@ -347,6 +349,8 @@ enum gsm48_chan_mode { GSM48_CMODE_DATA_3k6 = 0x13, }; +extern const struct value_string gsm48_chan_mode_names[]; + /* Chapter 9.1.2 */ struct gsm48_ass_cmd { /* Semantic is from 10.5.2.5a */ -- cgit v1.2.3