[MERGED] openbsc[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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Jul 11 06:10:30 UTC 2017


Harald Welte has submitted this change and it was merged.

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


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

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c
index 7613cac..fa45421 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -604,7 +604,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/3175
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0ef78ef046e4850346569f750693e12938b50ab5
Gerrit-PatchSet: 2
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list