diff --git a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
index 235a54b..92a845b 100644
--- a/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
+++ b/framework/subsystems/ogsmd/modems/ti_calypso/channel.py
@@ -191,7 +191,7 @@ class UnsolicitedResponseChannel( CalypsoModemChannel ):
 
         c = self._commands["sim"]
         # FIXME reenable if someone wants homezone support
-        #c.append( "%CBHZ=1" ) # home zone cell broadcast: activate automatic (send frequently, not just once)
+        c.append( "%CBHZ=1" ) # home zone cell broadcast: activate automatic (send frequently, not just once)
 
         c = self._commands["suspend"]
         c.append( "+CTZU=0" )
@@ -216,6 +216,7 @@ class UnsolicitedResponseChannel( CalypsoModemChannel ):
         c.append( "+CGEREP=2,1" )
         c += self._commands["sim"] # reenable notifications
         c.append( "%CSQ=1" ) # signal strength: send unsol. code
+        c.append( "%CBHZ=1" ) # reenable home zone cell broadcast
         c.append( "%CNIV=1" )
         c.append( "%CGEREP=1" )
         c.append( "%CGREG=3" )
