Commit 354ccdbc authored by Vijay C's avatar Vijay C

Merge branch 'Issue_120972_Aug_Delivery_Merge_br' into 'Aug_Delivery_Unified_branch'

files with changes for dl sync issue

See merge request firecell/rdsubscription/sequansrd!57
parents f8509c1f 11babf1c
...@@ -404,8 +404,8 @@ static void *NRUE_phy_stub_standalone_pnf_task(void *arg) ...@@ -404,8 +404,8 @@ static void *NRUE_phy_stub_standalone_pnf_task(void *arg)
continue; continue;
} }
if (slot_ind) { if (slot_ind) {
frame_t frame = NFAPI_SFNSLOT2SFN(sfn_slot); frame_t frame = NFAPI_SFNSLOT2SFN(*slot_ind);
int slot = NFAPI_SFNSLOT2SLOT(sfn_slot); int slot = NFAPI_SFNSLOT2SLOT(*slot_ind);
LOG_A(NR_MAC, "The received sfn/slot [%d %d] from proxy\n", LOG_A(NR_MAC, "The received sfn/slot [%d %d] from proxy\n",
frame, slot); frame, slot);
sfn_slot = *slot_ind; sfn_slot = *slot_ind;
......
...@@ -151,6 +151,8 @@ bool passes_cell_selection_criteria_nr (NR_SIB1_t *sib1) ...@@ -151,6 +151,8 @@ bool passes_cell_selection_criteria_nr (NR_SIB1_t *sib1)
static Rrc_State_NR_t nr_rrc_get_state (module_id_t ue_mod_idP) { static Rrc_State_NR_t nr_rrc_get_state (module_id_t ue_mod_idP) {
if (ue_mod_idP == 65534)
return RRC_STATE_FIRST_NR;
return NR_UE_rrc_inst[ue_mod_idP].nrRrcState; return NR_UE_rrc_inst[ue_mod_idP].nrRrcState;
} }
......
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