msuraev has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcu/+/30208 )
Change subject: cosmetic: drop unused field from struct pdch_ulc
......................................................................
cosmetic: drop unused field from struct pdch_ulc
Change-Id: Icf6204d99f91531f5ecad05e3f9f89406e5d12b5
---
M src/pdch_ul_controller.h
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/src/pdch_ul_controller.h b/src/pdch_ul_controller.h
index 0e66720..9857c8f 100644
--- a/src/pdch_ul_controller.h
+++ b/src/pdch_ul_controller.h
@@ -36,7 +36,6 @@
struct pdch_ulc {
struct gprs_rlcmac_pdch *pdch; /* back pointer */
- uint32_t last_fn; /* last FN rx from TDMA clock */
struct rb_root tree_root;
void *pool_ctx; /* talloc pool of struct pdch_ulc_node */
};
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/+/30208
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Icf6204d99f91531f5ecad05e3f9f89406e5d12b5
Gerrit-Change-Number: 30208
Gerrit-PatchSet: 2
Gerrit-Owner: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: msuraev <msuraev(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged