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
2570ce3d
Commit
2570ce3d
authored
Aug 11, 2018
by
AlanLi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testing for MIB/SIBs
parent
7a1d8e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+6
-5
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
2570ce3d
...
@@ -2911,16 +2911,16 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) {
...
@@ -2911,16 +2911,16 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) {
0);*/
0);*/
detection
=
rx_nprach_NB_IoT
(
eNB
,
frame
,
subframe
,
rnti
,
preamble_index
,
timing_advance_preamble
);
detection
=
rx_nprach_NB_IoT
(
eNB
,
frame
,
subframe
,
rnti
,
preamble_index
,
timing_advance_preamble
);
}
}
if
(
detection
==
1
)
////////////////////////// to be moved to handle_rach_NB_IoT
/*
if(detection == 1) ////////////////////////// to be moved to handle_rach_NB_IoT
{
{
/
* initiate_ra_proc(UL_info->module_id,
*
* initiate_ra_proc(UL_info->module_id,
UL_info->CC_id,
UL_info->CC_id,
NFAPI_SFNSF2SFN(UL_info->rach_ind.sfn_sf),
NFAPI_SFNSF2SFN(UL_info->rach_ind.sfn_sf),
NFAPI_SFNSF2SF(UL_info->rach_ind.sfn_sf),
NFAPI_SFNSF2SF(UL_info->rach_ind.sfn_sf),
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.preamble,
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.preamble,
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.timing_advance,
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.timing_advance,
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.rnti);
*/
UL_info->rach_ind.rach_indication_body.preamble_list[0].preamble_rel8.rnti);
**
pthread_mutex_lock(&eNB->UL_INFO_mutex);
pthread_mutex_lock(&eNB->UL_INFO_mutex);
//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
...
@@ -2943,7 +2943,8 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) {
...
@@ -2943,7 +2943,8 @@ void prach_procedures_NB_IoT(PHY_VARS_eNB *eNB) {
preamble_index[0],
preamble_index[0],
(int16_t) timing_advance_preamble[0],
(int16_t) timing_advance_preamble[0],
0,subframe,0);
0,subframe,0);
}
}*/
}
}
//////////////////////////////////////////////////////////// END ///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// 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