Commit fc9d7f1f authored by Jean Flavien Bussotti's avatar Jean Flavien Bussotti

add size 1000

parent d6fbe891
......@@ -59,9 +59,9 @@
//#include "time_meas.h"
//BUFFER 10
/*
#define DUMMY_BUFFER ((unsigned char*)"123456789")
#define DUMMY_BUFFER_SIZE 10
#define DUMMY_BUFFER_SIZE 10*/
//BUFFER 50
/*
#define DUMMY_BUFFER ((unsigned char*)"1234567890123456789012345678901234567890123456789")
......@@ -72,6 +72,13 @@
#define DUMMY_BUFFER_SIZE 100
*/
//BUFFER 1000
#define DUMMY_BUFFER ((unsigned char*)"123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789")
#define DUMMY_BUFFER_SIZE 1000
#define NB_REPEAT 1
uint64_t get_softmodem_optmask(void) {return 0;}
......
......@@ -325,10 +325,10 @@ pdcp_p->next_pdcp_tx_sn = 0;
pdcp_p->last_submitted_pdcp_rx_sn = 4095;
pdcp_p->seq_num_size = 12;
//ALGORITHM 1 CHOICE :
//pdcp_p->cipheringAlgorithm = EEA1_128_ALG_ID;
pdcp_p->cipheringAlgorithm = EEA1_128_ALG_ID;
//ALGORITHM 2 CHOICE :
pdcp_p->cipheringAlgorithm = EEA2_128_ALG_ID;
//pdcp_p->cipheringAlgorithm = EEA2_128_ALG_ID;
//tried to understand where to obtain the Kupenc key in code without success, only understood that it comes from kenb key and also that's it the one we need since our srb_flagP is 3
//Also we give it a value thanks to osa_stream_eea.c
/*
......
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