Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG UE
Commits
34fa15d6
Commit
34fa15d6
authored
Jun 10, 2015
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7554
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
81364821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+8
-6
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
34fa15d6
...
...
@@ -494,11 +494,7 @@ void phy_procedures_emos_eNB_RX(unsigned char subframe,PHY_VARS_eNB *phy_vars_eN
last_subframe_emos
=
0
;
#ifdef OAI_USRP
for
(
aa
=
0
;
i
<
phy_vars_eNB
->
lte_frame_parms
.
nb_antennas_rx
;
i
++
)
rescale
(
&
phy_vars_eNB
->
lte_eNB_common_vars
.
rxdata
[
0
][
i
][
subframe
*
phy_vars_eNB
->
lte_frame_parms
.
samples_per_tti
],
phy_vars_eNB
->
lte_frame_parms
.
samples_per_tti
);
#endif
#ifdef EMOS_CHANNEL
...
...
@@ -3159,7 +3155,7 @@ void phy_procedures_eNB_RX(const unsigned char sched_subframe,PHY_VARS_eNB *phy_
{
//RX processing
UNUSED
(
r_type
);
uint32_t
l
,
ret
=
0
,
i
,
j
,
k
;
uint32_t
l
,
ret
=
0
,
i
,
j
,
k
,
aa
;
uint32_t
sect_id
=
0
;
uint32_t
harq_pid
,
harq_idx
,
round
;
uint8_t
SR_payload
=
0
,
*
pucch_payload
=
NULL
,
pucch_payload0
[
2
]
=
{
0
,
0
},
pucch_payload1
[
2
]
=
{
0
,
0
};
...
...
@@ -3188,6 +3184,12 @@ void phy_procedures_eNB_RX(const unsigned char sched_subframe,PHY_VARS_eNB *phy_
LOG_D
(
PHY
,
"[eNB %d] Frame %d: Doing phy_procedures_eNB_RX(%d)
\n
"
,
phy_vars_eNB
->
Mod_id
,
frame
,
subframe
);
#endif
#ifdef OAI_USRP
for
(
aa
=
0
;
aa
<
phy_vars_eNB
->
lte_frame_parms
.
nb_antennas_rx
;
aa
++
)
rescale
(
&
phy_vars_eNB
->
lte_eNB_common_vars
.
rxdata
[
0
][
aa
][
subframe
*
phy_vars_eNB
->
lte_frame_parms
.
samples_per_tti
],
phy_vars_eNB
->
lte_frame_parms
.
samples_per_tti
);
#endif
if
(
abstraction_flag
==
0
)
{
remove_7_5_kHz
(
phy_vars_eNB
,
subframe
<<
1
);
remove_7_5_kHz
(
phy_vars_eNB
,(
subframe
<<
1
)
+
1
);
...
...
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