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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
097901e9
Commit
097901e9
authored
Feb 20, 2024
by
Robert Schmidt
Committed by
Raymond Knopp
Jun 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce logs
parent
0dd4bc7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
nfapi/open-nFAPI/vnf/src/vnf_p7.c
nfapi/open-nFAPI/vnf/src/vnf_p7.c
+3
-3
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
+1
-1
No files found.
nfapi/open-nFAPI/vnf/src/vnf_p7.c
View file @
097901e9
...
...
@@ -1499,7 +1499,7 @@ void vnf_handle_nr_rx_data_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t*
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling RX Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling RX Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_rx_data_indication
)
{
(
vnf_p7
->
_public
.
nr_rx_data_indication
)(
&
ind
);
...
...
@@ -1525,7 +1525,7 @@ void vnf_handle_nr_crc_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling CRC Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling CRC Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_crc_indication
)
{
(
vnf_p7
->
_public
.
nr_crc_indication
)(
&
ind
);
...
...
@@ -1576,7 +1576,7 @@ void vnf_handle_nr_uci_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling UCI Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling UCI Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_uci_indication
)
{
(
vnf_p7
->
_public
.
nr_uci_indication
)(
&
ind
);
...
...
openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_bch.c
View file @
097901e9
...
...
@@ -607,7 +607,7 @@ void schedule_nr_sib1(module_id_t module_idP,
nfapi_nr_dl_tti_request_body_t
*
dl_req
=
&
DL_req
->
dl_tti_request_body
;
int
pdu_index
=
gNB_mac
->
pdu_index
[
0
]
++
;
LOG_
I
(
NR_MAC
,
"%s() %4d.%2d
\n
"
,
__func__
,
frameP
,
slotP
);
LOG_
D
(
NR_MAC
,
"%s() %4d.%2d
\n
"
,
__func__
,
frameP
,
slotP
);
nr_fill_nfapi_dl_sib1_pdu
(
module_idP
,
dl_req
,
pdu_index
,
type0_PDCCH_CSS_config
,
TBS
,
tda_info
.
startSymbolIndex
,
tda_info
.
nrOfSymbols
);
const
int
ntx_req
=
TX_req
->
Number_of_PDUs
;
...
...
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