Commit 9d037fdd authored by knopp's avatar knopp

removed silly debug trace in phy_procedures_lte_eNb.c

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7719 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent d981b7d8
...@@ -322,7 +322,6 @@ int get_nCCE_offset(const unsigned char L, const int nCCE, const int common_dci, ...@@ -322,7 +322,6 @@ int get_nCCE_offset(const unsigned char L, const int nCCE, const int common_dci,
for (m = nb_candidates-1 ; m >=0 ; m--) { for (m = nb_candidates-1 ; m >=0 ; m--) {
search_space_free = 1; search_space_free = 1;
printf("Checking m %d\n",m);
for (l=0; l<L; l++) { for (l=0; l<L; l++) {
if (CCE_table[(m*L) + l] == 1) { if (CCE_table[(m*L) + l] == 1) {
search_space_free = 0; search_space_free = 0;
...@@ -333,7 +332,6 @@ int get_nCCE_offset(const unsigned char L, const int nCCE, const int common_dci, ...@@ -333,7 +332,6 @@ int get_nCCE_offset(const unsigned char L, const int nCCE, const int common_dci,
if (search_space_free == 1) { if (search_space_free == 1) {
for (l=0; l<L; l++) for (l=0; l<L; l++)
CCE_table[(m*L)+l]=1; CCE_table[(m*L)+l]=1;
printf("OK");
return(m*L); return(m*L);
} }
} }
......
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