Commit 9b943bf7 authored by zhenghuangkun's avatar zhenghuangkun

Fix: UE attach ng(Msg4 error)

parent b522db88
...@@ -2268,7 +2268,7 @@ void init_RU_proc(RU_t *ru) { ...@@ -2268,7 +2268,7 @@ void init_RU_proc(RU_t *ru) {
} }
else if (ru->function == eNodeB_3GPP && ru->if_south == LOCAL_RF ) { // DJP - need something else to distinguish between monolithic and PNF else if (ru->function == eNodeB_3GPP && ru->if_south == LOCAL_RF ) { // DJP - need something else to distinguish between monolithic and PNF
if(ru->do_prach > 0) { if(ru->do_prach > 0) {
LOG_I(PHY,"%s() DJP - added creation of pthread_prach\n", __FUNCTION__); LOG_I(PHY,"%s() DJP - added creation of pthread_prach\n", __FUNCTION__);
pthread_create( &proc->pthread_prach, attr_prach, ru_thread_prach, (void*)ru ); pthread_create( &proc->pthread_prach, attr_prach, ru_thread_prach, (void*)ru );
} }
......
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