[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] branch next updated (c8d54be -> 0d6f848)
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] branch next updated (c8d54be -> 0d6f848) |
Date: |
Mon, 31 Mar 2014 20:15:54 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a change to branch next
in repository gnuradio.
from c8d54be Merge branch 'master' into next
new e847a87 runtime: restoring sanity to pmt.is_blob()
new 3d1f7bd fix numpy to pmt uvector conversion
new 5e50093 Merge remote-tracking branch 'osh/pmt_fix'
new aacdf16 Add HDLC deframer to gr-digital. Input unpacked bits,
output PDU binary blobs.
new 655646c Add matching HDLC framer. Fix deframer max/min.
new 6b9afd3 Add QA code to HDLC framer/deframer.
new 3eb41df Merge remote-tracking branch 'bistromath/hdlc'
new c20fdf5 blocks: added 'MTU' (buffer size) & 'no_delay' params to
'tcp_connection' (no longer uses fixed buffer)
new 31049ce Merge remote-tracking branch
'balint/3.7-1/tcp_connection_mtu_no_delay'
new 28d7c24 digital: added 'byte' IO format
new 65263c7 Merge remote-tracking branch
'balint/3.7-1/header_payload_demux_byte_type'
new d0886cb blocks: hide 'ignore tag' param for 'throttle' block in
GRC if it's the default value (i.e. old look before param was added)
new 02db9b6 Merge remote-tracking branch
'balint/3.7-1/throttle_grc_hide_ignoretag'
new 8b8d7ee blocks: added 'MTU' and 'tcp_no_delay' params for
'socket_pdu' (and GRC option), applied MTU (buffer size) to TCP/UDP send,
separate TCP/UDP server endpoint resolvers for empty/0.0.0.0 Host param (listen
on all interfaces) Whitespace clean-up.
new 9d80604 Merge remote-tracking branch
'balint/3.7-1/socket_pdu_improvements'
new fd16fc7 cmake: updated max ver for FindQwt to 6.2.0 (Qwt compiled
direct from their source tree worked with trondeau's qt_number_sink test FG)
new 7390c25 Merge remote-tracking branch
'balint/3.7-1/findqwt_max_ver_6.2.0'
new 0d6f848 Merge branch 'master' into next
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/Modules/FindQwt.cmake | 4 +-
gnuradio-runtime/lib/pmt/pmt.cc | 3 +-
gnuradio-runtime/python/pmt/pmt_to_python.py | 41 ++++-
gr-blocks/grc/blocks_socket_pdu.xml | 28 +++-
gr-blocks/grc/blocks_throttle.xml | 1 +
gr-blocks/include/gnuradio/blocks/socket_pdu.h | 3 +-
gr-blocks/lib/socket_pdu_impl.cc | 136 +++++++++------
gr-blocks/lib/socket_pdu_impl.h | 5 +-
gr-blocks/lib/tcp_connection.cc | 50 ++++--
gr-blocks/lib/tcp_connection.h | 8 +-
gr-digital/grc/digital_hdlc_deframer_bp.xml | 33 ++++
gr-digital/grc/digital_hdlc_framer_pb.xml | 21 +++
gr-digital/grc/digital_header_payload_demux.xml | 5 +
gr-digital/include/gnuradio/digital/CMakeLists.txt | 2 +
.../include/gnuradio/digital/hdlc_deframer_bp.h | 62 +++++++
.../include/gnuradio/digital/hdlc_framer_pb.h | 65 ++++++++
gr-digital/lib/CMakeLists.txt | 2 +
gr-digital/lib/hdlc_deframer_bp_impl.cc | 160 ++++++++++++++++++
...aderparser_b_impl.h => hdlc_deframer_bp_impl.h} | 40 +++--
gr-digital/lib/hdlc_framer_pb_impl.cc | 184 +++++++++++++++++++++
...headerparser_b_impl.h => hdlc_framer_pb_impl.h} | 41 +++--
gr-digital/python/digital/qa_hdlc_framer.py | 64 +++++++
gr-digital/swig/digital_swig.i | 6 +
23 files changed, 837 insertions(+), 127 deletions(-)
create mode 100644 gr-digital/grc/digital_hdlc_deframer_bp.xml
create mode 100644 gr-digital/grc/digital_hdlc_framer_pb.xml
create mode 100644 gr-digital/include/gnuradio/digital/hdlc_deframer_bp.h
create mode 100644 gr-digital/include/gnuradio/digital/hdlc_framer_pb.h
create mode 100644 gr-digital/lib/hdlc_deframer_bp_impl.cc
copy gr-digital/lib/{packet_headerparser_b_impl.h => hdlc_deframer_bp_impl.h}
(56%)
create mode 100644 gr-digital/lib/hdlc_framer_pb_impl.cc
copy gr-digital/lib/{packet_headerparser_b_impl.h => hdlc_framer_pb_impl.h}
(55%)
create mode 100755 gr-digital/python/digital/qa_hdlc_framer.py
- [Commit-gnuradio] [gnuradio] branch next updated (c8d54be -> 0d6f848),
git <=