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