C-Netz: Fix missing callref assignment (MT call)

This commit is contained in:
Andreas Eversberg 2016-08-07 17:20:06 +02:00
parent 5182f70671
commit 7f786fc00a
1 changed files with 1 additions and 0 deletions

View File

@ -1101,6 +1101,7 @@ const telegramm_t *cnetz_transmit_telegramm_spk_k(cnetz_t *cnetz)
timer_start(&trans->timer, 0.0375 * F_DS); /* F_DS frames */
}
if (trans->mt_call) {
cnetz->sender.callref = trans->callref;
trans_new_state(trans, TRANS_RTA);
timer_start(&trans->timer, 0.0375 * F_RTA); /* F_RTA frames */
trans->repeat = 0;