Change in osmo-msc[master]: MNCC: use explicit struct type in gsm_call

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

Max gerrit-no-reply at lists.osmocom.org
Wed Jan 16 12:56:59 UTC 2019


Max has submitted this change and it was merged. ( https://gerrit.osmocom.org/12563 )

Change subject: MNCC: use explicit struct type in gsm_call
......................................................................

MNCC: use explicit struct type in gsm_call

There's no need to use 'void *' because we have forward declaration for
'struct gsm_network' in the very same header.

Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c
---
M include/osmocom/msc/mncc.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index d2f0541..a9be004 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -38,7 +38,7 @@
 	struct llist_head entry;
 
 	/* network handle */
-	void *net;
+	struct gsm_network *net;
 
 	/* the 'local' transaction */
 	uint32_t callref;

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I5078ffcf2706adaca1b5df107f8b6a44062ca28c
Gerrit-Change-Number: 12563
Gerrit-PatchSet: 2
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Stefan Sperling <stsp at stsp.name>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190116/6e933524/attachment.htm>


More information about the gerrit-log mailing list