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
spbro
OpenXG-RAN
Commits
f1c8134d
Commit
f1c8134d
authored
Sep 10, 2024
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prevent UE to declare RLF in phy-test mode
parent
469d58f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openair2/RRC/NR_UE/rrc_timers_and_constants.c
openair2/RRC/NR_UE/rrc_timers_and_constants.c
+3
-1
No files found.
openair2/RRC/NR_UE/rrc_timers_and_constants.c
View file @
f1c8134d
...
...
@@ -20,6 +20,7 @@
*/
#include "openair2/RRC/NR_UE/rrc_proto.h"
#include "executables/softmodem-common.h"
void
init_SI_timers
(
NR_UE_RRC_SI_INFO
*
SInfo
)
{
...
...
@@ -573,7 +574,8 @@ void handle_rlf_sync(NR_UE_Timers_Constants_t *tac,
else
{
// OUT_OF_SYNC
tac
->
N311_cnt
=
0
;
if
(
nr_timer_is_active
(
&
tac
->
T300
)
||
if
(
get_softmodem_params
()
->
phy_test
||
nr_timer_is_active
(
&
tac
->
T300
)
||
nr_timer_is_active
(
&
tac
->
T301
)
||
nr_timer_is_active
(
&
tac
->
T304
)
||
nr_timer_is_active
(
&
tac
->
T310
)
||
...
...
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