Change in osmo-pcu[master]: tbf_dl_ass_fsm: Drop unsued X2000 timer callback

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 Nov 15 12:43:11 UTC 2021


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


Change subject: tbf_dl_ass_fsm: Drop unsued X2000 timer callback
......................................................................

tbf_dl_ass_fsm: Drop unsued X2000 timer callback

That timer is only relevant for transmission of Packet Access Reject,
which happens only for Uplink assignment, and hence is only set in the
timer of tbf_ul_ass_fsm, never in tbf_dl_ass_fsm. This is probably a
copy-paste artifact when implementing both FSMs.

Change-Id: I95900e211eddb280c72fb712ba1da4d2230cb77b
---
M src/tbf_dl_ass_fsm.c
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/50/26250/1

diff --git a/src/tbf_dl_ass_fsm.c b/src/tbf_dl_ass_fsm.c
index 1d44c91..5a5d669 100644
--- a/src/tbf_dl_ass_fsm.c
+++ b/src/tbf_dl_ass_fsm.c
@@ -187,9 +187,6 @@
 {
 	struct tbf_dl_ass_fsm_ctx *ctx = (struct tbf_dl_ass_fsm_ctx *)fi->priv;
 	switch (fi->T) {
-	case -2000:
-		tbf_free(ctx->tbf);
-		break;
 	default:
 		OSMO_ASSERT(0);
 	}

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I95900e211eddb280c72fb712ba1da4d2230cb77b
Gerrit-Change-Number: 26250
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/20211115/5b5a3907/attachment.htm>


More information about the gerrit-log mailing list