Change in osmo-bts[master]: trx_if: delete restrant timer when flushing the Tx queue

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Sep 20 17:27:51 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25518 )


Change subject: trx_if: delete restrant timer when flushing the Tx queue
......................................................................

trx_if: delete restrant timer when flushing the Tx queue

Change-Id: Ic31dc5629ed950f3b4b8feb9917d11779696f6eb
---
M src/osmo-bts-trx/trx_if.c
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/18/25518/1

diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 687119a..22e912d 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -1202,6 +1202,10 @@
 	}
 	talloc_free(l1h->last_acked);
 	l1h->last_acked = NULL;
+
+	/* Tx queue is now empty, so there's no point in keeping the retrans timer armed: */
+	if (osmo_timer_pending(&l1h->trx_ctrl_timer))
+		osmo_timer_del(&l1h->trx_ctrl_timer);
 }
 
 /*! close the TRX for given handle (data + control socket) */

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ic31dc5629ed950f3b4b8feb9917d11779696f6eb
Gerrit-Change-Number: 25518
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210920/910868eb/attachment.htm>


More information about the gerrit-log mailing list