aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/xports
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-12-14 12:39:34 -0800
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:05:59 -0800
commita3cbdf481b30eca98dad24735d8e52ed18d3c7db (patch)
treead92597fb31eced4e48f6370f2ec4677cbd5e148 /mpm/python/usrp_mpm/xports
parent48c44dbe3844adf56019a84cb814bbc7a0ef7591 (diff)
downloaduhd-a3cbdf481b30eca98dad24735d8e52ed18d3c7db.tar.gz
uhd-a3cbdf481b30eca98dad24735d8e52ed18d3c7db.tar.bz2
uhd-a3cbdf481b30eca98dad24735d8e52ed18d3c7db.zip
mpm: xports: Amend protocol for request/commit xport, add allocation
Reviewed-by: Trung Tran <trung.tran@ettus.com>
Diffstat (limited to 'mpm/python/usrp_mpm/xports')
-rw-r--r--mpm/python/usrp_mpm/xports/xportmgr_udp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/xports/xportmgr_udp.py b/mpm/python/usrp_mpm/xports/xportmgr_udp.py
index edd20a629..48f6b5cf2 100644
--- a/mpm/python/usrp_mpm/xports/xportmgr_udp.py
+++ b/mpm/python/usrp_mpm/xports/xportmgr_udp.py
@@ -177,7 +177,8 @@ class XportMgrUDP(object):
'type': 'UDP',
'ipv4': str(iface_info['ip_addr']),
'port': str(self.chdr_port),
- 'send_sid': str(sid)
+ 'send_sid': str(sid),
+ 'allocation': '0',
}
for _, iface_info in iteritems(self._chdr_ifaces)
]