Index: libs/libmythtv/channelutil.cpp
===================================================================
--- libs/libmythtv/channelutil.cpp	(revision 9481)
+++ libs/libmythtv/channelutil.cpp	(working copy)
@@ -163,6 +163,10 @@
            Alpha()
            OtherFrequencyInUse()
         */
+
+        if (cd.OtherFrequencyInUse() == 1)
+            VERBOSE(VB_SIPARSER,
+                    "Alternative frequency available, not used at present");
     }
     else if (tag == DescriptorID::satellite_delivery_system)
     {
@@ -206,6 +210,7 @@
         if (mux >= 0)
             muxes.push_back(mux);
     }
+#if 0
     else if (tag == DescriptorID::frequency_list)
     {
         const FrequencyListDescriptor cd(desc);
@@ -229,6 +234,7 @@
                 muxes.push_back(mux);
         }
     }
+#endif
 }
 
 /** \fn ChannelUtil::CreateMultiplexes(int, const NetworkInformationTable*)
