From a3cbdf481b30eca98dad24735d8e52ed18d3c7db Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 14 Dec 2017 12:39:34 -0800 Subject: mpm: xports: Amend protocol for request/commit xport, add allocation Reviewed-by: Trung Tran --- mpm/python/usrp_mpm/xports/xportmgr_udp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/xports') 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) ] -- cgit v1.2.3