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
e8ca203b
Commit
e8ca203b
authored
Jan 22, 2019
by
Nick Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some UL grant params
parent
58c39dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
openair2/LAYER2/MAC/eNB_scheduler_RA_NB_IoT.c
openair2/LAYER2/MAC/eNB_scheduler_RA_NB_IoT.c
+6
-5
No files found.
openair2/LAYER2/MAC/eNB_scheduler_RA_NB_IoT.c
View file @
e8ca203b
...
@@ -176,9 +176,10 @@ void schedule_rar_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst, int abs_subframe){
...
@@ -176,9 +176,10 @@ void schedule_rar_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst, int abs_subframe){
if
(
-
1
==
msg2_i_delay
){
if
(
-
1
==
msg2_i_delay
){
fail
|=
0x2
;
fail
|=
0x2
;
}
}
// check msg3 resource
// check msg3 resource, follow the prach repeat
rep
=
mac_inst
->
rrc_config
.
mac_NPRACH_ConfigSIB
[
msg2_nodes
->
ce_level
].
mac_numRepetitionsPerPreambleAttempt_NB_IoT
;
//rep = mac_inst->rrc_config.mac_NPRACH_ConfigSIB[msg2_nodes->ce_level].mac_numRepetitionsPerPreambleAttempt_NB_IoT;
// Set the temp rep
rep
=
0
;
uint32_t
Iru
=
0
,
mcs
,
Nru
;
uint32_t
Iru
=
0
,
mcs
,
Nru
;
uint32_t
mappedMcsIndex
=
4
;
// assume all ue supported multi-tone
uint32_t
mappedMcsIndex
=
4
;
// assume all ue supported multi-tone
...
@@ -272,10 +273,10 @@ void schedule_rar_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst, int abs_subframe){
...
@@ -272,10 +273,10 @@ void schedule_rar_NB_IoT(eNB_MAC_INST_NB_IoT *mac_inst, int abs_subframe){
dci_n0
->
type
=
0
;
dci_n0
->
type
=
0
;
dci_n0
->
scind
=
npusch_info
.
subcarrier_indication
;
dci_n0
->
scind
=
npusch_info
.
subcarrier_indication
;
dci_n0
->
ResAssign
=
0
;
dci_n0
->
ResAssign
=
0
;
dci_n0
->
mcs
=
0
;
dci_n0
->
mcs
=
2
;
dci_n0
->
ndi
=
1
;
dci_n0
->
ndi
=
1
;
dci_n0
->
Scheddly
=
msg3_scheduling_delay
;
dci_n0
->
Scheddly
=
msg3_scheduling_delay
;
dci_n0
->
RepNum
=
rep
;
dci_n0
->
RepNum
=
rep
;
//rep
dci_n0
->
rv
=
0
;
dci_n0
->
rv
=
0
;
dci_n0
->
DCIRep
=
1
;
//get_DCI_REP()
dci_n0
->
DCIRep
=
1
;
//get_DCI_REP()
...
...
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