# Features supported by simulation Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/features-supported-by-simulation.html](https://docs.qualcomm.com/doc/80-41102-1/topic/features-supported-by-simulation.html) Users can do the compilation in either DEV PC HOST or TelAF Develop Container. In DEV PC HOST, use following commands: # make simulac IMPORT_SDK_SIMULATION=y sdk_rootfs= =y # For example: make simulac IMPORT_SDK_SIMULATION=y sdk_rootfs=/local/mnt/workspace/simulation_env/sdk/rootfs TELAF_SIMULATION_ENABLE_SMS=yCopy to clipboard In TelAF Develop Container, use following commands: cd simulation_env/telaf # create and modify the simulation/.simulation.build as you want # example: cat >> simulation/.simulation.build << EOF export IMPORT_SDK_SIMULATION = y export sdk_rootfs=/path/to/sdk/rootfs export TELAF_SIMULATION_ENABLE_SMS = y EOF # create and modify the simulation/workstation/.simula.dev.action.sh as you want # example: echo "make simula-c" > simulation/workstation/.simula.dev.action.sh # build make simula-xCopy to clipboard - **[Configure TelAF SOME/IP gateway service in TelAF simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/configure-telaf-some-ip-gateway-service-in-telaf-simulation.html)** - **[Enable SMS features and receive an SMS message](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-sms-feature-and-receive-an-sms-message.html)** - **[Enable Data Call](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-data-call.html)** - **[Enable SIM](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-sim.html)** - **[Enable Location](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-location.html)** - **[Enable Managed Connectivity service](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-managed-connectivity-service.html)** - **[Enable TelAF RPC](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-telaf-rpc.html)** - **[Enable Managed Storage service](https://docs.qualcomm.com/doc/80-41102-1/topic/enable_managed_storage_service.html)** - **[Enable Diagnostic services](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-diagnostic-services.html)** - **[Enable ECall service](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-ecall-service.html)** **Parent Topic:** [Use TelAF simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html) Last Published: Aug 06, 2026 [Previous Topic Configure Cgroup in simulation](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/configure-cgroup-in-simulation.md) [Next Topic Configure TelAF SOME/IP gateway service in TelAF simulation](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/configure-telaf-some-ip-gateway-service-in-telaf-simulation.md)