Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
常顺宇
OpenXG-RAN
Commits
aecd1ee1
Commit
aecd1ee1
authored
Apr 12, 2019
by
Dr.-Ing. Javier Morgade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix remove test code
parent
db42be5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
openair1/SCHED_UE/phy_procedures_lte_ue.c
openair1/SCHED_UE/phy_procedures_lte_ue.c
+0
-14
No files found.
openair1/SCHED_UE/phy_procedures_lte_ue.c
View file @
aecd1ee1
...
...
@@ -4423,20 +4423,6 @@ int phy_procedures_UE_RX(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,uint8_t eNB_id,
pmch_flag
=
is_pmch_subframe
(
frame_rx
,
subframe_rx
,
&
ue
->
frame_parms
)
?
1
:
0
;
#define FeMBMS_TMP
#ifdef FeMBMS_TMP
if
(
pmch_flag
==
1
)
{
if
(
subframe_rx
==
3
||
subframe_rx
==
2
){
ue_pmch_procedures
(
ue
,
proc
,
eNB_id
,
abstraction_flag
,(
subframe_rx
==
3
||
subframe_rx
==
2
));
LOG_D
(
PHY
,
"SKIP
\n
"
);
return
0
;
}
}
//LOG_E(PHY,"DJP - delete code above this %s:%d\n", __FILE__, __LINE__);
#endif
if
(
do_pdcch_flag
)
{
// deactivate reception until we scan pdcch
if
(
ue
->
dlsch
[
ue
->
current_thread_id
[
subframe_rx
]][
eNB_id
][
0
])
...
...
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