[PATCH] osmocom-bb[master]: mobile/gsm322.c: fix mcc/mnc typo

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue May 16 21:37:57 UTC 2017


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

mobile/gsm322.c: fix mcc/mnc typo

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


  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/61/2661/1

diff --git a/src/host/layer23/src/mobile/gsm322.c b/src/host/layer23/src/mobile/gsm322.c
index ad780c9..ebe22ff 100644
--- a/src/host/layer23/src/mobile/gsm322.c
+++ b/src/host/layer23/src/mobile/gsm322.c
@@ -2144,7 +2144,7 @@
 			return -ENOMEM;
 		ngm = (struct gsm322_msg *) nmsg->data;
 		ngm->mcc = mcc;
-		ngm->mnc = mcc;
+		ngm->mnc = mnc;
 		gsm322_plmn_sendmsg(ms, nmsg);
 	}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a3aaa0465598b17ccd30ec4cbeb90429216540e
Gerrit-PatchSet: 1
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list