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
9496696a
Commit
9496696a
authored
7 years ago
by
David Price
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove hard coding of my IP address and use config file address
parent
72107411
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
314 deletions
+54
-314
nfapi/nfapi_pnf.c
nfapi/nfapi_pnf.c
+53
-313
nfapi/nfapi_pnf.h
nfapi/nfapi_pnf.h
+1
-1
No files found.
nfapi/nfapi_pnf.c
View file @
9496696a
This diff is collapsed.
Click to expand it.
nfapi/nfapi_pnf.h
View file @
9496696a
#if !defined(NFAPI_PNF_H__)
#define NFAPI_PNF_H__
void
configure_nfapi_pnf
(
char
*
vnf_ip_addr
,
int
vnf_p5_port
,
int
pnf_p7_port
,
int
vnf_p7_port
);
void
configure_nfapi_pnf
(
char
*
vnf_ip_addr
,
int
vnf_p5_port
,
char
*
pnf_ip_addr
,
int
pnf_p7_port
,
int
vnf_p7_port
);
#endif
This diff is collapsed.
Click to expand it.
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