pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/30571 )
Change subject: tbf_ul: Fix wrong struct type in field
......................................................................
tbf_ul: Fix wrong struct type in field
This typo was harmless so far because both old and new structures have
the exact same content.
Change-Id: If2e20128a589a25b9dc3fd08340cdb92aad158c3
---
M src/tbf_ul.h
1 file changed, 1 insertion(+), 1 deletion(-)
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_ul.h b/src/tbf_ul.h
index 38784f8..c5c55f7 100644
--- a/src/tbf_ul.h
+++ b/src/tbf_ul.h
@@ -105,7 +105,7 @@
struct rate_ctr_group *m_ul_egprs_ctrs;
struct tbf_ul_fsm_ctx state_fsm;
- struct tbf_ul_ass_fsm_ctx ul_ack_fsm;
+ struct tbf_ul_ack_fsm_ctx ul_ack_fsm;
protected:
void maybe_schedule_uplink_acknack(const gprs_rlc_data_info *rlc, bool
countdown_finished);
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/30571
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: If2e20128a589a25b9dc3fd08340cdb92aad158c3
Gerrit-Change-Number: 30571
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged