# Enable Managed Connectivity service

Source: [https://docs.qualcomm.com/doc/80-41102-1/topic/enable-managed-connectivity-service.html](https://docs.qualcomm.com/doc/80-41102-1/topic/enable-managed-connectivity-service.html)

To enable the TelAF Managed Connectivity service, run the following command to compile
            the TelAF simulation image under the TelAF root
            directory:

    # In Dev PC HOST
    make simulac IMPORT_SDK_SIMULATION=y sdk_rootfs=<path/to/your/generated/rootfs> TELAF_SIMULATION_ENABLE_MNGD_CONN=yCopy to clipboard

    # In Dev Container
    cat >> simulation/.simulation.build << EOF
    export IMPORT_SDK_SIMULATION = y
    export sdk_rootfs=/path/to/your/generated/rootfs
    export TELAF_SIMULATION_ENABLE_MNGD_CONN = y
    EOF
    
    echo "make simula-c" > simulation/workstation/.simula.dev.action.sh
    make simula-xCopy to clipboard

Refer to the API reference guide to get the proper configuration for
                /data/ManagedServices/mngdConnectivity.json.

**Parent Topic:** [Features supported by simulation](https://docs.qualcomm.com/doc/80-41102-1/topic/features-supported-by-simulation.html)

Last Published: May 12, 2026

[Previous Topic
Enable Location](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/enable-location.md) [Next Topic
Enable TelAF RPC](https://docs.qualcomm.com/bundle/publicresource/80-41102-1/topics/enable-telaf-rpc.md)