Commit f552fd73 authored by Louis Adrien Dufrene's avatar Louis Adrien Dufrene

Merge branch 'eMTC-testing' into eMTC-testing-orange

parents 1e374fdf 87f415d2
...@@ -686,7 +686,7 @@ rx_sdu(const module_id_t enb_mod_idP, ...@@ -686,7 +686,7 @@ rx_sdu(const module_id_t enb_mod_idP,
rx_lengths[i], rx_lengths[i],
payload_ptr - sduP); payload_ptr - sduP);
if ((UE_id = add_new_ue(enb_mod_idP, CC_idP, mac->common_channels[CC_idP].ra->rnti, harq_pid if ((UE_id = add_new_ue(enb_mod_idP, CC_idP, ra->rnti, harq_pid
#if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0)) #if (LTE_RRC_VERSION >= MAKE_VERSION(14, 0, 0))
, mac->common_channels[CC_idP].ra->rach_resource_type , mac->common_channels[CC_idP].ra->rach_resource_type
#endif #endif
...@@ -1916,7 +1916,7 @@ schedule_ulsch_rnti(module_id_t module_idP, ...@@ -1916,7 +1916,7 @@ schedule_ulsch_rnti(module_id_t module_idP,
void schedule_ulsch_rnti_emtc(module_id_t module_idP, void schedule_ulsch_rnti_emtc(module_id_t module_idP,
frame_t frameP, frame_t frameP,
sub_frame_t subframeP, sub_frame_t subframeP,
int sched_subframeP, unsigned char sched_subframeP,
int *emtc_active) int *emtc_active)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
{ {
......
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