Commit c9d75e47 authored by bussotti's avatar bussotti

Update pdcp_benchmark.c

parent 02332b71
......@@ -95,16 +95,10 @@ rlc_op_status_t rlc_data_req (const protocol_ctxt_t *const ctxt_pP,
) {return 0;}
rlc_op_status_t rrc_data_ind (const protocol_ctxt_t *const ctxt_pP,
const srb_flag_t srb_flagP,
const MBMS_flag_t MBMS_flagP,
const rb_id_t rb_idP,
const mui_t muiP,
confirm_t confirmP,
sdu_size_t sdu_sizeP,
mem_block_t *sdu_pP,
const uint32_t *const sourceL2Id,
const uint32_t *const destinationL2Id
) {return 0;}
rb_id_t rb_id,
const sdu_size_t sdu_buffer_sizeP,
uint8_t* sthg
) {return 0;}
void rlc_util_print_hex_octets(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment