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
littleBu
OpenXG-RAN
Commits
d028cab7
Commit
d028cab7
authored
Jan 15, 2025
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add header guards
parent
871311d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
nfapi/oai_integration/nfapi_pnf.h
nfapi/oai_integration/nfapi_pnf.h
+3
-0
nfapi/oai_integration/nfapi_vnf.h
nfapi/oai_integration/nfapi_vnf.h
+3
-0
No files found.
nfapi/oai_integration/nfapi_pnf.h
View file @
d028cab7
...
...
@@ -19,6 +19,8 @@
* contact@openairinterface.org
*/
#ifndef NFAPI_PNF_H_
#define NFAPI_PNF_H_
extern
nfapi_ue_release_request_body_t
release_rntis
;
int
oai_nfapi_rach_ind
(
nfapi_rach_indication_t
*
rach_ind
);
...
...
@@ -36,3 +38,4 @@ int oai_nfapi_nr_srs_indication(nfapi_nr_srs_indication_t *ind);
int
oai_nfapi_nr_uci_indication
(
nfapi_nr_uci_indication_t
*
ind
);
int
oai_nfapi_nr_rach_indication
(
nfapi_nr_rach_indication_t
*
ind
);
#endif
/* NFAPI_PNF_H_ */
nfapi/oai_integration/nfapi_vnf.h
View file @
d028cab7
...
...
@@ -19,9 +19,12 @@
* contact@openairinterface.org
*/
#ifndef NFAPI_VNF_H_
#define NFAPI_VNF_H_
void
configure_nfapi_vnf
(
char
*
vnf_addr
,
int
vnf_p5_port
,
char
*
pnf_ip_addr
,
int
pnf_p7_port
,
int
vnf_p7_port
);
void
configure_nr_nfapi_vnf
(
char
*
vnf_addr
,
int
vnf_p5_port
,
char
*
pnf_ip_addr
,
int
pnf_p7_port
,
int
vnf_p7_port
);
uint32_t
sfnslot_add_slot
(
uint16_t
sfn
,
uint16_t
slot
,
int
offset
);
#endif
/* NFAPI_VNF_H_ */
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