Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zhangtu
openairinterface5G
Commits
be2693cf
Commit
be2693cf
authored
9 years ago
by
javier.morgade
Browse files
Options
Downloads
Patches
Plain Diff
- BUGFIX: Fixed MBSFN gold reference sequence generation according to 3GPP TS 36.211 sec 6.10.2
parent
6382ee67
Branches
rru-txwrite-modification
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair1/PHY/LTE_REFSIG/lte_gold_mbsfn.c
+2
-2
2 additions, 2 deletions
openair1/PHY/LTE_REFSIG/lte_gold_mbsfn.c
with
2 additions
and
2 deletions
openair1/PHY/LTE_REFSIG/lte_gold_mbsfn.c
+
2
−
2
View file @
be2693cf
...
...
@@ -61,9 +61,9 @@ void lte_gold_mbsfn(LTE_DL_FRAME_PARMS *frame_parms,uint32_t lte_gold_mbsfn_tabl
for
(
l
=
0
;
l
<
3
;
l
++
)
{
if
(
l
==
0
)
x2
=
(
Nid_mbsfn
)
+
(((
1
+
(
Nid_mbsfn
<<
1
))
*
(
1
+
2
+
(
7
*
(
1
+
(
sfn
>>
1
)))))
<<
9
);
//cinit
x2
=
(
Nid_mbsfn
)
+
(((
1
+
(
Nid_mbsfn
<<
1
))
*
(
1
+
2
+
(
7
*
(
1
+
(
sfn
<<
1
)))))
<<
9
);
//cinit
else
x2
=
(
Nid_mbsfn
)
+
(((
1
+
(
Nid_mbsfn
<<
1
))
*
(
1
+
((
l
-
1
)
<<
2
)
+
(
7
*
(
2
+
(
sfn
>>
1
)))))
<<
9
);
//cinit
x2
=
(
Nid_mbsfn
)
+
(((
1
+
(
Nid_mbsfn
<<
1
))
*
(
1
+
((
l
-
1
)
<<
2
)
+
(
7
*
(
2
+
(
sfn
<<
1
)))))
<<
9
);
//cinit
//x2 = frame_parms->Ncp + (Nid_cell<<1) + (1+(Nid_cell<<1))*(1 + (3*l) + (7*(1+ns))); //cinit
//n = 0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment