summaryrefslogtreecommitdiffstats
path: root/src/gsm/ipa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/ipa.c')
-rw-r--r--src/gsm/ipa.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gsm/ipa.c b/src/gsm/ipa.c
index fa6a8b0d..5c37d643 100644
--- a/src/gsm/ipa.c
+++ b/src/gsm/ipa.c
@@ -41,6 +41,11 @@
#include <osmocom/gsm/protocol/ipaccess.h>
#include <osmocom/gsm/ipa.h>
+/*! \addtogroup ipa
+ * @{
+ * \brief IPA Multiplex utility routines
+ */
+
#define IPA_ALLOC_SIZE 1200
/*
@@ -581,3 +586,5 @@ struct msgb *ipa_msg_alloc(int headroom)
return NULL;
return nmsg;
}
+
+/*! @} */