Fix CAM send to TX queue
This commit is contained in:
parent
7558d0c0d2
commit
12e98954c1
|
|
@ -774,9 +774,9 @@ void *ca_service(void *fc) {
|
|||
continue;
|
||||
}
|
||||
|
||||
it2s_tender_queue_add(facilities->tx_queue, tr_oer, enc.encoded+1, ITSS_TRANSPORT, id, "TR.packet.btp");
|
||||
it2s_tender_queue_send(facilities->tx_queue, tr_oer, enc.encoded+1, ITSS_TRANSPORT, id, "TR.packet.btp");
|
||||
|
||||
it2s_tender_queue_add(facilities->tx_queue, fi_oer, enc_fdi.encoded+1, ITSS_APPLICATIONS, id, "FI.message");
|
||||
it2s_tender_queue_send(facilities->tx_queue, fi_oer, enc_fdi.encoded+1, ITSS_APPLICATIONS, id, "FI.message");
|
||||
|
||||
lightship_reset_timer(facilities->lightship, &facilities->epv);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue