Change in osmocom-bb[master]: layer23/mobile: fix wrong message type in gsm48_rr_tx_rr_status()

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

fixeria gerrit-no-reply at lists.osmocom.org
Thu Jul 30 09:07:46 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/19453 )


Change subject: layer23/mobile: fix wrong message type in gsm48_rr_tx_rr_status()
......................................................................

layer23/mobile: fix wrong message type in gsm48_rr_tx_rr_status()

Change-Id: I57c6a4e1e725da52c50e2a28e56627a3f3827c62
---
M src/host/layer23/src/mobile/gsm48_rr.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/53/19453/1

diff --git a/src/host/layer23/src/mobile/gsm48_rr.c b/src/host/layer23/src/mobile/gsm48_rr.c
index fdc9916..74b94c4 100644
--- a/src/host/layer23/src/mobile/gsm48_rr.c
+++ b/src/host/layer23/src/mobile/gsm48_rr.c
@@ -894,7 +894,7 @@
 	st = (struct gsm48_rr_status *) msgb_put(nmsg, sizeof(*st));
 
 	gh->proto_discr = GSM48_PDISC_RR;
-	gh->msg_type = GSM48_MT_RR_CIPH_M_COMPL;
+	gh->msg_type = GSM48_MT_RR_STATUS;
 
 	/* rr cause */
 	st->rr_cause = cause;

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I57c6a4e1e725da52c50e2a28e56627a3f3827c62
Gerrit-Change-Number: 19453
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200730/d07954a4/attachment.htm>


More information about the gerrit-log mailing list