aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0411_utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-10-16 18:25:45 +0200
committerHarald Welte <laforge@gnumonks.org>2017-10-17 07:53:02 +0200
commit55d724addc3184a7fd6bb77160bbdbd0ec772d9f (patch)
treed72d1fcaa85c5b30625822cd194a16db431ee88e /include/osmocom/gsm/gsm0411_utils.h
parent8cc2767891cfae7543e384d0dfb5286b33b1b42f (diff)
[doc] make sure all SMS related code is part of the 'sms' group
Diffstat (limited to 'include/osmocom/gsm/gsm0411_utils.h')
-rw-r--r--include/osmocom/gsm/gsm0411_utils.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0411_utils.h b/include/osmocom/gsm/gsm0411_utils.h
index 1c51111e..2cd87b82 100644
--- a/include/osmocom/gsm/gsm0411_utils.h
+++ b/include/osmocom/gsm/gsm0411_utils.h
@@ -1,4 +1,6 @@
-/*! \file gsm0411_utils.h */
+/*! \addtogroup sms
+ * @{
+ * \file gsm0411_utils.h */
#pragma once
@@ -35,3 +37,5 @@ int gsm411_push_rp_header(struct msgb *msg, uint8_t rp_msg_type,
/* Prefix msg with a 04.08/04.11 CP header */
int gsm411_push_cp_header(struct msgb *msg, uint8_t proto, uint8_t trans,
uint8_t msg_type);
+
+/*! @} */