summaryrefslogtreecommitdiffstats
path: root/src/coding/gsm0503_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding/gsm0503_tables.c')
-rw-r--r--src/coding/gsm0503_tables.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/coding/gsm0503_tables.c b/src/coding/gsm0503_tables.c
index 90ca88d8..1c85765d 100644
--- a/src/coding/gsm0503_tables.c
+++ b/src/coding/gsm0503_tables.c
@@ -24,6 +24,18 @@
#include <osmocom/core/bits.h>
#include <osmocom/coding/gsm0503_tables.h>
+/*! \addtogroup tables
+ * @{
+ *
+ * \brief GSM TS 05.03 tables
+ *
+ * This module contains various tables defining parts of 3GPP TS 05.03
+ * / 45.003, primarily for the purpose of (de)puncturing, interleaving,
+ * etc.
+ */
+
+/*! \file gsm0503_tables.c */
+
const ubit_t gsm0503_pdtch_hl_hn_ubit[4][8] = {
{ 1,1, 1,1, 1,1, 1,1 },
{ 1,1, 0,0, 1,0, 0,0 },
@@ -1730,3 +1742,5 @@ const ubit_t gsm0503_mcs5_usf_precode_table[8][36] = {
{ 0,0,1,0,0,1,1,0,1, 1,0,1,1,1,1,1,1,1, 0,1,1,0,1,0,0,0,1, 0,0,1,1,1,0,1,0,0, },
{ 0,1,1,0,1,0,1,1,1, 0,1,0,1,0,1,1,1,1, 0,0,0,1,1,1,1,1,0, 0,1,0,0,1,0,0,1,1, },
};
+
+/*! @} */