Changeset 36305


Ignore:
Timestamp:
11/24/15 17:09:39 (8 years ago)
Author:
obi
Message:

nitscan write allways transponder and delete old entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/scan.h

    r36069 r36305  
    118118        id = ((onid << 16) | transportid) & 0xffffffff;
    119119
     120/*
    120121        if(gettransponder(id) == NULL)
    121122        {
     
    123124                status.writetransponder = 1;
    124125        }
     126*/
     127        // write allways transponder and delete old entry
     128        deltransponderbyid(id);
     129        tpnode = createtransponder(id, FE_QPSK, orbitalpos, frequency, INVERSION_AUTO, symbolrate, polarization, fec, modulation, rolloff, 0, system);
     130        status.writetransponder = 1;
    125131
    126132        debug(500, "nitscan: id=%llu freq=%d sr=%d fec=%d pol=%d modulation=%d system=%d tpnode=%p", id, frequency, symbolrate, fec, polarization, modulation, system, tpnode);
Note: See TracChangeset for help on using the changeset viewer.