[PATCH] osmo-msc[master]: bsc_api: Fix copy+paste error in printing name of RR STATUS PDU

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 Aug 24 17:40:58 UTC 2017


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

bsc_api: Fix copy+paste error in printing name of RR STATUS PDU

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/19/3619/1

diff --git a/src/libbsc/bsc_api.c b/src/libbsc/bsc_api.c
index c2828e3..c60f818 100644
--- a/src/libbsc/bsc_api.c
+++ b/src/libbsc/bsc_api.c
@@ -607,7 +607,7 @@
 			break;
 		case GSM48_MT_RR_STATUS:
 			LOGP(DRR, LOGL_NOTICE, "%s (cause: %s)\n",
-			     gsm48_rr_msg_name(GSM48_MT_RR_GPRS_SUSP_REQ),
+			     gsm48_rr_msg_name(GSM48_MT_RR_STATUS),
 			     rr_cause_name(gh->data[0]));
 			break;
 		case GSM48_MT_RR_MEAS_REP:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ef78ef046e4850346569f750693e12938b50ab5
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list