[PATCH] osmo-bts[master]: oml: handle TCH/F_PDCH (as TCH/F) in conf_lchans_for_pchan()

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 Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Jun 16 02:45:21 UTC 2016


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

oml: handle TCH/F_PDCH (as TCH/F) in conf_lchans_for_pchan()

Change-Id: Ifc5561f8e2db172bb692ba26bdeae2fd675d6ec5
---
M src/common/oml.c
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/93/293/1

diff --git a/src/common/oml.c b/src/common/oml.c
index 86ec1bf..db0dea7 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -708,6 +708,8 @@
 		lchan = &ts->lchan[4];
 		lchan->type = GSM_LCHAN_CCCH;
 		break;
+	case GSM_PCHAN_TCH_F_PDCH:
+		/* fall through, intially handle dyn PDCH as TCH/F */
 	case GSM_PCHAN_TCH_F:
 		lchan = &ts->lchan[0];
 		lchan->type = GSM_LCHAN_TCH_F;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc5561f8e2db172bb692ba26bdeae2fd675d6ec5
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list