Andrew,
I tried making the change you suggested but it results in “NameError:
global
name ‘string_len’ is not defined”.
Any idea?
Thanks,
Dave
Message: 11
Date: Thu, 21 Apr 2011 16:26:56 -0400
From: Feng Andrew Ge [email protected]
To: [email protected]
Subject: Re: [Discuss-gnuradio] Tunnel.py exception
Message-ID: [email protected]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Dave,
To bypass this problem, change the pkt.py file. In the end, after
msg = self.rcvd_pktq.delete_head()
add
if (string_len > 18) & (string_len < 4096) :
ok, payload = packet_utils.unmake_packet(msg.to_string(),
int(msg.arg1()))
Andrew
On 04/21/2011 12:00 PM, [email protected] wrote:
Date: Thu, 21 Apr 2011 07:31:33 -0700 (PDT)
From: David B.[email protected]
To: Tom R.[email protected]
Cc:[email protected]
Subject: Re: [Discuss-gnuradio] Tunnel.py exception
Message-ID:[email protected]
Content-Type: text/plain; charset=“iso-8859-1”I am working with two USRPS wired connection with 25 dB attenuator between
them