mgcp_network: fix typo RTPC -> RTCP

Change-Id: I3274441a1bf6f4f015f01017ef03451b7f79310a
This commit is contained in:
Philipp Maier 2022-03-30 16:09:22 +02:00
parent e144275757
commit 069dd16b67
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ static int rtp_data_net(struct osmo_fd *fd, unsigned int what)
msgb_put(msg, ret);
LOG_CONN_RTP(conn_src, LOGL_DEBUG, "%s: rx %u bytes from %s:%u\n",
proto == MGCP_PROTO_RTP ? "RTP" : "RTPC",
proto == MGCP_PROTO_RTP ? "RTP" : "RTCP",
msgb_length(msg), osmo_sockaddr_ntop(&addr.u.sa, ipbuf),
osmo_sockaddr_port(&addr.u.sa));