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
707f3da0
Commit
707f3da0
authored
May 30, 2018
by
Hongzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE small compile bug fix
parent
0ca82861
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
+1
-0
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
+1
-2
No files found.
openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
View file @
707f3da0
...
...
@@ -22,6 +22,7 @@
#include "PHY/types.h"
#include "PHY/defs_UE.h"
#include "PHY/phy_extern_ue.h"
#include "lte_estimation.h"
#include "UTIL/LOG/vcd_signal_dumper.h"
#include "openair2/LAYER2/MAC/mac_proto.h"
...
...
openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
View file @
707f3da0
...
...
@@ -32,8 +32,7 @@
#include "PHY/defs_UE.h"
#include "PHY/TOOLS/tools_defs.h"
#include "PHY/extern_ue.h"
#include "tools_defs.h"
#include "PHY/phy_extern_ue.h"
#include "PHY/sse_intrin.h"
int16_t
ones256
[
16
]
__attribute__
((
aligned
(
32
)))
=
{
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
,
0xffff
};
...
...
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