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
zzha zzha
OpenXG-RAN
Commits
20e986be
Commit
20e986be
authored
May 22, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce F1AP logging output that is not an error
parent
e7ef1f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openair2/F1AP/f1ap_du_ue_context_management.c
openair2/F1AP/f1ap_du_ue_context_management.c
+3
-3
No files found.
openair2/F1AP/f1ap_du_ue_context_management.c
View file @
20e986be
...
@@ -133,7 +133,7 @@ int DU_handle_UE_CONTEXT_SETUP_REQUEST(instance_t instance,
...
@@ -133,7 +133,7 @@ int DU_handle_UE_CONTEXT_SETUP_REQUEST(instance_t instance,
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList
=
(
uint8_t
*
)
calloc
(
1
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
);
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList
=
(
uint8_t
*
)
calloc
(
1
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
);
memcpy
(
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
buf
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
);
memcpy
(
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
buf
,
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
);
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
=
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
;
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
=
ieCuRrcInfo
->
value
.
choice
.
CUtoDURRCInformation
.
uE_CapabilityRAT_ContainerList
->
size
;
LOG_
I
(
F1AP
,
"Size f1ap_ue_context_setup_req->cu_to_du_rrc_information->uE_CapabilityRAT_ContainerList_length: %d
\n
"
,
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
);
LOG_
D
(
F1AP
,
"Size f1ap_ue_context_setup_req->cu_to_du_rrc_information->uE_CapabilityRAT_ContainerList_length: %d
\n
"
,
f1ap_ue_context_setup_req
->
cu_to_du_rrc_information
->
uE_CapabilityRAT_ContainerList_length
);
}
}
}
}
...
@@ -831,7 +831,7 @@ int DU_handle_UE_CONTEXT_MODIFICATION_REQUEST(instance_t instance, uint32_t asso
...
@@ -831,7 +831,7 @@ int DU_handle_UE_CONTEXT_MODIFICATION_REQUEST(instance_t instance, uint32_t asso
if
(
f1ap_ue_context_modification_req
->
rnti
<
0
)
if
(
f1ap_ue_context_modification_req
->
rnti
<
0
)
LOG_E
(
F1AP
,
"Could not retrieve UE rnti based on the DU UE id
\n
"
);
LOG_E
(
F1AP
,
"Could not retrieve UE rnti based on the DU UE id
\n
"
);
else
else
LOG_
I
(
F1AP
,
"Retrieved rnti is: %d
\n
"
,
f1ap_ue_context_modification_req
->
rnti
);
LOG_
D
(
F1AP
,
"Retrieved rnti is: %d
\n
"
,
f1ap_ue_context_modification_req
->
rnti
);
/* SRB */
/* SRB */
F1AP_UEContextModificationRequestIEs_t
*
ieSrb
;
F1AP_UEContextModificationRequestIEs_t
*
ieSrb
;
...
@@ -957,7 +957,7 @@ int DU_handle_UE_CONTEXT_MODIFICATION_REQUEST(instance_t instance, uint32_t asso
...
@@ -957,7 +957,7 @@ int DU_handle_UE_CONTEXT_MODIFICATION_REQUEST(instance_t instance, uint32_t asso
LOG_E
(
F1AP
,
" RRCContainer in UEContextModificationRequestIEs size id 0
\n
"
);
LOG_E
(
F1AP
,
" RRCContainer in UEContextModificationRequestIEs size id 0
\n
"
);
}
}
}
else
{
}
else
{
LOG_
W
(
F1AP
,
"can't find RRCContainer in UEContextModificationRequestIEs by id %ld
\n
"
,
F1AP_ProtocolIE_ID_id_RRCContainer
);
LOG_
D
(
F1AP
,
"can't find RRCContainer in UEContextModificationRequestIEs by id %ld
\n
"
,
F1AP_ProtocolIE_ID_id_RRCContainer
);
}
}
ue_context_modification_request
(
f1ap_ue_context_modification_req
);
ue_context_modification_request
(
f1ap_ue_context_modification_req
);
...
...
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