aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-14 16:24:27 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-17 10:53:07 +0200
commita18f1d7be4f6ddd5e4247c50c6ded42582dd8e41 (patch)
tree7c0d7731bcf4add6425708aef89269c070ad589f /include/osmocom/gsm
parentc3b772b61ecf2964fb3ac70b011c59177eb2dbe1 (diff)
gsm0502.h: Document spec number
Diffstat (limited to 'include/osmocom/gsm')
-rw-r--r--include/osmocom/gsm/gsm0502.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/osmocom/gsm/gsm0502.h b/include/osmocom/gsm/gsm0502.h
index 43ab0b8f..ffd6e20e 100644
--- a/include/osmocom/gsm/gsm0502.h
+++ b/include/osmocom/gsm/gsm0502.h
@@ -1,4 +1,7 @@
-/*! \file gsm0502.h */
+/*! \defgroup gsm0502 GSM 05.02 / 3GPP TS 45.002
+ * @{
+ * \file gsm0502.h
+ */
#pragma once
@@ -107,3 +110,5 @@ uint16_t gsm0502_hop_seq_gen(const struct gsm_time *t,
size_t n, const uint16_t *ma);
int gsm0502_fn2ccch_block(uint32_t fn);
+
+/*! @} */