Change in osmo-bsc[master]: assignment: remove unnecessary call to gsm0808_speech_codec_from_chan...

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

dexter gerrit-no-reply at lists.osmocom.org
Wed Sep 5 12:58:04 UTC 2018


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/10774


Change subject: assignment: remove unnecessary call to gsm0808_speech_codec_from_chan_type()
......................................................................

assignment: remove unnecessary call to gsm0808_speech_codec_from_chan_type()

There is a function call to gsm0808_speech_codec_from_chan_type() after
an if construct that checks if we need voice and if we need it if it is
related to an AoIP connection.

However, at the moment we call gsm0808_speech_codec_from_chan_type() all
the time, even when just figured out that we don't need to. Presumably
this is a refactory leftover. Lets remove the excess function call.

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



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

diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 41615ac..e1da45b 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -171,8 +171,6 @@
 		/* FIXME: AMR codec configuration must be derived from lchan1! */
 	}
 
-	gsm0808_speech_codec_from_chan_type(&sc, perm_spch);
-
 	resp = gsm0808_create_ass_compl(lchan->abis_ip.ass_compl.rr_cause,
 					chosen_channel,
 					lchan->encr.alg_id, perm_spch,

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I34d9281944b36cd89ad8e1c5774f0ea80fdfadc8
Gerrit-Change-Number: 10774
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180905/1fdd34ae/attachment.htm>


More information about the gerrit-log mailing list