From 6bc92ce1e20a1f788b5a850c3dfaa345de645bcc Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Mon, 11 Feb 2019 15:10:05 -0800 Subject: mpm: xport: add commit_xport docstring --- mpm/python/usrp_mpm/xports/xportmgr_udp.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' -- cgit v1.2.3