diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/gsm0808.h | 6 | ||||
-rw-r--r-- | include/osmocom/gsm/gsm0808_utils.h | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/include/osmocom/gsm/gsm0808.h b/include/osmocom/gsm/gsm0808.h index 4369cabe..3deee70d 100644 --- a/include/osmocom/gsm/gsm0808.h +++ b/include/osmocom/gsm/gsm0808.h @@ -1,4 +1,6 @@ -/*! \file gsm0808.h */ +/*! \defgroup gsm0808 GSM 08.08 / 3GPP TS 48.008 A Interface + * @{ + * \file gsm0808.h */ /* * (C) 2009,2010 by Holger Hans Peter Freyther <zecke@selfish.org> * (C) 2009,2010 by On-Waves @@ -75,3 +77,5 @@ const struct tlv_definition *gsm0808_att_tlvdef(void); const char *gsm0808_bssmap_name(uint8_t msg_type); const char *gsm0808_bssap_name(uint8_t msg_type); + +/*! @} */ diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h index 17a03f55..db156668 100644 --- a/include/osmocom/gsm/gsm0808_utils.h +++ b/include/osmocom/gsm/gsm0808_utils.h @@ -1,4 +1,6 @@ -/*! \file gsm0808_utils.h */ +/*! \addtogroup gsm0808 + * @{ + * \file gsm0808_utils.h */ /* * (C) 2016 by Sysmocom s.f.m.c. GmbH * All Rights Reserved @@ -53,3 +55,5 @@ int gsm0808_dec_cell_id_list(struct gsm0808_cell_id_list *cil, int gsm0808_chan_type_to_speech_codec(uint8_t perm_spch); int gsm0808_speech_codec_from_chan_type(struct gsm0808_speech_codec *sc, uint8_t perm_spch); + +/*! @} */ |