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
434a6b5e
Commit
434a6b5e
authored
Nov 21, 2024
by
Rúben Soares Silva
Committed by
Robert Schmidt
Nov 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply Clang-Format to nFAPI P5 and P7 header structures.
parent
37ace26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h
nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h
+10
-10
No files found.
nfapi/open-nFAPI/nfapi/public_inc/nfapi_interface.h
View file @
434a6b5e
...
...
@@ -92,19 +92,19 @@ typedef signed short int16_t;
typedef
signed
char
int8_t
;
typedef
struct
{
uint16_t
phy_id
;
uint16_t
message_id
;
uint16_t
message_length
;
uint16_t
spare
;
uint16_t
phy_id
;
uint16_t
message_id
;
uint16_t
message_length
;
uint16_t
spare
;
}
nfapi_p4_p5_message_header_t
;
typedef
struct
{
uint16_t
phy_id
;
uint16_t
message_id
;
uint16_t
message_length
;
uint16_t
m_segment_sequence
;
/* This consists of 3 fields - namely, M, Segement & Sequence number*/
uint32_t
checksum
;
uint32_t
transmit_timestamp
;
uint16_t
phy_id
;
uint16_t
message_id
;
uint16_t
message_length
;
uint16_t
m_segment_sequence
;
/* This consists of 3 fields - namely, M, Segement & Sequence number*/
uint32_t
checksum
;
uint32_t
transmit_timestamp
;
}
nfapi_p7_message_header_t
;
#define NFAPI_PHY_ID_NA 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