[PATCH] osmo-bsc[master]: bsc_subscr_conn_fsm.c: Fix wrong param list passed to LOGPFSML

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Sat Mar 17 00:23:12 UTC 2018


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

bsc_subscr_conn_fsm.c: Fix wrong param list passed to LOGPFSML

Fixes: 3561bd48976dbee8dbd4659dad15be85a3e79ace

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


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

diff --git a/src/libbsc/bsc_subscr_conn_fsm.c b/src/libbsc/bsc_subscr_conn_fsm.c
index 652fdcd..2542ee7 100644
--- a/src/libbsc/bsc_subscr_conn_fsm.c
+++ b/src/libbsc/bsc_subscr_conn_fsm.c
@@ -369,7 +369,7 @@
 			/* An unsupported channel is requested, so we have to
 			 * reject this request by sending an assignment failure
 			 * message immediately */
-			LOGPFSML(fi, LOGL_ERROR, "Requested channel mode is not supported!\n",
+			LOGPFSML(fi, LOGL_ERROR, "Requested channel mode is not supported! chan_mode=%s full_rate=%d\n",
 				 get_value_string(gsm48_chan_mode_names, conn->user_plane.chan_mode),
 				 conn->user_plane.full_rate);
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbf84bd3b64eea5bf315b83c95561e4534acc3b7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list