# Use TelAF simulation

Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html](https://docs.qualcomm.com/doc/80-41102-1/topic/use-telaf-simulation.html)

Note: 
            
Each time you get the latest release, check whether the *Dockerfile* has been
                updated. If it isn't the latest version, use `make simula-build-all`
                to update the docker image to get the support correctly.

If you aren't sure, run `make simula-build-all` every time to get the
                latest release.

Users may encounter cache-related errors, which can be resolved using the following
                command: `make simula-build-all docker_build_opts="--no-cache"`.

Note that the docker image has different versions of Ubuntu Distro, use `make
                    simula-list` and `make simula-distro-<version>` to
                switch between them before building.

- **Set up the basic development environment on PC host**
- **Install docker engine on the host**
- **Change storage location of the docker data (optional)**
- **Get the source code from the CLO website**
- **Build TelAF simulation docker images**
- **Build SDK simulation project**
- **Build the TelAF simulation in the docker container**
- **Deploy TelAF on the simulation environment**
- **Build an application with simulation target**
- **Use SSH to connect to the TelAF simulation container**
- **Multiple containers support**
- **Configure Cgroup in simulation**
- **Features supported by simulation**

**Parent Topic:** How to

Last Published: May 12, 2026

Previous Topic
 
Build the application with debug symbols Next Topic

Set up the basic development environment on PC host