USF Congressional

The group serves as a discussion forum to craft and advocate for policies that support the continued flow of funds through the Universal Service Fund to support the needs of anchor institutions and their surrounding communities.

February Meeting Summary

February 11, 2025: SHLB’s recent call covered three pieces of legislation offered by Sen. Ted Cruz, each of which raises concerns.  SHLB will propose changes to the “Eyes on the Board Act”, will seek to preserve the FCC’s hotspot lending program, and will review potential legislation to place USAC administrative costs under Congressional appropriations.  

General Motors recently filed a letter to eliminate USF contributions. The group also discussed the Roston/Wallsten TPI paper criticizing USF as “regressive”. Add your thoughts on USF reform to the working document to help shape the conversation. Lastly, updates were provided on logistics for the April Fly-In, ensuring participants are prepared for advocacy efforts.

Full meeting notes for this and prior meetings are available to members here.

  • Mike Romano, Executive Vice President, NTCA

USF Congressional Co-Chairs

  • Kristen Corra
    Kristen Corra
    Policy Counsel SHLB Coalition
    Co-Chair
  • John Windhausen
    John Windhausen
    Executive Director SHLB Coalition (202)263-4626
    Co-Chair
function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage