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
常顺宇
OpenXG-RAN
Commits
b301d12b
Commit
b301d12b
authored
Jul 11, 2018
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getting SL-bandwidth in MAC
parent
ab3ff7df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
openair2/LAYER2/MAC/config_ue.c
openair2/LAYER2/MAC/config_ue.c
+1
-0
openair2/LAYER2/MAC/ue_procedures.c
openair2/LAYER2/MAC/ue_procedures.c
+1
-1
No files found.
openair2/LAYER2/MAC/config_ue.c
View file @
b301d12b
...
...
@@ -728,6 +728,7 @@ rrc_mac_config_req_ue(module_id_t Mod_idP,
LOG_I
(
MAC
,
"Getting SL parameters
\n
"
);
UE_mac_inst
[
Mod_idP
].
SL_Preconfiguration
=
SL_Preconfiguration_r12
;
// SLSS
UE_mac_inst
[
Mod_idP
].
slss
.
SL_OffsetIndicator
=
SL_Preconfiguration_r12
->
preconfigSync_r12
.
syncOffsetIndicator1_r12
;
...
...
openair2/LAYER2/MAC/ue_procedures.c
View file @
b301d12b
...
...
@@ -3503,7 +3503,7 @@ SLSCH_t *ue_get_slsch(module_id_t module_idP,int CC_id,frame_t frameP,sub_frame_
slsch
->
n_pscch
=
ue
->
sourceL2Id
;
slsch
->
format
=
0
;
slsch
->
freq_hopping_flag
=
0
;
slsch
->
resource_block_coding
=
computeRIV
(
slsch
->
N_SL_RB_data
,
RB_start
,
L_CRBs
);
slsch
->
resource_block_coding
=
computeRIV
(
to_prb
(
ue
->
SL_Preconfiguration
->
preconfigGeneral_r12
.
sl_bandwidth_r12
)
,
RB_start
,
L_CRBs
);
slsch
->
time_resource_pattern
=
106
;
// all subframes for Nrp=8
slsch
->
mcs
=
mcs
;
slsch
->
timing_advance_indication
=
0
;
...
...
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