[PATCH] osmo-ttcn3-hacks[master]: RTP_Emulation: Make it less chatty in the log

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 29 06:53:42 UTC 2018


Review at  https://gerrit.osmocom.org/7568

RTP_Emulation: Make it less chatty in the log

Change-Id: I8ff3ce27967d624cce5edc10655b1294d57ca3a3
---
M library/RTP_Emulation.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/7568/1

diff --git a/library/RTP_Emulation.ttcn b/library/RTP_Emulation.ttcn
index be4bcc4..4b8c397 100644
--- a/library/RTP_Emulation.ttcn
+++ b/library/RTP_Emulation.ttcn
@@ -303,7 +303,7 @@
 
 		/* process received RTCP/RTP if receiver enabled */
 		[g_rx_enabled] RTP.receive(tr_rtp) -> value rx_rtp {
-			log("RX RTP: ", rx_rtp);
+			//log("RX RTP: ", rx_rtp);
 			/* increment counters */
 			g_stats_rtp.num_pkts_rx := g_stats_rtp.num_pkts_rx+1;
 			g_stats_rtp.bytes_payload_rx := g_stats_rtp.bytes_payload_rx +
@@ -313,7 +313,7 @@
 			}
 		}
 		[g_rx_enabled] RTCP.receive(tr_rtcp) -> value rx_rtp {
-			log("RX RTCP: ", rx_rtp);
+			//log("RX RTCP: ", rx_rtp);
 			g_stats_rtcp.num_pkts_rx := g_stats_rtcp.num_pkts_rx+1;
 		}
 

-- 
To view, visit https://gerrit.osmocom.org/7568
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ff3ce27967d624cce5edc10655b1294d57ca3a3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list