From 4d3b80c338f34d7dc9516e7cdff7782aaf922b9c Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Fri, 1 May 2015 12:17:10 -0700 Subject: e300: gps: Keep antenna power supply and pps running all the time. This is a change from behaviour so far. Before the GPS was only on while UHD is running. This behaviour was confusing users, and didn't match our other devices. Signed-off-by: Moritz Fischer --- host/lib/usrp/e300/e300_ublox_control_impl.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib/usrp/e300/e300_ublox_control_impl.cpp') diff --git a/host/lib/usrp/e300/e300_ublox_control_impl.cpp b/host/lib/usrp/e300/e300_ublox_control_impl.cpp index 0f56fdb67..0b8a2048d 100644 --- a/host/lib/usrp/e300/e300_ublox_control_impl.cpp +++ b/host/lib/usrp/e300/e300_ublox_control_impl.cpp @@ -83,9 +83,6 @@ std::time_t control_impl::_get_epoch_time(void) control_impl::~control_impl(void) { - // turn it all off again - configure_antenna(0x001a, 0x8251); - configure_pps(0xf4240, 0x3d090, 1, 1, 0, 0, 0, 0); } void control_impl::_decode_init(void) -- cgit v1.2.3