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
e69824fc
Commit
e69824fc
authored
Nov 02, 2018
by
Louis Adrien Dufrene
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fixed: S1 setup requst sends the correct default DRX value
parent
d18c4ab1
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
233 additions
and
42 deletions
+233
-42
openair2/ENB_APP/enb_config.c
openair2/ENB_APP/enb_config.c
+232
-38
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
+0
-3
No files found.
openair2/ENB_APP/enb_config.c
View file @
e69824fc
This diff is collapsed.
Click to expand it.
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
e69824fc
...
@@ -704,7 +704,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
...
@@ -704,7 +704,7 @@ uint8_t do_SIB23(uint8_t Mod_id,
=
configuration
->
pcch_defaultPagingCycle
[
CC_id
];
=
configuration
->
pcch_defaultPagingCycle
[
CC_id
];
(
*
sib2
)
->
radioResourceConfigCommon
.
pcch_Config
.
nB
(
*
sib2
)
->
radioResourceConfigCommon
.
pcch_Config
.
nB
=
configuration
->
pcch_nB
[
CC_id
];
=
configuration
->
pcch_nB
[
CC_id
];
LOG_
E
(
RRC
,
"[SIB2] With ITTI. Basic config of paging cycle DRX: radio frame cycle length %x, paging occasion number %x
\n
"
,
LOG_
I
(
RRC
,
"[SIB2] With ITTI. Basic config of paging cycle DRX: radio frame cycle length %x, paging occasion number %x
\n
"
,
(
uint32_t
)
configuration
->
pcch_defaultPagingCycle
[
CC_id
],
(
uint32_t
)
configuration
->
pcch_defaultPagingCycle
[
CC_id
],
(
uint32_t
)
configuration
->
pcch_nB
[
CC_id
]);
(
uint32_t
)
configuration
->
pcch_nB
[
CC_id
]);
...
...
openair2/RRC/LTE/rrc_eNB.c
View file @
e69824fc
...
@@ -842,7 +842,6 @@ rrc_eNB_free_UE(
...
@@ -842,7 +842,6 @@ rrc_eNB_free_UE(
const
struct
rrc_eNB_ue_context_s
*
const
ue_context_pP
)
const
struct
rrc_eNB_ue_context_s
*
const
ue_context_pP
)
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
{
{
//protocol_ctxt_t ctxt; // rm ?
rnti_t
rnti
=
ue_context_pP
->
ue_context
.
rnti
;
rnti_t
rnti
=
ue_context_pP
->
ue_context
.
rnti
;
if
(
enb_mod_idP
>=
NB_eNB_INST
)
{
if
(
enb_mod_idP
>=
NB_eNB_INST
)
{
...
@@ -854,8 +853,6 @@ rrc_eNB_free_UE(
...
@@ -854,8 +853,6 @@ rrc_eNB_free_UE(
return
;
return
;
}
}
//PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, enb_mod_idP, ENB_FLAG_YES, rnti, 0, 0, enb_mod_idP); // rm ?
if
(
EPC_MODE_ENABLED
)
{
if
(
EPC_MODE_ENABLED
)
{
if
((
ue_context_pP
->
ue_context
.
ul_failure_timer
>=
20000
)
&&
(
mac_eNB_get_rrc_status
(
enb_mod_idP
,
rnti
)
>=
RRC_CONNECTED
))
{
if
((
ue_context_pP
->
ue_context
.
ul_failure_timer
>=
20000
)
&&
(
mac_eNB_get_rrc_status
(
enb_mod_idP
,
rnti
)
>=
RRC_CONNECTED
))
{
LOG_I
(
RRC
,
"[eNB %d] S1AP_UE_CONTEXT_RELEASE_REQ sent for RNTI %x, cause 21, radio connection with ue lost
\n
"
,
LOG_I
(
RRC
,
"[eNB %d] S1AP_UE_CONTEXT_RELEASE_REQ sent for RNTI %x, cause 21, radio connection with ue lost
\n
"
,
...
...
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