diff mbox

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

Message ID 20160525200706.0662213478@lists.osmocom.org
State New
Headers show

Commit Message

gerrit-no-reply@lists.osmocom.org May 25, 2016, 8:07 p.m. UTC
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@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 mbox

Patch

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)