From 17fa23d548af190cc39612d73e67f276c8a0f229 Mon Sep 17 00:00:00 2001
From: Nick Ho <nick133371@gmail.com>
Date: Tue, 6 Nov 2018 17:50:10 +0800
Subject: [PATCH] fixed typo in IF_Module for compilation failed

---
 openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c b/openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
index 0dd55c79f2..c3c29662df 100644
--- a/openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
+++ b/openair1/SCHED/IF_Module_L1_primitives_NB_IoT.c
@@ -337,7 +337,7 @@ void schedule_response_NB_IoT(Sched_Rsp_NB_IoT_t *Sched_INFO)
     {
     	case NFAPI_DL_CONFIG_NPDCCH_PDU_TYPE:
     		//Remember: there is no DCI for SI information
-    		LOG_I(PHY."Generate DL PDU information from scheduelr\n");
+    		LOG_I(PHY,"Generate DL PDU information from scheduelr\n");
     		//TODO: separate the ndlsch structure configuration from the DCI (here we will encode only the DCI)
       		generate_eNB_dlsch_params_NB_IoT(eNB,proc,dl_config_pdu);
 
-- 
2.26.2