X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fhi_lib%2Flib%2Fsrc%2Fxran_app_frag.h;fp=fhi_lib%2Flib%2Fsrc%2Fxran_app_frag.h;h=5f5e0e8d3312b13047c8e8f8542f4479b6b9590c;hp=399f630589f6e058915bb88b42587c5c20d5517f;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 diff --git a/fhi_lib/lib/src/xran_app_frag.h b/fhi_lib/lib/src/xran_app_frag.h index 399f630..5f5e0e8 100644 --- a/fhi_lib/lib/src/xran_app_frag.h +++ b/fhi_lib/lib/src/xran_app_frag.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (c) 2019 Intel. +* Copyright (c) 2020 Intel. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,14 +44,18 @@ extern "C" { #include "xran_fh_o_du.h" #include "xran_cp_api.h" -int32_t xran_app_fragment_packet(struct rte_mbuf *pkt_in, /* eth hdr is prepended */ +int32_t +xran_app_fragment_packet(struct rte_mbuf *pkt_in, /* eth hdr is prepended */ struct rte_mbuf **pkts_out, uint16_t nb_pkts_out, uint16_t mtu_size, struct rte_mempool *pool_direct, struct rte_mempool *pool_indirect, - struct xran_section_info *sectinfo, - uint8_t *seqid); + int16_t nRBStart, /**< start RB of RB allocation */ + int16_t nRBSize, /**< number of RBs used */ + uint8_t *seqid, + uint8_t iqWidth, + uint8_t isUdCompHdr); #ifdef __cplusplus }