Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Worker.N
openairinterface5G
Commits
efdf9907
Commit
efdf9907
authored
10 years ago
by
gauthier
Browse files
Options
Downloads
Patches
Plain Diff
not tested
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6477
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
b0ba07c0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
+4
-4
4 additions, 4 deletions
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
with
4 additions
and
4 deletions
openair2/LAYER2/PDCP_v10.1.0/pdcp_fifo.c
+
4
−
4
View file @
efdf9907
...
...
@@ -537,11 +537,11 @@ int pdcp_fifo_read_input_sdus (const protocol_ctxt_t* const ctxt_pP)
(
data
->
pdcp_read_header
.
traffic_type
==
TRAFFIC_IPV4_TYPE_UNICAST
)
/*TRAFFIC_IPV4_TYPE_UNICAST*/
)
{
pdcp_mode
=
PDCP_TRANSMISSION_MODE_DATA
;
}
else
{
pd
ctxt_cpy
=
*
ctxt_pP
;
cp_mode
=
PDCP_TRANSMISSION_MODE_DATA
;
pdcp_mode
=
PDCP_TRANSMISSION_MODE_DATA
;
LOG_W
(
PDCP
,
"unknown IP traffic type
\n
"
);
}
#else // NASMESH driver does not curreenlty support multicast traffic
pdcp_m
ctxt_cpy
=
*
ctxt_pP
;
ode
=
PDCP_TRANSMISSION_MODE_DATA
;
pdcp_mode
=
PDCP_TRANSMISSION_MODE_DATA
;
#endif
pdcp_data_req
(
ctxt_pP
,
SRB_FLAG_NO
,
...
...
@@ -563,7 +563,7 @@ int pdcp_fifo_read_input_sdus (const protocol_ctxt_t* const ctxt_pP)
LOG_D
(
PDCP
,
"eNB Try Forcing send on DEFAULT_RAB_ID first_ue_local %u nb_ue_local %u
\n
"
,
oai_emulation
.
info
.
first_ue_local
,
oai_emulation
.
info
.
nb_ue_local
);
for
(
ue_id
=
0
;
ue_id
<
NB_UE_INST
;
ue_id
++
)
{
pdcp
=
&
pdcp_array_drb_eNB
[
ctxt_cpy
.
enb_module_id
][
ue_id
][
DEFAULT_RAB_ID
-
1
];
if
(
pd
ctxt_cpy
=
*
ctxt_pP
;
cp
->
instanciated_instance
)
{
if
(
pdcp
->
instanciated_instance
)
{
LOG_D
(
PDCP
,
"eNB Try Forcing send on DEFAULT_RAB_ID UE %d
\n
"
,
ue_id
);
ctxt
.
enb_module_id
=
ctxt_cpy
.
enb_module_id
;
ctxt
.
ue_module_id
=
ue_id
;
...
...
@@ -590,7 +590,7 @@ int pdcp_fifo_read_input_sdus (const protocol_ctxt_t* const ctxt_pP)
RLC_MUI_UNDEFINED
,
RLC_SDU_CONFIRM_NO
,
data
->
pdcp_read_header
.
data_size
,
data
-
ctxt_cpy
=
*
ctxt_pP
;
>
data
,
data
->
data
,
PDCP_TRANSMISSION_MODE_DATA
);
}
free
(
data
->
data
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment