diff options
author | Trung Tran <trung.tran@ettus.com> | 2018-08-24 11:57:20 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-09-13 14:47:54 -0700 |
commit | b357278c1ba0c85a22dcf95f298fc567f8001ba3 (patch) | |
tree | 70fe28eaa92519f11dcd4101396b6a221bdd03bb /mpm/python/usrp_mpm/xports/xportmgr_udp.py | |
parent | 36218e220e88728379d6b25465f4ebd62dc75a6e (diff) | |
download | uhd-b357278c1ba0c85a22dcf95f298fc567f8001ba3.tar.gz uhd-b357278c1ba0c85a22dcf95f298fc567f8001ba3.tar.bz2 uhd-b357278c1ba0c85a22dcf95f298fc567f8001ba3.zip |
mpm: add link_speed xport_info
Diffstat (limited to 'mpm/python/usrp_mpm/xports/xportmgr_udp.py')
-rw-r--r-- | mpm/python/usrp_mpm/xports/xportmgr_udp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py index 6e355115e..40ba22414 100644 --- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py +++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py @@ -255,6 +255,7 @@ class XportMgrUDP(object): 'send_sid': str(fixup_sid(sid, iface_name)), 'allocation': str(allocation_getter(iface_name)), 'xport_type': xport_type, + 'link_speed': str(iface_info['link_speed']) } for iface_name, iface_info in iteritems(self._chdr_ifaces) ] |