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
canghaiwuhen
OpenXG-RAN
Commits
aabfe373
Commit
aabfe373
authored
Jul 19, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remouving warnings from npbch_NB_IoT.c, (144 warnings remaining)
parent
2e64e847
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
+2
-4
No files found.
openair1/PHY/LTE_TRANSPORT/npbch_NB_IoT.c
View file @
aabfe373
...
...
@@ -46,7 +46,7 @@ int allocate_npbch_REs_in_RB(LTE_DL_FRAME_PARMS *frame_parms,
{
MIMO_mode_t
mimo_mode
=
(
frame_parms
->
mode1_flag
==
1
)
?
SISO
:
ALAMOUTI
;
uint32_t
tti_offset
,
aa
;
uint8_t
re
,
diff_re
;
uint8_t
re
;
int16_t
gain_lin_QPSK
;
uint8_t
first_re
,
last_re
;
int32_t
tmp_sample1
,
tmp_sample2
;
...
...
@@ -132,12 +132,10 @@ int generate_npbch(NB_IoT_eNB_NPBCH_t *eNB_npbch,
uint8_t
RCC
;
unsigned
short
bandwidth_even_odd
;
unsigned
short
NB_IoT_start
,
RB_IoT_ID
;
uint32_t
nsymb
=
14
;
uint32_t
pilots
;
uint32_t
second_pilot
=
4
;
uint32_t
jj
=
0
;
uint32_t
re_allocated
=
0
;
uint32_t
rb
,
symbol_offset
;
uint32_t
symbol_offset
;
uint16_t
amask
=
0
;
npbch_D
=
16
+
NPBCH_A
;
npbch_E
=
1600
;
...
...
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