mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
add mgcp rtp log
Change-Id: I42bbd803e7b0a2f1c4c4ad75561e5d3f8f80fa97
This commit is contained in:
@@ -184,8 +184,9 @@ int mgcp_send_dummy(struct mgcp_endpoint *endp, struct mgcp_conn_rtp *conn)
|
||||
|
||||
failed:
|
||||
LOGP(DRTP, LOGL_ERROR,
|
||||
"endpoint:0x%x Failed to send dummy %s packet.\n",
|
||||
ENDPOINT_NUMBER(endp), was_rtcp ? "RTCP" : "RTP");
|
||||
"endpoint:0x%x Failed to send dummy %s packet. 0x%x %d.\n",
|
||||
ENDPOINT_NUMBER(endp), was_rtcp ? "RTCP" : "RTP", conn->end.addr, conn->end.rtcp_port);
|
||||
LOGP(DRTP, LOGL_ERROR, "endpoint: 0x%x : dump %s", ENDPOINT_NUMBER(endp), mgcp_conn_dump(conn->conn));
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user