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
wangjie
OpenXG-RAN
Commits
6feb5ade
Commit
6feb5ade
authored
6 years ago
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small bug fix for sci detection
parent
30049c97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/LTE_UE_TRANSPORT/slsch.c
openair1/PHY/LTE_UE_TRANSPORT/slsch.c
+1
-1
No files found.
openair1/PHY/LTE_UE_TRANSPORT/slsch.c
View file @
6feb5ade
...
...
@@ -1058,7 +1058,7 @@ void pscch_decoding(PHY_VARS_UE *ue,UE_rxtx_proc_t *proc,int frame_rx,int subfra
int
length
=
log2_approx
(
slsch
->
N_SL_RB_data
*
(
slsch
->
N_SL_RB_data
+
1
)
>>
1
)
+
32
;
//Panos: Modification here to comply with the new definition of dci_decoding()
dci_decoding
(
length
,
2
,
f
,(
uint8_t
*
)
&
sci_rx
);
dci_decoding
(
length
,
1
,
f
,(
uint8_t
*
)
&
sci_rx
);
//dci_decoding(length,E,f,(uint8_t*)&sci_rx);
((
uint8_t
*
)
&
sci_rx_flip
)[
0
]
=
((
uint8_t
*
)
&
sci_rx
)[
7
];
((
uint8_t
*
)
&
sci_rx_flip
)[
1
]
=
((
uint8_t
*
)
&
sci_rx
)[
6
];
...
...
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