Change in osmo-bsc[master]: assignment_fsm: tweak error log msg for mixed modes

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
Wed May 19 17:11:32 UTC 2021


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/24302 )


Change subject: assignment_fsm: tweak error log msg for mixed modes
......................................................................

assignment_fsm: tweak error log msg for mixed modes

Change-Id: Ic42b141012215f428066d739a2099b217f4e5d41
---
M src/osmo-bsc/assignment_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 228cb1f..cf3c50e 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -401,7 +401,7 @@
 			requires_voice_pref = requires_voice_alt;
 		else if (requires_voice_alt != requires_voice_pref) {
 			assignment_fail(GSM0808_CAUSE_REQ_CODEC_TYPE_OR_CONFIG_NOT_SUPP,
-					"Inconsistent channel modes: %s != %s",
+					"Requested a mix of Signalling and non-Signalling channel modes: %s != %s",
 					gsm48_chan_mode_name(req->ch_mode_rate[0].chan_mode),
 					gsm48_chan_mode_name(req->ch_mode_rate[i].chan_mode));
 			return -EINVAL;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ic42b141012215f428066d739a2099b217f4e5d41
Gerrit-Change-Number: 24302
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210519/313c0457/attachment.htm>


More information about the gerrit-log mailing list