Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openairinterface-6g
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
OpenXG
openairinterface-6g
Commits
8d2a5c6f
Commit
8d2a5c6f
authored
Nov 06, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First slot indication makes no sense: tx thread should trigger
parent
2be5ff36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
nfapi/oai_integration/nfapi_pnf.c
nfapi/oai_integration/nfapi_pnf.c
+0
-7
No files found.
nfapi/oai_integration/nfapi_pnf.c
View file @
8d2a5c6f
...
@@ -1825,13 +1825,6 @@ int nr_start_request(nfapi_pnf_config_t *config, nfapi_pnf_phy_config_t *phy, nf
...
@@ -1825,13 +1825,6 @@ int nr_start_request(nfapi_pnf_config_t *config, nfapi_pnf_phy_config_t *phy, nf
nfapi_nr_send_pnf_start_resp
(
config
,
p7_config
->
phy_id
);
nfapi_nr_send_pnf_start_resp
(
config
,
p7_config
->
phy_id
);
printf
(
"[PNF] Sending first P7 slot indication
\n
"
);
printf
(
"[PNF] Sending first P7 slot indication
\n
"
);
#endif
#endif
#if 1
nfapi_pnf_p7_slot_ind
(
p7_config
,
p7_config
->
phy_id
,
0
,
0
);
printf
(
"[PNF] Sent first P7 slot ind
\n
"
);
#else
nfapi_pnf_p7_subframe_ind
(
p7_config
,
p7_config
->
phy_id
,
0
);
// SFN_SF set to zero - correct???
printf
(
"[PNF] Sent first P7 subframe ind
\n
"
);
#endif
return
0
;
return
0
;
}
}
...
...
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