[MERGED] osmo-pcu[master]: add comments to describe functions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther gerrit-no-reply at lists.osmocom.org
Wed May 25 20:07:03 UTC 2016


Holger Freyther has submitted this change and it was merged.

Change subject: add comments to describe functions
......................................................................


add comments to describe functions

Change-Id: Ie351632001abbeb82008a5eecae0d0323a8ef7d7
Reviewed-on: https://gerrit.osmocom.org/106
Reviewed-by: Harald Welte <laforge at gnumonks.org>
Tested-by: Jenkins Builder
---
M src/bts.cpp
M src/tbf_ul.cpp
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/bts.cpp b/src/bts.cpp
index 03b0401..953ac4d 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -1317,6 +1317,7 @@
 	return -EINVAL;
 }
 
+/*! \brief process egprs and gprs data blocks */
 int gprs_rlcmac_pdch::rcv_data_block(uint8_t *data, uint32_t fn,
 	struct pcu_l1_meas *meas, GprsCodingScheme cs)
 {
diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index 1316204..e7c64ad 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -138,6 +138,7 @@
 	return msg;
 }
 
+/*! \brief receive data from PDCH/L1 */
 int gprs_rlcmac_ul_tbf::rcv_data_block_acknowledged(
 	const struct gprs_rlc_data_info *rlc,
 	uint8_t *data, struct pcu_l1_meas *meas)

-- 
To view, visit https://gerrit.osmocom.org/106
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie351632001abbeb82008a5eecae0d0323a8ef7d7
Gerrit-PatchSet: 3
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder



More information about the OpenBSC mailing list