X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fhi_lib%2Flib%2Fapi%2Fxran_up_api.h;h=46e0e1ddc263602371570cca252f54e268013de4;hb=refs%2Fheads%2Fmaster;hp=b6e29c6dc9064b6d7a3e13518e2340ea9e1271d6;hpb=2fbf70096f64af622da983e88c5a64e90ad9bdbd;p=o-du%2Fphy.git diff --git a/fhi_lib/lib/api/xran_up_api.h b/fhi_lib/lib/api/xran_up_api.h index b6e29c6..46e0e1d 100644 --- a/fhi_lib/lib/api/xran_up_api.h +++ b/fhi_lib/lib/api/xran_up_api.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. @@ -80,13 +80,14 @@ int32_t xran_extract_iq_samples(struct rte_mbuf *mbuf, uint8_t *subframe_id, uint8_t *slot_id, uint8_t *symb_id, - struct ecpri_seq_id *seq_id, + union ecpri_seq_id *seq_id, uint16_t *num_prbu, uint16_t *start_prbu, uint16_t *sym_inc, uint16_t *rb, uint16_t *sect_id, int8_t expect_comp, + enum xran_comp_hdr_type staticComp, uint8_t *compMeth, uint8_t *iqWidth); @@ -99,7 +100,11 @@ int xran_prepare_iq_symbol_portion( uint8_t CC_ID, uint8_t Ant_ID, uint8_t seq_id, - uint32_t do_copy); + enum xran_comp_hdr_type staticEn, + uint32_t do_copy, + uint16_t num_sections, + uint16_t section_id_start, + uint16_t iq_offset); #ifdef __cplusplus }