diff options
Diffstat (limited to 'include/osmocom/gsm/gsm0341.h')
-rw-r--r-- | include/osmocom/gsm/gsm0341.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0341.h b/include/osmocom/gsm/gsm0341.h index 2fc83e4b..834dbf93 100644 --- a/include/osmocom/gsm/gsm0341.h +++ b/include/osmocom/gsm/gsm0341.h @@ -1,4 +1,6 @@ -/*! \file gsm0341.h */ +/*! \defgroup sms Short Message Service (SMS) + * @{ + * \file gsm0341.h */ #pragma once @@ -9,3 +11,5 @@ gsm0341_build_msg(void *ctx, uint8_t geo_scope, uint8_t msg_code, uint8_t update, uint16_t msg_id, uint8_t dcs, uint8_t page_total, uint8_t page_cur, uint8_t *data, uint8_t len); + +/*! @} */ |