mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
Compare commits
1 Commits
1.9.2
...
lynxis/34c
Author | SHA1 | Date | |
---|---|---|---|
|
eb57b9b3a1 |
@@ -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