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

Change-Id: I57c6a4e1e725da52c50e2a28e56627a3f3827c62
This commit is contained in:
Vadim Yanitskiy 2020-07-30 16:07:27 +07:00
parent e7e4d86f0e
commit df2b46471d
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ static int gsm48_rr_tx_rr_status(struct osmocom_ms *ms, uint8_t cause)
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;