neels has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/15346


Change subject: cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl.
......................................................................

cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl.

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/46/15346/1

diff --git a/include/osmocom/msc/call_leg.h b/include/osmocom/msc/call_leg.h
index f35816c..a225b66 100644
--- a/include/osmocom/msc/call_leg.h
+++ b/include/osmocom/msc/call_leg.h
@@ -74,7 +74,7 @@
 int call_leg_ensure_rtp_alloc(struct call_leg *cl, enum rtp_direction dir, 
uint32_t call_id,
                              struct gsm_trans *for_trans);
 int call_leg_ensure_ci(struct call_leg *cl, enum rtp_direction dir, uint32_t 
call_id, struct gsm_trans *for_trans,
-                      const enum mgcp_codecs *codec_if_known, const struct 
osmo_sockaddr_str *remote_port_if_known);
+                      const enum mgcp_codecs *codec_if_known, const struct 
osmo_sockaddr_str *remote_addr_if_known);
 struct osmo_sockaddr_str *call_leg_local_ip(struct call_leg *cl, enum 
rtp_direction dir);

 void call_leg_rtp_stream_gone(struct call_leg *cl, struct rtp_stream *rtps);

--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/15346
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I576bc5c1fd63fe8048a7a6a2d06763fc3221fa49
Gerrit-Change-Number: 15346
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to