X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructecpri__seq__id.html;fp=docs%2FAPI%2Fstructecpri__seq__id.html;h=8dde11af71b5fa949bd0a5040a6d2363649be509;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structecpri__seq__id.html b/docs/API/structecpri__seq__id.html new file mode 100644 index 0000000..8dde11a --- /dev/null +++ b/docs/API/structecpri__seq__id.html @@ -0,0 +1,152 @@ + + + + + + + +o-du/phy: ecpri_seq_id Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
o-du/phy +
+
Intel O-RAN/X-RAN Generated Doxygen Documentation
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
ecpri_seq_id Struct Reference
+
+
+ +

#include <xran_pkt.h>

+
+Collaboration diagram for ecpri_seq_id:
+
+
Collaboration graph
+
+ + + + + + + + +

+Data Fields

uint8_t seq_id:8
 
uint8_t sub_seq_id:7
 
uint8_t e_bit:1
 
+

Detailed Description

+

see 3.1.3.1.7 ecpriSeqid (message identifier)

+ +

Definition at line 97 of file xran_pkt.h.

+

Field Documentation

+ +

◆ e_bit

+ +
+
+ + + + +
uint8_t e_bit
+
+

E bit

+ +

Definition at line 101 of file xran_pkt.h.

+ +
+
+ +

◆ seq_id

+ +
+
+ + + + +
uint8_t seq_id
+
+

Sequence ID

+ +

Definition at line 99 of file xran_pkt.h.

+ +
+
+ +

◆ sub_seq_id

+ +
+
+ + + + +
uint8_t sub_seq_id
+
+

Subsequence ID

+ +

Definition at line 100 of file xran_pkt.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + +