X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fapi%2Fxran_pkt.h;fp=fhi_lib%2Flib%2Fapi%2Fxran_pkt.h;h=314b8d6b7d08f153369de5ad535702f50a574a35;hp=edf4352fd82be0293a03744f27f3b42637a7fca9;hb=892daba4c616407f16506415d5a69549519ef11d;hpb=76b4495d593ccf45d712db1a3ec96fa9d2d8f5f5 diff --git a/fhi_lib/lib/api/xran_pkt.h b/fhi_lib/lib/api/xran_pkt.h index edf4352..314b8d6 100644 --- a/fhi_lib/lib/api/xran_pkt.h +++ b/fhi_lib/lib/api/xran_pkt.h @@ -67,7 +67,7 @@ extern "C" { #define XRAN_MTU_DEFAULT RTE_ETHER_MTU #define XRAN_APP_LAYER_MAX_SIZE_L2_DEFAUT (XRAN_MTU_DEFAULT - 8) /**< In case of L2 only solution, application layer maximum transmission unit size is standard IEEE 802.3 Ethernet frame payload - size (1500 bytes) – transport overhead (8 bytes) = 1492 bytes (or larger for Jumbo frames) */ + size (1500 bytes) ? transport overhead (8 bytes) = 1492 bytes (or larger for Jumbo frames) */ #ifndef OK #define OK 0 /* Function executed correctly */ @@ -201,7 +201,7 @@ struct xran_ecpri_delay_meas_pl TimeStamp ts; /**< Table 2-17 Octet 7-16 */ int64_t CompensationValue; /**< Table 2-17 Octet 17 */ uint8_t DummyBytes[1400]; /**< Table 2-17 Octet 25 */ -} __rte_packed; +} /*__rte_packed*/; /** ****************************************************************************** @@ -215,7 +215,7 @@ struct xran_ecpri_delay_meas_pl { union xran_ecpri_cmn_hdr cmnhdr; struct xran_ecpri_delay_meas_pl deMeasPl; -} __rte_packed; + }/*__rte_packed*/; /** ******************************************************************************