Commit b51833d8 authored by ISIP CS/NCTU's avatar ISIP CS/NCTU

isip turbo decoder thread parallel and dynamic assignment according to code segment

parent 6551ec4c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -725,7 +725,8 @@ typedef struct PHY_VARS_eNB_s { ...@@ -725,7 +725,8 @@ typedef struct PHY_VARS_eNB_s {
//isip turbo thread //isip turbo thread
isip_turbo isip_turbo_thread[ISIP_TURBO_THREAD_NUM]; isip_turbo isip_turbo_thread[ISIP_TURBO_THREAD_NUM];
unsigned int isip_turbo_thread_status;
} PHY_VARS_eNB; } PHY_VARS_eNB;
#define debug_msg if (((mac_xface->frame%100) == 0) || (mac_xface->frame < 50)) msg #define debug_msg if (((mac_xface->frame%100) == 0) || (mac_xface->frame < 50)) msg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment