Change in osmo-bsc[master]: comment: tweak pchan_subslots() description

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

neels gerrit-no-reply at lists.osmocom.org
Fri Apr 30 14:22:20 UTC 2021


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/23940 )

Change subject: comment: tweak pchan_subslots() description
......................................................................

comment: tweak pchan_subslots() description

Change-Id: I4d3ca6efc7b4fadd6711ae80502027cec1b7b84e
---
M src/osmo-bsc/gsm_data.c
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve



diff --git a/src/osmo-bsc/gsm_data.c b/src/osmo-bsc/gsm_data.c
index 47aceb0..2595ea9 100644
--- a/src/osmo-bsc/gsm_data.c
+++ b/src/osmo-bsc/gsm_data.c
@@ -565,8 +565,8 @@
 	[GSM_PCHAN_TCH_F_PDCH] = 1,
 };
 
-/*! According to ts->pchan and possibly ts->dyn_pchan, return the number of
- * logical channels available in the timeslot. */
+/*! Return the maximum number of logical channels that may be used in a timeslot of the given physical channel
+ * configuration. */
 uint8_t pchan_subslots(enum gsm_phys_chan_config pchan)
 {
 	if (pchan < 0 || pchan >= ARRAY_SIZE(subslots_per_pchan))

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4d3ca6efc7b4fadd6711ae80502027cec1b7b84e
Gerrit-Change-Number: 23940
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210430/23cdc3ce/attachment.htm>


More information about the gerrit-log mailing list