aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-10-06 17:16:25 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-10-09 17:22:33 +0200
commit2a7ab868e39760dc51321230d3a4fa2926bf21d7 (patch)
tree01d65f2a139a09f21c8ba80b3c10a90894e347a0 /openbsc/src/libmgcp
parented04a0d06037292faba49858d645890cc6e4238d (diff)
mgcp: We only look at the RTP header use that in the comment
Diffstat (limited to 'openbsc/src/libmgcp')
-rw-r--r--openbsc/src/libmgcp/mgcp_network.c4
1 files changed, 2 insertions, 2 deletions
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,