fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/35586?usp=email )

Change subject: mobile: mncc_recvmsg(): fix 'msg_type' param type
......................................................................

mobile: mncc_recvmsg(): fix 'msg_type' param type

Change-Id: I5146637f1c45044d0df258aa3d82fa9454898c92
Related: OS#4396
---
M src/host/layer23/src/mobile/gsm48_cc.c
1 file changed, 11 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




diff --git a/src/host/layer23/src/mobile/gsm48_cc.c 
b/src/host/layer23/src/mobile/gsm48_cc.c
index 21f68d3..b49159d 100644
--- a/src/host/layer23/src/mobile/gsm48_cc.c
+++ b/src/host/layer23/src/mobile/gsm48_cc.c
@@ -181,7 +181,7 @@

 /* enqueue message to application (MNCC-SAP) */
 static int mncc_recvmsg(struct osmocom_ms *ms, struct gsm_trans *trans,
-               int msg_type, struct gsm_mncc *mncc)
+                       uint32_t msg_type, struct gsm_mncc *mncc)
 {
        struct gsm48_cclayer *cc = &ms->cclayer;
        struct msgb *msg;

--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/35586?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I5146637f1c45044d0df258aa3d82fa9454898c92
Gerrit-Change-Number: 35586
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to