diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
index cc5d4f706ce8ddb5332da176017a19ef2c3eaa0b..58005976441675d4a5bcd23cec89f21ebdd67ea5 100755
--- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
+++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
@@ -135,7 +135,7 @@ def stop_ue():
    timeout=60
    os.system('killall wvdial')
    send_command('AT', 'OK' , timeout)
-   #send_command('AT+CGATT=0' , 'OK' , timeout)
+   send_command('AT+CGATT=0' , 'OK' , timeout)
    send_command('AT+CFUN=4' , 'OK' , timeout)
 
 for arg in sys.argv[1:]: