mobile/gsm322.c: fix mcc/mnc typo

Change-Id: I4a3aaa0465598b17ccd30ec4cbeb90429216540e
This commit is contained in:
Vadim Yanitskiy 2017-05-17 00:27:06 +03:00
parent 06f44d3772
commit 03485409be
1 changed files with 1 additions and 1 deletions

View File

@ -2144,7 +2144,7 @@ static int gsm322_search_end(struct osmocom_ms *ms)
return -ENOMEM;
ngm = (struct gsm322_msg *) nmsg->data;
ngm->mcc = mcc;
ngm->mnc = mcc;
ngm->mnc = mnc;
gsm322_plmn_sendmsg(ms, nmsg);
}