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
7790a10b
Commit
7790a10b
authored
Jun 28, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction to npbch pdu flip
parent
2f898817
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
+1
-6
No files found.
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
View file @
7790a10b
...
@@ -144,12 +144,7 @@ int generate_npbch(NB_IoT_eNB_NPBCH *eNB_npbch,
...
@@ -144,12 +144,7 @@ int generate_npbch(NB_IoT_eNB_NPBCH *eNB_npbch,
for
(
i
=
0
;
i
<
5
;
i
++
)
// set input bits stream
for
(
i
=
0
;
i
<
5
;
i
++
)
// set input bits stream
{
{
if
(
i
!=
4
)
npbch_a
[
5
-
i
-
1
]
=
npbch_pdu
[
i
];
// & 0xc0 //??/** in LTE 24 bits with 3 bytes, but in NB_IoT 34 bits will require 4 bytes+2 bits !! to check
{
npbch_a
[
5
-
i
-
1
]
=
npbch_pdu
[
i
];
// ????????/*****?? in LTE 24 bits with 3 bytes, but in NB_IoT 34 bits will require 4 bytes+2 bits !! to verify
}
else
{
npbch_a
[
5
-
i
-
1
]
=
npbch_pdu
[
i
]
&
0x03
;
}
}
}
if
(
frame_parms
->
mode1_flag
==
1
)
// setting CRC mask depending on the number of used eNB antennas
if
(
frame_parms
->
mode1_flag
==
1
)
// setting CRC mask depending on the number of used eNB antennas
...
...
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