Change in libosmocore[master]: fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR

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 7 15:00:22 UTC 2018


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/9496 )

Change subject: fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR
......................................................................

fix gsm0808_permitted_speech(): don't return HR3 for TCH_F + AMR

Change-Id: Icca23940791f97fa64dbc3f2734270b99f9550c1
---
M include/osmocom/gsm/gsm0808_utils.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Neels Hofmeyr: Looks good to me, approved



diff --git a/include/osmocom/gsm/gsm0808_utils.h b/include/osmocom/gsm/gsm0808_utils.h
index 6555734..242bce9 100644
--- a/include/osmocom/gsm/gsm0808_utils.h
+++ b/include/osmocom/gsm/gsm0808_utils.h
@@ -147,7 +147,7 @@
 	case GSM48_CMODE_SPEECH_AMR:
 		switch (type) {
 		case GSM_LCHAN_TCH_F:
-			return GSM0808_PERM_HR3;
+			return GSM0808_PERM_FR3;
 		case GSM_LCHAN_TCH_H:
 			return GSM0808_PERM_HR3;
 		default:

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icca23940791f97fa64dbc3f2734270b99f9550c1
Gerrit-Change-Number: 9496
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180607/2bfa06f3/attachment.htm>


More information about the gerrit-log mailing list