Freq hopping fixes
diff --git a/lib/trx/freq_hopping_impl.h b/lib/trx/freq_hopping_impl.h
index 6b1d3a5..b6c6366 100644
--- a/lib/trx/freq_hopping_impl.h
+++ b/lib/trx/freq_hopping_impl.h
@@ -36,6 +36,7 @@
       bool d_hopping_enable; //if true block do the hopping, if not block just passes the bursts
       uint64_t d_hsn; //hopping sequence number
       uint64_t d_maio; //mobile allocation index offset
+      double d_base_freq; //local oscillator frequency
       std::vector<uint64_t> d_ma; //mobile allocation
      
       pmt::pmt_t d_hopping_cmd; //TODO: change this uint64_to a std::map