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
lizhongxiao
OpenXG-RAN
Commits
3056343c
Commit
3056343c
authored
May 18, 2019
by
Javier Morgade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test code before CI
parent
786895dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
openair2/LAYER2/MAC/eNB_scheduler.c
openair2/LAYER2/MAC/eNB_scheduler.c
+1
-4
openair2/RRC/LTE/rrc_UE.c
openair2/RRC/LTE/rrc_UE.c
+1
-1
No files found.
openair2/LAYER2/MAC/eNB_scheduler.c
View file @
3056343c
...
...
@@ -955,12 +955,9 @@ eNB_dlsch_ulsch_scheduler(module_id_t module_idP,
}
/* This schedules MIB */
if
((
subframeP
==
0
)
&&
(
frameP
&
3
)
==
0
)
{
if
((
subframeP
==
0
)
&&
(
frameP
&
3
)
==
0
)
schedule_mib
(
module_idP
,
frameP
,
subframeP
);
schedule_SI_MBMS
(
module_idP
,
frameP
,
subframeP
);
}
if
(
get_softmodem_params
()
->
phy_test
==
0
)
{
/* This schedules SI for legacy LTE and eMTC starting in subframeP */
schedule_SI
(
module_idP
,
frameP
,
subframeP
);
...
...
openair2/RRC/LTE/rrc_UE.c
View file @
3056343c
...
...
@@ -2667,7 +2667,7 @@ int decode_BCCH_MBMS_DLSCH_Message(
}
//if ( LOG_DEBUGFLAG(DEBUG_ASN1) ) {
//
xer_fprint(stdout, &asn_DEF_LTE_BCCH_DL_SCH_Message_MBMS,(void *)bcch_message );
//
xer_fprint(stdout, &asn_DEF_LTE_BCCH_DL_SCH_Message_MBMS,(void *)bcch_message );
//}
if
(
bcch_message
->
message
.
present
==
LTE_BCCH_DL_SCH_MessageType_MBMS_r14_PR_c1
)
{
...
...
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