pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/33752 )
Change subject: gsm0502.h: Document spec number ......................................................................
gsm0502.h: Document spec number
Change-Id: I3a3fdde39a4f3927516b9c160c04144764800fda --- M include/osmocom/gsm/gsm0502.h 1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/52/33752/1
diff --git a/include/osmocom/gsm/gsm0502.h b/include/osmocom/gsm/gsm0502.h index 43ab0b8..9faf8b9 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 A + * @{ + * \file gsm0502.h + */
#pragma once
@@ -107,3 +110,5 @@ size_t n, const uint16_t *ma);
int gsm0502_fn2ccch_block(uint32_t fn); + +/*! @} */