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.orgpespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/25580 )
Change subject: gsm_lchan2chan_nr(): separate RSL specific variant of this API
......................................................................
Patch Set 2:
(1 comment)
https://gerrit.osmocom.org/c/osmo-bts/+/25580/2/src/common/gsm_data.c
File src/common/gsm_data.c:
https://gerrit.osmocom.org/c/osmo-bts/+/25580/2/src/common/gsm_data.c@259
PS2, Line 259: if (rsl)
This can be further simplified:
if (rsl || (~lchan->ts->flags & TS_F_PDCH_ACTIVE))
chan_nr = gsm_lchan_as_pchan2chan_nr(lchan, GSM_PCHAN_TCH_F);
else
chan_nr = gsm_lchan_as_pchan2chan_nr(lchan, GSM_PCHAN_PDCH);
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/25580
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I01680140c7201bf5284b278bceaea8ae01c122b2
Gerrit-Change-Number: 25580
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Comment-Date: Mon, 27 Sep 2021 08:33:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210927/13a2f4c2/attachment.htm>