aboutsummaryrefslogtreecommitdiffstats
path: root/src/libosmo-mgcp-client/mgcp_client_fsm.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:18:32 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-03-04 22:25:06 +0100
commite3f8bca42418ba82d460c50c524daca57bfb99db (patch)
tree2d35a53aeb37784118587c58db4046a111053ecb /src/libosmo-mgcp-client/mgcp_client_fsm.c
parent9fc8a02196d484daeff6ecf6be97d6b550b274ab (diff)
log: don't spam with "can not patch PT" messages
currently, when looking at an osmo-mgw log output with a phone call working completely fine, you see these messages on LOGL_ERROR for each RTP packet: 20190304221420619 DRTP ERROR endpoint:0x0 can not patch PT because no suitable egress codec was found. (mgcp_network.c:761) 20190304221420639 DRTP ERROR endpoint:0x1 can not patch PT because no suitable egress codec was found. (mgcp_network.c:761) 20190304221420639 DRTP ERROR endpoint:0x0 can not patch PT because no suitable egress codec was found. (mgcp_network.c:761) 20190304221420659 DRTP ERROR endpoint:0x1 can not patch PT because no suitable egress codec was found. (mgcp_network.c:761) 20190304221420659 DRTP ERROR endpoint:0x0 can not patch PT because no suitable egress codec was found. (mgcp_network.c:761) Put these messages on DEBUG level instead. They currently do not convey useful information. Possibly our MGCP clients could use some changes in behavior regarding payload types, but since that topic is quite unresolved, let's not spam the ERROR log level with this. Change-Id: I4afc41fd472ec8ba887b9263fbac62de50d7cef9
Diffstat (limited to 'src/libosmo-mgcp-client/mgcp_client_fsm.c')
0 files changed, 0 insertions, 0 deletions