[PATCH] osmocom-bb[master]: host/trxcon/scheduler: confirm successful RACH requests

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Feb 22 15:32:51 UTC 2018


Review at  https://gerrit.osmocom.org/6717

host/trxcon/scheduler: confirm successful RACH requests

Change-Id: I079ecebbeeb3843288118fbb55fa520af22859bb
---
M src/host/trxcon/sched_lchan_handlers.c
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/17/6717/1

diff --git a/src/host/trxcon/sched_lchan_handlers.c b/src/host/trxcon/sched_lchan_handlers.c
index eeb09af..49a28ef 100644
--- a/src/host/trxcon/sched_lchan_handlers.c
+++ b/src/host/trxcon/sched_lchan_handlers.c
@@ -281,6 +281,9 @@
 		return rc;
 	}
 
+	/* Confirm RACH request */
+	l1ctl_tx_rach_conf(trx->l1l);
+
 	/* Remove primitive from queue and free memory */
 	llist_del(&prim->list);
 	talloc_free(prim);

-- 
To view, visit https://gerrit.osmocom.org/6717
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I079ecebbeeb3843288118fbb55fa520af22859bb
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list