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
38758c1a
Commit
38758c1a
authored
Aug 03, 2023
by
Anton Kozhemiachenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase paging log verbosity
parent
7a5fda00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/RRC/NR_UE/rrc_UE.c
openair2/RRC/NR_UE/rrc_UE.c
+2
-2
No files found.
openair2/RRC/NR_UE/rrc_UE.c
View file @
38758c1a
...
...
@@ -655,7 +655,7 @@ static void nr_ue_check_paging(const module_id_t module_id, const uint8_t gNB_in
}
if
(
found
)
{
LOG_
D
(
NR_RRC
,
"%s: found ue_Identity in PCCH
\n
"
,
__FUNCTION__
);
LOG_
I
(
NR_RRC
,
"%s: found ue_Identity in PCCH
\n
"
,
__FUNCTION__
);
NR_UE_MAC_INST_t
*
mac
=
get_mac_inst
(
module_id
);
mac
->
ra
.
ra_state
=
RA_UE_IDLE
;
}
...
...
@@ -675,7 +675,7 @@ int8_t nr_rrc_ue_decode_NR_PCCH_Message(const module_id_t module_id, const uint8
}
else
{
ret
=
0
;
LOG_
D
(
NR_RRC
,
"[gNB %d] nr_rrc_ue_decode_NR_PCCH_Message: decoded PCCH Message
\n
"
,
module_id
);
LOG_
I
(
NR_RRC
,
"[gNB %d] nr_rrc_ue_decode_NR_PCCH_Message: decoded PCCH Message
\n
"
,
module_id
);
if
(
LOG_DEBUGFLAG
(
DEBUG_ASN1
)
)
{
xer_fprint
(
stdout
,
&
asn_DEF_NR_PCCH_Message
,
pcch_message
);
}
...
...
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