
November 1, 2021 | 12:00am
MANILA, Philippines — Globe Telecom Inc. has completed site upgrades of its 3G legacy network to 4G LTE in key cities in Visayas and Mindanao while also expanding 5G coverage in these areas.
Globe said its site upgrades and 5G tower installations in Bacolod City, Boracay, Iloilo City, and Cagayan de Oro have resulted in the improved mobile experience of its customers in these areas.
“With the 4G LTE network, Globe customers in Bacolod City, Boracay, Cagayan de Oro and in Iloilo City now have access to high-speed internet, clearer calls and a stable mobile network,” said Joel Agustin, Globe senior vice president for program delivery, network technical group.
“We also made 5G available in these four locations in order for them to maximize the potential and opportunities of the technology,” Agustin said.
Globe said a total of 180 site upgrades have been completed in Cagayan de Oro, with the city also now having 5G coverage in 30 key locations.
In Bacolod City, Globe has expanded 84 sites and built 13 5G towers, while 111 sites were upgraded and 11 locations are now covered by 5G in Iloilo City.
In Boracay, Globe has modernized its 32 sites in Balabag, Manoc-Manoc and Yapak. 5G coverage is also now present in the three barangays with Manoc-Manoc having two 5G towers.
Globe is encouraging customers nationwide to check if their SIM cards are 4G-capable to fully experience the advantages of 4G.
Those who are still using 2G/3G SIMs may bring their SIMs to the nearest Globe Stores to upgrade to 5G-ready 4G LTE SIM cards for free as long as quarantine protocols allow them to do so.
Postpaid Mobile customers can also request to have their SIMs changed via the GlobeOne App.
Globe has built a total of 1,080 new cell sites nationwide in the nine months ending September, an increase from 593 in the same period last year.
“By building more cell sites, while modernizing the existing ones to 4G LTE, we will ensure to meet the demand for better and accessible connectivity for our customers in more parts of the country,” he said.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }