diff options
-rw-r--r-- | mpm/python/usrp_mpm/xports/xportmgr_udp.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py index c5d97a42a..f8fcc6ede 100644 --- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py +++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py @@ -298,7 +298,10 @@ class XportMgrUDP(object): def commit_xport(self, sid, xport_info): """ - fuu + Commit transport + + Saves the transport configuration to the device. + Returns the status of the commit. """ self.log.trace("Sanity checking xport_info %s...", str(xport_info)) assert xport_info['type'] == 'UDP' |