LOG_D(GNB_APP,"TASK_SYS_GNB received SS_NRUPD_TIM_INFO with sfn=%d slot=%d\n",SS_NRUPD_TIM_INFO(received_msg).sfn,SS_NRUPD_TIM_INFO(received_msg).slot);
tinfo.slot=SS_NRUPD_TIM_INFO(received_msg).slot;
tinfo.sfn=SS_NRUPD_TIM_INFO(received_msg).sfn;
}
break;
LOG_A(GNB_APP,"Entry in fxn:%s \n",__FUNCTION__);
/* Check if there is a packet to handle */
if(received_msg!=NULL)
{
switch(ITTI_MSG_ID(received_msg))
{
caseSS_NRUPD_TIM_INFO:
{
LOG_D(GNB_APP,"TASK_SYS_GNB received SS_NRUPD_TIM_INFO with sfn=%d slot=%d\n",SS_NRUPD_TIM_INFO(received_msg).sfn,SS_NRUPD_TIM_INFO(received_msg).slot);
LOG_A(GNB_APP,"[SYS-GNB] Error sending to [SS-PORTMAN-GNB]");
}
}
/*
* Function : ss_task_sys_nr_handle_cellConfig5G
* Description: This function handles the NR_SYSTEM_CTRL_REQ for request type AddOrReconfigure. TTCN provides the values of for Cell Config Req 5G on SYS Port
* and those values are populated here in corresponding structures of NR RRC.