diff options
-rw-r--r-- | include/osmocom/gsm/gsm_utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h index 6ff44598..7eda5b9f 100644 --- a/include/osmocom/gsm/gsm_utils.h +++ b/include/osmocom/gsm/gsm_utils.h @@ -228,6 +228,8 @@ enum gsm_chan_t { }; extern const struct value_string gsm_chan_t_names[]; +static inline const char *gsm_chan_t_name(enum gsm48_chan_mode val) +{ return get_value_string(gsm_chan_t_names, val); } /* Deprectated functions */ /* Limit encoding and decoding to use no more than this amount of buffer bytes */ |