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
28dcd0fd
Commit
28dcd0fd
authored
Apr 12, 2024
by
hsum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove print log code
parent
99495f60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
nfapi/oai_integration/nfapi_vnf.c
nfapi/oai_integration/nfapi_vnf.c
+0
-1
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
+0
-4
No files found.
nfapi/oai_integration/nfapi_vnf.c
View file @
28dcd0fd
...
...
@@ -2040,7 +2040,6 @@ static void remove_ul_config_req_pdu(int index, nfapi_ul_config_request_t *ul_co
int
oai_nfapi_ul_tti_req
(
nfapi_nr_ul_tti_request_t
*
ul_tti_req
)
{
nfapi_vnf_p7_config_t
*
p7_config
=
vnf
.
p7_vnfs
[
0
].
config
;
LOG_I
(
NR_PHY
,
"Entering oai_nfapi_ul_tti_req sfn:%d,slot:%d
\n
"
,
ul_tti_req
->
SFN
,
ul_tti_req
->
Slot
);
ul_tti_req
->
header
.
phy_id
=
1
;
// HACK TODO FIXME - need to pass this around!!!!
ul_tti_req
->
header
.
message_id
=
NFAPI_NR_PHY_MSG_TYPE_UL_TTI_REQUEST
;
...
...
openair1/SCHED_NR/phy_procedures_nr_gNB.c
View file @
28dcd0fd
...
...
@@ -804,10 +804,6 @@ int phy_procedures_gNB_uespec_RX(PHY_VARS_gNB *gNB, int frame_rx, int slot_rx)
slot_rx
,
uci_pdu_format0
,
pucch_pdu
);
LOG_I
(
PHY
,
"frame %d, slot %d: PUCCH
\n
"
,
frame_rx
,
slot_rx
);
gNB
->
UL_INFO
.
uci_ind
.
num_ucis
+=
1
;
pucch
->
active
=
0
;
break
;
...
...
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