Change in osmo-pcu[master]: Move gprs_rlcmac_ul_tbf::window to correct file

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/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Oct 24 19:49:43 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20854 )

Change subject: Move gprs_rlcmac_ul_tbf::window to correct file
......................................................................

Move gprs_rlcmac_ul_tbf::window to correct file

It wasn't move when all the UL specific code was moved to a separate
file.

Change-Id: I6f8c2d568ffdea3826ec1e11358d24eea6c9335b
---
M src/tbf.cpp
M src/tbf_ul.cpp
2 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/tbf.cpp b/src/tbf.cpp
index 9545511..ac84de2 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1516,11 +1516,6 @@
 	return ts == control_ts;
 }
 
-gprs_rlc_ul_window *gprs_rlcmac_ul_tbf::window()
-{
-	return &m_window;
-}
-
 struct gprs_rlcmac_ul_tbf *handle_tbf_reject(struct gprs_rlcmac_bts *bts,
 			GprsMs *ms, uint32_t tlli, uint8_t trx_no, uint8_t ts)
 {
diff --git a/src/tbf_ul.cpp b/src/tbf_ul.cpp
index 489fc87..39e4e95 100644
--- a/src/tbf_ul.cpp
+++ b/src/tbf_ul.cpp
@@ -614,3 +614,8 @@
 		  ws, b->ws_base, pcu_bitcount(ul_slots()), b->ws_pdch);
 	m_window.set_ws(ws);
 }
+
+gprs_rlc_ul_window *gprs_rlcmac_ul_tbf::window()
+{
+	return &m_window;
+}

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/20854
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6f8c2d568ffdea3826ec1e11358d24eea6c9335b
Gerrit-Change-Number: 20854
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201024/1c535570/attachment.htm>


More information about the gerrit-log mailing list