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
Michael Black
OpenXG-RAN
Commits
b2ca66f2
Commit
b2ca66f2
authored
May 26, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nothing special
parent
cdf15e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair1/PHY/LTE_TRANSPORT/sldch.c
openair1/PHY/LTE_TRANSPORT/sldch.c
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/sldch.c
View file @
b2ca66f2
...
...
@@ -560,7 +560,7 @@ void check_and_generate_psdch(PHY_VARS_UE *ue,int frame_tx,int subframe_tx) {
if
(
sldch
->
type
==
disc_type1
)
{
Ni
=
LPSDCH
/
N_TX_SLD
;
Nf
=
M_RB_PSDCH_RP
>>
1
;
sldch
->
n_psdch
=
0
;
//taus()%(Ni*Nf);
if
(
ue
->
is_SynchRef
==
0
)
sldch
->
n_psdch
=
2
;
//taus()%(Ni*Nf);
int
a_ji
=
((
sldch
->
j
*
(
Nf
/
N_TX_SLD
))
+
(
sldch
->
n_psdch
/
Ni
))
%
Nf
;
int
b_1i
=
sldch
->
n_psdch
%
Ni
;
...
...
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