all codec2-dev building OK
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 19 Apr 2018 07:31:27 +0000 (07:31 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Thu, 19 Apr 2018 07:31:27 +0000 (07:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3508 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/CMakeLists.txt
codec2-dev/src/test_bits_ofdm.h

index 18ce356a18847ff667bebafddc4579722d25026b..44727032c2ce25fdd327c4b4e2d47deed5390417 100644 (file)
@@ -367,7 +367,7 @@ target_link_libraries(cohpsk_put_test_bits ${CMAKE_REQUIRED_LIBRARIES} codec2)
 add_executable(cohpsk_ch cohpsk_ch.c)
 target_link_libraries(cohpsk_ch ${CMAKE_REQUIRED_LIBRARIES} codec2)
 
-add_executable(ldpc_enc ldpc_enc.c)
+add_executable(ldpc_enc ldpc_enc.c mpdecode_core.c)
 target_link_libraries(ldpc_enc ${CMAKE_REQUIRED_LIBRARIES})
 
 add_executable(ldpc_dec ldpc_dec.c mpdecode_core.c)
index 1d54ed8c5de505a11be499dc69e44ddd504e33cd..423626e51461eb4a236705fd1b7bbe51647201bd 100644 (file)
@@ -1,15 +1,15 @@
 /* Generated by test_bits_ofdm_file() Octave function */
 
 const int test_bits_ofdm[]={
+  1,
   0,
   0,
+  1,
   0,
+  1,
   0,
   0,
-  0,
-  0,
-  0,
-  0,
+  1,
   0,
   0,
   0,
@@ -356,7 +356,7 @@ const int payload_data_bits[]={
   0
 };
 
-const int codeword[]={
+const int test_codeword[]={
   1,
   1,
   0,
@@ -580,6 +580,5 @@ const int codeword[]={
   0,
   1,
   0,
-  0,
   0
 };