Changes between Version 7 and Version 8 of 802.11/wlan_exp/log/entry_types


Ignore:
Timestamp:
Apr 16, 2014, 5:32:06 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/wlan_exp/log/entry_types

    v7 v8  
    2424# Copy and Paste Python Output Below
    2525}}}
    26 
    2726=== Entry Type NODE_INFO ===
    2827Details about the node hardware and its configuration. Node info values are static after boot.
     
    3534|| node_id ||  uint32  || Node ID, as set during wlan_exp init ||
    3635|| hw_generation ||  uint32  || WARP hardware generation: 3 for WARP v3 ||
    37 || wn_ver ||  uint32  || WARPnet version, as packed bytes ![0 major minor rev] ||
     36|| wn_ver ||  uint32  || WARPnet version, as packed bytes [0 major minor rev] ||
    3837|| fpga_dna ||  uint64  || DNA value of node FPGA ||
    3938|| serial_num ||  uint32  || Serial number of WARP board ||
     
    146145|| pkt_type ||  uint8  || Packet type: 1 = other data, 2 = encapsulated Ethernet, 3 = LTG, 11 = management, 21 = control ||
    147146|| chan_num ||  uint8  || Channel (center frequency) index ||
    148 || ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
    149 || rf_gain ||  uint8  || AGC RF gain setting: ![1,2,3] for ![0,15,30]dB gain ||
     147|| ant_mode ||  uint8  || Antenna mode: [1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
     148|| rf_gain ||  uint8  || AGC RF gain setting: [1,2,3] for [0,15,30]dB gain ||
    150149|| bb_gain ||  uint8  || AGC BB gain setting: ![0:31] for approx ![0:63]dB gain ||
    151150|| flags ||  uint16  || Bit OR'd flags: 0x1 = Rx was duplicate of previous Rx ||
     
    249248|| pkt_type ||  uint8  || Packet type: 1 = other data, 2 = encapsulated Ethernet, 3 = LTG, 11 = management, 21 = control ||
    250249|| chan_num ||  uint8  || Channel (center frequency) index ||
    251 || ant_mode ||  uint8  || Antenna mode: ![1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
    252 || rf_gain ||  uint8  || AGC RF gain setting: ![1,2,3] for ![0,15,30]dB gain ||
     250|| ant_mode ||  uint8  || Antenna mode: [1,2,3,4] for SISO Rx on RF [A,B,C,D] ||
     251|| rf_gain ||  uint8  || AGC RF gain setting: [1,2,3] for [0,15,30]dB gain ||
    253252|| bb_gain ||  uint8  || AGC BB gain setting: ![0:31] for approx ![0:63]dB gain ||
    254253|| flags ||  uint16  || Bit OR'd flags: 0x1 = Rx was duplicate of previous Rx ||