aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/abis_nm.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-17 19:15:24 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-17 19:15:24 +0200
commit4e777c300ffc701a6c9239deaec1d8073b0ac2f2 (patch)
treea86a93ba93c8eb3a7c38987e34c30dd281d03a96 /include/osmocom/gsm/abis_nm.h
parente881b1b9ebcd9e23a5cef1b8152aa4e7422c29ac (diff)
doxygen: Add documentation for Abis OML
Diffstat (limited to 'include/osmocom/gsm/abis_nm.h')
-rw-r--r--include/osmocom/gsm/abis_nm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h
index 3f5335e2..5b5bff0e 100644
--- a/include/osmocom/gsm/abis_nm.h
+++ b/include/osmocom/gsm/abis_nm.h
@@ -1,10 +1,16 @@
#ifndef _OSMO_GSM_ABIS_NM_H
#define _OSMO_GSM_ABIS_NM_H
+/*! \defgroup oml A-bis OML
+ * @{
+ */
+
#include <osmocom/gsm/tlv.h>
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/gsm/protocol/gsm_12_21.h>
+/*! \file abis_nm.h */
+
enum abis_nm_msgtype;
enum gsm_phys_chan_config;
@@ -28,4 +34,7 @@ void abis_nm_debugp_foh(int ss, struct abis_om_fom_hdr *foh);
int abis_nm_chcomb4pchan(enum gsm_phys_chan_config pchan);
enum abis_nm_chan_comb abis_nm_pchan4chcomb(uint8_t chcomb);
+
+/*! }@ */
+
#endif /* _OSMO_GSM_ABIS_NM_H */