{"id":100608,"date":"2025-10-03T14:21:23","date_gmt":"2025-10-03T08:51:23","guid":{"rendered":"https:\/\/greyb.com\/?p=100608"},"modified":"2025-10-08T17:57:27","modified_gmt":"2025-10-08T12:27:27","slug":"the-rise-of-new-entrants-in-6g-standardization","status":"publish","type":"post","link":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/","title":{"rendered":"The Rise of New Entrants in 6G Standardization"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">As 6G standardization takes shape, the landscape is already showing signs of fragmentation. <\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>6G Core: Telecom vs. Non-Telecom<\/title>\n    <!-- Load Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Load Poppins Font from Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Custom styles for a dark, futuristic look *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            \/background-color: #030712; \/* Deep space dark *\/\n        }\n        .data-panel {\n            background-color: #111827; \/* Darker card background *\/\n            border: 1px solid #1f2937;\n            box-shadow: 0 0 15px rgba(59, 130, 246, 0.2); \/* Subtle blue glow *\/\n        }\n        .contribution-bar {\n            height: 100%;\n            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s;\n            cursor: pointer;\n        }\n        .size-full {\n            height: auto !important;\n        }\n\n\n        \/* Neon-like glow on hover *\/\n        #telecom-card:hover {\n            box-shadow: 0 0 20px #3b82f6, 0 0 40px rgba(59, 130, 246, 0.4);\n            transform: translateY(-4px);\n        }\n        #non-telecom-card:hover {\n            box-shadow: 0 0 20px #9333ea, 0 0 40px rgba(147, 51, 234, 0.4);\n            transform: translateY(-4px);\n        }\n\n\n        \/* Main visualization bar container *\/\n        .main-bar-container {\n            height: 56px; \/* Slightly taller bar *\/\n            display: flex;\n            border-radius: 9999px;\n            overflow: hidden;\n            box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8);\n        }\n        .main-bar-segment {\n            transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s;\n            text-shadow: 0 0 5px #000;\n        }\n        \/* Specific glow for segments on hover *\/\n        .segment-glow-blue:hover {\n            box-shadow: 0 0 10px #3b82f6;\n        }\n        .segment-glow-purple:hover {\n            box-shadow: 0 0 10px #9333ea;\n        }\n    <\/style>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        \/\/ Poppins is now the primary sans-serif font\n                        sans: ['Poppins', 'Inter', 'sans-serif'],\n                    },\n                    colors: {\n                        'accent-blue': '#3b82f6',\n                        'accent-purple': '#9333ea',\n                    }\n                }\n            }\n        }\n    <\/script>\n<\/head>\n<body class=\"min-h-screen p-4 md:p-12 flex items-center justify-center\">\n\n\n    <div class=\"w-full max-w-5xl data-panel p-8 md:p-12 rounded-2xl\">\n        <!-- Header - Focus on Data -->\n        <!-- Updated to use font-semibold instead of font-bold, and text modified -->\n        <h1 class=\"text-4xl md:text-5xl font-semibold text-white mb-2 text-center tracking-tight\">\n            Who is Leading the Future Standards?\n        <\/h1>\n        <!-- Ensure subtitle is not bold (font-normal is default, but explicit to ensure no boldness) -->\n        <p class=\"text-gray-400 mb-10 text-center max-w-2xl mx-auto text-lg font-normal\">\n            3GPP Contribution Split: The convergence of telecom incumbents and non-telecom innovators. Click or hover on a segment for details.\n        <\/p>\n\n\n        <!-- Data Visualization Container -->\n        <div class=\"space-y-12\">\n\n\n            <!-- Primary Visualization: Contribution Split Bar -->\n            <div class=\"text-xl font-medium text-gray-300 text-center uppercase tracking-wider\">3GPP Contributors Participation<\/div>\n            <div class=\"main-bar-container\">\n                <!-- Telecom Bar (57%) - Number restored -->\n                <div id=\"telecom-segment\"\n                     class=\"main-bar-segment flex items-center justify-end px-6 bg-accent-blue hover:bg-blue-600 segment-glow-blue\"\n                     style=\"width: 57%;\">\n                    <span class=\"text-white font-black text-2xl md:text-3xl\">57%<\/span>\n                <\/div>\n                <!-- Non-Telecom Bar (43%) - Number restored -->\n                <div id=\"non-telecom-segment\"\n                     class=\"main-bar-segment flex items-center justify-start px-6 bg-accent-purple hover:bg-purple-600 segment-glow-purple\"\n                     style=\"width: 43%;\">\n                    <span class=\"text-white font-black text-2xl md:text-3xl\">43%<\/span>\n                <\/div>\n            <\/div>\n\n\n            <!-- Detailed Cards (Interactive) -->\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-8 mt-10\">\n\n\n                <!-- Telecom Card -->\n                <div id=\"telecom-card\"\n                     class=\"contribution-bar data-panel p-6 rounded-xl border-l-4 border-accent-blue transition-all duration-300 transform\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <div class=\"text-2xl font-bold text-accent-blue\">Telecom Incumbents<\/div>\n                        <div class=\"text-4xl font-extrabold text-accent-blue\"><\/div>\n                    <\/div>\n                    <p class=\"text-gray-300 mb-4 text-sm\">\n                        Established leaders focusing on core standardization and converting R&#038;D into essential patents (SEPs).\n                    <\/p>\n                    <div id=\"telecom-summary\" class=\"text-sm text-gray-500\">\n                        Click for detailed strategy and key players.\n                    <\/div>\n                <\/div>\n\n\n                <!-- Non-Telecom Card -->\n                <div id=\"non-telecom-card\"\n                     class=\"contribution-bar data-panel p-6 rounded-xl border-l-4 border-accent-purple transition-all duration-300 transform\">\n                    <div class=\"flex items-center justify-between mb-4\">\n                        <div class=\"text-2xl font-bold text-accent-purple\">Non-Telecom Entrants<\/div>\n                        <div class=\"text-4xl font-extrabold text-accent-purple\"><\/div>\n                    <\/div>\n                    <p class=\"text-gray-300 mb-4 text-sm\">\n                        Newcomers from diverse sectors driving innovation in specialized 6G technologies.\n                    <\/p>\n                    <div id=\"non-telecom-summary\" class=\"text-sm text-gray-500\">\n                        Click for detailed technology focus and sector information.\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n            <!-- Detail Panel - Information underneath the table -->\n            <div id=\"detail-panel\" class=\"data-panel p-6 rounded-xl border-t-2 border-gray-600 transition-all duration-500 ease-in-out h-auto min-h-[150px] opacity-0\" style=\"visibility: hidden;\">\n                <h3 id=\"detail-title\" class=\"text-3xl font-bold mb-4 text-white\"><\/h3>\n                <div id=\"detail-content\" class=\"text-gray-400 space-y-4 text-lg\">\n                    <!-- Content injected by JavaScript -->\n                    <p class=\"text-center text-gray-500 pt-8\">Select a segment above to reveal strategic details.<\/p>\n                <\/div>\n            <\/div>\n\n\n        <\/div>\n    <\/div>\n\n\n    <script>\n        \/\/ Get elements\n        const telecomCard = document.getElementById('telecom-card');\n        const nonTelecomCard = document.getElementById('non-telecom-card');\n        const telecomSegment = document.getElementById('telecom-segment');\n        const nonTelecomSegment = document.getElementById('non-telecom-segment');\n        const detailPanel = document.getElementById('detail-panel');\n        const detailTitle = document.getElementById('detail-title');\n        const detailContent = document.getElementById('detail-content');\n\n\n        \/\/ Initial percentages\n        const TELECOM_PCT = 57;\n        const NON_TELECOM_PCT = 43;\n\n\n        \/\/ Data for the detail panel\n        const details = {\n            telecom: {\n                title: \"Telecom Incumbents (57% Contribution)\",\n                colorClass: 'text-accent-blue',\n                content: `\n                    <div class=\"space-y-4\">\n                        <div class=\"flex items-start\">\n                            <svg class=\"w-6 h-6 mr-3 text-blue-400 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\n                            <div>\n                                <span class=\"font-semibold text-white\">Key Players:<\/span> Huawei, Nokia, Ericsson, and Qualcomm.\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start\">\n                            <svg class=\"w-6 h-6 mr-3 text-blue-400 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.111a9 9 0 11-12.728 0a9 9 0 0112.728 0z\"><\/path><\/svg>\n                            <div>\n                                <span class=\"font-semibold text-white\">Strategy:<\/span> Converting R&D into core patents (SEPs) to maintain licensing dominance.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                `\n            },\n            nonTelecom: {\n                title: \"Non-Telecom Entrants (43% Contribution)\",\n                colorClass: 'text-accent-purple',\n                content: `\n                    <div class=\"space-y-4\">\n                        <div class=\"flex items-start\">\n                            <svg class=\"w-6 h-6 mr-3 text-purple-400 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9h-3M12 21V9m0 0V3m0 6h3m-3 0h-3\"><\/path><\/svg>\n                            <div>\n                                <span class=\"font-semibold text-white\">Tech Focus:<\/span> AI\/ML, Reconfigurable Intelligent Surfaces (RIS), and Quantum Communication.\n                            <\/div>\n                        <\/div>\n                        <div class=\"flex items-start\">\n                            <svg class=\"w-6 h-6 mr-3 text-purple-400 flex-shrink-0\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                            <div>\n                                <span class=\"font-semibold text-white\">Sectors:<\/span> Newcomers from Aerospace, Automotive, and Computing sectors are building strong IP positions.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                `\n            }\n        };\n\n\n        let activeSegment = null;\n\n\n        function updateDetailPanel(segmentKey) {\n            const data = details[segmentKey];\n           \n            \/\/ Update Title and Content\n            detailTitle.textContent = data.title;\n            detailTitle.className = `text-3xl font-bold mb-4 ${data.colorClass}`;\n            detailContent.innerHTML = data.content;\n           \n            \/\/ Show Panel\n            detailPanel.style.visibility = 'visible';\n            detailPanel.style.opacity = '1';\n        }\n       \n        function hideDetailPanel() {\n            detailPanel.style.opacity = '0';\n            \/\/ Use a slight delay before setting visibility:hidden to allow CSS transition to finish\n            setTimeout(() => {\n                detailPanel.style.visibility = 'hidden';\n                detailTitle.textContent = '';\n                detailContent.innerHTML = '<p class=\"text-center text-gray-500 pt-8\">Select a segment above to reveal strategic details.<\/p>';\n            }, 500);\n        }\n\n\n        \/\/ Function to handle highlighting on hover (for segments and cards)\n        function handleHover(isTelecom) {\n            const currentKey = isTelecom ? 'telecom' : 'nonTelecom';\n            activeSegment = currentKey;\n\n\n            if (isTelecom) {\n                \/\/ Highlight Telecom, dim Non-Telecom\n                \/\/ Slight width manipulation for bar effect\n                telecomSegment.style.width = `${TELECOM_PCT + 2}%`;\n                nonTelecomSegment.style.width = `${NON_TELECOM_PCT - 2}%`;\n               \n                \/\/ Card dimming\n                nonTelecomCard.style.opacity = 0.5;\n                telecomCard.style.opacity = 1.0;\n            } else {\n                \/\/ Highlight Non-Telecom, dim Telecom\n                \/\/ Slight width manipulation for bar effect\n                telecomSegment.style.width = `${TELECOM_PCT - 2}%`;\n                nonTelecomSegment.style.width = `${NON_TELECOM_PCT + 2}%`;\n               \n                \/\/ Card dimming\n                telecomCard.style.opacity = 0.5;\n                nonTelecomCard.style.opacity = 1.0;\n            }\n            updateDetailPanel(currentKey);\n        }\n\n\n        \/\/ Function to reset the visualization\n        function resetVisualization() {\n            telecomSegment.style.width = `${TELECOM_PCT}%`;\n            nonTelecomSegment.style.width = `${NON_TELECOM_PCT}%`;\n           \n            \/\/ Reset opacity\n            telecomCard.style.opacity = 1.0;\n            nonTelecomCard.style.opacity = 1.0;\n           \n            activeSegment = null;\n            hideDetailPanel();\n        }\n\n\n        \/\/ --- Event Listeners ---\n\n\n        \/\/ Mouse\/Hover Listeners for the Cards and Segments\n        [telecomCard, telecomSegment].forEach(el => {\n            el.addEventListener('mouseenter', () => handleHover(true));\n            el.addEventListener('mouseleave', resetVisualization);\n        });\n\n\n        [nonTelecomCard, nonTelecomSegment].forEach(el => {\n            el.addEventListener('mouseenter', () => handleHover(false));\n            el.addEventListener('mouseleave', resetVisualization);\n        });\n\n\n        \/\/ Click\/Touch Listeners (Overrides mouseleave reset behavior by maintaining state)\n        let clickedSegment = null;\n\n\n        function handleClick(isTelecom) {\n            const key = isTelecom ? 'telecom' : 'nonTelecom';\n\n\n            if (clickedSegment === key) {\n                \/\/ If clicking the active segment again, reset everything\n                clickedSegment = null;\n                resetVisualization();\n            } else {\n                \/\/ If clicking a new segment, set it as active and apply hover effect\n                clickedSegment = key;\n                handleHover(isTelecom);\n                \/\/ Prevent mouseleave from resetting immediately on touch\/click devices\n                telecomCard.removeEventListener('mouseleave', resetVisualization);\n                nonTelecomCard.removeEventListener('mouseleave', resetVisualization);\n                telecomSegment.removeEventListener('mouseleave', resetVisualization);\n                nonTelecomSegment.removeEventListener('mouseleave', resetVisualization);\n            }\n        }\n\n\n        telecomCard.addEventListener('click', () => handleClick(true));\n        nonTelecomCard.addEventListener('click', () => handleClick(false));\n        telecomSegment.addEventListener('click', () => handleClick(true));\n        nonTelecomSegment.addEventListener('click', () => handleClick(false));\n       \n        \/\/ Initial setup\n        window.onload = function() {\n            hideDetailPanel();\n        };\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Our analysis reveals that while telecom giants such as Huawei, Nokia, and Ericsson continue to lead in patent filings, non-telecom companies now account for nearly half of the contributions to the development of key technologies. These include areas such as artificial intelligence (AI), machine learning (ML), Reconfigurable Intelligent Surfaces (RIS), and quantum communication.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This duality creates both opportunities and risks. On one hand, newcomers from aerospace, <a href=\"https:\/\/greyb.com\/blog\/6g-technology-discussions\/\">automotive<\/a>, and computing sectors are building positions that could reshape future licensing negotiations. On the other hand, established telecom leaders are rapidly converting their R&amp;D into patents, potentially leaving late-movers exposed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The article examines how early contributions, technology-specific filing surges, and emerging non-telecom entrants are shaping the 6G landscape. It highlights where new litigations for essential patents will emerge and how companies, both incumbents and entrants, can position their portfolios today to gain an edge in tomorrow\u2019s licensing negotiations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">A Diverse Participation Landscape: Telecom vs Non-Telecom in 6G standardization<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In current 3GPP discussions, telecom entities such as Huawei, Nokia, Ericsson, and Qualcomm have led the majority. Yet<a href=\"https:\/\/greyb.com\/blog\/6g-technology-impact-areas\/\"> non-telecom participants<\/a> already account for 43%, a figure that mirrors what we saw in 5G, where ~42.7% of SEP declarations originated outside traditional telecom.<\/p>\n\n\n<div class=\"hubspot-form-container\" id=\"hsf\"><div class=\"hubspot-form-pictures\"><img decoding=\"async\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/08\/5g-advanced-report.webp\" \/><\/div><text><script charset='ecutf-8' type='text\/javascript' src='\/\/js.hsforms.net\/forms\/embed\/v2.js'><\/script><script > hbspt.forms.create({     portalId: \"1791848\",     formId: \"1b24c891-d604-4a8b-90b4-06c8ccbba355\",     region: \"na2\"   }); <\/script><\/text><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">As the technological scope of 6G expands beyond traditional mobile broadband into areas like AI, immersive communication, and 3D connectivity, the participation of companies with respective technological domains is increasing.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"588\" height=\"413\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-6.png\" alt=\"image\" class=\"wp-image-100611\" style=\"width:388px;height:auto\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-6.png 588w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-6-300x211.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-6-150x105.png 150w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em><strong>Number of&nbsp; telecom and non-telecom entities<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, when examining the share of patent filings, telecom and non-telecom players hold approximately 50-50 percent of the 6G landscape portfolio. This creates a window for non-telecom players: unless they accelerate patenting efforts now, they risk being shut out when licensing negotiations begin.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once the 6G standards are finalized, we\u2019ll be able to understand the exact declaration landscape for both telecom and non-telecom players.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"471\" height=\"299\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-4.png\" alt=\"image\" class=\"wp-image-100609\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-4.png 471w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-4-300x190.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-4-150x95.png 150w\" sizes=\"(max-width: 471px) 100vw, 471px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em><strong>6G patent share of telecomm and non-telecomm companies<\/strong><\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Enabling Technology distribution in 6G 3GPP contribution<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Looking at the distribution, in roughly half of the key <a href=\"https:\/\/greyb.com\/blog\/6g-enabling-technologies\/\">6G enabling technology<\/a> areas, contributions from telecom and non-telecom companies are nearly equal.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"478\" height=\"562\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-7.png\" alt=\"image\" class=\"wp-image-100612\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-7.png 478w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-7-255x300.png 255w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-7-128x150.png 128w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em><strong>Share of 6G contributions in 3GPP by Telecom and non-Telecom companies in key 6G enabling technologies<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Patent filings are accelerating in the newest, most software-defined areas of 6G. For example, patent activity in AI\/ML surged in 2022, followed by a surge in RIS patents in 2023.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"867\" height=\"723\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-10.png\" alt=\"\" class=\"wp-image-100615\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-10.png 867w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-10-300x250.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-10-150x125.png 150w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-10-768x640.png 768w\" sizes=\"(max-width: 867px) 100vw, 867px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Top Companies Leading in these Technology verticals<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">While non-telecom shows strong contribution, our analysis indicates that telecom incumbents like Huawei and Nokia are still dominating the actual patent filings. However, not all technology areas follow this pattern. In quantum communication, the landscape remains largely open. Companies like Quantumctek Co. Ltd. are already filing in areas where traditional telecom players have a limited footprint, creating a unique opportunity to build influential SEP portfolios from the ground up.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Similar shifts are visible in non-terrestrial networks (NTN) and distributed ledger technologies (DLT), where newcomers such as China Electronics Technology Group and IBM are carving out positions despite being relatively minor players in the 5G SEP landscape. Their rise underlines a critical trend: 6G is enabling new entrants to establish themselves as serious licensors, adding complexity to an already fragmented environment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That said, the majority of core technology areas, such as MIMO, advanced duplexing, and waveform innovations, remain firmly in the control of legacy telecom leaders like Nokia, Samsung, Huawei, and Qualcomm. This suggests that the core of the 6G royalty base will still rest with established players, but their dominance will no longer be uncontested. The growing presence of non-telecom firms in specialized technology verticals increases the likelihood of cross-industry licensing disputes, especially when these portfolios are leveraged defensively.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Unlike telecom incumbents, who often seek direct monetization of their SEP holdings, many non-telecom entrants are likely to pursue patents to secure freedom-to-operate or reduce royalty exposure in adjacent industries such as aerospace, automotive, or computing. This behavioral difference could fundamentally alter the 6G licensing ecosystem, leading to more complex cross-licensing negotiations and potentially higher transaction costs for implementers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Access the rest of the top companies in respective technology verticals, via GreyB\u2019s 6G dashboard<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/greyb.com\/resources\/6g-landscape-dashboard\/\">6G Dashboard Exclusive Acccess<\/a><\/div>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"808\" height=\"165\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-8.png\" alt=\"image\" class=\"wp-image-100613\" style=\"width:756px;height:auto\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-8.png 808w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-8-300x61.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-8-150x31.png 150w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-8-768x157.png 768w\" sizes=\"(max-width: 808px) 100vw, 808px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Leading Countries and Their Technology Focus Areas<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">China is leading participation with 109 entities contributing to 3GPP discussions, a scale unmatched by any other region. While its research spans multiple domains, there is a clear concentration in AI\/ML and core network intelligence, spearheaded by Huawei.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"622\" height=\"600\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-9.png\" alt=\"image\" class=\"wp-image-100614\" style=\"width:464px;height:auto\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-9.png 622w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-9-300x289.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-9-150x145.png 150w\" sizes=\"(max-width: 622px) 100vw, 622px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em><strong>Country\u2019s share of 6G contribution in 3GPP<\/strong><\/em><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"431\" height=\"362\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-5.png\" alt=\"image\" class=\"wp-image-100610\" srcset=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-5.png 431w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-5-300x252.png 300w, https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/image-5-150x126.png 150w\" sizes=\"(max-width: 431px) 100vw, 431px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><em><strong>Number of entities (Academia\/ Companies) in the geographical region<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Europe is leveraging cross-industry collaboration. Alongside telecom leaders Nokia and Ericsson, aerospace and defense giants like Thales and Airbus are actively shaping discussions, especially around non-terrestrial networks (NTN) and industrial use cases. Europe\u2019s strategy appears to be geared toward defining enterprise-driven 6G applications, ranging from automotive to logistics and defense, ensuring that standards serve both consumer and industrial ecosystems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Telecom leaders, such as Huawei, ZTE, and Qualcomm, have already begun positioning themselves for dominance by expanding their patent portfolios and strengthening their geographic presence across key markets. We saw a similar pattern when 5G was still in its infancy, companies were shipping 4G products while quietly securing the patent assets that would later define the next generation of wireless technology.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The same pattern is repeated with 6G. But this time, the race is broader, with non-telecom entrants from aerospace, computing, and defense adding new dimensions to the standards and 6G SEP landscape.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">6G Patent Landscape Dashboard reveals how quickly this shift is taking shape. Qualcomm and Samsung are expanding their influence into emerging markets, such as Indonesia and the Philippines, while LG, Huawei, and Ericsson are focusing on AI-centric and software-defined innovations. Qualcomm\u2019s growing footprint in India further highlights how geographic diversification is becoming a core pillar of 6G patent strategy. These movements signal that the 6G race will be shaped not only by who contributes the most, but by who anticipates the direction of standardization and secures early control of essential technologies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To explore deeper insights, including detailed 3GPP contributions, technology-specific filing surges, and competitor analysis, access GreyB\u2019s 6G Dashboard. It is an interactive platform that delivers real-time intelligence on global 6G patent activity and standardization trends.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Contact GreyB today to request a live demo of the 6G Landscape Dashboard.<\/p>\n\n\n<div class=\"banner-in-post-container\"><div class=\"banner-in-post-picture\"><img decoding=\"async\" src=\"https:\/\/greyb.com\/wp-content\/uploads\/2024\/11\/6G-Dashboard.png\" \/><\/div><div class=\"banner-in-post-content\"><h4>6G Landscape Dashboard<\/h4><a href=\"https:\/\/greyb.com\/resources\/6g-landscape-dashboard\">Access the Dashboard<\/a><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As 6G standardization takes shape, the landscape is already showing signs of fragmentation. 6G Core: Telecom vs. Non-Telecom Who is Leading the Future Standards? 3GPP Contribution Split: The convergence of telecom incumbents and non-telecom innovators. Click or hover on a segment for details. 3GPP Contributors Participation 57% 43% Telecom Incumbents Established leaders focusing on core [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":100687,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_angie_page":false,"content-type":"","page_builder":"","service_relation":["42062"],"industry_relation":["61078"],"footnotes":"","jetpack_post_was_ever_published":false},"categories":[1567,1539,1541,1558],"tags":[1574,1538,1546,1714,1729],"class_list":["post-100608","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-patent-acquisition","category-patent-intelligence","category-patent-portfolio-management","category-patent-search","tag-6g","tag-patent-counsel","tag-patent-litigator","tag-sep","tag-technology-landscape"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Rise of New Entrants in 6G Standardization - GreyB<\/title>\n<meta name=\"description\" content=\"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Rise of New Entrants in 6G Standardization - GreyB\" \/>\n<meta property=\"og:description\" content=\"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/\" \/>\n<meta property=\"og:site_name\" content=\"GreyB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreyBServices\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-03T08:51:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-08T12:27:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Team GreyB\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wegreyb\" \/>\n<meta name=\"twitter:site\" content=\"@wegreyb\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team GreyB\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/\"},\"author\":{\"name\":\"Team GreyB\",\"@id\":\"https:\\\/\\\/greyb.com\\\/#\\\/schema\\\/person\\\/1cfb84fb97a0f2f851061e862a7c1e7b\"},\"headline\":\"The Rise of New Entrants in 6G Standardization\",\"datePublished\":\"2025-10-03T08:51:23+00:00\",\"dateModified\":\"2025-10-08T12:27:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/\"},\"wordCount\":1178,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/6G-standardization.png\",\"keywords\":[\"6G\",\"Patent Counsel\",\"Patent Litigator\",\"SEP\",\"Technology Landscape\"],\"articleSection\":[\"Patent Acquisition\",\"Patent Intelligence\",\"Patent Portfolio Management\",\"Patent Search\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/\",\"url\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/\",\"name\":\"The Rise of New Entrants in 6G Standardization - GreyB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/6G-standardization.png\",\"datePublished\":\"2025-10-03T08:51:23+00:00\",\"dateModified\":\"2025-10-08T12:27:27+00:00\",\"description\":\"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#primaryimage\",\"url\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/6G-standardization.png\",\"contentUrl\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/6G-standardization.png\",\"width\":1920,\"height\":1080,\"caption\":\"6G standardization\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/greyb.com\\\/blog\\\/the-rise-of-new-entrants-in-6g-standardization\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/greyb.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Patent Intelligence\",\"item\":\"https:\\\/\\\/greyb.com\\\/category\\\/patent-intelligence\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Rise of New Entrants in 6G Standardization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/greyb.com\\\/#website\",\"url\":\"https:\\\/\\\/greyb.com\\\/\",\"name\":\"GreyB\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/greyb.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/greyb.com\\\/#organization\",\"name\":\"GreyB\",\"url\":\"https:\\\/\\\/greyb.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/greyb.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/greyb-emblem.png\",\"contentUrl\":\"https:\\\/\\\/greyb.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/greyb-emblem.png\",\"width\":1388,\"height\":1388,\"caption\":\"GreyB\"},\"image\":{\"@id\":\"https:\\\/\\\/greyb.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreyBServices\\\/\",\"https:\\\/\\\/x.com\\\/wegreyb\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/greyb.com\\\/#\\\/schema\\\/person\\\/1cfb84fb97a0f2f851061e862a7c1e7b\",\"name\":\"Team GreyB\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g\",\"caption\":\"Team GreyB\"},\"url\":\"https:\\\/\\\/greyb.com\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Rise of New Entrants in 6G Standardization - GreyB","description":"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/","og_locale":"en_US","og_type":"article","og_title":"The Rise of New Entrants in 6G Standardization - GreyB","og_description":"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.","og_url":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/","og_site_name":"GreyB","article_publisher":"https:\/\/www.facebook.com\/GreyBServices\/","article_published_time":"2025-10-03T08:51:23+00:00","article_modified_time":"2025-10-08T12:27:27+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","type":"image\/png"}],"author":"Team GreyB","twitter_card":"summary_large_image","twitter_creator":"@wegreyb","twitter_site":"@wegreyb","twitter_misc":{"Written by":"Team GreyB","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#article","isPartOf":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/"},"author":{"name":"Team GreyB","@id":"https:\/\/greyb.com\/#\/schema\/person\/1cfb84fb97a0f2f851061e862a7c1e7b"},"headline":"The Rise of New Entrants in 6G Standardization","datePublished":"2025-10-03T08:51:23+00:00","dateModified":"2025-10-08T12:27:27+00:00","mainEntityOfPage":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/"},"wordCount":1178,"commentCount":0,"publisher":{"@id":"https:\/\/greyb.com\/#organization"},"image":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#primaryimage"},"thumbnailUrl":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","keywords":["6G","Patent Counsel","Patent Litigator","SEP","Technology Landscape"],"articleSection":["Patent Acquisition","Patent Intelligence","Patent Portfolio Management","Patent Search"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/","url":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/","name":"The Rise of New Entrants in 6G Standardization - GreyB","isPartOf":{"@id":"https:\/\/greyb.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#primaryimage"},"image":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#primaryimage"},"thumbnailUrl":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","datePublished":"2025-10-03T08:51:23+00:00","dateModified":"2025-10-08T12:27:27+00:00","description":"6G standardization is no longer telecom-only. See how new entrants in AI, aerospace, and quantum are reshaping the SEP landscape.","breadcrumb":{"@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#primaryimage","url":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","contentUrl":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","width":1920,"height":1080,"caption":"6G standardization"},{"@type":"BreadcrumbList","@id":"https:\/\/greyb.com\/blog\/the-rise-of-new-entrants-in-6g-standardization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greyb.com\/"},{"@type":"ListItem","position":2,"name":"Patent Intelligence","item":"https:\/\/greyb.com\/category\/patent-intelligence\/"},{"@type":"ListItem","position":3,"name":"The Rise of New Entrants in 6G Standardization"}]},{"@type":"WebSite","@id":"https:\/\/greyb.com\/#website","url":"https:\/\/greyb.com\/","name":"GreyB","description":"","publisher":{"@id":"https:\/\/greyb.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greyb.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greyb.com\/#organization","name":"GreyB","url":"https:\/\/greyb.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greyb.com\/#\/schema\/logo\/image\/","url":"https:\/\/greyb.com\/wp-content\/uploads\/2026\/04\/greyb-emblem.png","contentUrl":"https:\/\/greyb.com\/wp-content\/uploads\/2026\/04\/greyb-emblem.png","width":1388,"height":1388,"caption":"GreyB"},"image":{"@id":"https:\/\/greyb.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreyBServices\/","https:\/\/x.com\/wegreyb"]},{"@type":"Person","@id":"https:\/\/greyb.com\/#\/schema\/person\/1cfb84fb97a0f2f851061e862a7c1e7b","name":"Team GreyB","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/30d39e23f2cc07c28315fb1c50a9dcc32e93a3aedab69f83a89511212a23f797?s=96&d=mm&r=g","caption":"Team GreyB"},"url":"https:\/\/greyb.com\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/greyb.com\/wp-content\/uploads\/2025\/10\/6G-standardization.png","jetpack_shortlink":"https:\/\/wp.me\/ph07Wl-qaI","_links":{"self":[{"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/posts\/100608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/comments?post=100608"}],"version-history":[{"count":27,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/posts\/100608\/revisions"}],"predecessor-version":[{"id":100697,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/posts\/100608\/revisions\/100697"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/media\/100687"}],"wp:attachment":[{"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/media?parent=100608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/categories?post=100608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greyb.com\/wp-json\/wp\/v2\/tags?post=100608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}