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
promise
OpenXG-RAN
Commits
46bbfb82
Commit
46bbfb82
authored
Feb 25, 2019
by
Louis Adrien Dufrene
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some debug
parent
cddba97c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
openair2/LAYER2/MAC/eNB_scheduler_RA.c
openair2/LAYER2/MAC/eNB_scheduler_RA.c
+0
-10
No files found.
openair2/LAYER2/MAC/eNB_scheduler_RA.c
View file @
46bbfb82
...
...
@@ -352,13 +352,7 @@ void generate_Msg2(module_id_t module_idP,
AssertFatal
(
cc
[
CC_idP
].
sib1_v13ext
->
bandwidthReducedAccessRelatedInfo_r13
!=
NULL
,
"cc[CC_idP].sib1_v13ext->bandwidthReducedAccessRelatedInfo_r13 is null
\n
"
);
LOG_E
(
MAC
,
"first_rb = %d, getRIV(N_RB_DL, first_rb, 6) = %d ; N_RB_DL = %d
\n
"
,
first_rb
,
getRIV
(
N_RB_DL
,
first_rb
,
6
),
N_RB_DL
);
LOG_E
(
MAC
,
"ra->msg2_narrowband = %d, getRIV(6, 0, 6) | (ra->msg2_narrowband<<5) = %d ; N_RB_DL = %d
\n
"
,
ra
->
msg2_narrowband
,
getRIV
(
6
,
0
,
6
)
|
(
ra
->
msg2_narrowband
<<
5
));
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
start_symbol
=
cc
[
CC_idP
].
sib1_v13ext
->
bandwidthReducedAccessRelatedInfo_r13
->
startSymbolBR_r13
;
LOG_E
(
MAC
,
"start_symbol = %d
\n
"
,
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
start_symbol
);
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
ecce_index
=
0
;
// Note: this should be dynamic
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
aggregation_level
=
24
;
// OK for CEModeA r1-3 (9.1.5-1b) or CEModeB r1-4
dl_config_pdu
->
mpdcch_pdu
.
mpdcch_pdu_rel13
.
rnti_type
=
2
;
// RA-RNTI
...
...
@@ -442,8 +436,6 @@ void generate_Msg2(module_id_t module_idP,
memset
((
void
*
)
dl_config_pdu
,
0
,
sizeof
(
nfapi_dl_config_request_pdu_t
));
LOG_E
(
MAC
,
"first_rb = %d, getRIV(N_RB_DL, first_rb, 6) = %d ; N_RB_DL = %d
\n
"
,
first_rb
,
getRIV
(
N_RB_DL
,
first_rb
,
6
),
N_RB_DL
);
dl_config_pdu
->
pdu_type
=
NFAPI_DL_CONFIG_DLSCH_PDU_TYPE
;
dl_config_pdu
->
pdu_size
=
(
uint8_t
)
(
2
+
sizeof
(
nfapi_dl_config_dlsch_pdu
));
dl_config_pdu
->
dlsch_pdu
.
dlsch_pdu_rel8
.
pdu_index
=
mac
->
pdu_index
[
CC_idP
];
...
...
@@ -472,8 +464,6 @@ void generate_Msg2(module_id_t module_idP,
/* Rel10 fields */
dl_config_pdu
->
dlsch_pdu
.
dlsch_pdu_rel10
.
pdsch_start
=
cc
[
CC_idP
].
sib1_v13ext
->
bandwidthReducedAccessRelatedInfo_r13
->
startSymbolBR_r13
;
LOG_E
(
MAC
,
"start_symbol = %d
\n
"
,
dl_config_pdu
->
dlsch_pdu
.
dlsch_pdu_rel10
.
pdsch_start
);
/* Rel13 fields */
dl_config_pdu
->
dlsch_pdu
.
dlsch_pdu_rel13
.
ue_type
=
(
ra
->
rach_resource_type
<
3
)
?
1
:
2
;;
dl_config_pdu
->
dlsch_pdu
.
dlsch_pdu_rel13
.
pdsch_payload_type
=
2
;
// not SI message
...
...
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