This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCI6630K2L: In SA-LLD example 3GPP air cipher header file is missing

Part Number: TCI6630K2L

Hi,

I'm working on SA-LLD to implement encryption. Example code that is given runs only 6 test cases out of 7. I want to use 3GPP air cipher protocol test case.

So I defined (#define SA_3GPP_SUPPORT)  in the given file below to be able to include test case.

/ti/pdk_keystone2_3_01_04_07/packages/ti/drv/sa/example/SaBasicExample/src/salldsim.h 

Now after this modification if I do make its giving below error :

/home/oai/ti/pdk_keystone2_3_01_04_07/packages/ti/drv/sa/example/SaBasicExample/src/salldsim/salldsim.c:50:44: fatal error: ti/drv/sa/sa3gppEnabler/sa3gpp.h: No such file or directory

I checked sa3gppEnabler folder is not present.

Can anyone help on this?

Thank you