ADVERTISEMENT

'Mission accomplished': BRP Teresa Magbanua returns to PH

Published Sep 15, 2024 05:30 am

At A Glance

  • Bersamin said BRP Teresa Magbanua will resume her mission after she has been resupplied and repaired and her crew recharged.

After over five months at sea, BRP Teresa Magbanua (MRRV-9701) is set to return to the Philippines after what officials called her successful mission in the disputed waters.

PCG BRP TERESA MAGBANUA INDEPENDENCE DAY 4.jpg
File photo

In a statement, National Maritime Council (NMC) chair and Executive Secretary Lucas Bersamin said the vessel has carried out her sentinel duties against overwhelming odds.

“BRP Teresa Magbanua is now sailing back to her homeport with her mission accomplished,” he said on Sunday, Sept. 15.

“During her deployment at Escoda Shoal, she challenged an encirclement by a larger flotilla of intruders, battled inclement weather, with her crew surviving on diminished daily provisions,” he added.

Bersamin lauded those aboard BRP Teresa Magbanua for their dedication and that the vessel’s return to the country will allow them to get the necessary medical assistance.

“What made this possible is the determination and dedication of the men and women on board, who crewed her in the finest tradition of our Philippine Coast Guard (PCG) sailors, and in honor of the heroine for whom she was named,” he said.

“This repositioning will allow the Magbanua to address the medical needs of some of her crew, undergo needed repairs, and allow her crew to enjoy a well-deserved furlough and reunion with their loved ones,” he added.

Bersamin said BRP Teresa Magbanua will resume her mission after she has been resupplied and repaired and her crew recharged.

“She will be in tiptop shape to resume her mission, along with other PCG and AFP (Armed Forces of the Philippines) assets, as defenders of our sovereignty,” he said.

In a phone interview, NMC spokesman Alexander Lopez said it is uncertain how long the repairs will take or if BRP Teresa Magbanua will be sent back to Escoda Shoal. He, however, assured that country will maintain its presence in the area.

“Our presence will be sustained and we will keep on monitoring and documenting any or all illegal activities ng kabila for our strategic purpose,” he told reporters.

“The government resolved we will maintain our presence in whatever way, and we will continue to monitor and enforce our rights, exercise our rights, sovereign rights, sovereignty and jurisdiction over the area,” he added.

Last month, BRP Teresa Magbanua sustained damages after it was intentionally hit several times by a China Coast Guard vessel.

PCG Commodore Jay Tarriela said Magbanua was initially surrounded by numerous Chinese maritime forces and militia vessels “in different areas that are proximate within the distance” of the anchored PCG vessel.

He added that China Coast Guard (CCG) vessel 5202 turned around and then "directly and intentionally" rammed the Philippine vessel's port beam.

"It is important for us to take note that this ramming happened despite our unprovoked action and presence in Escoda Shoal," Tarriela said.

According to Tarriela, Escoda Shoal has been an issue for the Chinese government since the Philippines deployed BRP Teresa Magbanua last April 15. China has filed a diplomatic protest for BRP Teresa Magbanua to withdraw from Escoda Shoal. 

They also used different platforms to highlight and see this as a semi-grounded or a possible place for creating a formal deployment base, he said.

"So as far as the Chinese Coast Guard is concerned, these are their different appreciation of our deployment for Teresa Magbanua," Tarriela said.

"But, as I said, for the Philippine Coast Guard, the reason and objective of the deployment of Teresa Magbanua is only purely for us to carry out a legal and legitimate Coast Guard operation within our own exclusive economic zone," he added.

Related Tags

Lucas Bersamin South China Sea West Philippine Sea BRP TERESA MAGBANUA National Maritime Council
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.