Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
Michael Black
OpenXG UE
Commits
e41202c0
Commit
e41202c0
authored
Nov 24, 2021
by
hardy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/nfapi-carriage-returns' into integration_2021_wk47_b
parents
c98e9e9a
bcf1ac0c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10409 additions
and
10413 deletions
+10409
-10413
nfapi/open-nFAPI/common/src/debug.c
nfapi/open-nFAPI/common/src/debug.c
+75
-76
nfapi/open-nFAPI/nfapi/src/nfapi_p5.c
nfapi/open-nFAPI/nfapi/src/nfapi_p5.c
+2388
-2389
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
+7946
-7948
No files found.
nfapi/open-nFAPI/common/src/debug.c
View file @
e41202c0
...
...
@@ -14,7 +14,6 @@
* limitations under the License.
*/
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
...
...
nfapi/open-nFAPI/nfapi/src/nfapi_p5.c
View file @
e41202c0
...
...
@@ -2386,4 +2386,3 @@ int nfapi_p5_message_unpack(void *pMessageBuf, uint32_t messageBufLen, void *pUn
return
result
;
}
nfapi/open-nFAPI/nfapi/src/nfapi_p7.c
View file @
e41202c0
...
...
@@ -7944,5 +7944,3 @@ int nfapi_nr_p7_message_unpack(void *pMessageBuf, uint32_t messageBufLen, void *
else
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