response packet bug fix

git-svn-id: http://op25.osmocom.org/svn/trunk@88 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
mossmann 2008-06-13 22:04:21 +00:00
parent ab33641fd3
commit 5ea83dbf72
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ def decode_frame(symbols):
response_data = response_data >> 32
#TODO: verify packet CRC
if options.verbose:
print "Response Data: 0x%x" % user_data
print "Response Data: 0x%x" % response_data
elif format == 0x15:
if options.verbose:
print "PDU is an Unconfirmed Data Packet"