Change in osmocom-bb[master]: l1ctl: do not explicitly decativate all lchans on L1CTL_DM_EST_REQ

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

dexter gerrit-no-reply at lists.osmocom.org
Thu May 7 09:59:23 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/18094 )


Change subject: l1ctl: do not explicitly decativate all lchans on L1CTL_DM_EST_REQ
......................................................................

l1ctl: do not explicitly decativate all lchans on L1CTL_DM_EST_REQ

The function l1ctl_rx_dm_est_req() explicitly decativates all lchans on
the selected timeslot. However, it also runs sched_trx_configure_ts()
beforehand which already resets all lchans anyway. This means that the
explicit reset of all lchans is not needed, so lets remove it.

Change-Id: Iad309b7aacdead986a7a5ad52bf712b6c6197b66
Related: OS#4365
---
M src/host/trxcon/l1ctl.c
1 file changed, 0 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/94/18094/1

diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index e722624..04325bc 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -665,9 +665,6 @@
 		goto exit;
 	}
 
-	/* Deactivate all lchans */
-	sched_trx_deactivate_all_lchans(ts);
-
 	/* Activate only requested lchans */
 	rc = sched_trx_set_lchans(ts, chan_nr, 1, est_req->tch_mode);
 	if (rc) {

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: Iad309b7aacdead986a7a5ad52bf712b6c6197b66
Gerrit-Change-Number: 18094
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200507/a12b87ef/attachment.htm>


More information about the gerrit-log mailing list