pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/71/30571/1
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);
--
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: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange