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
a4bdadda
Commit
a4bdadda
authored
8 years ago
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit from other machine prior to merge
parent
09a2fa65
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
targets/RT/USER/lte-enb.c
targets/RT/USER/lte-enb.c
+2
-4
No files found.
targets/RT/USER/lte-enb.c
View file @
a4bdadda
...
...
@@ -761,13 +761,11 @@ void fh_if4p5_asynch_DL(PHY_VARS_eNB *eNB,int *frame,int *subframe) {
else
{
if
(
frame_tx
!=
*
frame
)
{
LOG_E
(
PHY
,
"fh_if4p5_asynch_DL: frame_tx %d is not what we expect %d
\n
"
,
frame_tx
,
*
frame
);
*
frame
=
frame_tx
;
// exit_fun("Exiting");
exit_fun
(
"Exiting"
);
}
if
(
subframe_tx
!=
*
subframe
)
{
LOG_E
(
PHY
,
"fh_if4p5_asynch_DL: subframe_tx %d is not what we expect %d
\n
"
,
subframe_tx
,
*
subframe
);
*
subframe
=
subframe_tx
;
// exit_fun("Exiting");
exit_fun
(
"Exiting"
);
}
}
if
(
packet_type
==
IF4p5_PDLFFT
)
{
...
...
This diff is collapsed.
Click to expand it.
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