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
lizhongxiao
OpenXG-RAN
Commits
26dd5f05
Commit
26dd5f05
authored
Jan 25, 2024
by
Rúben Soares da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new line to the end of files
parent
0defdf62
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
fapi/oai-integration/fapi_nvIPC.c
fapi/oai-integration/fapi_nvIPC.c
+1
-1
fapi/oai-integration/fapi_nvIPC.h
fapi/oai-integration/fapi_nvIPC.h
+1
-1
fapi/oai-integration/fapi_vnf_p5.c
fapi/oai-integration/fapi_vnf_p5.c
+1
-1
fapi/oai-integration/fapi_vnf_p5.h
fapi/oai-integration/fapi_vnf_p5.h
+1
-1
No files found.
fapi/oai-integration/fapi_nvIPC.c
View file @
26dd5f05
...
...
@@ -731,4 +731,4 @@ int nvIPC_Init() {
aerial_pnf_nr_connection_indication_cb
(
vnf_config
,
1
);
return
0
;
}
#endif
\ No newline at end of file
#endif
fapi/oai-integration/fapi_nvIPC.h
View file @
26dd5f05
...
...
@@ -58,4 +58,4 @@ void set_config(nfapi_vnf_config_t *conf);
int
nvIPC_Init
();
#endif // OPENAIRINTERFACE_FAPI_NVIPC_H
#endif
\ No newline at end of file
#endif
fapi/oai-integration/fapi_vnf_p5.c
View file @
26dd5f05
...
...
@@ -851,4 +851,4 @@ int oai_fapi_send_end_request(int cell, uint32_t frame, uint32_t slot){
}
return
retval
;
}
#endif
\ No newline at end of file
#endif
fapi/oai-integration/fapi_vnf_p5.h
View file @
26dd5f05
...
...
@@ -72,4 +72,4 @@ int oai_fapi_ul_dci_req(nfapi_nr_ul_dci_request_t *ul_dci_req);
int
oai_fapi_tx_data_req
(
nfapi_nr_tx_data_request_t
*
tx_data_req
);
int
oai_fapi_dl_tti_req
(
nfapi_nr_dl_tti_request_t
*
dl_config_req
);
#endif //OPENAIRINTERFACE_FAPI_VNF_P5_H
#endif
\ No newline at end of file
#endif
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