diff options
Diffstat (limited to 'include/osmocom/gsm/gsm0411_smc.h')
-rw-r--r-- | include/osmocom/gsm/gsm0411_smc.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0411_smc.h b/include/osmocom/gsm/gsm0411_smc.h index 0cd1f94a..7dfaa150 100644 --- a/include/osmocom/gsm/gsm0411_smc.h +++ b/include/osmocom/gsm/gsm0411_smc.h @@ -1,4 +1,6 @@ -/*! \file gsm0411_smc.h */ +/*! \addtogroup sms + * @{ + * \file gsm0411_smc.h */ #pragma once @@ -61,3 +63,5 @@ int gsm411_smc_send(struct gsm411_smc_inst *inst, int msg_type, /* message from lower layer */ int gsm411_smc_recv(struct gsm411_smc_inst *inst, int msg_type, struct msgb *msg, int cp_msg_type); + +/*! @} */ |