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

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(-)


  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/75/3175/1

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: newchange
Gerrit-Change-Id: I0ef78ef046e4850346569f750693e12938b50ab5
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to