Don't clear trans->cc.msg when local rtp port known

I used this info in looging later on while debugging this,
I guess we can still clear it, not sure why.

Change-Id: I2df8d1f53bff47b32938496998c4eb0e64db3524
This commit is contained in:
Keith Whyte 2022-10-15 01:26:42 +01:00
parent 0dbbec3b4f
commit 8792e04ef1
1 changed files with 0 additions and 2 deletions

View File

@ -668,8 +668,6 @@ void gsm48_cc_rx_setup_cn_local_rtp_port_known(struct gsm_trans *trans)
return;
}
/* 'setup' above has taken the value of trans->cc.msg, we can now clear that. */
trans->cc.msg = (struct gsm_mncc){};
/* Insert the CN side RTP port now available into SDP and compose SDP string */
rtp_cn_local = call_leg_local_ip(msc_a->cc.call_leg, RTP_TO_CN);