[PATCH] osmo-bsc[master]: Fix: If paging for half rate was requested, use hr, if suppo...

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
Fri Jan 19 03:03:48 UTC 2018


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

Fix: If paging for half rate was requested, use hr, if supported by MS

Change-Id: I6d1c9701808ee542771fee145250927019a2f5f6
---
M src/libbsc/gsm_04_08_utils.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/97/5897/1

diff --git a/src/libbsc/gsm_04_08_utils.c b/src/libbsc/gsm_04_08_utils.c
index b17e58e..85eb7b5 100644
--- a/src/libbsc/gsm_04_08_utils.c
+++ b/src/libbsc/gsm_04_08_utils.c
@@ -116,7 +116,7 @@
 	[CHREQ_T_PAG_R_ANY_NECI1]	= GSM_LCHAN_SDCCH,
 	[CHREQ_T_PAG_R_ANY_NECI0]	= GSM_LCHAN_SDCCH,
 	[CHREQ_T_PAG_R_TCH_F]		= GSM_LCHAN_TCH_F,
-	[CHREQ_T_PAG_R_TCH_FH]		= GSM_LCHAN_TCH_F,
+	[CHREQ_T_PAG_R_TCH_FH]		= GSM_LCHAN_TCH_H,
 	[CHREQ_T_LMU]			= GSM_LCHAN_SDCCH,
 	[CHREQ_T_RESERVED_SDCCH]	= GSM_LCHAN_SDCCH,
 	[CHREQ_T_PDCH_ONE_PHASE]	= GSM_LCHAN_PDTCH,

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

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



More information about the gerrit-log mailing list