{"id":43431,"date":"2020-02-24T15:59:45","date_gmt":"2020-02-24T15:59:45","guid":{"rendered":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/"},"modified":"2020-02-24T15:59:45","modified_gmt":"2020-02-24T15:59:45","slug":"mwc20-seminar-iot-safe-speaker-presentations","status":"publish","type":"gsma_theme_resources","link":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/","title":{"rendered":"MWC20 Seminar: IoT SAFE &#8211; Speaker Presentations"},"content":{"rendered":"<p><strong>IoT SAFE<\/strong> (<strong>IoT<\/strong> <strong>S<\/strong>IM <strong>A<\/strong>pplet <strong>F<\/strong>or <strong>S<\/strong>ecure <strong>E<\/strong>nd-2-End Communication), which has been developed by the mobile industry, enables IoT device manufacturers and IoT service providers to leverage the SIM as a robust, scalable and standardised hardware Root of Trust for IoT solutions \u2013 rather than proprietary security mechanisms which can increase cost, workload and complexity.<\/p>\n<p>Below, you can download some of the speaker presentations for the IoT seminar &#8220;IoT SAFE &#8211; Robust and Effective IoT Security at Scale&#8221;. Simply complete the form below, and you will shortly receive an email with the download link.<\/p>\n<span class=\"shortcode_button_wrapper\"><a class=\"shortcode_button gsmacolor_red size_medium\" href=\"#reg\" target=\"_self\">Request Slides&nbsp;<i class=\"fas fa-link\" ><\/i><\/a><\/span>\n<table class=\"americas\" border=\"0\" width=\"540\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"background: #00568F; color: #ffffff; width: 5%;\"><strong>Item<\/strong><\/td>\n<td style=\"background: #00568F; color: #ffffff; width: 45%;\"><strong>Agenda<\/strong><\/td>\n<td style=\"background: #00568F; color: #ffffff; width: 50%;\"><strong>Speaker<\/strong><\/td>\n<\/tr>\n<tr>\n<td>1<\/td>\n<td><strong>Welcome &amp; Introduction<\/strong><\/td>\n<td><strong>GSMA<\/strong>: Ian Smith, IoT Security Lead<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td><strong>Introducing IoT SAFE<\/strong><\/td>\n<td><strong>SIMalliance<\/strong>: Jean-Francois Gros, Chair of IoT Security Application Working Group<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td><strong>Use Case: Smart Exoskeleton<\/strong><\/td>\n<td><strong>BICS<\/strong>: Luc Vidal-Madjar, Head of IoT and MVNE Solutions<br \/>\n&nbsp;<br \/>\n<strong>German Bionics<\/strong>: Norma Hoeft, Head of IoT<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td><strong>Use Case: <strong>Connected Belt with Wearable Device<\/strong><\/td>\n<td><strong>Kudelski IoT Security<\/strong>: Conor Ryan, VP of Chipset Strategy<br \/>\n&nbsp;<br \/>\n<strong>u-blox<\/strong>: Davide Lenzarini, IoT Architect<\/td>\n<\/tr>\n<\/tr>\n<\/tbody>\n<\/table>\n<p id=\"reg\">\n<h3>Request Slides Below<\/h3>\n<\/p>\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/gsma.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n                    <style>\n                    .captcha {\n                        padding-bottom: 1em !important;\n                    }\n                    .wForm .captcha .oneField {\n                        margin: 0;\n                        padding: 0;\n                    }\n                <\/style>\n                <script type=\"text\/javascript\">\n                    \/\/ initialize our variables\n                    var captchaReady = 0;\n                    var wFORMSReady = 0;\n                    var isConditionalSubmitEnabled = false;\n\n                    \/\/ when wForms is loaded call this\n                    var wformsReadyCallback = function () {\n                        \/\/ using this var to denote if wForms is loaded\n                        wFORMSReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    }\n                    var gCaptchaReadyCallback = function() {\n                        \/\/ using this var to denote if captcha is loaded\n                        captchaReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    };\n\n                    \/\/ add event listener to fire when wForms is fully loaded\n                    document.addEventListener(\"wFORMSLoaded\", wformsReadyCallback);\n\n                    var enableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet;\n                        if (\n                            submitButton != null &&\n                            (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) ||\n                            !isConditionalSubmitEnabled\n                        )\n                        {\n                            submitButton.removeAttribute('disabled');\n                            if (explanation != null) {\n                                explanation.style.display = 'none';\n                            }\n                        }\n                    };\n                    var disableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        if (submitButton != null) {\n                            submitButton.disabled = true;\n                            if (explanation != null) {\n                                explanation.style.display = 'block';\n                            }\n                        }\n                    };\n\n                    \/\/ call this on both captcha async complete and wforms fully\n                    \/\/ initialized since we can't be sure which will complete first\n                    \/\/ and we need both done for this to function just check that they are\n                    \/\/ done to fire the functionality\n                    var onloadCallback = function () {\n                        \/\/ if our captcha is ready (async call completed)\n                        \/\/ and wFORMS is completely loaded then we are ready to add\n                        \/\/ the captcha to the page\n                        if (captchaReady && wFORMSReady) {\n                            \/\/ Prevent both concurrent and sequential executions\n                            if (window.isCreatingCaptcha || window.hasCaptchaRendered) {\n                                return;\n                            }\n                            window.isCreatingCaptcha = true;\n\n                            try {\n                                var submitButton = document.getElementById('submit_button');\n                                var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer');\n                                var faCaptcha = null;\n\n                                if (formContainer) {\n                                    faCaptcha = formContainer.querySelector('#google-captcha');\n                                }\n\n                                \/\/ Also check if captcha was appended to body as fallback (look for FA-specific structure)\n                                if (!faCaptcha) {\n                                    var bodyCaptchas = document.querySelectorAll('body > #google-captcha');\n                                    for (var i = 0; i < bodyCaptchas.length; i++) {\n                                        \/\/ Verify it's a FormAssembly captcha by checking for specific structure\n                                        if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) {\n                                            faCaptcha = bodyCaptchas[i];\n                                            break;\n                                        }\n                                    }\n                                }\n\n                                if (faCaptcha) { \n                                    if (faCaptcha.parentNode) {\n                                        faCaptcha.parentNode.removeChild(faCaptcha);\n                                    } \n                                }\n\n                            \/\/ Now create a new captcha container\n                            var captchaContainer = document.createElement('div');\n                            captchaContainer.id = 'google-captcha';\n                            \n                            var captchaDiv = document.createElement('div');\n                            captchaDiv.className = 'captcha';\n                            \n                            var oneFieldDiv = document.createElement('div');\n                            oneFieldDiv.className = 'oneField';\n                            \n                            var recaptchaElement = document.createElement('div');\n                            recaptchaElement.id = 'g-recaptcha-render-div';\n                            recaptchaElement.className = 'g-recaptcha';\n                            \n                            var errorDiv = document.createElement('div');\n                            errorDiv.className = 'g-captcha-error';\n                            \n                            var helpDiv = document.createElement('div');\n                            helpDiv.className = 'captchaHelp';\n                            helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.<br>';\n                            \n                            var disabledDiv = document.createElement('div');\n                            disabledDiv.id = 'disabled-explanation';\n                            disabledDiv.className = 'captchaHelp';\n                            disabledDiv.style.display = 'block';\n                            disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.';\n                            \n                            oneFieldDiv.appendChild(recaptchaElement);\n                            oneFieldDiv.appendChild(errorDiv);\n                            oneFieldDiv.appendChild(document.createElement('br'));\n                            captchaDiv.appendChild(oneFieldDiv);\n                            captchaDiv.appendChild(helpDiv);\n                            captchaDiv.appendChild(disabledDiv);\n                            captchaContainer.appendChild(document.createElement('br'));\n                            captchaContainer.appendChild(captchaDiv);\n                            \n                            if (submitButton && submitButton.parentNode) {\n                                submitButton.parentNode.insertBefore(captchaContainer, submitButton);\n                            } else {\n                                \/\/ Fallback: append to body if submit button not found.\n                                document.body.appendChild(captchaContainer);\n                            }\n                        } finally {\n                            window.isCreatingCaptcha = false;\n                        }\n                            \n                            grecaptcha.enterprise.render('g-recaptcha-render-div', {\n                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',\n                                'theme': 'light',\n                                'size': 'normal',\n                                'callback': 'enableSubmitButton',\n                                'expired-callback': 'disableSubmitButton'\n                            });\n                            window.hasCaptchaRendered = true;\n                            var oldRecaptchaCheck = parseInt('1');\n                            if (oldRecaptchaCheck === -1) {\n                                var standardCaptcha = document.getElementById(\"tfa_captcha_text\");\n                                standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode;\n                                standardCaptcha.parentNode.removeChild(standardCaptcha);\n                            }\n\n                            if (!wFORMS.instances['paging']) {\n                                document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.style.display = \"block\";\n                                \/\/document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.removeAttribute(\"hidden\");\n                            }\n                            document.getElementById(\"g-recaptcha-render-div\").getAttributeNode('id').value = 'tfa_captcha_text';\n\n                            var captchaError = '';\n                            if (captchaError == '1') {\n                                var errMsgText = 'The CAPTCHA was not completed successfully.';\n                                var errMsgDiv = document.createElement('div');\n                                errMsgDiv.id = \"tfa_captcha_text-E\";\n                                errMsgDiv.className = \"err errMsg\";\n                                errMsgDiv.innerText = errMsgText;\n                                var loc = document.querySelector('.g-captcha-error');\n                                loc.insertBefore(errMsgDiv, loc.childNodes[0]);\n\n                                \/* See wFORMS.behaviors.paging.applyTo for origin of this code *\/\n                                if (wFORMS.instances['paging']) {\n                                    var b = wFORMS.instances['paging'][0];\n                                    var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR);\n                                    if (pp) {\n                                        var lastPage = 1;\n                                        for (var i = 1; i < 100; i++) {\n                                            if (b.behavior.isLastPageIndex(i)) {\n                                                lastPage = i;\n                                                break;\n                                            }\n                                        }\n                                        b.jumpTo(lastPage);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                <\/script>\n                                    <script src='https:\/\/www.google.com\/recaptcha\/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_US' async\n                        defer><\/script>\n                <script type=\"text\/javascript\">\n                    document.addEventListener(\"DOMContentLoaded\", function() {\n                        var warning = document.getElementById(\"javascript-warning\");\n                        if (warning != null) {\n                            warning.parentNode.removeChild(warning);\n                        }\n                        var oldRecaptchaCheck = parseInt('1');\n                        if (oldRecaptchaCheck !== -1) {\n                            var explanation = document.getElementById('disabled-explanation');\n                            var submitButton = document.getElementById('submit_button');\n                            if (submitButton != null) {\n                                submitButton.disabled = true;\n                                if (explanation != null) {\n                                    explanation.style.display = 'block';\n                                }\n                            }\n                        }\n                    });\n                <\/script>\n                <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/gsma.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=1781365260\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/gsma.tfaforms.net\/uploads\/themes\/theme-34.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/gsma.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=1781365260\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=1781365260\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/js\/wforms_session_errors_aria.js?v=1781365260\" defer><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=1781365260\"><\/script>\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.4.0\/css\/font-awesome.min.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <script>\n        var FAoldJQ;\n        if (typeof $ != 'undefined' && $.noConflict) FAoldJQ = $.noConflict(true);\n    <\/script>\n    <script src=\"https:\/\/gsma.tfaforms.net\/dist\/jquery\/jquery.a7691f40d21027ec7d86.js\"><\/script>\n    <script src=\"https:\/\/gsma.tfaforms.net\/js\/typeahead\/v1.2.0\/typeahead.bundle.js\"><\/script>\n    <script>\n        var FA$ = $.noConflict(true);\n        if (FAoldJQ) $ = jQuery = FAoldJQ;\n    <\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\"><\/style><div class=\"\"><div class=\"wForm\" id=\"449-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-449\"><\/div>\n<form method=\"post\" action=\"https:\/\/gsma.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"449\">\n<fieldset id=\"tfa_1\" class=\"section\">\n<div id=\"tfa_4\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_2-D\">\n<label id=\"tfa_2-L\" class=\"label preField reqMark\" for=\"tfa_2\">First Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_2\" name=\"tfa_2\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_3-D\">\n<label id=\"tfa_3-L\" class=\"label preField reqMark\" for=\"tfa_3\">Last Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_3\" name=\"tfa_3\" value=\"\" title=\"Last Name\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_7\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField reqMark\" for=\"tfa_5\">Email Address<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"Email Address\" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_6-D\">\n<label id=\"tfa_6-L\" class=\"label preField reqMark\" for=\"tfa_6\">Job Title<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_6\" name=\"tfa_6\" value=\"\" title=\"Job Title\" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_3253\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_8-D\">\n<label id=\"tfa_8-L\" class=\"label preField reqMark\" for=\"tfa_8\">Company Name<\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_8\" name=\"tfa_8\" value=\"\" title=\"Company Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_3252-D\">\n<label id=\"tfa_3252-L\" class=\"label preField reqMark\" for=\"tfa_3252\">Country \/ Region<\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_3252\" name=\"tfa_3252\" value=\"\" title=\"Country \/ Region\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1663825336\" data-dataset-id=\"40d76123-907d-49ee-9e9a-94f77599a4d0\" data-dataset-map=\"\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/gsma.tfaforms.net\/api_v2\/datasets\" class=\"required wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<\/div>\n<\/fieldset>\n<div class=\"oneField field-container-D    \" id=\"tfa_3244-D\" role=\"group\" aria-labelledby=\"tfa_3244-L\" data-tfa-labelledby=\"-L tfa_3244-L\">\n<label id=\"tfa_3244-L\" class=\"label preField \" data-tfa-check-label-for=\"tfa_3244\"><b>EMAIL CONSENT<\/b><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_3244\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_3245\" class=\"\" id=\"tfa_3245\" name=\"tfa_3245\" aria-labelledby=\"tfa_3245-L\" data-tfa-labelledby=\"tfa_3244-L tfa_3245-L\" data-tfa-parent-id=\"tfa_3244\"><label class=\"label postField\" id=\"tfa_3245-L\" for=\"tfa_3245\"><span class=\"input-checkbox-faux\"><\/span><span style=\"color: rgb(82, 81, 81); font-size: 15px;\">To ensure you stay up-to-date on the latest developments in the mobile industry, the GSMA would like to send you information about events, products, services and initiatives, as well as industry news. Please subscribe by ticking this box; once subscribed, you can tailor what you receive from us at any time, or unsubscribe, should you wish.<\/span><\/label><\/span><\/span><\/div>\n<\/div>\n<div id=\"tfa_3246\" class=\"section group\">\n<input type=\"hidden\" id=\"tfa_3248\" name=\"tfa_3248\" value=\"utm_content__c\" class=\"\"><input type=\"hidden\" id=\"tfa_3249\" name=\"tfa_3249\" value=\"utm_medium__c\" class=\"\"><input type=\"hidden\" id=\"tfa_3250\" name=\"tfa_3250\" value=\"utm_source__c\" class=\"\"><input type=\"hidden\" id=\"tfa_3251\" name=\"tfa_3251\" value=\"utm_campaign__c\" class=\"\">\n<\/div>\n<div class=\"actions\" id=\"449-A\" data-contentid=\"submit_button\">\n<div id=\"google-captcha\" style=\"display: none\">\n<br><div class=\"captcha\">\n<div class=\"oneField\">\n<div class=\"g-recaptcha\" id=\"g-recaptcha-render-div\"><\/div>\n<div class=\"g-captcha-error\"><\/div>\n<br>\n<\/div>\n<div class=\"captchaHelp\">reCAPTCHA helps prevent automated form spam.<br>\n<\/div>\n<div id=\"disabled-explanation\" class=\"captchaHelp\" style=\"display: none\">The submit button will be disabled until you complete the CAPTCHA.<\/div>\n<\/div>\n<\/div>\n<input type=\"submit\" data-label=\"Submit\" class=\"primaryAction\" id=\"submit_button\" value=\"Submit\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"223-c800c62dcbc7a7f33b0c064558120de0\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"449\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"b1e13bbb0a84c823db9bffddb5fef48c\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1781365260\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"8\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/gsma.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"2273\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>IoT SAFE (IoT SIM Applet For Secure End-2-End Communication), which has been developed by the mobile industry, enables IoT device manufacturers and IoT service providers to leverage the SIM as a robust, scalable and standardised hardware Root of Trust for IoT solutions \u2013 rather than proprietary security mechanisms which can increase cost, workload and complexity. [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"template":"","meta":{"image":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-content\/uploads\/2020\/02\/MWC20-IoT-security_1000x1000.png","json":{"gsma_resources_type":"Other","gsma_resources_thumb":"[28472]","gsma_resources_file":"[]","gsma_resources_multi":null,"gsma_resources_wgr":null,"gsma_resources_video":null,"gsma_resources_image":"[]","gsma_resources_url":null,"gsma_resources_date":"24-02-2020","gsma_resources_button":null}},"tags":[],"resource_categories":[9312,9300],"algolia_discover_type":[14685],"class_list":["post-43431","gsma_theme_resources","type-gsma_theme_resources","status-publish","hentry","resource_categories-iot-security","resource_categories-resources","algolia_discover_type-resource"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>MWC20 Seminar: IoT SAFE - Speaker Presentations | Internet of Things<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MWC20 Seminar: IoT SAFE - Speaker Presentations\" \/>\n<meta property=\"og:description\" content=\"IoT SAFE (IoT SIM Applet For Secure End-2-End Communication), which has been developed by the mobile industry, enables IoT device manufacturers and IoT service providers to leverage the SIM as a robust, scalable and standardised hardware Root of Trust for IoT solutions \u2013 rather than proprietary security mechanisms which can increase cost, workload and complexity. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/\" \/>\n<meta property=\"og:site_name\" content=\"Internet of Things\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/gsma\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@GSMA\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"MWC20 Seminar: IoT SAFE - Speaker Presentations | Internet of Things","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:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/","og_locale":"en_US","og_type":"article","og_title":"MWC20 Seminar: IoT SAFE - Speaker Presentations","og_description":"IoT SAFE (IoT SIM Applet For Secure End-2-End Communication), which has been developed by the mobile industry, enables IoT device manufacturers and IoT service providers to leverage the SIM as a robust, scalable and standardised hardware Root of Trust for IoT solutions \u2013 rather than proprietary security mechanisms which can increase cost, workload and complexity. [&hellip;]","og_url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/","og_site_name":"Internet of Things","article_publisher":"https:\/\/www.facebook.com\/gsma\/","twitter_card":"summary_large_image","twitter_site":"@GSMA","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/","name":"MWC20 Seminar: IoT SAFE - Speaker Presentations | Internet of Things","isPartOf":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#website"},"datePublished":"2020-02-24T15:59:45+00:00","breadcrumb":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/gsma_resources\/mwc20-seminar-iot-safe-speaker-presentations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/"},{"@type":"ListItem","position":2,"name":"MWC20 Seminar: IoT SAFE &#8211; Speaker Presentations"}]},{"@type":"WebSite","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#website","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/","name":"Internet of Things","description":"To enable the IoT, a world in which consumers and businesses enjoy rich new services, connected by an intelligent and secure mobile network.","publisher":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#organization","name":"GSMA","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#\/schema\/logo\/image\/","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-content\/uploads\/2024\/06\/GSMA-Logo-Red-RGB_square.jpg","contentUrl":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-content\/uploads\/2024\/06\/GSMA-Logo-Red-RGB_square.jpg","width":600,"height":600,"caption":"GSMA"},"image":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/gsma\/","https:\/\/x.com\/GSMA","https:\/\/www.instagram.com\/gsmaonline\/","https:\/\/www.linkedin.com\/company\/12380","https:\/\/www.youtube.com\/user\/GSMAOnline","https:\/\/en.wikipedia.org\/wiki\/GSMA"]}]}},"cats":[{"term_id":14428,"name":"5G","slug":"5g-auto","term_group":0,"term_taxonomy_id":14437,"taxonomy":"resource_categories","description":"","parent":9324,"count":21,"filter":"raw","term_order":"0"},{"term_id":13163,"name":"5G","slug":"5g-manufacturing-technology","term_group":0,"term_taxonomy_id":13172,"taxonomy":"resource_categories","description":"","parent":13162,"count":11,"filter":"raw","term_order":"0"},{"term_id":12201,"name":"5G","slug":"5g","term_group":0,"term_taxonomy_id":12210,"taxonomy":"resource_categories","description":"","parent":0,"count":14,"filter":"raw","term_order":"0"},{"term_id":14705,"name":"5G","slug":"5g-technologies","term_group":0,"term_taxonomy_id":14714,"taxonomy":"resource_categories","description":"","parent":14700,"count":33,"filter":"raw","term_order":"0"},{"term_id":14612,"name":"5G-ACIA","slug":"5gacia","term_group":0,"term_taxonomy_id":14621,"taxonomy":"resource_categories","description":"","parent":13160,"count":0,"filter":"raw","term_order":"0"},{"term_id":9302,"name":"Advanced Air Mobility","slug":"solutions-and-impact\/industries\/smart-mobility\/air-mobility\/","term_group":0,"term_taxonomy_id":9311,"taxonomy":"resource_categories","description":"","parent":0,"count":31,"filter":"raw","term_order":"0"},{"term_id":14633,"name":"Aerial Connectivity Joint Activity (ACJA)","slug":"aerial-connectivity-joint-activity-acja","term_group":0,"term_taxonomy_id":14642,"taxonomy":"resource_categories","description":"","parent":0,"count":3,"filter":"raw","term_order":"0"},{"term_id":14708,"name":"AIoT","slug":"aiot","term_group":0,"term_taxonomy_id":14717,"taxonomy":"resource_categories","description":"","parent":14700,"count":3,"filter":"raw","term_order":"0"},{"term_id":14709,"name":"Ambient IoT","slug":"ambient-iot","term_group":0,"term_taxonomy_id":14718,"taxonomy":"resource_categories","description":"","parent":14700,"count":3,"filter":"raw","term_order":"0"},{"term_id":13175,"name":"Artificial Intelligence","slug":"artificial-intelligence","term_group":0,"term_taxonomy_id":13184,"taxonomy":"resource_categories","description":"","parent":13162,"count":4,"filter":"raw","term_order":"0"},{"term_id":13170,"name":"Asia-Pacific","slug":"apac","term_group":0,"term_taxonomy_id":13179,"taxonomy":"resource_categories","description":"","parent":13169,"count":35,"filter":"raw","term_order":"0"},{"term_id":13168,"name":"Asset Tracking","slug":"asset-tracking","term_group":0,"term_taxonomy_id":13177,"taxonomy":"resource_categories","description":"","parent":0,"count":3,"filter":"raw","term_order":"0"},{"term_id":9324,"name":"Automotive &amp; Mobility","slug":"auto","term_group":0,"term_taxonomy_id":9333,"taxonomy":"resource_categories","description":"","parent":0,"count":36,"filter":"raw","term_order":"0"},{"term_id":14429,"name":"Autonomous Driving","slug":"autonomous-driving","term_group":0,"term_taxonomy_id":14438,"taxonomy":"resource_categories","description":"","parent":9324,"count":8,"filter":"raw","term_order":"0"},{"term_id":9303,"name":"Big Data","slug":"big-data","term_group":0,"term_taxonomy_id":9312,"taxonomy":"resource_categories","description":"","parent":0,"count":20,"filter":"raw","term_order":"0"},{"term_id":13176,"name":"Big Data Analytics","slug":"big-data-analytics","term_group":0,"term_taxonomy_id":13185,"taxonomy":"resource_categories","description":"","parent":13162,"count":4,"filter":"raw","term_order":"0"},{"term_id":9304,"name":"Both Technologies","slug":"both-technologies","term_group":0,"term_taxonomy_id":9313,"taxonomy":"resource_categories","description":"","parent":9306,"count":56,"filter":"raw","term_order":"0"},{"term_id":14427,"name":"C-V2X","slug":"c-v2x","term_group":0,"term_taxonomy_id":14436,"taxonomy":"resource_categories","description":"","parent":9324,"count":18,"filter":"raw","term_order":"0"},{"term_id":14622,"name":"Digital Industries Partner Spotlights","slug":"digital-industries-partner-spotlights","term_group":0,"term_taxonomy_id":14631,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":13158,"name":"Distributed Ledger Technologies","slug":"distributed-ledger-technologies-internet-of-things-general","term_group":0,"term_taxonomy_id":13167,"taxonomy":"resource_categories","description":"","parent":9301,"count":2,"filter":"raw","term_order":"0"},{"term_id":13157,"name":"Distributed Ledger Technologies","slug":"distributed-ledger-technologies","term_group":0,"term_taxonomy_id":13166,"taxonomy":"resource_categories","description":"","parent":0,"count":2,"filter":"raw","term_order":"0"},{"term_id":14637,"name":"Economy of Things","slug":"economy-of-things","term_group":0,"term_taxonomy_id":14646,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":13165,"name":"Edge Computing","slug":"edge-computing","term_group":0,"term_taxonomy_id":13174,"taxonomy":"resource_categories","description":"","parent":13162,"count":3,"filter":"raw","term_order":"0"},{"term_id":14644,"name":"Energy and Environment","slug":"energy-and-environment","term_group":0,"term_taxonomy_id":14653,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14620,"name":"eSim","slug":"esim","term_group":0,"term_taxonomy_id":14629,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14706,"name":"eSIM","slug":"esim-technologies","term_group":0,"term_taxonomy_id":14715,"taxonomy":"resource_categories","description":"","parent":14700,"count":9,"filter":"raw","term_order":"0"},{"term_id":13172,"name":"Europe","slug":"europe","term_group":0,"term_taxonomy_id":13181,"taxonomy":"resource_categories","description":"","parent":13169,"count":9,"filter":"raw","term_order":"0"},{"term_id":13173,"name":"Greater China","slug":"china","term_group":0,"term_taxonomy_id":13182,"taxonomy":"resource_categories","description":"","parent":13169,"count":24,"filter":"raw","term_order":"0"},{"term_id":14613,"name":"GSMA Foundry","slug":"gsma-foundry","term_group":0,"term_taxonomy_id":14622,"taxonomy":"resource_categories","description":"","parent":0,"count":2,"filter":"raw","term_order":"0"},{"term_id":9328,"name":"Health","slug":"health","term_group":0,"term_taxonomy_id":9337,"taxonomy":"resource_categories","description":"","parent":0,"count":7,"filter":"raw","term_order":"0"},{"term_id":9313,"name":"Industry Engagement","slug":"industry-engagement","term_group":0,"term_taxonomy_id":9322,"taxonomy":"resource_categories","description":"","parent":0,"count":2,"filter":"raw","term_order":"0"},{"term_id":9301,"name":"Internet of Things \u2013 general","slug":"internet-of-things-general","term_group":0,"term_taxonomy_id":9310,"taxonomy":"resource_categories","description":"","parent":0,"count":38,"filter":"raw","term_order":"0"},{"term_id":9316,"name":"IoT Connection Efficiency","slug":"iot-connection-efficiency","term_group":0,"term_taxonomy_id":9325,"taxonomy":"resource_categories","description":"","parent":0,"count":3,"filter":"raw","term_order":"0"},{"term_id":9330,"name":"IoT Knowledgebase","slug":"iot-knowledgebase","term_group":0,"term_taxonomy_id":9339,"taxonomy":"resource_categories","description":"","parent":0,"count":1,"filter":"raw","term_order":"0"},{"term_id":10547,"name":"IoT Opportunities and Impacts","slug":"iot-opportunities-and-impacts","term_group":0,"term_taxonomy_id":10556,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":9329,"name":"IoT Policy and Regulations","slug":"iot-policy-and-regulations","term_group":0,"term_taxonomy_id":9338,"taxonomy":"resource_categories","description":"","parent":0,"count":5,"filter":"raw","term_order":"0"},{"term_id":9312,"name":"IoT Security","slug":"iot-security","term_group":0,"term_taxonomy_id":9321,"taxonomy":"resource_categories","description":"","parent":0,"count":23,"filter":"raw","term_order":"0"},{"term_id":9317,"name":"IoT Security &amp; Connection Efficiency","slug":"iot-security-connection-efficiency","term_group":0,"term_taxonomy_id":9326,"taxonomy":"resource_categories","description":"","parent":0,"count":4,"filter":"raw","term_order":"0"},{"term_id":13193,"name":"Latin America","slug":"latin-america","term_group":0,"term_taxonomy_id":13202,"taxonomy":"resource_categories","description":"","parent":0,"count":1,"filter":"raw","term_order":"0"},{"term_id":13194,"name":"Latin America","slug":"latin-america-regions","term_group":0,"term_taxonomy_id":13203,"taxonomy":"resource_categories","description":"","parent":13169,"count":2,"filter":"raw","term_order":"0"},{"term_id":9305,"name":"LTE-M","slug":"lte-m","term_group":0,"term_taxonomy_id":9314,"taxonomy":"resource_categories","description":"","parent":9306,"count":22,"filter":"raw","term_order":"0"},{"term_id":14702,"name":"LTE-M","slug":"lte-m-technologies","term_group":0,"term_taxonomy_id":14711,"taxonomy":"resource_categories","description":"","parent":14700,"count":33,"filter":"raw","term_order":"0"},{"term_id":13160,"name":"Manufacturing","slug":"manufacturing","term_group":0,"term_taxonomy_id":13169,"taxonomy":"resource_categories","description":"","parent":0,"count":20,"filter":"raw","term_order":"0"},{"term_id":13162,"name":"Manufacturing Technology","slug":"manufacturing-technology","term_group":0,"term_taxonomy_id":13171,"taxonomy":"resource_categories","description":"","parent":0,"count":1,"filter":"raw","term_order":"0"},{"term_id":14603,"name":"Manufacturing-GSMA","slug":"manufacturing-main","term_group":0,"term_taxonomy_id":14612,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":9315,"name":"MIoT Case Studies","slug":"miot-case-studies","term_group":0,"term_taxonomy_id":9324,"taxonomy":"resource_categories","description":"","parent":0,"count":5,"filter":"raw","term_order":"0"},{"term_id":9888,"name":"MIoT Sectors Wearables","slug":"miot-sectors-wearables","term_group":0,"term_taxonomy_id":9897,"taxonomy":"resource_categories","description":"","parent":0,"count":1,"filter":"raw","term_order":"0"},{"term_id":9306,"name":"MIoT Technology","slug":"miot-resource-library","term_group":0,"term_taxonomy_id":9315,"taxonomy":"resource_categories","description":"","parent":0,"count":121,"filter":"raw","term_order":"0"},{"term_id":9308,"name":"MIoT Technology LTE-M","slug":"miot-technology-lte-m","term_group":0,"term_taxonomy_id":9317,"taxonomy":"resource_categories","description":"","parent":0,"count":10,"filter":"raw","term_order":"0"},{"term_id":9309,"name":"MIoT Technology NB-IoT","slug":"miot-technology-nb-iot","term_group":0,"term_taxonomy_id":9318,"taxonomy":"resource_categories","description":"","parent":0,"count":10,"filter":"raw","term_order":"0"},{"term_id":13164,"name":"Mobile IoT","slug":"mobile-iot","term_group":0,"term_taxonomy_id":13173,"taxonomy":"resource_categories","description":"","parent":13162,"count":6,"filter":"raw","term_order":"0"},{"term_id":9310,"name":"Mobile IoT Initiative","slug":"mobile-iot-initiative","term_group":0,"term_taxonomy_id":9319,"taxonomy":"resource_categories","description":"","parent":0,"count":28,"filter":"raw","term_order":"0"},{"term_id":14430,"name":"Mobility","slug":"mobility","term_group":0,"term_taxonomy_id":14439,"taxonomy":"resource_categories","description":"","parent":9324,"count":8,"filter":"raw","term_order":"0"},{"term_id":14621,"name":"MWC22","slug":"mwc22","term_group":0,"term_taxonomy_id":14630,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14632,"name":"MWC23","slug":"mwc23","term_group":0,"term_taxonomy_id":14641,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14687,"name":"MWC24","slug":"mwc24","term_group":0,"term_taxonomy_id":14696,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":9311,"name":"NB-IoT","slug":"nb-iot","term_group":0,"term_taxonomy_id":9320,"taxonomy":"resource_categories","description":"","parent":9306,"count":39,"filter":"raw","term_order":"0"},{"term_id":14703,"name":"NB-IoT","slug":"nb-iot-technologies-2","term_group":0,"term_taxonomy_id":14712,"taxonomy":"resource_categories","description":"","parent":14700,"count":29,"filter":"raw","term_order":"0"},{"term_id":13171,"name":"North America","slug":"america","term_group":0,"term_taxonomy_id":13180,"taxonomy":"resource_categories","description":"","parent":13169,"count":8,"filter":"raw","term_order":"0"},{"term_id":14704,"name":"NTN","slug":"ntn-technologies","term_group":0,"term_taxonomy_id":14713,"taxonomy":"resource_categories","description":"","parent":14700,"count":10,"filter":"raw","term_order":"0"},{"term_id":14688,"name":"NTN","slug":"ntn","term_group":0,"term_taxonomy_id":14697,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14655,"name":"NTN Technology","slug":"ntn-technology","term_group":0,"term_taxonomy_id":14664,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":14599,"name":"Private &amp; Dedicated Networks","slug":"private-networks","term_group":0,"term_taxonomy_id":14608,"taxonomy":"resource_categories","description":"","parent":13162,"count":0,"filter":"raw","term_order":"0"},{"term_id":14707,"name":"RedCap","slug":"redcap","term_group":0,"term_taxonomy_id":14716,"taxonomy":"resource_categories","description":"","parent":14700,"count":8,"filter":"raw","term_order":"0"},{"term_id":13169,"name":"Regions (If Any)","slug":"regions","term_group":0,"term_taxonomy_id":13178,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"},{"term_id":9327,"name":"Remote Provisioning","slug":"remote-provisioning","term_group":0,"term_taxonomy_id":9336,"taxonomy":"resource_categories","description":"","parent":0,"count":13,"filter":"raw","term_order":"0"},{"term_id":9300,"name":"Resources","slug":"resources","term_group":0,"term_taxonomy_id":9309,"taxonomy":"resource_categories","description":"","parent":0,"count":277,"filter":"raw","term_order":"0"},{"term_id":14605,"name":"Security","slug":"security-manufacturing-technology","term_group":0,"term_taxonomy_id":14614,"taxonomy":"resource_categories","description":"","parent":13162,"count":0,"filter":"raw","term_order":"0"},{"term_id":14431,"name":"Security","slug":"security","term_group":0,"term_taxonomy_id":14440,"taxonomy":"resource_categories","description":"","parent":9324,"count":2,"filter":"raw","term_order":"0"},{"term_id":9318,"name":"Smart Cities","slug":"smart-cities","term_group":0,"term_taxonomy_id":9327,"taxonomy":"resource_categories","description":"","parent":0,"count":39,"filter":"raw","term_order":"0"},{"term_id":9371,"name":"Smart Cities Commerce","slug":"smart-cities-commerce","term_group":0,"term_taxonomy_id":9380,"taxonomy":"resource_categories","description":"","parent":9320,"count":3,"filter":"raw","term_order":"0"},{"term_id":9362,"name":"Smart Cities Communities","slug":"smart-cities-communities","term_group":0,"term_taxonomy_id":9371,"taxonomy":"resource_categories","description":"","parent":9320,"count":4,"filter":"raw","term_order":"0"},{"term_id":9319,"name":"Smart Cities Environment","slug":"smart-cities-environment","term_group":0,"term_taxonomy_id":9328,"taxonomy":"resource_categories","description":"","parent":9320,"count":22,"filter":"raw","term_order":"0"},{"term_id":9331,"name":"Smart Cities Health","slug":"smart-cities-health","term_group":0,"term_taxonomy_id":9340,"taxonomy":"resource_categories","description":"","parent":9320,"count":3,"filter":"raw","term_order":"0"},{"term_id":9325,"name":"Smart Cities Highlights","slug":"smart-cities-highlights","term_group":0,"term_taxonomy_id":9334,"taxonomy":"resource_categories","description":"","parent":9320,"count":15,"filter":"raw","term_order":"0"},{"term_id":9320,"name":"Smart Cities Resources","slug":"smart-cities-resources","term_group":0,"term_taxonomy_id":9329,"taxonomy":"resource_categories","description":"","parent":0,"count":55,"filter":"raw","term_order":"0"},{"term_id":9321,"name":"Smart Cities Safety","slug":"smart-cities-safety","term_group":0,"term_taxonomy_id":9330,"taxonomy":"resource_categories","description":"","parent":9320,"count":12,"filter":"raw","term_order":"0"},{"term_id":9326,"name":"Smart Cities Tourism Entertainment","slug":"smart-cities-tourism-entertainment","term_group":0,"term_taxonomy_id":9335,"taxonomy":"resource_categories","description":"","parent":9320,"count":5,"filter":"raw","term_order":"0"},{"term_id":9323,"name":"Smart Cities Transport","slug":"smart-cities-transport","term_group":0,"term_taxonomy_id":9332,"taxonomy":"resource_categories","description":"","parent":9320,"count":30,"filter":"raw","term_order":"0"},{"term_id":9322,"name":"Smart Cities Utilities","slug":"smart-cities-utilities","term_group":0,"term_taxonomy_id":9331,"taxonomy":"resource_categories","description":"","parent":9320,"count":28,"filter":"raw","term_order":"0"},{"term_id":14700,"name":"Technologies","slug":"technologies","term_group":0,"term_taxonomy_id":14709,"taxonomy":"resource_categories","description":"","parent":0,"count":43,"filter":"raw","term_order":"0"},{"term_id":14432,"name":"Telematics","slug":"telematics","term_group":0,"term_taxonomy_id":14441,"taxonomy":"resource_categories","description":"","parent":9324,"count":2,"filter":"raw","term_order":"0"},{"term_id":9314,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":9323,"taxonomy":"resource_categories","description":"","parent":0,"count":0,"filter":"raw","term_order":"0"}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/gsma_theme_resources\/43431","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/gsma_theme_resources"}],"about":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/types\/gsma_theme_resources"}],"author":[{"embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/users\/10"}],"version-history":[{"count":0,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/gsma_theme_resources\/43431\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/media?parent=43431"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/tags?post=43431"},{"taxonomy":"resource_categories","embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/resource_categories?post=43431"},{"taxonomy":"algolia_discover_type","embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/internet-of-things\/wp-json\/wp\/v2\/algolia_discover_type?post=43431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}