Commit cd032505 authored by Lionel Gauthier's avatar Lionel Gauthier

Bug flag gtpv1u

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5172 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b3aa20c4
...@@ -708,8 +708,9 @@ void pdcp_run (frame_t frameP, eNB_flag_t enb_flagP, module_id_t ue_mod_idP, mo ...@@ -708,8 +708,9 @@ void pdcp_run (frame_t frameP, eNB_flag_t enb_flagP, module_id_t ue_mod_idP, mo
// IP/NAS -> PDCP traffic : TX, read the pkt from the upper layer buffer // IP/NAS -> PDCP traffic : TX, read the pkt from the upper layer buffer
#if defined(LINK_PDCP_TO_GTPV1U) #if defined(LINK_PDCP_TO_GTPV1U)
if (enb_flagP == ENB_FLAG_NO) { if (enb_flagP == ENB_FLAG_NO)
#endif #endif
{
pdcp_fifo_read_input_sdus(frameP, enb_flagP, ue_mod_idP, enb_mod_idP); pdcp_fifo_read_input_sdus(frameP, enb_flagP, ue_mod_idP, enb_mod_idP);
} }
// PDCP -> NAS/IP traffic: RX // PDCP -> NAS/IP traffic: RX
......
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