laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
iuup.c: Add more relevant spec references to the file

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
---
M src/gsm/iuup.c
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/gsm/iuup.c b/src/gsm/iuup.c
index 16a6f5e..4991213 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>
*

To view, visit change 38229. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0cf70e84def2162c3c8621cdbbd8632b25276d70
Gerrit-Change-Number: 38229
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>