From 2a7ab868e39760dc51321230d3a4fa2926bf21d7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 6 Oct 2014 17:16:25 +0200 Subject: mgcp: We only look at the RTP header use that in the comment --- openbsc/src/libmgcp/mgcp_network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc') diff --git a/openbsc/src/libmgcp/mgcp_network.c b/openbsc/src/libmgcp/mgcp_network.c index 587d4e88c..be8ba1bf0 100644 --- a/openbsc/src/libmgcp/mgcp_network.c +++ b/openbsc/src/libmgcp/mgcp_network.c @@ -334,9 +334,9 @@ void mgcp_get_net_downlink_format_default(struct mgcp_endpoint *endp, /** * The RFC 3550 Appendix A assumes there are multiple sources but * some of the supported endpoints (e.g. the nanoBTS) can only handle - * one source and this code will patch packages to appear as if there + * one source and this code will patch RTP header to appear as if there * is only one source. - * There is also no probation period for new sources. Every package + * There is also no probation period for new sources. Every RTP header * we receive will be seen as a switch in streams. */ void mgcp_patch_and_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *state, -- cgit v1.2.3