anastas / gr-cdma

a cdma physical layer for Gnuradio
85 stars 39 forks source link

Resolved segmentation fault by editing __init__.py in cdma/python #2

Closed fengzhe29888 closed 10 years ago

fengzhe29888 commented 10 years ago

Dear Professor,

I followed your suggestion and the segmentation fault is gone. Here is the new pull request. To run the cdma_txrx1.py, you need callback functions of repacked_bits and gr-trellis, and new constellations of gr-digital.

Thanks! Best, Zhe

anastas commented 10 years ago

BTW, the new trellis was just now merged to gnuradio.master, so you can download and make it. I will soon delete the remote branch "trellisupdates"

Achilleas

On Thu, Oct 16, 2014 at 12:23 PM, fengzhe29888 notifications@github.com wrote:

Dear Professor,

I followed your suggestion and the segmentation fault is gone. Here is the new pull request. To run the cdma_txrx1.py, you need callback functions of repacked_bits and gr-trellis, and new constellations of gr-digital.

Thanks! Best,

Zhe

You can merge this Pull Request by running

git pull https://github.com/fengzhe29888/gr-cdma master

Or view, comment on, or merge it at:

https://github.com/anastas/gr-cdma/pull/2 Commit Summary

  • full updates on gr-cdma
  • deleted the ~editing files
  • deleted the ~editing files
  • added needed fsm_files
  • deleted the 16qam class in cdma_parameters which is no longer needed
  • minor typo found
  • removed ~
  • removed unnecessary class packet_header and block packet_header_generator_bb1
  • removed unnecessary class packet_header and block packet_header_generator_bb1
  • removed unnecessary class packet_header and block packet_header_generator_bb1
  • resolved segmentation fault by removing previous version gr-modtool craps
  • cleaned up some unused pads and blocks

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/anastas/gr-cdma/pull/2.