Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
df66adb1
Commit
df66adb1
authored
Oct 29, 2019
by
LouisAdrien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tested] comment update
parent
e680bc22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
openair2/F1AP/f1ap_du_rrc_message_transfer.c
openair2/F1AP/f1ap_du_rrc_message_transfer.c
+3
-3
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+1
-1
openair2/RRC/LTE/rrc_eNB.c
openair2/RRC/LTE/rrc_eNB.c
+1
-1
No files found.
openair2/F1AP/f1ap_du_rrc_message_transfer.c
View file @
df66adb1
...
...
@@ -405,7 +405,7 @@ int DU_handle_DL_RRC_MESSAGE_TRANSFER(instance_t instance,
}
if
(
rrcConnectionReconfiguration_r8
->
radioResourceConfigDedicated
->
mac_MainConfig
)
{
LOG_
I
(
F1AP
,
"MAC Main Configuration is present
\n
"
);
LOG_
D
(
F1AP
,
"MAC Main Configuration is present
\n
"
);
mac_MainConfig
=
&
rrcConnectionReconfiguration_r8
->
radioResourceConfigDedicated
->
mac_MainConfig
->
choice
.
explicitValue
;
...
...
@@ -415,7 +415,7 @@ int DU_handle_DL_RRC_MESSAGE_TRANSFER(instance_t instance,
}
else
{
/* Set timers and thresholds values in local MAC context of UE */
eNB_Config_Local_DRX
(
ctxt
.
module_id
,
ctxt
.
rnti
,
mac_MainConfig
->
drx_Config
);
LOG_D
(
F1AP
,
"DRX configured in
mac main config
for RRC Connection Reconfiguration
\n
"
);
LOG_D
(
F1AP
,
"DRX configured in
MAC Main Configuration
for RRC Connection Reconfiguration
\n
"
);
/* End of CDRX configuration */
}
}
...
...
@@ -736,7 +736,7 @@ int DU_send_UL_RRC_MESSAGE_TRANSFER(instance_t instance,
if
(
UE_scheduling_control
->
cdrx_waiting_ack
==
TRUE
)
{
UE_scheduling_control
->
cdrx_waiting_ack
=
FALSE
;
UE_scheduling_control
->
cdrx_configured
=
TRUE
;
// Set to TRUE when RRC Connection Reconfiguration Complete is received
LOG_I
(
F1AP
,
"CDRX configuration a
fter first
RRC Connection Reconfiguration Complete reception
\n
"
);
LOG_I
(
F1AP
,
"CDRX configuration a
ctivated after
RRC Connection Reconfiguration Complete reception
\n
"
);
}
/* End of CDRX processing */
...
...
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
df66adb1
...
...
@@ -734,7 +734,7 @@ LTE_DRX_Config_t *do_DrxConfig(int CC_id,
if
(
featureGroupIndicators
->
size
>
1
||
(
featureGroupIndicators
->
size
==
1
&&
featureGroupIndicators
->
bits_unused
<
4
))
{
ueSupportCdrxShortFlag
=
((
featureGroupIndicators
->
buf
[
0
]
&
(
uint8_t
)
0x10
)
>
0
);
ueSupportCdrxLongFlag
=
((
featureGroupIndicators
->
buf
[
0
]
&
(
uint8_t
)
0x08
)
>
0
);
LOG_
I
(
RRC
,
"[do_DrxConfig] featureGroupIndicators->buf[0]: %x
\n
"
,
featureGroupIndicators
->
buf
[
0
]);
LOG_
D
(
RRC
,
"[do_DrxConfig] featureGroupIndicators->buf[0]: %x
\n
"
,
featureGroupIndicators
->
buf
[
0
]);
}
else
LOG_W
(
RRC
,
"[do_DrxConfig] Not enough featureGroupIndicators bits
\n
"
);
}
else
LOG_W
(
RRC
,
"[do_DrxConfig] No featureGroupIndicators pointer
\n
"
);
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
df66adb1
...
...
@@ -3217,7 +3217,7 @@ void rrc_eNB_generate_defaultRRCConnectionReconfiguration(const protocol_ctxt_t
}
else
{
/* Set timers and thresholds values in local MAC context of UE */
eNB_Config_Local_DRX
(
module_id
,
rnti
,
mac_MainConfig
->
drx_Config
);
LOG_D
(
RRC
,
"DRX configured in
mac main config
for RRC Connection Reconfiguration
\n
"
);
LOG_D
(
RRC
,
"DRX configured in
MAC Main Configuration
for RRC Connection Reconfiguration
\n
"
);
}
}
/* End of CDRX configuration */
...
...
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