log: drop duplicate MNCC log
Change-Id: I46055a4f7a6ae517772c6794faad8c775454974achanges/44/15844/1
parent
c192c0bf71
commit
467bb87f44
|
@ -1756,8 +1756,6 @@ static int tch_rtp_connect(struct gsm_network *net, const struct gsm_mncc_rtp *r
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
LOG_TRANS_CAT(trans, DMNCC, LOGL_DEBUG, "rx %s\n", get_mncc_name(MNCC_RTP_CONNECT));
|
||||
|
||||
osmo_sockaddr_str_from_32n(&rtp_addr, rtp->ip, rtp->port);
|
||||
rtp_stream_set_remote_addr(rtps, &rtp_addr);
|
||||
rtp_stream_commit(rtps);
|
||||
|
|
Loading…
Reference in New Issue