[PATCH] 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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue May 24 12:48:02 UTC 2016


Review at  https://gerrit.osmocom.org/106

add comments to describe functions

Change-Id: Ie351632001abbeb82008a5eecae0d0323a8ef7d7
---
M src/bts.cpp
M src/tbf_ul.cpp
2 files changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/06/106/1

diff --git a/src/bts.cpp b/src/bts.cpp
index fdae1f0..c3d17ff 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 5178875..23b21e3 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: newchange
Gerrit-Change-Id: Ie351632001abbeb82008a5eecae0d0323a8ef7d7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>



More information about the OpenBSC mailing list