Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
cd032505
Commit
cd032505
authored
Mar 14, 2014
by
gauthier
Browse files
Bug flag gtpv1u
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5172
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
b3aa20c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
View file @
cd032505
...
...
@@ -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
#if defined(LINK_PDCP_TO_GTPV1U)
if
(
enb_flagP
==
ENB_FLAG_NO
)
{
if
(
enb_flagP
==
ENB_FLAG_NO
)
#endif
{
pdcp_fifo_read_input_sdus
(
frameP
,
enb_flagP
,
ue_mod_idP
,
enb_mod_idP
);
}
// PDCP -> NAS/IP traffic: RX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment