aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/iuup.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-09-20 14:28:22 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2024-09-20 14:28:26 +0200
commitddc500933dc2001055a9f1e1d4e169afc245fe67 (patch)
treed89b18b5731643f4060bcc40ca42e66b4de56cb7 /src/gsm/iuup.c
parent6e1ebd9a27b1cff04280a1d35410c15e76628162 (diff)
iuup.c: Add more relevant spec references to the fileHEADmaster
Those are specs which are usually of interested for somebody opening the iuup.c and iuup.h files in order to work on Tx/Rx/forward of IuUP frames eg. on top of RTP. Change-Id: I0cf70e84def2162c3c8621cdbbd8632b25276d70
Diffstat (limited to 'src/gsm/iuup.c')
-rw-r--r--src/gsm/iuup.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gsm/iuup.c b/src/gsm/iuup.c
index 16a6f5e0..49912131 100644
--- a/src/gsm/iuup.c
+++ b/src/gsm/iuup.c
@@ -1,5 +1,9 @@
/*! \file iu_up.c
- * IuUP (Iu User Plane) according to 3GPP TS 25.415 */
+ * IuUP (Iu User Plane) according to 3GPP TS 25.415
+ * See also 3GPP TS 25.414 regarding data transport.
+ * See also 3GPP TS 29.414 and 3GPP TS 29.415 regarding Nb counterparts
+ * of the above specs.
+ */
/*
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
*