Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bin He
openairinterface5G
Commits
bfb65b57
Commit
bfb65b57
authored
6 years ago
by
Louis Adrien Dufrene
Browse files
Options
Downloads
Patches
Plain Diff
astyle applied
parent
6a3687fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/ENB_APP/enb_config.c
+1
-1
1 addition, 1 deletion
openair2/ENB_APP/enb_config.c
targets/RT/USER/lte-enb.c
+0
-2
0 additions, 2 deletions
targets/RT/USER/lte-enb.c
with
1 addition
and
3 deletions
openair2/ENB_APP/enb_config.c
+
1
−
1
View file @
bfb65b57
...
@@ -2308,7 +2308,7 @@ int RCconfig_S1(
...
@@ -2308,7 +2308,7 @@ int RCconfig_S1(
default:
{
default:
{
LOG_E
(
S1AP
,
"Default I-DRX value in conf file is invalid (%i). Should be 32, 64, 128 or 256. \
LOG_E
(
S1AP
,
"Default I-DRX value in conf file is invalid (%i). Should be 32, 64, 128 or 256. \
Default DRX set to 32 in MME configuration
\n
"
,
Default DRX set to 32 in MME configuration
\n
"
,
pcch_defaultPagingCycle
);
pcch_defaultPagingCycle
);
S1AP_REGISTER_ENB_REQ
(
msg_p
).
default_drx
=
0
;
S1AP_REGISTER_ENB_REQ
(
msg_p
).
default_drx
=
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
targets/RT/USER/lte-enb.c
+
0
−
2
View file @
bfb65b57
...
@@ -684,8 +684,6 @@ void wakeup_prach_eNB_br(PHY_VARS_eNB *eNB,RU_t *ru,int frame,int subframe) {
...
@@ -684,8 +684,6 @@ void wakeup_prach_eNB_br(PHY_VARS_eNB *eNB,RU_t *ru,int frame,int subframe) {
}
}
}
}
<<<<<<<
HEAD
// check if we have to detect PRACH first
// check if we have to detect PRACH first
if
(
is_prach_subframe
(
fp
,
frame
,
subframe
)
>
0
)
{
if
(
is_prach_subframe
(
fp
,
frame
,
subframe
)
>
0
)
{
LOG_D
(
PHY
,
"Triggering prach br processing, frame %d, subframe %d
\n
"
,
frame
,
subframe
);
LOG_D
(
PHY
,
"Triggering prach br processing, frame %d, subframe %d
\n
"
,
frame
,
subframe
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment