Adapting PHY code to work with mex-functions:
1. Moving get_pmi into a separate file and making corresponding changes in CMakeLists.txt. 2. Creating PHY_MEX library with functions required for the receiver mex-functions. 3. Making necessary changes in defs_UE.h so that mex-functions do not complain about multiple LOG_ calls.
Showing
- cmake_targets/CMakeLists.txt 33 additions, 10 deletionscmake_targets/CMakeLists.txt
- openair1/PHY/LTE_TRANSPORT/dci_tools_common.c 4 additions, 47 deletionsopenair1/PHY/LTE_TRANSPORT/dci_tools_common.c
- openair1/PHY/LTE_UE_TRANSPORT/get_pmi.c 65 additions, 0 deletionsopenair1/PHY/LTE_UE_TRANSPORT/get_pmi.c
- openair1/PHY/defs_UE.h 35 additions, 3 deletionsopenair1/PHY/defs_UE.h
Loading
Please register or sign in to comment