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
ZhouShuya
OpenXG-RAN
Commits
892a4bd1
Commit
892a4bd1
authored
May 09, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
continuity of the preparation for msg2 implementation
parent
e59eba4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
openair1/PHY/defs_common.h
openair1/PHY/defs_common.h
+10
-0
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+13
-0
No files found.
openair1/PHY/defs_common.h
View file @
892a4bd1
...
...
@@ -72,6 +72,16 @@ typedef struct {
/// scheduling parameters for RXn-TXnp4 thread
struct
sched_param
sched_param_rxtx
;
uint32_t
ra_rnti_computed
;
uint8_t
dci_to_transmit
;
uint32_t
sheduling_info_rar
;
uint8_t
remaining_dci
;
uint8_t
remaining_rar
;
}
eNB_rxtx_proc_t
;
/// Context data structure for eNB subframe processing
...
...
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
892a4bd1
...
...
@@ -502,7 +502,20 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
common_signal_procedures_NB_IoT
(
eNB
,
proc
);
/////////////////// NB-IoT broadcast channel //////////////////////////
//RA_template[i].RA_active=TRUE;
RA_TEMPLATE
*
RA_template
=
(
RA_TEMPLATE
*
)
&
eNB_mac_inst
[
eNB
->
Mod_id
].
common_channels
[
eNB
->
CC_id
].
RA_template
[
0
];
if
(
RA_template
[
0
].
generate_rar
==
1
)
{
proc
->
ra_rnti_computed
=
RA_template
[
0
].
RA_rnti
;
printf
(
"detection ok in TX !!!!!!!!!!!!!!!!!"
);
RA_template
[
0
].
generate_rar
=
0
;
RA_template
[
i
].
RA_active
=
FALSE
;
}
/////////////////////////// END ///////////////////////////////////////
...
...
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