Change in osmo-msc[master]: Use proper type for tch_rtp_connect() parameter

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
Tue Dec 18 17:12:56 UTC 2018


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

Change subject: Use proper type for tch_rtp_connect() parameter
......................................................................

Use proper type for tch_rtp_connect() parameter

Change-Id: I6e2efcd2e25d6ec2ff35a4b8cfcda02abe97fa59
---
M src/libmsc/gsm_04_08_cc.c
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Max: Looks good to me, approved
  Stefan Sperling: Looks good to me, but someone else must approve
  Pau Espin Pedrol: Looks good to me, but someone else must approve



diff --git a/src/libmsc/gsm_04_08_cc.c b/src/libmsc/gsm_04_08_cc.c
index 15c6d9d..5500f6f 100644
--- a/src/libmsc/gsm_04_08_cc.c
+++ b/src/libmsc/gsm_04_08_cc.c
@@ -1761,10 +1761,9 @@
 	return 0;
 }
 
-static int tch_rtp_connect(struct gsm_network *net, void *arg)
+static int tch_rtp_connect(struct gsm_network *net, struct gsm_mncc_rtp *rtp)
 {
 	struct gsm_trans *trans;
-	struct gsm_mncc_rtp *rtp = arg;
 	struct in_addr addr;
 
 	/* FIXME: in *rtp we should get the codec information of the remote

-- 
To view, visit https://gerrit.osmocom.org/12330
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: I6e2efcd2e25d6ec2ff35a4b8cfcda02abe97fa59
Gerrit-Change-Number: 12330
Gerrit-PatchSet: 3
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Stefan Sperling <stsp at stsp.name>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181218/a72635f2/attachment.htm>


More information about the gerrit-log mailing list