Change in osmo-bsc[master]: log: assignment_fsm: tweak err msg for incompatible 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/.

neels gerrit-no-reply at lists.osmocom.org
Sun May 23 23:04:25 UTC 2021


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


Change subject: log: assignment_fsm: tweak err msg for incompatible chan
......................................................................

log: assignment_fsm: tweak err msg for incompatible chan

Related: SYS#5315 OS#4940
Change-Id: Ifd8790923d54a27061708ff8077d509238b9c7dd
---
M src/osmo-bsc/assignment_fsm.c
1 file changed, 4 insertions(+), 2 deletions(-)



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

diff --git a/src/osmo-bsc/assignment_fsm.c b/src/osmo-bsc/assignment_fsm.c
index 94ac54f..95d5130 100644
--- a/src/osmo-bsc/assignment_fsm.c
+++ b/src/osmo-bsc/assignment_fsm.c
@@ -572,8 +572,10 @@
 		}
 		if (!matching_mode) {
 			assignment_fail(GSM0808_CAUSE_NO_RADIO_RESOURCE_AVAILABLE,
-					"Assignment to lchan %s requested, but lchan is not compatible\n",
-					gsm_lchan_name(req->target_lchan));
+					"Assignment of lchan %s to %s type %s requested, but lchan is not compatible",
+					gsm_lchan_name(conn->lchan),
+					gsm_lchan_name(req->target_lchan),
+					gsm_lchant_name(conn->assignment.new_lchan->type));
 			return;
 		}
 	} else {

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ifd8790923d54a27061708ff8077d509238b9c7dd
Gerrit-Change-Number: 24383
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/20210523/45e3a22f/attachment.htm>


More information about the gerrit-log mailing list