<!DOCTYPE html>


<html lang="en" class="no-js" >
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title> Ericsson at Mobile World Congress 2017</title>
    <script type="text/javascript">
    window["dataLayer"] = [];
</script>
<meta content="index,follow" name="robots" />
<meta content="http://www.ericsson.com/legal" name="dcterms.rights" />
<meta content="Ericsson" name="dcterms.rightsHolder" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />



<meta name="geo.region" content="" />
<meta content="Pioneering at the digital frontier – Follow Ericsson at MWC 2017 and experience the future of tech" name="description" />
<meta content="43163" name="pageid" />
<meta content="MWC, Mobile World Congress," name="keywords" />

<meta content="website" property="og:type" />
<meta content="Ericsson.com" property="og:site_name" />
<meta content="Ericsson at Mobile World Congress 2017" property="og:title" />
<meta content="https://www.ericsson.com/en/events/mwc" property="og:url" />
<meta content="Pioneering at the digital frontier – Follow Ericsson at MWC 2017 and experience the future of tech" property="og:description" />
<meta content="https://www.ericsson.com/assets/global/qbank/2017/01/20/session4961_horizontal_retouched.jpg" property="og:image" />
<meta content="200" property="og:image:width" />
<meta content="200" property="og:image:height" />
<meta content="summary" name="twitter:card" />
<meta content="Ericsson at Mobile World Congress 2017" name="twitter:title" />
<meta content="Pioneering at the digital frontier – Follow Ericsson at MWC 2017 and experience the future of tech" name="twitter:description" />
<meta content="https://www.ericsson.com/assets/global/qbank/2017/01/20/session4961_horizontal_retouched.jpg" name="twitter:image" />
<meta content="10639330582" property="buildversion" />
<meta content="ericsson" property="disqusshortname" />
<link rel="canonical" href="https://www.ericsson.com/en/events/mwc">


<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
        <link rel="alternate" href="https://www.ericsson.com/en" hreflang="en" />


    <meta content="1/19/2017 8:35:48 AM" name="dcterms.modified">
    <meta content="1/19/2017 8:24:07 AM" name="dcterms.created">
    <meta content="1/19/2017 8:24:07 AM" name="dcterms.issued">
    <meta content="Ericsson at Mobile World Congress 2017" name="dcterms.title">
    <meta content="SectionStartPage" name="dcterms.type">
    <meta content=content name="Matchedtag">
    <meta content=content name="languagecode">

    <meta content="SectionStartPage-43163:mwc" name="dcterms.identifier">
    <!--[if lt IE 9]>
            <script src="/ui/scripts/vendor/static/html5shiv-printshiv.min.js"></script>
        <![endif]-->

    <script>
!function e(t, n, r) { function i(s, u) { if (!n[s]) { if (!t[s]) { var f = "function" == typeof require && require; if (!u && f) return f(s, !0); if (o) return o(s, !0); var c = new Error("Cannot find module '" + s + "'"); throw c.code = "MODULE_NOT_FOUND", c } var a = n[s] = { exports: {} }; t[s][0].call(a.exports, function (e) { var n = t[s][1][e]; return i(n ? n : e) }, a, a.exports, e, t, n, r) } return n[s].exports } for (var o = "function" == typeof require && require, s = 0; s < r.length; s++) i(r[s]); return i }({ 1: [function (e, t, n) { t.exports = function () { var t = e("events"), n = {}; return n.createDomain = n.create = function () { function e(e) { n.emit("error", e) } var n = new t.EventEmitter; return n.add = function (t) { t.on("error", e) }, n.remove = function (t) { t.removeListener("error", e) }, n.bind = function (t) { return function () { var n = Array.prototype.slice.call(arguments); try { t.apply(null, n) } catch (r) { e(r) } } }, n.intercept = function (t) { return function (n) { if (n) e(n); else { var r = Array.prototype.slice.call(arguments, 1); try { t.apply(null, r) } catch (n) { e(n) } } } }, n.run = function (t) { try { t() } catch (n) { e(n) } return this }, n.dispose = function () { return this.removeAllListeners(), this }, n.enter = n.exit = function () { return this }, n }, n }.call(this) }, { events: 2 }], 2: [function (e, t, n) { function r() { this._events = this._events || {}, this._maxListeners = this._maxListeners || void 0 } function i(e) { return "function" == typeof e } function o(e) { return "number" == typeof e } function s(e) { return "object" == typeof e && null !== e } function u(e) { return void 0 === e } t.exports = r, r.EventEmitter = r, r.prototype._events = void 0, r.prototype._maxListeners = void 0, r.defaultMaxListeners = 10, r.prototype.setMaxListeners = function (e) { if (!o(e) || 0 > e || isNaN(e)) throw TypeError("n must be a positive number"); return this._maxListeners = e, this }, r.prototype.emit = function (e) { var t, n, r, o, f, c; if (this._events || (this._events = {}), "error" === e && (!this._events.error || s(this._events.error) && !this._events.error.length)) { if (t = arguments[1], t instanceof Error) throw t; throw TypeError('Uncaught, unspecified "error" event.') } if (n = this._events[e], u(n)) return !1; if (i(n)) switch (arguments.length) { case 1: n.call(this); break; case 2: n.call(this, arguments[1]); break; case 3: n.call(this, arguments[1], arguments[2]); break; default: for (r = arguments.length, o = new Array(r - 1), f = 1; r > f; f++) o[f - 1] = arguments[f]; n.apply(this, o) } else if (s(n)) { for (r = arguments.length, o = new Array(r - 1), f = 1; r > f; f++) o[f - 1] = arguments[f]; for (c = n.slice(), r = c.length, f = 0; r > f; f++) c[f].apply(this, o) } return !0 }, r.prototype.addListener = function (e, t) { var n; if (!i(t)) throw TypeError("listener must be a function"); if (this._events || (this._events = {}), this._events.newListener && this.emit("newListener", e, i(t.listener) ? t.listener : t), this._events[e] ? s(this._events[e]) ? this._events[e].push(t) : this._events[e] = [this._events[e], t] : this._events[e] = t, s(this._events[e]) && !this._events[e].warned) { var n; n = u(this._maxListeners) ? r.defaultMaxListeners : this._maxListeners, n && n > 0 && this._events[e].length > n && (this._events[e].warned = !0, console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", this._events[e].length), "function" == typeof console.trace && console.trace()) } return this }, r.prototype.on = r.prototype.addListener, r.prototype.once = function (e, t) { function n() { this.removeListener(e, n), r || (r = !0, t.apply(this, arguments)) } if (!i(t)) throw TypeError("listener must be a function"); var r = !1; return n.listener = t, this.on(e, n), this }, r.prototype.removeListener = function (e, t) { var n, r, o, u; if (!i(t)) throw TypeError("listener must be a function"); if (!this._events || !this._events[e]) return this; if (n = this._events[e], o = n.length, r = -1, n === t || i(n.listener) && n.listener === t) delete this._events[e], this._events.removeListener && this.emit("removeListener", e, t); else if (s(n)) { for (u = o; u-- > 0;) if (n[u] === t || n[u].listener && n[u].listener === t) { r = u; break } if (0 > r) return this; 1 === n.length ? (n.length = 0, delete this._events[e]) : n.splice(r, 1), this._events.removeListener && this.emit("removeListener", e, t) } return this }, r.prototype.removeAllListeners = function (e) { var t, n; if (!this._events) return this; if (!this._events.removeListener) return 0 === arguments.length ? this._events = {} : this._events[e] && delete this._events[e], this; if (0 === arguments.length) { for (t in this._events) "removeListener" !== t && this.removeAllListeners(t); return this.removeAllListeners("removeListener"), this._events = {}, this } if (n = this._events[e], i(n)) this.removeListener(e, n); else for (; n.length;) this.removeListener(e, n[n.length - 1]); return delete this._events[e], this }, r.prototype.listeners = function (e) { var t; return t = this._events && this._events[e] ? i(this._events[e]) ? [this._events[e]] : this._events[e].slice() : [] }, r.listenerCount = function (e, t) { var n; return n = e._events && e._events[t] ? i(e._events[t]) ? 1 : e._events[t].length : 0 } }, {}], 3: [function (e, t, n) { function r() { if (!u) { u = !0; for (var e, t = s.length; t;) { e = s, s = []; for (var n = -1; ++n < t;) e[n](); t = s.length } u = !1 } } function i() { } var o = t.exports = {}, s = [], u = !1; o.nextTick = function (e) { s.push(e), u || setTimeout(r, 0) }, o.title = "browser", o.browser = !0, o.env = {}, o.argv = [], o.version = "", o.versions = {}, o.on = i, o.addListener = i, o.once = i, o.off = i, o.removeListener = i, o.removeAllListeners = i, o.emit = i, o.binding = function (e) { throw new Error("process.binding is not supported") }, o.cwd = function () { return "/" }, o.chdir = function (e) { throw new Error("process.chdir is not supported") }, o.umask = function () { return 0 } }, {}], 4: [function (e, t, n) { "use strict"; function r() { } function i(e) { try { return e.then } catch (t) { return _ = t, d } } function o(e, t) { try { return e(t) } catch (n) { return _ = n, d } } function s(e, t, n) { try { e(t, n) } catch (r) { return _ = r, d } } function u(e) { if ("object" != typeof this) throw new TypeError("Promises must be constructed via new"); if ("function" != typeof e) throw new TypeError("not a function"); this._32 = 0, this._8 = null, this._89 = [], e !== r && p(e, this) } function f(e, t, n) { return new e.constructor(function (i, o) { var s = new u(r); s.then(i, o), c(e, new v(t, n, s)) }) } function c(e, t) { for (; 3 === e._32;) e = e._8; return 0 === e._32 ? void e._89.push(t) : void m(function () { var n = 1 === e._32 ? t.onFulfilled : t.onRejected; if (null === n) return void (1 === e._32 ? a(t.promise, e._8) : l(t.promise, e._8)); var r = o(n, e._8); r === d ? l(t.promise, _) : a(t.promise, r) }) } function a(e, t) { if (t === e) return l(e, new TypeError("A promise cannot be resolved with itself.")); if (t && ("object" == typeof t || "function" == typeof t)) { var n = i(t); if (n === d) return l(e, _); if (n === e.then && t instanceof u) return e._32 = 3, e._8 = t, void h(e); if ("function" == typeof n) return void p(n.bind(t), e) } e._32 = 1, e._8 = t, h(e) } function l(e, t) { e._32 = 2, e._8 = t, h(e) } function h(e) { for (var t = 0; t < e._89.length; t++) c(e, e._89[t]); e._89 = null } function v(e, t, n) { this.onFulfilled = "function" == typeof e ? e : null, this.onRejected = "function" == typeof t ? t : null, this.promise = n } function p(e, t) { var n = !1, r = s(e, function (e) { n || (n = !0, a(t, e)) }, function (e) { n || (n = !0, l(t, e)) }); n || r !== d || (n = !0, l(t, _)) } var m = e("asap/raw"), _ = null, d = {}; t.exports = u, u._83 = r, u.prototype.then = function (e, t) { if (this.constructor !== u) return f(this, e, t); var n = new u(r); return c(this, new v(e, t, n)), n } }, { "asap/raw": 8 }], 5: [function (e, t, n) { "use strict"; function r(e) { var t = new i(i._83); return t._32 = 1, t._8 = e, t } var i = e("./core.js"); e("asap/raw"); t.exports = i; var o = r(!0), s = r(!1), u = r(null), f = r(void 0), c = r(0), a = r(""); i.resolve = function (e) { if (e instanceof i) return e; if (null === e) return u; if (void 0 === e) return f; if (e === !0) return o; if (e === !1) return s; if (0 === e) return c; if ("" === e) return a; if ("object" == typeof e || "function" == typeof e) try { var t = e.then; if ("function" == typeof t) return new i(t.bind(e)) } catch (n) { return new i(function (e, t) { t(n) }) } return r(e) }, i.all = function (e) { var t = Array.prototype.slice.call(e); return new i(function (e, n) { function r(s, u) { if (u && ("object" == typeof u || "function" == typeof u)) { if (u instanceof i && u.then === i.prototype.then) { for (; 3 === u._32;) u = u._8; return 1 === u._32 ? r(s, u._8) : (2 === u._32 && n(u._8), void u.then(function (e) { r(s, e) }, n)) } var f = u.then; if ("function" == typeof f) { var c = new i(f.bind(u)); return void c.then(function (e) { r(s, e) }, n) } } t[s] = u, 0 === --o && e(t) } if (0 === t.length) return e([]); for (var o = t.length, s = 0; s < t.length; s++) r(s, t[s]) }) }, i.reject = function (e) { return new i(function (t, n) { n(e) }) }, i.race = function (e) { return new i(function (t, n) { e.forEach(function (e) { i.resolve(e).then(t, n) }) }) }, i.prototype["catch"] = function (e) { return this.then(null, e) } }, { "./core.js": 4, "asap/raw": 8 }], 6: [function (e, t, n) { "use strict"; function r() { if (f.length) throw f.shift() } function i(e) { var t; t = u.length ? u.pop() : new o, t.task = e, s(t) } function o() { this.task = null } var s = e("./raw"), u = [], f = [], c = s.makeRequestCallFromTimer(r); t.exports = i, o.prototype.call = function () { try { this.task.call() } catch (e) { i.onerror ? i.onerror(e) : (f.push(e), c()) } finally { this.task = null, u[u.length] = this } } }, { "./raw": 7 }], 7: [function (e, t, n) { (function (e) { "use strict"; function n(e) { u.length || (s(), f = !0), u[u.length] = e } function r() { for (; c < u.length;) { var e = c; if (c += 1, u[e].call(), c > a) { for (var t = 0, n = u.length - c; n > t; t++) u[t] = u[t + c]; u.length -= c, c = 0 } } u.length = 0, c = 0, f = !1 } function i(e) { var t = 1, n = new l(e), r = document.createTextNode(""); return n.observe(r, { characterData: !0 }), function () { t = -t, r.data = t } } function o(e) { return function () { function t() { clearTimeout(n), clearInterval(r), e() } var n = setTimeout(t, 0), r = setInterval(t, 50) } } t.exports = n; var s, u = [], f = !1, c = 0, a = 1024, l = e.MutationObserver || e.WebKitMutationObserver; s = "function" == typeof l ? i(r) : o(r), n.requestFlush = s, n.makeRequestCallFromTimer = o }).call(this, "undefined" != typeof global ? global : "undefined" != typeof self ? self : "undefined" != typeof window ? window : {}) }, {}], 8: [function (e, t, n) { (function (n) { "use strict"; function r(e) { f.length || (o(), c = !0), f[f.length] = e } function i() { for (; a < f.length;) { var e = a; if (a += 1, f[e].call(), a > l) { for (var t = 0, n = f.length - a; n > t; t++) f[t] = f[t + a]; f.length -= a, a = 0 } } f.length = 0, a = 0, c = !1 } function o() { var t = n.domain; t && (s || (s = e("domain")), s.active = n.domain = null), c && u ? setImmediate(i) : n.nextTick(i), t && (s.active = n.domain = t) } var s, u = "function" == typeof setImmediate; t.exports = r; var f = [], c = !1, a = 0, l = 1024; r.requestFlush = o }).call(this, e("_process")) }, { _process: 3, domain: 1 }], 9: [function (e, t, n) { "function" != typeof Promise.prototype.done && (Promise.prototype.done = function (e, t) { var n = arguments.length ? this.then.apply(this, arguments) : this; n.then(null, function (e) { setTimeout(function () { throw e }, 0) }) }) }, {}], 10: [function (e, t, n) { e("asap"); "undefined" == typeof Promise && (Promise = e("./lib/core.js"), e("./lib/es6-extensions.js")), e("./polyfill-done.js") }, { "./lib/core.js": 4, "./lib/es6-extensions.js": 5, "./polyfill-done.js": 9, asap: 6 }] }, {}, [10]);
(function(){"use strict";function h(n){t.push(n);1===t.length&&f()}function o(){for(;t.length;)t[0](),t.shift()}function n(n){this.a=i;this.b=void 0;this.f=[];var t=this;try{n(function(n){s(t,n)},function(n){r(t,n)})}catch(u){r(t,u)}}function c(t){return new n(function(n,i){i(t)})}function l(t){return new n(function(n){n(t)})}function s(n,t){var u,f;if(n.a===i){if(t===n)throw new TypeError("Promise settled with itself.");u=!1;try{if(f=t&&t.then,null!==t&&"object"==typeof t&&"function"==typeof f){f.call(t,function(t){u||s(n,t);u=!0},function(t){u||r(n,t);u=!0});return}}catch(o){u||r(n,o);return}n.a=0;n.b=t;e(n)}}function r(n,t){if(n.a===i){if(t===n)throw new TypeError("Promise settled with itself.");n.a=1;n.b=t;e(n)}}function e(n){h(function(){if(n.a!==i)for(;n.f.length;){var t=n.f.shift(),u=t[0],f=t[1],r=t[2],t=t[3];try{0===n.a?"function"==typeof u?r(u.call(void 0,n.b)):r(n.b):1===n.a&&("function"==typeof f?r(f.call(void 0,n.b)):t(n.b))}catch(e){t(e)}}})}function a(t){return new n(function(n,i){function e(i){return function(r){u[i]=r;f+=1;f===t.length&&n(u)}}var f=0,u=[],r;for(0===t.length&&n(u),r=0;r<t.length;r+=1)t[r].c(e(r),i)})}function v(t){return new n(function(n,i){for(var r=0;r<t.length;r+=1)t[r].c(n,i)})}var t=[],u,f,i;window.MutationObserver?(u=document.createElement("div"),new MutationObserver(o).observe(u,{attributes:!0}),f=function(){u.setAttribute("x",0)}):f=function(){setTimeout(o)};i=2;n.prototype.g=function(n){return this.c(void 0,n)};n.prototype.c=function(t,i){var r=this;return new n(function(n,u){r.f.push([t,i,n,u]);e(r)})};window.Promise||(window.Promise=n,window.Promise.resolve=l,window.Promise.reject=c,window.Promise.race=v,window.Promise.all=a,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype["catch"]=n.prototype.g)})(),function(){"use strict";function e(n){function t(){document.body?n():setTimeout(t,0)}t()}function t(n){this.a=document.createElement("div");this.a.setAttribute("aria-hidden","true");this.a.appendChild(document.createTextNode(n));this.b=document.createElement("span");this.c=document.createElement("span");this.h=document.createElement("span");this.g=document.createElement("span");this.f=-1;this.b.style.cssText="display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.c.style.cssText="display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.g.style.cssText="display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;";this.h.style.cssText="display:inline-block;width:200%;height:200%;font-size:16px;";this.b.appendChild(this.h);this.c.appendChild(this.g);this.a.appendChild(this.b);this.a.appendChild(this.c)}function n(n,t,i){n.a.style.cssText="min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;left:-999px;white-space:nowrap;font-size:100px;font-family:"+t+";"+i}function i(n){var t=n.a.offsetWidth,i=t+100;return n.g.style.width=i+"px",n.c.scrollLeft=i,n.b.scrollLeft=n.b.scrollWidth+100,n.f!==t?(n.f=t,!0):!1}function r(n,t){n.b.addEventListener("scroll",function(){i(n)&&null!==n.a.parentNode&&t(n.f)},!1);n.c.addEventListener("scroll",function(){i(n)&&null!==n.a.parentNode&&t(n.f)},!1);i(n)}function u(n,t){var i=t||{};this.family=n;this.style=i.style||"normal";this.variant=i.variant||"normal";this.weight=i.weight||"normal";this.stretch=i.stretch||"stretch";this.featureSettings=i.featureSettings||"normal"}var f=null;u.prototype.a=function(i,u){var d=i||"BESbswy",g=u||3e3,l="font-style:"+this.style+";font-variant:"+this.variant+";font-weight:"+this.weight+";font-stretch:"+this.stretch+";font-feature-settings:"+this.featureSettings+";-moz-font-feature-settings:"+this.featureSettings+";-webkit-font-feature-settings:"+this.featureSettings+";",c=document.createElement("div"),a=new t(d),v=new t(d),y=new t(d),o=-1,s=-1,h=-1,w=-1,b=-1,k=-1,p=this;return new Promise(function(t,i){function d(){null!==c.parentNode&&c.parentNode.removeChild(c)}function u(){if((-1!==o&&-1!==s||-1!==o&&-1!==h||-1!==s&&-1!==h)&&(o===s||o===h||s===h)){if(null===f){var n=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);f=!!n&&(536>parseInt(n[1],10)||536===parseInt(n[1],10)&&11>=parseInt(n[2],10))}f?o===w&&s===w&&h===w||o===b&&s===b&&h===b||o===k&&s===k&&h===k||(d(),t(p)):(d(),t(p))}}e(function(){function t(){if(Date.now()-f>=g)d(),i(p);else{var n=document.hidden;(!0===n||void 0===n)&&(o=a.a.offsetWidth,s=v.a.offsetWidth,h=y.a.offsetWidth,u());setTimeout(t,50)}}var f=Date.now();n(a,"sans-serif",l);n(v,"serif",l);n(y,"monospace",l);c.appendChild(a.a);c.appendChild(v.a);c.appendChild(y.a);document.body.appendChild(c);w=a.a.offsetWidth;b=v.a.offsetWidth;k=y.a.offsetWidth;t();r(a,function(n){o=n;u()});n(a,p.family+",sans-serif",l);r(v,function(n){s=n;u()});n(v,p.family+",serif",l);r(y,function(n){h=n;u()});n(y,p.family+",monospace",l)})})};window.FontFaceObserver=u;window.FontFaceObserver.prototype.check=u.prototype.a}();					
        var o = new FontFaceObserver("ericsson_capital_ttregular", { weight: 400 });
        o.check(null, 5000).then(function () { document.documentElement.className += " is-fontsloaded"; }, function () { console.log('Font could not be loaded'); });
        
    </script>
        <style>.fakeheadline,h1,h2,h3,h4{font-weight:400}.btn,a{color:#0066B3}.btn,.cookiedisclaimer-button,.headersearch-togglebutton,.is-linked,.mobilenav-expandbutton,.videoplayer-launchplayer,body:before,button{cursor:pointer}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}.fakeheadline,body,h1,h3,html{-webkit-font-smoothing:antialiased}.btn,a{text-decoration:none}.footersearch-textfield,.headersearch-textfield,button,input{-webkit-appearance:none}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}.fakeheadline,body,button,h1{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.accessibilityshortcuts{position:absolute;top:-1000px;padding:0;margin:0}.accessibilityshortcuts a:active,.accessibilityshortcuts a:focus{position:absolute!important;top:1000px;white-space:nowrap;padding:5px 20px;margin:0;font-weight:400;left:10px;z-index:1000;background:#fff}.btn{line-height:1.4;display:inline-block;background-color:transparent;opacity:1;padding:.75rem 1rem;border:2px solid rgba(0,102,179,.6);border-radius:8px;margin:auto auto .6875rem;transition:color .5s,border-color .5s;font-size:1.125rem}.btn:active,a{transition:border-color .2s}.btn:focus,.btn:hover{opacity:1;color:#0066B3;border:2px solid #0066B3}.btn:active{opacity:1;border:2px solid rgba(0,102,179,.6)}.btn.small{padding:.25rem .75rem;font-size:1rem}@font-face{font-family:ericsson_capital_ttregular;src:url(/fonts/ericssoncapitaltt-webfont.eot);src:url(/fonts/ericssoncapitaltt-webfont.eot?#iefix) format('embedded-opentype'),url(/fonts/ericssoncapitaltt-webfont.woff) format('woff'),url(/fonts/ericssoncapitaltt-webfont.ttf) format('truetype'),url(/fonts/ericssoncapitaltt-webfont.svg#ericsson_capital_ttregular) format('svg');font-weight:400;font-style:normal}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;height:100%}*{padding:0;margin:0}.left{float:left}.eGNormal,.eGWide{width:calc(100% - .6875rem);margin:auto .34375rem;clear:both;position:relative}.eGWrapping{overflow:hidden}.eG1Col,.eG3Col{float:left;margin:.6875rem;width:calc(100% - 1.375rem)}.contentarea .block{margin-bottom:2.75rem}p{font-style:normal;margin-bottom:1.44375rem;EditMenuName:Normal}.fakeh1,h1{font-size:2.8rem;line-height:2.75rem;margin-bottom:1.2375rem}h2,h3{margin-bottom:1rem}@media screen and (max-width:550px){.fakeh1,h1{font-family:inherit;font-size:2.2rem;line-height:2.5rem;letter-spacing:0}}@media screen and (min-width:550px){.fakeh1,h1{font-size:3rem;line-height:3.09375rem}}@media screen and (min-width:750px),print{.fakeh1,h1{font-size:3.813rem;line-height:4rem;letter-spacing:0}}h2{font-size:2.3rem;line-height:2.40625rem;EditMenuName:Heading 2}@media screen and (min-width:550px){h2{font-size:2.3rem}}@media screen and (min-width:750px),print{h2{font-size:2.5rem;line-height:2.75rem}}h3{font-size:1.7rem;line-height:2.0625rem;EditMenuName:Heading 3}h4{margin-bottom:.75625rem;font-size:1.25rem;line-height:1.71875rem;EditMenuName:Heading 4}ul{margin:auto 1.375rem 1.375rem}li{margin-bottom:.6875rem}a{border-bottom:1px solid rgba(255,255,255,0)}a:active,a:focus,a:hover{border-bottom-color:#66bdff}hr{width:100%;border-bottom:2px solid #eee;border-top:0;border-left:0;border-right:0;margin:1.375rem auto}.bhr{height:4px;border:none;border-radius:2px;background:#eee}img{border:0}.cFill4{background-color:#fabb00}div[class*=bFill]{color:#fff;border-radius:4px}.bFill0{background-image:url("/ui/styles/gradient.aspx?colors=A1C517,009045,0082B6,151F77,DB004F&direction=to bottom right");background-image:linear-gradient(to bottom right,#A1C517,#009045,#0082B6,#151F77,#DB004F)}.bFill6{background-color:#002B5E}@media screen and (min-width:550px){h4{font-size:1.375rem}}@media screen and (min-width:750px),print{html{font-size:93.75%}.eGNormal,.eGWide{width:98%;width:calc(100% - 1.375rem);margin:auto}.eGNormal .eG1Col.block,.eGNormal .eG3Col.block{margin:0 .6875rem 43px}.eGNormal .eG3Col{width:calc(33.333333% - 1.375rem)}.eGNormal .eG1Col{width:calc(100% - 1.375rem)}}@media screen and (min-width:960px),print{.eGWide{width:calc(88.889% - 1.375rem);margin:auto calc(5.556% + .6875rem)}.eGNormal{width:calc(66.6667% - 1.375rem);margin:auto calc(16.6667% + .6875rem)}.eG3Col{width:calc(33.33333% - 1.375rem)}}@media screen and (min-width:1100px){html{font-size:100%}}@media screen and (min-width:1440px){html{font-size:106%}}@media screen and (min-width:1600px){html{font-size:112%}.eGWide{width:calc(80% - 1.375rem);margin:auto calc(10% + .6875rem)}.eGNormal{width:calc(60% - 1.375rem);margin:auto calc(20% + .6875rem)}}@media screen and (min-width:1900px){.eGWide{width:calc(66.6667% - 1.375rem);margin:auto calc(16.6667% + .6875rem)}.eGNormal{width:calc(50% - 1.375rem);margin:auto calc(25% + .6875rem)}}@media screen and (min-width:2200px){html{font-size:118%}}@media print{body,html{width:100%;height:100%}}.contentarea-container{clear:both;width:100%;overflow:hidden;padding-top:2.6125rem}.contentarea-container>div>.eG1Col{margin-top:0}.contentarea-heading{margin-top:0;margin-bottom:1.375rem;font-size:1.9rem}@media screen and (max-width:750px){.contentarea-heading{margin-top:1.375rem}}.cookiedisclaimer{border-radius:0;display:none;width:100%;margin:0!important;color:#262626;background:#f3f8e8;z-index:9001}.visuallyhidden,fieldset{border:0;padding:0}.cookiedisclaimer .cookiedisclaimer-container{z-index:9000;padding:20px 0 14px}.cookiedisclaimer-text{padding:0 0 0 calc(1.03125rem);margin:0;width:100%;display:inline-block}.cookiedisclaimer-button{float:right;margin:-5px .6875rem 0 0}@media screen and (max-width:1024px){.cookiedisclaimer-button{margin-top:5px;margin-left:10px}}@media screen and (max-width:480px){.cookiedisclaimer-button{margin-top:.6875rem;margin-left:10px}}body{color:#262626;font-size:16px;line-height:1.4;font-smoothing:antialiased;padding:0;overflow-y:scroll}html.no-js .only-js{display:none}body,fieldset{margin:0}html *{-ms-box-sizing:border-box;box-sizing:border-box}.pagecontainer{background:#fff}.visuallyhidden{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;margin:-1px;width:1px}button{background-color:transparent}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.footer-topdivider{margin-top:4px;margin-bottom:0;clear:both}.pagefooter-content{padding:3.4375rem 0 2.0625rem;position:relative;min-height:100px;border-radius:0!important}@media screen and (max-width:750px){.pagefooter-content{padding:1.375rem 0 0;overflow:hidden}.footersearch{display:none}}.pagefooter-content a{color:#fff}.pagefooter-content a.tag:active,.pagefooter-content a.tag:focus,.pagefooter-content a.tag:hover{border-color:#fff;color:#fff}.footersearch{padding:0 0 0 40px;position:relative;overflow:hidden}.footersearch-textfield{font-size:2rem;border:0;padding:.6875rem;width:100%}.footersearch-textfield::-webkit-input-placeholder{color:#737373}.footersearch-textfield:-moz-placeholder{color:#737373;opacity:1}.footersearch-textfield::-moz-placeholder{color:#737373;opacity:1}.footersearch-textfield:-ms-input-placeholder{color:#737373}.footersearch-submitbutton{display:block;float:right}.pagefooter-logo-link{position:absolute;left:-75px;display:inline-block;top:3px;margin-top:6px}.pagefooter-logo-link:active,.pagefooter-logo-link:focus,.pagefooter-logo-link:hover{text-decoration:none;border-bottom:0}@media screen and (max-width:750px){.pagefooter-logo-link{position:absolute;left:auto;right:0;margin-top:0}.pagefooter-content-linksandmaincontent{position:relative;top:0;float:none;width:100%}}.pagefooter-globallinks-list{list-style:none;padding:0;margin:0}.pagefooter-globallinks-listitem a:hover{border-bottom-color:#FFF}.pagefooter-globallinks-link{color:#fff;font-size:1.1875rem}.pagefooter-maincontent>div{display:block;padding:.6875rem 0;overflow:hidden}.pagefooter-maincontent span{display:inline-block;line-height:1.7rem}.pagefooter-maincontent a:active,.pagefooter-maincontent a:focus,.pagefooter-maincontent a:hover{border-bottom:1px solid #fff}.pagefooter-contact{padding-top:0!important}.pagefooter-followus span{margin-right:0;width:25%;float:left;display:block;padding-right:25px}@media screen and (max-width:750px){.pagefooter-followus .pagefooter-textcontent span{display:block;margin:0;width:40px;padding:0}.pagefooter-bottomlinks{text-align:center}.pagefooter-bottomlinks .eGWrapping{overflow:visible}}a.pagefooter-social-link{margin-right:0;border-bottom:0}a.pagefooter-social-link:active,a.pagefooter-social-link:focus,a.pagefooter-social-link:hover{border-bottom:0}a.pagefooter-social-link:active svg,a.pagefooter-social-link:focus svg,a.pagefooter-social-link:hover svg{opacity:.8;transition:opacity .5s}a.pagefooter-social-link svg{height:30px}.social-footer-icon{fill:#FFF}.pagefooter-texttitle{float:left;font-size:1.1875rem;margin-bottom:.6875rem}.pagefooter-textcontent{width:75%;font-size:1.1875rem}.pagefooter-bottomlinks{background:#ebebeb;display:-ms-flexbox;display:flex;padding-top:.6875rem;padding-bottom:.6875rem;line-height:2.5}.pageheader{position:relative}.pageheader-topsection{position:relative;z-index:300;border-bottom:2px solid #EDEDED}.pageheader-theme-medium .pageheader-topsection{border-bottom:none}.pageheader-logo{vertical-align:top;overflow:hidden;display:inline-block;width:calc(13.3% - 2.0625rem);margin:16px 2.0625rem .34375rem 0}@media screen and (max-width:980px){.pageheader-logo{width:20%}}.pageheader-logo-svgpath{fill:#fff}.pageheader-logo-link{overflow:hidden;display:block;height:100%;border-bottom:0}.pageheader-logo-link:active,.pageheader-logo-link:focus,.pageheader-logo-link:hover{border-bottom:0}.pageheader-logo-image{width:3.4375rem}div.pageheader div.pageheader-topsection div.pageheader-buttons{opacity:1}.pageheader-buttons{margin-right:.6875rem;float:right;display:block}@media screen and (max-width:980px){.pageheader-buttons{width:30%}}@media screen and (max-width:320px){.pageheader-buttons{width:40%}}@media screen and (max-width:600px){.pageheader-buttons{width:50%}}.pageheader-button{opacity:1;font-size:.875rem;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.6);border-radius:8px;padding:.34375rem .6875rem;margin:.6875rem 0 0;transition:color .5s,border-color .5s;float:right}.pageheader-button:active,.pageheader-button:focus,.pageheader-button:hover{opacity:1;border-color:#fff}.pageheader-navigation{display:inline-block}@media screen and (max-width:980px){.pageheader-navigation{display:none}}.headersearch-container{position:absolute;width:100%;z-index:-1;padding:.6875rem;-ms-transform:translateY(-150px);transform:translateY(-150px);background-color:#e7e7e7;clip:auto}.headersearch{padding:0;margin:0;overflow:hidden}.headersearch-fieldset{background:#fff;border-radius:8px;border:2px solid #ccc}.headersearch-textfield{font-size:2rem;padding:calc(.584375rem);width:100%;width:calc(100% - 34px - 1.375rem);border:0;color:#262626}.headersearch-textfield::-webkit-input-placeholder{color:#767676}.headersearch-textfield:-moz-placeholder{color:#767676;opacity:1}.headersearch-textfield::-moz-placeholder{color:#767676;opacity:1}.headersearch-textfield:-ms-input-placeholder{color:#767676}.headersearch-textfield:active::-webkit-input-placeholder,.headersearch-textfield:focus::-webkit-input-placeholder,.headersearch-textfield:hover::-webkit-input-placeholder{color:#ccc}.headersearch-textfield:active:-moz-placeholder,.headersearch-textfield:focus:-moz-placeholder,.headersearch-textfield:hover:-moz-placeholder{color:#ccc;opacity:1}.headersearch-textfield:active::-moz-placeholder,.headersearch-textfield:focus::-moz-placeholder,.headersearch-textfield:hover::-moz-placeholder{color:#ccc;opacity:1}.headersearch-textfield:active:-ms-input-placeholder,.headersearch-textfield:focus:-ms-input-placeholder,.headersearch-textfield:hover:-ms-input-placeholder{color:#ccc}.headersearch-submitbutton{display:block;position:absolute;right:1.375rem;top:50%;margin-top:-18px;background-color:transparent;border:0;text-indent:-100px;width:34px;height:34px;cursor:pointer}@media screen and (max-width:750px){.headersearch-textfield{font-size:1.5rem;padding:.6875rem}.headersearch-submitbutton{margin-top:-17px;background-size:24px;width:34px;height:34px}}.headersearch-togglebutton{background-color:transparent;position:relative;float:right;outline:0;width:24px;height:24px;padding:.6875rem;border:0;margin:30px calc(1.375rem) 0 0;z-index:300}@media screen and (max-width:980px){.headersearch-togglebutton{float:right;margin-right:1.375rem}}.headersearch-togglebutton:after{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyMyAyMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGR9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyLjQwMiAxOS41ODZsLTQuOTk2LTVhMS45OTcgMS45OTcgMCAwIDAtLjk3Mi0uNTMyQTguOTUgOC45NSAwIDAgMCAxNy45OTIgOWMwLTQuOTYyLTQuMDM0LTktOC45OTItOUM0LjA0MyAwIC4wMSA0LjAzOC4wMSA5UzQuMDQyIDE4IDkgMThjMS44NyAwIDMuNjEtLjU3NiA1LjA1LTEuNTU4LjA4LjM1Ni4yNTQuNjk1LjUzLjk3Mmw0Ljk5NiA1YTEuOTk0IDEuOTk0IDAgMCAwIDIuODIzIDAgMiAyIDAgMCAwIDAtMi44Mjh6TTkgMTZjLTMuODU2IDAtNi45OTMtMy4xNC02Ljk5My03UzUuMTQ0IDIgOSAyYzMuODU2IDAgNi45OTQgMy4xNCA2Ljk5NCA3UzEyLjg1NiAxNiA5IDE2eiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+) center left no-repeat;background-size:24px;width:24px;height:24px;position:absolute;top:0;left:0;content:"";transition-property:opacity;transition-duration:.3s;opacity:1}.headersearch-togglebutton:before{content:"";opacity:0;display:block;left:50%;top:-42px;position:relative;border:solid transparent;height:0;width:0;pointer-events:none;border-color:rgba(51,51,51,0);border-top-color:#e7e7e7;border-width:12px;margin-left:-16px;-ms-transform:translateY(-150px);transform:translateY(-150px);transition-duration:.3s}.headersearch-togglebutton>span{width:24px;height:24px;position:absolute;left:-6px;top:0;transition-property:opacity;transition-duration:.3s;opacity:0}@media screen and (max-width:768px){.headersearch-togglebutton{margin-top:28px;float:right;margin-right:10px;width:30px;height:30px;background-size:30px}.headersearch-togglebutton:before{top:-39px}.headersearch-togglebutton>span{left:-3px}}.pageheader-theme-medium{height:43vw;overflow:hidden}@media screen and (max-width:600px){.pageheader-theme-medium{height:75vw;max-height:90vh}}@media screen and (min-width:1100px){.pageheader-theme-medium{height:600px}}.herosection{position:absolute;top:0;z-index:100;width:100%;height:100%;background:#00285e}.herosection-imagecontainer{position:absolute;top:0;bottom:0;right:0;left:0;max-height:100%;z-index:101;min-height:100%}picture.herosection-image{min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.herosection-contentwrap1{position:relative;top:0;bottom:0;z-index:102;color:#fff;height:calc(100%);width:100%;display:table}@media screen and (max-width:750px){.herosection-contentwrap1{height:calc(100%)}}.pageheader-theme-medium .herosection-contentwrap1{height:calc(100%)}.herosection-contentwrap2{display:table-cell;padding-top:0;height:100%;vertical-align:middle}@media screen and (max-width:750px){.herosection-contentwrap2{padding-top:7%}}@media screen and (max-width:375px){.herosection-contentwrap2{padding-top:10%}}@media screen and (max-width:320px){.herosection-contentwrap2{padding-top:15%}}.herosection-content{text-align:center;transition:all .25s ease-in-out}.herosection-content.center-content{max-width:100%;margin:0 auto}.herosection-content-headline{margin-bottom:15px}@media screen and (max-width:900px){.herosection-content-headline{font-size:2.7rem}}@media screen and (max-width:500px){.herosection-content-headline{font-size:2.5rem}}@media screen and (max-width:450px){.herosection-content-headline{line-height:1.5rem;font-size:1.5rem;margin-bottom:22px}}html .pageheader .mobilenav{display:none}.mobilenav-togglebutton{margin-top:25px;outline:0}body:before{background-color:rgba(0,0,0,.4);content:'';width:100%;height:100%;display:block;position:absolute;-ms-transform:translatex(-100%);transform:translatex(-100%);z-index:400}.mobilenav-header{padding:1.03125rem 1.03125rem 1.03125rem calc(1.375rem + 5px);overflow:hidden}.mobilenav-header-button:last-child{float:right}.mobilenav-expandbutton{display:none;background-color:transparent;border:0;position:absolute;right:0;top:0;padding:9px}.mobilenav-linkcontainer,picture{position:relative}.mobilenav-list{margin:0 0 2.0625rem;padding:0;overflow-y:auto;max-height:100%}.mobilenav-countryselectorwrap,picture.ratio-unrecognized{overflow:hidden}.mobilenav-listitem{margin:0;padding:0}.mobilenav-link{color:#0066b3;border-bottom:none;transition:none;display:block}.mobilenav-link:active,.mobilenav-link:focus,.mobilenav-link:hover{border-bottom:none;color:#262626}.mobilenav-link.is-selected{color:#262626;border-left-color:#262626}.mobilenav-linkcontainerlvl1>.mobilenav-expandbutton{display:block}.mobilenav-linklvl1{padding:.6875rem .6875rem .6875rem 1.375rem;border-left:5px solid transparent}.mobilenav-linklvl1:active,.mobilenav-linklvl1:focus,.mobilenav-linklvl1:hover{border-bottom:none;color:#262626;border-left-color:#262626}.mobilenav-containerlvl2{display:none;background:#eee}.mobilenav-listlvl2{padding:0 0 .6875rem;margin:0}.mobilenav-linklvl2{display:block;padding:.6875rem .6875rem .6875rem 2.75rem;border-left:5px solid transparent}.mobilenav-countryselectorwrap,.mobilenav-followus{border-top:2px solid #e5e5e5;padding:.6875rem calc(1.375rem + 5px)}.mobilenav-linklvl2:active,.mobilenav-linklvl2:focus,.mobilenav-linklvl2:hover{border-bottom:none;border-left-color:#262626;color:#262626}.mobilenav-containerlvl3{display:none}.mobilenav-countryselector-link{width:100%;margin:0}a.mobilenav-social-link{margin-right:.34375rem;border-bottom:0}a.mobilenav-social-link:active,a.mobilenav-social-link:focus,a.mobilenav-social-link:hover{border-bottom:0}a.mobilenav-social-link:active svg,a.mobilenav-social-link:focus svg,a.mobilenav-social-link:hover svg{opacity:.8;transition:opacity .5s}a.mobilenav-social-link svg{height:30px}a.mobilenav-social-link .social-footer-icon{fill:#999}.firstnav,.firstnav-list{margin:0;padding:0}.pageheader-topsection .pageheader-navigation .firstnav{opacity:1}.firstnav{display:block;line-height:.5}.firstnav-item,.firstnav-link,.tag,[class*=eIcon]{display:inline-block}.firstnav-item{list-style:none;padding:0;margin:0 1.4rem 0 0}@media screen and (max-width:1270px){.firstnav-item{list-style:none;padding:0;margin:0 1.125rem 0 0}}.firstnav-link{color:#fff;text-decoration:none;padding:32px 0 .6875rem;border-top:4px solid transparent;border-bottom:4px solid transparent;font-size:1.25rem}@media screen and (max-width:1270px){.firstnav-link{font-size:1.0625rem}}.firstnav-link:active,.firstnav-link:focus,.firstnav-link:hover{text-decoration:none;border-top-color:#fff;border-bottom-color:transparent}@media screen and (min-width:980px){.pageheader-logo{margin-right:0}nav.pageheader-navigation{width:calc(100% - 14rem)}}@media screen and (min-width:1024px){nav.pageheader-navigation{width:calc(100% - 16rem)}}@media screen and (min-width:1200px){nav.pageheader-navigation{width:calc(100% - 20rem)}}picture{width:100%;display:block}picture img{position:absolute;left:0;top:0;width:100%;height:100%}picture.ratio-unrecognized,picture.ratio16-9{height:0;padding-bottom:56.25%}.tag{background-color:none;text-decoration:none;padding:.125rem .5rem;border:1px solid #adadad;color:#767676;border-radius:4px;font-size:81.25%;transition-property:color .1s easeout border-color .1s easeout;margin:auto .6875rem auto auto}.tag.large{font-size:100%;padding:.25rem .5rem}a.tag:active,a.tag:focus,a.tag:hover{color:#0066B3;border-color:#666}.videoplayer{position:relative;margin-bottom:0}.videoplayer-launchplayer picture:before{content:"";display:inline-block;z-index:10;position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEyLjYgMjEyLjYiPjxzdHlsZT4uc3Qwe2ZpbGw6I0ZGRn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzcuMyA4Ni42Yy0uNi0uOS0xLjgtMS4yLTIuOC0uNi0uOS42LTEuMiAxLjgtLjYgMi44IDMuMiA1LjEgNS4xIDExLjEgNS4xIDE3LjUgMCAxOC4xLTE0LjcgMzIuNy0zMi43IDMyLjctMTguMSAwLTMyLjctMTQuNy0zMi43LTMyLjcgMC0xOC4xIDE0LjctMzIuNyAzMi43LTMyLjcgOSAwIDE3LjEgMy42IDIzLjEgOS41LjguOCAyLjEuOCAyLjggMCAuOC0uOC44LTIuMSAwLTIuOC02LjYtNi42LTE1LjgtMTAuNy0yNS45LTEwLjctMjAuMyAwLTM2LjcgMTYuNC0zNi43IDM2LjcgMCAyMC4zIDE2LjQgMzYuNyAzNi43IDM2LjcgMjAuMyAwIDM2LjctMTYuNCAzNi43LTM2LjcgMC03LjItMi4xLTE0LTUuNy0xOS43ek05NSA4OC43djM1LjJjMCAzLjUgMi41IDMuNSAzLjcgMi4zIDEuMi0xLjIgMjEuNy0xNS4yIDIyLjktMTYuNCAxLTEgMS43LTIuMSAxLjctMy41cy0uOC0yLjUtMS43LTMuNWMtLjYtLjYtMjIuNS0xNi0yMi45LTE2LjQtMS4zLTEuMi0zLjctMS4zLTMuNyAyLjN6Ii8+PC9zdmc+);background-repeat:no-repeat;background-position:center center}.videoplayer-launchplayer:focus picture:before,.videoplayer-launchplayer:hover picture:before{filter:drop-shadow(0 0 5px rgba(255, 255, 255, .5))}.videoplayer[data-videodisplaymode=inarticle]{position:relative}[class*=eIcon]{background-repeat:no-repeat}.eIconSearch{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCAyMyAyMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDI4NWU7ZmlsbC1ydWxlOmV2ZW5vZGR9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIyLjQwMiAxOS41ODZsLTQuOTk2LTVhMS45OTcgMS45OTcgMCAwIDAtLjk3Mi0uNTMyQTguOTUgOC45NSAwIDAgMCAxNy45OTIgOWMwLTQuOTYyLTQuMDM0LTktOC45OTItOUM0LjA0MyAwIC4wMSA0LjAzOC4wMSA5UzQuMDQyIDE4IDkgMThjMS44NyAwIDMuNjEtLjU3NiA1LjA1LTEuNTU4LjA4LjM1Ni4yNTQuNjk1LjUzLjk3Mmw0Ljk5NiA1YTEuOTk0IDEuOTk0IDAgMCAwIDIuODIzIDAgMiAyIDAgMCAwIDAtMi44Mjh6TTkgMTZjLTMuODU2IDAtNi45OTMtMy4xNC02Ljk5My03UzUuMTQ0IDIgOSAyYzMuODU2IDAgNi45OTQgMy4xNCA2Ljk5NCA3UzEyLjg1NiAxNiA5IDE2eiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+) center left no-repeat;background-size:34px 34px}.highlightedteaserblock .btn,.highlightedteaserblock .btn:active{border-color:rgba(38,38,38,.6)}.highlightedteaserblock{text-align:center;padding-top:.6875rem;margin-bottom:0}.highlightedteaserblock .btn{color:#262626}.highlightedteaserblock .btn:focus,.highlightedteaserblock .btn:hover{color:#262626;border-color:#262626}@media screen and (max-width:750px){.highlightedteaserblock .btn{margin-bottom:2.75rem}}.highlighted-teaser-label{text-transform:uppercase;margin-top:.6875rem;margin-bottom:.6875rem}.highlighted-teaser-body{width:70%;margin:0 auto}@media screen and (max-width:425px){.highlighted-teaser-body{width:95%}}.teaserblock h4{margin-top:.6875rem;font-size:1.13rem;line-height:1.4;margin-bottom:.34375rem}@media screen and (max-width:750px){.teaserblock h4{margin:0 0 1.03125rem}.teaserblock-media{margin-bottom:.6875rem}}.teasereditorialblock .teaserblock-text p:last-child{margin-bottom:0}.textwithmedia-headline{margin-bottom:.6875rem;margin-top:0}@media screen and (max-width:550px){.textwithmedia-headline{margin-top:0}}.text-float-left{float:left}.text-float-left p{margin-bottom:.6875rem}.text-float-left p:last-of-type{margin-bottom:0}picture.ratio-unrecognized img{height:auto;position:relative}.footersearch.eG1Col.eIconSearch{background-size:25px}.footersearch-textfield#footersearch-textfield{font-size:24px}.filtertags.is-visible::-webkit-scrollbar{display:none}.stickynav-wrap .eGNormal::-webkit-scrollbar{display:none!important}.sharelinks.is-fixed{position:fixed}.glitch-guard{opacity:0}</style>
    
    
    <noscript>
        <link rel="stylesheet" href="/build/10639330582/ui/styles/main.min.css" type="text/css" />
    </noscript>

     
</head>
<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"05683bc5b3","applicationID":"14075069","transactionName":"Z1EDMhRXXhZXWhUMDV4bLDAlGWMAVU0ICgxjQAAUEmZRAlN6DgsWQlsNCgNEHwxYXQQd","queueTime":0,"applicationTime":5524,"agent":"","atts":""}</script><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(2),u=e(3),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}finally{f.emit("fn-end",[c.now()],t)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now()])}},{}],2:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],3:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],4:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=m(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){v[e]=m(e).concat(n)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(t)}function g(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var v={},y={},b={on:l,emit:t,get:w,listeners:m,context:n,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(2),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!x++){var e=h.info=NREUM.info,n=d.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+h.offset],null,"api");var t=d.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===d.readyState&&i()}function i(){f("mark",["domContent",a()+h.offset],null,"api")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),f=e("handle"),c=e(2),s=e("ee"),p=window,d=p.document,l="addEventListener",m="attachEvent",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1039.min.js"},b=w&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),h=n.exports={offset:u,now:a,origin:v,features:{},xhrWrappable:b};e(1),d[l]?(d[l]("DOMContentLoaded",i,!1),p[l]("load",r,!1)):(d[m]("onreadystatechange",o),p[m]("onload",r)),f("mark",["firstbyte",u],null,"api");var x=0,E=e(4)},{}]},{},["loader"]);</script><body class="sectionstartpage js-requireloadminified ">

    <!-- build:remove -->
    
    <!-- /build -->

		<!-- Google Tag Manager -->
        <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WDW3F5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
        <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l !== 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WDW3F5');</script>

    
    <ul class="accessibilityshortcuts">
	<li>
		<a class="visuallyhidden focusable" href="#primarycontent" accesskey="s" tabindex="1">Skip to content</a>
	</li>
	<li><a class="visuallyhidden focusable" href="#mainnav" accesskey="n" tabindex="2">Go to main navigation</a></li>

	<li><a class="visuallyhidden focusable" href="#languageselector" tabindex="3">Go to language selector</a></li>
</ul>
    <div id="pageheader" class="pageheader js-pageheader pageheader-theme-medium" role="banner">
       
         <!--Header:Start-->



<link rel="stylesheet" href="https://www.ericsson.com/build/10639330582/ui/styles/includable.min.css" type="text/css" />
<div class="">
    
    <div class="cookiedisclaimer js-acceptcookie eGWrapping" id="cookiedisclaimer" data-json='{"cookieName":"eGenericCookieConsent","expiration":"2"}'>
		<div class="eGWide cookiedisclaimer-container">
			<p class="cookiedisclaimer-text">
				<button class="cookiedisclaimer-button btn small js-acceptcookie-button js-remove" aria-controls="cookiedisclaimer">Ok</button>
				This website uses cookies. If you continue to browse the site, we assume you are fine with how we use cookies on the web.
				<a href="http://www.ericsson.com/cookies">Read More</a>
			</p>

		</div>
</div>
    
    <header class="eheader glitch-guard">
        <div class="esearch">
            <div class="esearch-content">
                <div class="emenu-wrap">
                    <form action="/en/nsearch" method="get" class="headersearch">
                        <fieldset role="search">
                            <input type="search" id="headersearch-textfield" name="freeText" placeholder="Search">
                            <input type="submit" value="Search">
                            <label for="headersearch-textfield">Search freetext</label>
                        </fieldset>
                    </form>
                </div>
            </div>
        </div>
        <div class="emenu-wrap">
            <div class="elogo">
                <a href="/en"><svg id=ECON height=59 width=59><g><g id='ericsson_stroke' stroke=null><g id='ericsson_mainpath' stroke=null><path d='m21.117052,14.380578c-1.769064,0.673929 -3.790852,-0.252723 -4.464781,-2.106029c-0.673929,-1.769064 0.252723,-3.790852 2.106029,-4.464781l19.12274,-7.076256c1.769064,-0.673929 3.790852,0.252723 4.464781,2.106029c0.673929,1.769064 -0.252723,3.790852 -2.106029,4.464781l-19.12274,7.076256z' fill=#002561 id=svg_3 stroke=null /><path d='m21.117052,24.742239c-1.769064,0.673929 -3.790852,-0.252723 -4.464781,-2.106029c-0.673929,-1.769064 0.252723,-3.790852 2.106029,-4.464781l19.12274,-7.076256c1.769064,-0.589688 3.790852,0.252723 4.464781,2.106029c0.673929,1.769064 -0.252723,3.790852 -2.106029,4.464781l-19.12274,7.076256z' fill=#002561 id=svg_4 stroke=null /><path d='m21.117052,35.103899c-1.769064,0.673929 -3.790852,-0.252723 -4.464781,-2.106029c-0.673929,-1.769064 0.252723,-3.790852 2.106029,-4.464781l19.12274,-6.907774c1.769064,-0.673929 3.790852,0.252723 4.464781,2.106029c0.673929,1.769064 -0.252723,3.790852 -2.106029,4.464781l-19.12274,6.907774z' fill=#002561 id=svg_5 stroke=null /></g><g id=svg_6 stroke=null><polygon fill=#002561 id=svg_7 points='0.05676556006073952,43.69649804346645 6.543334430021998,43.69649804346645 6.543334430021998,45.381320960451006 2.331277137560603,45.381320960451006 2.331277137560603,46.89766094302817 6.374851495614605,46.89766094302817 6.374851495614605,48.75096679442012 2.331277137560603,48.75096679442012 2.331277137560603,50.2673035634526 6.543334430021998,50.2673035634526 6.543334430021998,52.036372767957886 0.05676556006073952,52.036372767957886 ' stroke=null /><polygon fill=#002561 id=svg_8 points='16.399546726932087,43.69649804346645 18.758299774773874,43.69649804346645 18.758299774773874,52.036372767957886 16.399546726932087,52.036372767957886 ' stroke=null /><path d='m27.013932,44.033461l-0.168482,1.769064c-1.853305,-1.095135 -4.717504,-0.75817 -4.717504,2.106029c-0.084241,2.779958 2.94844,3.201164 4.801745,2.274511l0.084241,1.853305c-3.369646,1.010894 -7.32898,0 -7.32898,-4.127816c0.168482,-4.043575 4.212057,-5.13871 7.32898,-3.875093l0,0z' fill=#002561 id=svg_9 stroke=null /><path d='m33.753224,43.864979l-0.168482,1.769064c-1.179376,-0.673929 -3.369646,-0.673929 -3.369646,0.336965c0,1.516341 3.875093,0.421206 3.875093,3.622369c0,3.032681 -3.70661,3.032681 -6.149604,2.358752l0.168482,-1.853305c1.516341,0.673929 3.622369,0.842411 3.622369,-0.336965c0,-1.347858 -3.959334,-0.589688 -3.959334,-3.622369c0.168482,-2.442993 3.201164,-3.116922 5.981121,-2.274511l0,0z' fill=#002561 id=svg_10 stroke=null /><path d='m40.660998,43.864979l-0.168482,1.684823c-1.179376,-0.673929 -3.369646,-0.673929 -3.369646,0.336965c0,1.516341 3.875093,0.421206 3.875093,3.622369c0,3.116922 -3.70661,3.116922 -6.149604,2.442993l0.168482,-1.853305c1.516341,0.673929 3.622369,0.842411 3.622369,-0.336965c0,-1.347858 -3.959334,-0.589688 -3.959334,-3.622369c0.168482,-2.442993 3.201164,-3.116922 5.981121,-2.274511l0,0z' fill=#002561 id=svg_11 stroke=null /><polygon fill=#002561 id=svg_12 points='51.19114253349896,43.69649804346645 54.05533635070121,43.69649804346645 56.83529673456148,49.087926236145535 56.83529673456148,43.69649804346645 58.94132538079218,43.69649804346645 58.94132538079218,52.036372767957886 56.245611284452636,52.036372767957886 53.29717117972966,46.560695074213385 53.29717117972966,52.036372767957886 51.19114253349896,52.036372767957886 ' stroke=null /><path d='m45.883949,43.528014c2.358752,0 4.212057,1.432099 4.212057,4.464781c0,2.94844 -1.853305,4.38054 -4.212057,4.38054s-4.212057,-1.432099 -4.212057,-4.38054c0.084241,-3.116922 1.853305,-4.464781 4.212057,-4.464781l0,0zm-1.853305,4.38054c0,1.263617 0.589688,2.779958 1.853305,2.779958c1.263617,0 1.853305,-1.432099 1.853305,-2.779958c0,-1.179376 -0.589688,-2.695717 -1.853305,-2.779958c-1.263617,0.084241 -1.853305,1.432099 -1.853305,2.779958l0,0z' fill=#002561 id=svg_13 stroke=null /><path d='m10.249944,47.150383l1.263617,0c0.589688,0 1.095135,-0.336965 1.095135,-0.926653c0,-0.589688 -0.421206,-0.926653 -1.010894,-0.926653l-1.263617,0l-0.084241,1.853305l0,0zm-2.106029,-3.453887l4.127816,0c1.095135,0 2.695717,0.505447 2.695717,2.274511c0,1.095135 -0.505447,1.769064 -1.516341,2.021788c0.084241,0 0.589688,0.252723 0.75817,0.842411l1.179376,3.285405l-2.442993,0l-0.842411,-2.527234c-0.168482,-0.421206 -0.421206,-0.673929 -0.842411,-0.673929c-0.336965,0 -0.926653,0 -0.926653,0l0,3.201164l-2.19027,0l0,-8.424115l0,0z' fill=#002561 id=svg_14 stroke=null /></g></g></g></svg></a>
            </div>

            <nav class="enav">
                <ul class="main">
                    <li><a href="/en/networks" class=" has-children has-megamenu js-megamenulink" data-pageid="9910">Networks</a></li>
                    <li><a href="/en/transformative-it" class=" has-children has-megamenu js-megamenulink" data-pageid="9911">IT</a></li>
                    <li><a href="/en/media" class=" has-children has-megamenu js-megamenulink" data-pageid="105147">Media</a></li>
                    <li><a href="/en/industries" class=" has-children has-megamenu js-megamenulink" data-pageid="9913">Industries</a></li>
                    <li><a href="/en/portfolio" class=" has-children has-megamenu js-megamenulink" data-pageid="9185">Portfolio</a></li>
                    <li><a href="/en/in-focus" class=" has-children has-megamenu js-megamenulink" data-pageid="9914">In focus</a></li>
                    <li><a href="/en/networked-society" class=" has-children has-megamenu js-megamenulink" data-pageid="9918">Networked Society</a></li>

                </ul>
                <span class="hover-stick hover-stick-main-menu"></span>
            </nav>

            
            <div class="emenu-console">
                <a href="#" class="ecountry-selector">
                    <span>Worldwide - en</span>
                    <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="13px" height="21px" viewBox="0 0 13 21" enable-background="new 0 0 13 21" xml:space="preserve"><g> <g>  <path fill-rule="evenodd" clip-rule="evenodd" fill="#0A67B2" d="M12.412,10.5c0-0.014-0.007-0.027-0.008-0.041   c-0.008-0.23-0.096-0.457-0.277-0.63L2.308,0.468C1.92,0.098,1.285,0.104,0.89,0.482C0.493,0.861,0.485,1.467,0.874,1.836   L9.961,10.5l-9.087,8.664c-0.389,0.369-0.381,0.975,0.016,1.354c0.396,0.377,1.03,0.385,1.418,0.016l9.819-9.362   c0.182-0.174,0.27-0.401,0.277-0.631C12.405,10.526,12.412,10.514,12.412,10.5z" /> </g></g></svg>
                </a>
                <a href="#" class="emagnify">
                    <svg id="glass" preserveAspectRatio="xMidYMid" width="23" height="23" viewBox="0 0 23 23"><path d="M22.402 19.586l-4.996-5a1.997 1.997 0 0 0-.972-.532A8.95 8.95 0 0 0 17.992 9c0-4.962-4.034-9-8.992-9C4.043 0 .01 4.038.01 9S4.042 18 9 18c1.87 0 3.61-.576 5.05-1.558.08.356.254.695.53.972l4.996 5a1.994 1.994 0 0 0 2.823 0 2 2 0 0 0 0-2.828zM9 16c-3.856 0-6.993-3.14-6.993-7S5.144 2 9 2c3.856 0 6.994 3.14 6.994 7S12.856 16 9 16z" /></svg>

                    <svg id="cross" preserveAspectRatio="xMidYMid" width="46" height="46" viewBox="0 0 23 23"><path d="M22.402 19.586l-4.996-5a1.997 1.997 0 0 0-.972-.532A8.95 8.95 0 0 0 17.992 9c0-4.962-4.034-9-8.992-9C4.043 0 .01 4.038.01 9S4.042 18 9 18c1.87 0 3.61-.576 5.05-1.558.08.356.254.695.53.972l4.996 5a1.994 1.994 0 0 0 2.823 0 2 2 0 0 0 0-2.828zM9 16c-3.856 0-6.993-3.14-6.993-7S5.144 2 9 2c3.856 0 6.994 3.14 6.994 7S12.856 16 9 16z" /></svg>
                </a>
                <a href="#" class="emobile-menu-btn">
                    <span class="complete hidden">Menu</span>
                    <span class="normal">More</span>
                </a>
            </div>

            

            

            <nav class="esubnav">

                <span class="hover-stick hover-stick-sub-menu"></span>
            </nav>

            

        </div>

    </header>
</div>




<div class="emnav">
    <nav>
        <div class="emnav-head">
<a class="btn login" href="https://ebusiness.ericsson.net/">Log in</a>            <a class="btn close">Close</a>
        </div>
        <div class="emnav-body">

            
            <ul class="hidden">
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="Networks" href="/en/networks">Networks<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Building tomorrow&#39;s networks" href="/en/networks/strategies">Building tomorrow&#39;s networks</a></li>
                                        <li><a class="" title="Offerings" href="/en/networks/offerings">Offerings</a></li>
                                        <li><a class="" title="Cases" href="/en/networks/cases">Cases</a></li>
                                        <li><a class="" title="Trends and insights" href="/en/networks/insights">Trends and insights</a></li>
                                        <li><a class="" title="Hot topics" href="/en/networks/topics">Hot topics</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="IT" href="/en/transformative-it">IT<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Offerings" href="/en/transformative-it/offering">Offerings</a></li>
                                        <li><a class="" title="Cases" href="/en/transformative-it/digital-transformation-case-studies">Cases</a></li>
                                        <li><a class="" title="Blog" href="http://www.ericsson.com/spotlight/transformative-it/blog/">Blog</a></li>
                                        <li><a class="" title="Trends and insights" href="/en/transformative-it/trends-insights">Trends and insights</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="Media" href="/en/media">Media<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Offering" href="/en/media/offering">Offering</a></li>
                                        <li><a class="" title="Cases" href="/en/media/cases">Cases</a></li>
                                        <li><a class="" title="Videos" href="/en/media/video">Videos</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="Industries" href="/en/industries">Industries<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Automotive" href="/en/industries/automotive">Automotive</a></li>
                                        <li><a class="" title="Intelligent Transport Systems" href="/en/industries/intelligent-transport-systems">Intelligent Transport Systems</a></li>
                                        <li><a class="" title="Mobile Financial Services" href="/en/industries/mobile-financial-services">Mobile Financial Services</a></li>
                                        <li><a class="" title="Public Safety" href="/en/industries/public-safety">Public Safety</a></li>
                                        <li><a class="" title="Real Estate" href="/en/industries/real-estate">Real Estate</a></li>
                                        <li><a class="" title="Smart Sustainable Cities" href="/en/industries/smart-sustainable-cities">Smart Sustainable Cities</a></li>
                                        <li><a class="" title="Utilities" href="/en/industries/utilities">Utilities</a></li>
                                        <li><a class="" title="Maritime" href="/en/industries/maritime">Maritime</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="Portfolio" href="/en/portfolio">Portfolio<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Learning services" href="/en/portfolio/learning-services">Learning services</a></li>
                                        <li><a class="" title="Portfolio A-Z" href="http://www.ericsson.com/ourportfolio/a-to-z">Portfolio A-Z</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="In focus" href="/en/in-focus">In focus<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="5G" href="/en/in-focus/5g">5G</a></li>
                                        <li><a class="" title="IoT" href="/en/in-focus/iot">IoT</a></li>
                                        <li><a class="" title="Cloud" href="/en/in-focus/cloud">Cloud</a></li>
                                        <li><a class="" title="Security" href="/en/in-focus/security">Security</a></li>
                                </ul>
                            </div>
                </li>
                <li class="is-haschildren">
                    <div class="lvl1">
                        <a class="" title="Networked Society" href="/en/networked-society">Networked Society<span class="arrow">Show submenu</span></a>
                    </div>
                            <div class="lvl2">
                                <ul>
                                        <li><a class="" title="Networked Society essentials" href="/en/networked-society/essentials">Networked Society essentials</a></li>
                                        <li><a class="" title="Trends and insights" href="/en/networked-society/trends-and-insights">Trends and insights</a></li>
                                        <li><a class="" title="Innovation" href="/en/networked-society/innovation">Innovation</a></li>
                                        <li><a class="" title="Live sports experience" href="/en/networked-society/live-sports-experience">Live sports experience</a></li>
                                        <li><a class="" title="Sustainability" href="/en/networked-society/sustainability">Sustainability</a></li>
                                        <li><a class="" title="Blog" href="/en/networked-society/blog">Blog</a></li>
                                </ul>
                            </div>
                </li>
            </ul>
            
            
            <ul>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="About us" href="/en/about-us">About us</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Vision" href="/en/about-us/our-vision">Vision</a></li>
                                            <li><a class="" title="How we manage our business" href="/en/about-us/how-we-manage-our-business">How we manage our business</a></li>
                                            <li><a class="" title="Company facts" href="/en/about-us/company-facts">Company facts</a></li>
                                            <li><a class="" title="Diversity and inclusion" href="/en/about-us/diversity-and-inclusion">Diversity and inclusion</a></li>
                                            <li><a class="" title="Sustainability and corporate responsibility" href="/en/about-us/sustainability-and-corporate-responsibility">Sustainability and corporate responsibility</a></li>
                                            <li><a class="" title="Corporate governance" href="/en/about-us/corporate-governance">Corporate governance</a></li>
                                            <li><a class="" title="Research" href="/en/about-us/research-areas">Research</a></li>
                                            <li><a class="" title="Patents" href="/en/about-us/patents">Patents</a></li>
                                            <li><a class="" title="Sourcing" href="/en/about-us/sourcing">Sourcing</a></li>
                                            <li><a class="" title="Sponsorships" href="/en/about-us/sponsorships">Sponsorships</a></li>
                                            <li><a class="" title="Ericsson history" href="/en/about-us/history">Ericsson history</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="">
                        <div class="lvl1"><a class="" title="Contact us" href="/en/contact">Contact us</a><span class="arrow ">Show submenu</span></div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="News and events" href="/en/news-and-events">News and events</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Latest news" href="/en/news-and-events/latest-news">Latest news</a></li>
                                            <li><a class="" title="Events" href="/en/news-and-events/events">Events</a></li>
                                            <li><a class="" title="Press center" href="/en/news-and-events/press-center">Press center</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Press center" href="/en/news-and-events/press-center">Press center</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Press releases" href="/en/news-and-events/press-center/press-releases">Press releases</a></li>
                                            <li><a class="" title="Photo library" href="/en/news-and-events/press-center/photo-library">Photo library</a></li>
                                            <li><a class="" title="Media kits" href="/en/news-and-events/press-center/media-kits">Media kits</a></li>
                                            <li><a class="" title="Contacts" href="/en/news-and-events/press-center/contacts">Contacts</a></li>
                                            <li><a class="" title="Ericsson comments" href="/en/news-and-events/press-center/ericsson-comments">Ericsson comments</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Careers" href="/en/careers">Careers</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Our story" href="/en/careers/our-story">Our story</a></li>
                                            <li><a class="" title="Working here" href="/en/careers/working-here">Working here</a></li>
                                            <li><a class="" title="Diversity &amp; Inclusion" href="/en/careers/diversity-inclusion">Diversity &amp; Inclusion</a></li>
                                            <li><a class="" title="Our people" href="/en/careers/our-people">Our people</a></li>
                                            <li><a class="" title="Career areas" href="/en/careers/career-areas">Career areas</a></li>
                                            <li><a class="" title="Student and early careers" href="/en/careers/student-young-professionals">Student and early careers</a></li>
                                            <li><a class="" title="Global locations" href="/en/careers/global-locations">Global locations</a></li>
                                            <li><a class="" title="Job opportunities" href="/en/careers/job-opportunities">Job opportunities</a></li>
                                            <li><a class="" title="Recruitment at Ericsson" href="/en/careers/recruitment">Recruitment at Ericsson</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Investors" href="/en/investors">Investors</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Events and presentations" href="/en/investors/events-and-presentations">Events and presentations</a></li>
                                            <li><a class="" title="Financial reports and filings" href="/en/investors/financial-reports">Financial reports and filings</a></li>
                                            <li><a class="" title="Foreign exchange exposure, accounting and rates" href="/en/investors/foreign-exchange-exposure-accounting-and-rates">Foreign exchange exposure, accounting and rates</a></li>
                                            <li><a class="" title="Shareholder information" href="/en/investors/shareholder-information">Shareholder information</a></li>
                                            <li><a class="" title="Meetings with the shareholders" href="/en/investors/general-meetings">Meetings with the shareholders</a></li>
                                            <li><a class="" title="Bondholder Information" href="/en/investors/bondholder-information">Bondholder Information</a></li>
                                            <li><a class="" title="Analyst coverage" href="/en/investors/analyst-coverage">Analyst coverage</a></li>
                                            <li><a class="" title="Contacts" href="/en/investors/contacts">Contacts</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Industry analysts" href="/en/industry-analysts">Industry analysts</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Industry analysts restricted" href="/en/industry-analysts/industry-analysts-restricted-area">Industry analysts restricted</a></li>
                                            <li><a class="" title="Register" href="/en/industry-analysts/register">Register</a></li>
                                            <li><a class="" title="Contact us" href="/en/industry-analysts/contact-us">Contact us</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Policy makers" href="/en/public-policy-and-government-affairs">Policy makers</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Supply side ICT policy issues" href="/en/public-policy-and-government-affairs/supply-side-ict-policy-issues">Supply side ICT policy issues</a></li>
                                            <li><a class="" title="Demand side ICT issues" href="/en/public-policy-and-government-affairs/demand-side-ict-issues">Demand side ICT issues</a></li>
                                            <li><a class="" title="Horizontal ICT policy issues" href="/en/public-policy-and-government-affairs/horizontal-ict-policy-issues">Horizontal ICT policy issues</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Channel Partners" href="/en/about-us/how-we-manage-our-business/channel-partners">Channel Partners</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="TV compression technology" href="/en/about-us/how-we-manage-our-business/channel-partners/tv-compression-technology">TV compression technology</a></li>
                                            <li><a class="" title="Communications and media software" href="/en/about-us/how-we-manage-our-business/channel-partners/communications-and-media-software">Communications and media software</a></li>
                                            <li><a class="" title="Why become a Channel Partner" href="/en/about-us/how-we-manage-our-business/channel-partners/why-become-a-channel-partner">Why become a Channel Partner</a></li>
                                            <li><a class="" title="Find your channel partner" href="/en/about-us/how-we-manage-our-business/channel-partners/find-your-channel-partner">Find your channel partner</a></li>
                                            <li><a class="" title="Channel partner register" href="/en/about-us/how-we-manage-our-business/channel-partners/channel-partner-register">Channel partner register</a></li>
                                            <li><a class="" title="Telecommunication equipment" href="/en/about-us/how-we-manage-our-business/channel-partners/telecommunication-equipment">Telecommunication equipment</a></li>
                                    </ul>
                                </div>
                    </li>
                    <li class="is-haschildren">
                        <div class="lvl1"><a class="" title="Publications" href="/en/publications">Publications</a><span class="arrow ">Show submenu</span></div>
                                <div class="lvl2 ">
                                    <ul>
                                            <li><a class="" title="Books" href="/en/publications/books">Books</a></li>
                                            <li><a class="" title="Ericsson Technology Review" href="/en/publications/ericsson-technology-review">Ericsson Technology Review</a></li>
                                            <li><a class="" title="Ericsson Business Review" href="/en/publications/ericsson-business-review">Ericsson Business Review</a></li>
                                            <li><a class="" title="White papers" href="/en/publications/white-papers">White papers</a></li>
                                            <li><a class="" title="Extreme projects" href="/en/publications/extreme-projects">Extreme projects</a></li>
                                    </ul>
                                </div>
                    </li>

            </ul>
            <span class="hover-stick hover-stick-mobile-menu"></span>
        </div>

        <div class="emnav-footer">
            <div class="social-follows">
                <a title="Twitter" target="_blank" href="https://twitter.com/Ericsson">
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
                            <path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm10.9 18.4v.7c0 7.4-5.7 16-16 16-3.2 0-6.1-.9-8.6-2.5.4.1.9.1 1.3.1 2.6 0 5.1-.9 7-2.4-2.5 0-4.5-1.7-5.3-3.9.3.1.7.1 1.1.1.5 0 .8-.1 1.3-.2-2.6-.5-4.7-2.8-4.7-5.5v-.1c1 .4 1.8.7 2.7.7-1.5-1-2.4-2.7-2.4-4.7 0-1 .3-2 .8-2.8 2.8 3.4 7 5.7 11.6 5.9-.1-.4-.1-.8-.1-1.3a5.59 5.59 0 0 1 9.7-3.8c1.3-.3 2.5-.7 3.6-1.4-.4 1.3-1.3 2.4-2.5 3.1 1.1-.1 2.2-.4 3.2-.9-.6 1.1-1.6 2.1-2.7 2.9z">
                            </path>
                        </svg>
                                                        </a>
                <a title="Facebook" target="_blank" href="http://www.facebook.com/Ericsson">
                                                                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
                            <path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm5.7 25H26v12h-5V25h-4v-5h4v-3.7c0-3.1 1.9-5.9 6.4-5.9 1.8 0 3.2.2 3.2.2l-.1 4.3h-2.7c-1.6 0-1.7.8-1.7 2V20h4.6l-1 5z"></path>
                        </svg>
                </a>
                <a title="Linkedin" target="_blank" href="https://www.linkedin.com/company/Ericsson">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
                            <path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm-9.6 11.4c1.6 0 2.5 1.3 2.6 2.8 0 1.5-1 2.8-2.6 2.8-1.5 0-2.5-1.3-2.5-2.8-.1-1.5.9-2.8 2.5-2.8zM17 34h-5V18h5v16zm19 0h-5v-8.2c0-2.1-.5-3.5-2.4-3.5-1.4 0-2.2.9-2.5 1.9-.2.3-.1.8-.1 1.2V34h-5.4s.1-14 0-16H26v2.4c1-1 1.7-2.5 4.4-2.5 3.4 0 5.6 2.6 5.6 7.3V34z">
                            </path>
                        </svg>
                                                                            </a>
            </div>
        </div>
    </nav>
</div>



<div class="emegamenu-wrapper">

    <div class="js-megamenu megamenu" id="megamenu-9910" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">One network for a million needs</h2>
				<p class="megamenu-textparagraph">Success for operators is built on a flexible and efficient infrastructure that enables millions of different use cases. Our network solutions help operators build offerings towards new value chains, support millions of different services and devices and work perfectly – where ever people want to connect.</p>

<a class="megamenu-single-link btn" href="/en/networks" target="_top">Learn more about Networks</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 15633 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="Image Networks Mega Menu" data-orgwidth="2400" data-orgheight="1350"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/networks-event-crowd-with-hands-original_750x422_90_15634.jpg, /assets/global/scaled/networks-event-crowd-with-hands-original_1500x844_85_15634.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/networks-event-crowd-with-hands-original_720x405_90_15634.jpg, /assets/global/scaled/networks-event-crowd-with-hands-original_1440x810_85_15634.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/networks-event-crowd-with-hands-original_970x546_90_15634.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/networks-event-crowd-with-hands-original_970x546_90_15634.jpg" alt="Image Networks Mega Menu" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-9911" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">Master the Digital Era with Programmable Platforms</h2>
				<p class="megamenu-textparagraph">Build an IT Platform that can help you boost both profitability and relevance in this customer-centric digital era.</p>

<a class="megamenu-single-link btn" href="/en/transformative-it" target="_top">Learn more about Ericsson IT</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 12832 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="Master the Digital Era with Programmable Platforms" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_r4a2990-3_750x422_90_112805.jpg, /assets/global/scaled/_r4a2990-3_1500x844_85_112805.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_r4a2990-3_720x406_90_112805.jpg, /assets/global/scaled/_r4a2990-3_1440x811_85_112805.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_r4a2990-3_970x546_90_112805.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/_r4a2990-3_970x546_90_112805.jpg" alt="Master the Digital Era with Programmable Platforms" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-105147" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">Media – Entering the internet era of television</h2>
				<p class="megamenu-textparagraph">The emergence of the Networked Society is re-shaping all industries and empowering the consumer like never before. Mobility, broadband and cloud are the primary enablers of change where 15 billion connected; video enabled devices by 2020 will drive an appetite for video that will create unprecedented challenges and opportunities.</p>

<a class="megamenu-single-link btn" href="/en/media">Learn more about Media</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 105527 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="Couple watching a video on a mobile device" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/couple-watching-video-on-mobile-phone_750x422_90_110783.jpg, /assets/global/scaled/couple-watching-video-on-mobile-phone_1500x844_85_110783.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/couple-watching-video-on-mobile-phone_720x406_90_110783.jpg, /assets/global/scaled/couple-watching-video-on-mobile-phone_1440x811_85_110783.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/couple-watching-video-on-mobile-phone_970x546_90_110783.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/couple-watching-video-on-mobile-phone_970x546_90_110783.jpg" alt="Couple watching a video on a mobile device" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-9913" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">Industries</h2>
				<p class="megamenu-textparagraph">The front-runners in industries like Utilities, Transport, Public Safety, Commercial &amp; Industrial Real Estate and Mobile Financial Services, are starting to shift information and communications technologies from the backroom to the boardroom, from support act to main stage.</p>

<a class="megamenu-single-link btn" href="/en/industries">Learn about our Industry solutions</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 15666 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="industry mega menu image" data-orgwidth="1499" data-orgheight="843"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/101213-0131_750x422_90_15667.jpg" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/101213-0131_720x405_90_15667.jpg, /assets/global/scaled/101213-0131_1440x810_85_15667.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/101213-0131_970x546_90_15667.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/101213-0131_970x546_90_15667.jpg" alt="industry mega menu image" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-9185" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">Portfolio</h2>
				<p class="megamenu-textparagraph">Welcome to Ericsson portfolio with products, systems and solutions which enable communication for telecom operators, government media, utility and transport industries.</p>

<a class="megamenu-single-link btn" href="/en/portfolio">All Ericsson&#39;s offerings</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 112430 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="Image Portfolio Mega Menu" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/dsc_2213_750x422_90_112429.jpg, /assets/global/scaled/dsc_2213_1500x844_85_112429.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/dsc_2213_720x406_90_112429.jpg, /assets/global/scaled/dsc_2213_1440x811_85_112429.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/dsc_2213_970x546_90_112429.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/dsc_2213_970x546_90_112429.jpg" alt="Image Portfolio Mega Menu" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-9914" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">

			<div class="megamenu-items megamenu-itemscount-3">
						<div class="eG3Col megamenu-item  js-linkblock ">
							<div class="megamenu-item-imagecontainer">
								<picture class="megamenu-item-image image-wide-25 ratio16-9" data-alt="" data-orgwidth="1498" data-orgheight="843"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/719-5_231x130_90_14334.jpg, /assets/global/scaled/719-5_462x260_85_14334.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/719-5_165x93_90_14334.jpg, /assets/global/scaled/719-5_330x186_85_14334.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/719-5_285x161_90_14334.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/719-5_285x161_90_14334.jpg" alt="" /></picture>

								<h3 class="megamenu-item-headline">5G</h3>
							</div>
							<div class="megamenu-item-content">
								<p class="megamenu-item-text">5G will enable organizations to move into the new markets and build new revenue streams with radically new business models and use cases.</p>
								<div class="megamenu-item-linkcontainer" tabindex="0">
									<a class="megamenu-item-link" href="/en/5g">5G</a>
								</div>
							</div>
						</div>
						<div class="eG3Col megamenu-item  js-linkblock ">
							<div class="megamenu-item-imagecontainer">
								<picture class="megamenu-item-image image-wide-25 ratio750-421 ratio-unrecognized" data-alt="" data-orgwidth="1500" data-orgheight="842"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/sao-paulo---sky-1_231x130_90_15697.jpg, /assets/global/scaled/sao-paulo---sky-1_462x260_85_15697.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/sao-paulo---sky-1_165x93_90_15697.jpg, /assets/global/scaled/sao-paulo---sky-1_330x186_85_15697.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/sao-paulo---sky-1_285x160_90_15697.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/sao-paulo---sky-1_285x160_90_15697.jpg" alt="" /></picture>

								<h3 class="megamenu-item-headline">Cloud</h3>
							</div>
							<div class="megamenu-item-content">
								<p class="megamenu-item-text">Cloud technologies bring unprecedented agility, efficiency and accessibility to IT environments in every industry.</p>
								<div class="megamenu-item-linkcontainer" tabindex="0">
									<a class="megamenu-item-link" href="/en/cloud">Cloud</a>
								</div>
							</div>
						</div>
						<div class="eG3Col megamenu-item  js-linkblock ">
							<div class="megamenu-item-imagecontainer">
								<picture class="megamenu-item-image image-wide-25 ratio16-9" data-alt="" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/chile---city-at-night-1_231x130_90_46485.jpg, /assets/global/scaled/chile---city-at-night-1_462x260_85_46485.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/chile---city-at-night-1_165x93_90_46485.jpg, /assets/global/scaled/chile---city-at-night-1_330x186_85_46485.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/chile---city-at-night-1_285x161_90_46485.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/chile---city-at-night-1_285x161_90_46485.jpg" alt="" /></picture>

								<h3 class="megamenu-item-headline">IoT</h3>
							</div>
							<div class="megamenu-item-content">
								<p class="megamenu-item-text">We are experts in IoT connectivity and security. Launch IoT safer, faster and more efficiently with our platform and accelerate your business.</p>
								<div class="megamenu-item-linkcontainer" tabindex="0">
									<a class="megamenu-item-link" href="/en/internet-of-things">Internet of Things</a>
								</div>
							</div>
						</div>
			</div>


	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>
    <div class="js-megamenu megamenu" id="megamenu-9918" style="transform:translateY(-300%); display:none;">
        	<div class="eGWide">
			<div class="eG2-3Col cTheme3">
				<h2 class="txtBlend">Welcome to the Networked Society</h2>
				<p class="megamenu-textparagraph">An extraordinary revolution is transforming our world. Real-time connectivity – from connected cars to personal wearables to smart grid technology – is fundamentally changing the way we innovate, collaborate, produce, govern and live sustainably.</p>

<a class="megamenu-single-link btn" href="/en/networked-society">Learn more about the Networked Society</a>				
			</div>
				<div class="megamenu-featuredcontent eG1-3Col">
					<div><!-- BlockId: 15670 -->


<div class="block imageblock eG1Col ">
	<div class="">
		<picture class="image-normal-100 ratio16-9" data-alt="Networked society mega menu image" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_mg_5101_750x422_90_15674.jpg, /assets/global/scaled/_mg_5101_1500x844_85_15674.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_mg_5101_720x406_90_15674.jpg, /assets/global/scaled/_mg_5101_1440x811_85_15674.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_mg_5101_970x546_90_15674.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/_mg_5101_970x546_90_15674.jpg" alt="Networked society mega menu image" /></picture>

	</div>
</div></div>
				</div>



	</div>
	<hr class="megamenu-bottomhr bhr bFill0" />

    </div>

</div>


<section class="lang-wrapper">
    <div class="inner">
        <div class="close-wrapper">
            <a class="btn">Close</a>
        </div>
        <div class="search-wrapper">
            <input type="text" placeholder="Find location" name="lang-search" />
        </div>
        <div class="langlist-wrapper">

<ul style='height:300px'><li><a href='/af/en'>Afghanistan - en</a></li><li><a href='/al/en'>Albania - en</a></li><li><a href='/dz/en'>Algeria - en</a></li><li><a href='/dz/en'>Andorra - en</a></li><li><a href='/ao/en'>Angola - en</a></li><li><a href='/ag/en'>Antigua and Barbuda - en</a></li><li><a href='/ar/es'>Argentina - es</a>,<a href='/ar/en'>en</a></li><li><a href='/am/en'>Armenia - en</a></li><li><a href='/au/en'>Australia - en</a></li><li><a href='/at/en'>Austria - en</a></li><li><a href='/az/en'>Azerbaijan - en</a></li><li><a href='/bs/en'>Bahamas - en</a></li><li><a href='/bh/en'>Bahrain - en</a></li><li><a href='/bd/en'>Bangladesh - en</a></li><li><a href='/bb/en'>Barbados - en</a></li><li><a href='/by/en'>Belarus - en</a></li><li><a href='/be/en'>Belgium - en</a></li><li><a href='/bz/en'>Belize - en</a>,<a href='/bz/es'>es</a></li><li><a href='/bj/en'>Benin - en</a></li><li><a href='/bt/en'>Bhutan - en</a></li><li><a href='/bo/es'>Bolivia - es</a>,<a href='/bo/en'>en</a></li><li><a href='/ba/en'>Bosnia and Herzegovina - en</a></li><li><a href='/bw/en'>Botswana - en</a></li><li><a href='/br/pt'>Brazil - pt</a>,<a href='/br/en'>en</a></li><li><a href='/bn/en'>Brunei - en</a></li><li><a href='/bg/en'>Bulgaria - en</a></li><li><a href='/bf/en'>Burkina Faso - en</a></li><li><a href='/bi/en'>Burundi - en</a></li><li><a href='/kh/en'>Cambodia - en</a></li><li><a href='/cm/en'>Cameroon - en</a></li><li><a href='/ca/en'>Canada - en</a>,<a href='/ca/fr'>fr</a></li><li><a href='/cv/en'>Cape Verde - en</a></li><li><a href='/cf/en'>Central African Republic - en</a></li><li><a href='/td/en'>Chad - en</a></li><li><a href='/cl/es'>Chile - es</a>,<a href='/cl/en'>en</a></li><li><a href='/cn/zh-cn'>China - zh</a>,<a href='/cn/en'>en</a></li><li><a href='/co/es'>Colombia - es</a>,<a href='/co/en'>en</a></li><li><a href='/km/en'>Comoros - en</a></li><li><a href='/cd/en'>Congo (DRC) - en</a></li><li><a href='/cr/es'>Costa Rica - es</a>,<a href='/cr/en'>en</a></li><li><a href='/hr/en'>Croatia - en</a></li><li><a href='/cu/es'>Cuba - es</a>,<a href='/cu/en'>en</a></li><li><a href='/cy/en'>Cyprus - en</a></li><li><a href='/cz/en'>Czech Republic - en</a></li><li><a href='/dk/en'>Denmark - en</a></li><li><a href='/dj/en'>Djibouti - en</a></li><li><a href='/dm/en'>Dominica - en</a></li><li><a href='/do/es'>Dominican Republic - es</a>,<a href='/do/en'>en</a></li><li><a href='/ec/es'>Ecuador - es</a>,<a href='/ec/en'>en</a></li><li><a href='/eg/en'>Egypt - en</a></li><li><a href='/sv/es'>El Salvador - es</a>,<a href='/sv/en'>en</a></li><li><a href='/gq/en'>Equatorial Guinea - en</a></li><li><a href='/er/en'>Eritrea - en</a></li><li><a href='/ee/en'>Estonia - en</a></li><li><a href='/et/en'>Ethiopia - en</a></li><li><a href='/fi/en'>Finland - en</a></li><li><a href='/fr/fr'>France - fr</a>,<a href='/fr/en'>en</a></li><li><a href='/ga/en'>Gabon - en</a></li><li><a href='/gm/en'>Gambia - en</a></li><li><a href='/ge/en'>Georgia - en</a></li><li><a href='/de/de'>Germany - de</a>,<a href='/de/en'>en</a></li><li><a href='/gh/en'>Ghana - en</a></li><li></li><li><a href='/gr/en'>Greece - en</a></li><li><a href='/gd/en'>Grenada - en</a></li><li><a href='/gt/es'>Guatemala - es</a>,<a href='/gt/en'>en</a></li><li><a href='/gn/en'>Guinea - en</a></li><li><a href='/gw/en'>GuineaBissau - en</a></li><li><a href='/gy/en'>Guyana - en</a></li><li><a href='/ht/en'>Haiti - en</a></li><li><a href='/hn/es'>Honduras - es</a>,<a href='/hn/en'>en</a></li><li><a href='/hk/en'>Hong Kong - en</a></li><li><a href='/hu/en'>Hungary - en</a></li><li><a href='/is/en'>Iceland - en</a></li><li><a href='/in/en'>India - en</a></li><li><a href='/id/en'>Indonesia - en</a></li><li><a href='/iq/en'>Iraq - en</a></li><li><a href='/ie/en'>Ireland - en</a></li><li><a href='/il/en'>Israel - en</a></li><li><a href='/it/it'>Italy - it</a>,<a href='/it/en'>en</a></li><li><a href='/ci/en'>Ivory Coast - en</a></li><li><a href='/jm/en'>Jamaica - en</a></li><li><a href='/jp/en'>Japan - en</a>,<a href='/jp/ja'>ja</a></li><li><a href='/jo/en'>Jordan - en</a></li><li><a href='/kz/en'>Kazakhstan - en</a></li><li><a href='/ke/en'>Kenya - en</a></li><li><a href='/kw/en'>Kuwait - en</a></li><li><a href='/kg/en'>Kyrgyzstan - en</a></li><li><a href='/la/en'>Laos - en</a></li><li><a href='/lv/en'>Latvia - en</a></li><li><a href='/lb/en'>Lebanon - en</a></li><li><a href='/ls/en'>Lesotho - en</a></li><li><a href='/lr/en'>Liberia - en</a></li><li><a href='/ly/en'>Libya - en</a></li><li><a href='/li/en'>Liechtenstein - en</a></li><li><a href='/lt/en'>Lithuania - en</a></li><li><a href='/lu/en'>Luxembourg - en</a></li><li><a href='/mk/en'>Macedonia - en</a></li><li><a href='/mg/en'>Madagascar - en</a></li><li><a href='/mw/en'>Malawi - en</a></li><li><a href='/my/en'>Malaysia - en</a></li><li><a href='/mv/en'>Maldives - en</a></li><li><a href='/ml/en'>Mali - en</a></li><li><a href='/mt/en'>Malta - en</a></li><li><a href='/mr/en'>Mauritania - en</a></li><li><a href='/mu/en'>Mauritius - en</a></li><li><a href='/mx/es'>Mexico - es</a>,<a href='/mx/en'>en</a></li><li><a href='/md/en'>Moldova - en</a></li><li><a href='/mc/en'>Monaco - en</a></li><li><a href='/mn/en'>Mongolia - en</a></li><li><a href='/me/en'>Montenegro - en</a></li><li><a href='/ma/en'>Morocco - en</a></li><li><a href='/mz/en'>Mozambique - en</a></li><li><a href='/mm/en'>Myanmar (Burma) - en</a></li><li><a href='/na/en'>Namibia - en</a></li><li><a href='/np/en'>Nepal - en</a></li><li><a href='/nl/en'>Netherlands - en</a></li><li><a href='/nz/en'>New Zealand - en</a></li><li><a href='/ni/es'>Nicaragua - es</a>,<a href='/ni/en'>en</a></li><li><a href='/ne/en'>Niger - en</a></li><li><a href='/ng/en'>Nigeria - en</a></li><li><a href='/no/en'>Norway - en</a></li><li><a href='/om/en'>Oman - en</a></li><li><a href='/pk/en'>Pakistan - en</a></li><li><a href='/pa/es'>Panama - es</a>,<a href='/pa/en'>en</a></li><li><a href='/pg/en'>Papua New Guinea - en</a></li><li><a href='/py/es'>Paraguay - es</a>,<a href='/py/en'>en</a></li><li><a href='/pe/es'>Peru - es</a>,<a href='/pe/en'>en</a></li><li><a href='/ph/en'>Philippines - en</a></li><li><a href='/pl/en'>Poland - en</a></li><li><a href='/pt/en'>Portugal - en</a></li><li><a href='/pr/es'>Puerto Rico - es</a>,<a href='/pr/en'>en</a></li><li><a href='/qa/en'>Qatar - en</a></li><li><a href='/ro/en'>Romania - en</a></li><li><a href='/ru/ru'>Russia - ru</a>,<a href='/ru/en'>en</a></li><li><a href='/rw/en'>Rwanda - en</a></li><li><a href='/kn/en'>Saint Kitts and Nevis - en</a></li><li><a href='/lc/en'>Saint Lucia - en</a></li><li><a href='/vc/en'>Saint Vincent and the Grenadines - en</a></li><li><a href='/sm/en'>San Marino - en</a></li><li><a href='/st/en'>Sao Tome and Principe - en</a></li><li><a href='/sa/en'>Saudi Arabia - en</a></li><li><a href='/sn/en'>Senegal - en</a></li><li><a href='/rs/en'>Serbia - en</a></li><li><a href='/sc/en'>Seychelles - en</a></li><li><a href='/sl/en'>Sierra Leone - en</a></li><li><a href='/sg/en'>Singapore - en</a></li><li><a href='/sk/en'>Slovakia - en</a></li><li><a href='/sl/en'>Slovenia - en</a></li><li><a href='/so/en'>Somalia - en</a></li><li><a href='/za/en'>South Africa - en</a></li><li><a href='/kr/en'>South Korea - en</a>,<a href='/kr/kr'>kr</a></li><li><a href='/es/es-es'>Spain - es</a>,<a href='/es/en'>en</a></li><li><a href='/lk/en'>Sri Lanka - en</a></li><li><a href='/sr/en'>Suriname - en</a></li><li><a href='/sz/en'>Swaziland - en</a></li><li><a href='/se/sv'>Sweden - sv</a>,<a href='/se/en'>en</a></li><li><a href='/ch/en'>Switzerland - en</a></li><li><a href='/tw/zh-tw'>Taiwan - zh</a>,<a href='/tw/en'>en</a></li><li><a href='/tj/en'>Tajikistan - en</a></li><li><a href='/tz/en'>Tanzania - en</a></li><li><a href='/th/en'>Thailand - en</a></li><li><a href='/tl/en'>TimorLeste - en</a></li><li><a href='/tg/en'>Togo - en</a></li><li><a href='/tt/en'>Trinidad and Tobago - en</a></li><li><a href='/tn/en'>Tunisia - en</a></li><li><a href='/tr/tr'>Turkey - tr</a>,<a href='/tr/en'>en</a></li><li><a href='/tm/en'>Turkmenistan - en</a></li><li><a href='/ug/en'>Uganda - en</a></li><li><a href='/ua/en'>Ukraine - en</a></li><li><a href='/ae/en'>United Arab Emirates - en</a></li><li><a href='/gb/en'>United Kingdom - en</a></li><li><a href='/us/en'>United States - en</a></li><li><a href='/uy/es'>Uruguay - es</a>,<a href='/uy/en'>en</a></li><li><a href='/ve/es'>Venezuela - es</a>,<a href='/ve/en'>en</a></li><li><a href='/vn/en'>Vietnam - en</a></li><li><a href='/ye/en'>Yemen - en</a></li><li><a href='/zm/en'>Zambia - en</a></li><li><a href='/zw/en'>Zimbabwe - en</a></li></ul>        </div>
        <a class="global" href="/en">Ericsson worldwide</a>
    </div>
</section>


<script src="https://www.ericsson.com/build/10639330582/ui/scripts/Includablemanager.min.js"></script>


        <!--Header:End-->
        <!--HeroContent:Start-->

		<div class="herosection">
		<div class="herosection-imagecontainer has-whitetext">
			<picture class="herosection-image hidden-phone js-lazyload-onlyifvisible hero-large ratio16-9" data-alt="" data-orgwidth="2400" data-orgheight="1350"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/session4961_horizontal_retouched_1440x810_90_43165.jpg" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/session4961_horizontal_retouched_1440x810_90_43165.jpg" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/session4961_horizontal_retouched_1440x810_90_43165.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/session4961_horizontal_retouched_1440x810_90_43165.jpg" alt="" /></picture>

<picture class="herosection-image visible-phone js-lazyload-onlyifvisible hero-small ratio550-433 ratio-unrecognized" data-alt="" data-orgwidth="1100" data-orgheight="866"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/session4961_horizontal_retouched-1_550x433_90_43166.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/session4961_horizontal_retouched-1_550x433_90_43166.jpg" alt="" /></picture>
		</div>

        
        <div class="herosection-darkLayer has-darkLayer"></div>
        

		<div class="herosection-contentwrap1">
			<div class="herosection-contentwrap2">
				<div class="eGNormal ">
					<div class="herosection-content ">
						

						<div class="herosection-content-headline efont fakeheadline fakeh1">A new day at the digital frontier</div>

						<div class="herosection-content-text">Mobile World Congress 2017</div>

							<a href="/en/events/mwc/live" class="herosection-content-link btn">Checkout the Buzz from Barcelona</a>
					</div>
				</div>
			</div>
		</div>
	</div>

        <!--HeroContent:End-->

    </div>
    <div id="primarycontent" class="pagecontainer">



            <div class="eGFull">
                


<div class="sharelinks js-sharelinks js-sticky glitch-guard load-glitch" data-sticky-manage="original-left-position stop-before-area" data-sticky-stop-element-id="footer-wrapper" data-pageurl="https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc">
	
    
    <a href="http://twitter.com/intent/tweet?
       original_referer=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc&text=Ericsson at Mobile World Congress 2017 Pioneering at the digital frontier – Follow Ericsson at MWC 2017 and experience the future of tech&url=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc"  
       class="js-sharelink sharelinks-link sharelinks-tw" 
       target="_blank" rel="external" 
       title="Share on Twitter">
		
        

        
           
         <span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><path d="M0 0h54v44H0z" fill="#ccc"/><path d="M38 15.1c-.8.4-1.7.6-2.6.7.9-.6 1.6-1.5 2-2.5-.9.5-1.8.9-2.9 1.1-.8-.9-2-1.4-3.3-1.4-2.5 0-4.5 2-4.5 4.5 0 .4 0 .7.1 1-3.8-.2-7.1-2-9.3-4.7-.4.7-.6 1.5-.6 2.3 0 1.6.8 3 2 3.8-.7 0-1.4-.2-2-.6v.1c0 2.2 1.6 4 3.6 4.5-.4.1-.8.2-1.2.2-.3 0-.6 0-.8-.1.6 1.8 2.2 3.1 4.2 3.2-1.5 1.2-3.5 1.9-5.6 1.9-.4 0-.7 0-1.1-.1 2 1.3 4.4 2 6.9 2 8.3 0 12.8-6.9 12.8-12.9v-.6c.9-.7 1.7-1.5 2.3-2.4z" fill="#FFF"/></svg></span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><path d="M0 0h54v44H0z" fill="#eee"/><path d="M38 15.1c-.8.4-1.7.6-2.6.7.9-.6 1.6-1.5 2-2.5-.9.5-1.8.9-2.9 1.1-.8-.9-2-1.4-3.3-1.4-2.5 0-4.5 2-4.5 4.5 0 .4 0 .7.1 1-3.8-.2-7.1-2-9.3-4.7-.4.7-.6 1.5-.6 2.3 0 1.6.8 3 2 3.8-.7 0-1.4-.2-2-.6v.1c0 2.2 1.6 4 3.6 4.5-.4.1-.8.2-1.2.2-.3 0-.6 0-.8-.1.6 1.8 2.2 3.1 4.2 3.2-1.5 1.2-3.5 1.9-5.6 1.9-.4 0-.7 0-1.1-.1 2 1.3 4.4 2 6.9 2 8.3 0 12.8-6.9 12.8-12.9v-.6c.9-.7 1.7-1.5 2.3-2.4z" fill="#5ea9de"/></svg>
            <span class="visuallyhidden">Share on Twitter</span>
        </a>
    
	<a href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc" class="js-sharelink sharelinks-link sharelinks-fb" target="_blank" rel="external" title="Share on Facebook">
		<span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.sti{fill:#ccc}.stj{fill:#fff}</style><path class="sti" d="M-.1 0h54v44h-54z"/><path class="stj" d="M24.2 33.5V22.7h-2.9v-3.9h2.9v-3.3c0-2.6 1.7-5 5.6-5 1.6 0 2.7.2 2.7.2l-.1 3.6h-2.5c-1.4 0-1.6.6-1.6 1.7v2.8h4.2l-.2 3.9h-4v10.8h-4.1z"/></svg></span>
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stk{fill:#e9e8e7}.stl{fill:#3b5998}</style><path class="stk" d="M0 0h54v44H0z"/><path class="stl" d="M24.3 33.5V22.7h-2.9v-3.9h2.9v-3.3c0-2.6 1.7-5 5.6-5 1.6 0 2.7.2 2.7.2l-.1 3.6H30c-1.4 0-1.6.6-1.6 1.7v2.8h4.2l-.2 3.9h-4v10.8h-4.1z"/></svg>
		<span class="visuallyhidden">Share on Facebook</span>
	</a>

 
    <a href="" class="js-sharelink sharelinks-link sharelinks-li" target="popup" rel="external" title="Share on LinkedIn" onclick="window.open('http://www.linkedin.com/shareArticle?mini=false&url=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc&title=','popup','width=600,height=600'); return false;">
        
            <span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.ste{fill:#ccc}.stf{fill:#fff}</style><path class="ste" d="M0 0h54v44H0z"/><path class="stf" d="M17.3 17.6h4.1V31h-4.1V17.6zm2.1-6.6c1.3 0 2.4 1.1 2.4 2.4 0 1.3-1.1 2.4-2.4 2.4-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4m4.7 6.6h4v1.8h.1c.6-1 1.9-2.2 3.9-2.2 4.2 0 5 2.8 5 6.4V31H33v-6.5c0-1.5 0-3.5-2.2-3.5s-2.5 1.7-2.5 3.4V31h-4.1V17.6z"/></svg></span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stg{fill:#e8e8e7}.sth{fill:#007bb5}</style><path class="stg" d="M0 0h54v44H0z"/><path class="sth" d="M17.3 17.6h4.1V31h-4.1V17.6zm2.1-6.6c1.3 0 2.4 1.1 2.4 2.4s-1.1 2.4-2.4 2.4-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4m4.7 6.6h4v1.8h.1c.6-1 1.9-2.2 3.9-2.2 4.2 0 5 2.8 5 6.4V31H33v-6.5c0-1.5 0-3.5-2.2-3.5s-2.5 1.7-2.5 3.4V31h-4.1V17.6h-.1z"/></svg>
            <span class="visuallyhidden">Share on LinkedIn</span>
        </a>


	<a href=mailto:?subject=Mobile%20World%20Congress%202017-Ericsson.com&amp;body=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc class="js-sharelink sharelinks-link sharelinks-mail" title="Share on Mail">
		<span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.sta{fill:#ccc}.stb{fill:#fff;stroke:#fff;stroke-miterlimit:10}</style><path class="sta" d="M0 0h54v44H0z"/><path class="stb" d="M35.2 12.5H17.6c-.8.1-1.5.4-2.1.9-.3.2-.6.5-.8.9-.5.7-.7 1.5-.7 2.4v10.8c0 2.3 1.8 4.1 4.1 4.1h17.8c2.3 0 4.1-1.8 4.1-4.1V16.6c0-.9-.3-1.7-.7-2.4-.2-.3-.5-.6-.8-.9-.6-.5-1.3-.8-2.1-.9l-1.2.1zm-17.1 1.2h17.8c.6 0 1.2.2 1.7.6l-8.5 8.5c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-8.5-8.5c.5-.4 1.1-.6 1.7-.6zm20.7 13.7c0 1.6-1.3 2.9-2.9 2.9H18.1c-1.6 0-2.9-1.3-2.9-2.9V16.6c0-.6.2-1.1.4-1.5l8.5 8.5c.8.8 1.8 1.2 2.9 1.2 1.1 0 2.1-.4 2.9-1.2l8.5-8.5c.3.4.4 1 .4 1.5v10.8z"/></svg></span>
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stc{fill:#e9e8e7}.std{fill:#262626;stroke:#262626;stroke-miterlimit:10}</style><path class="stc" d="M0 0h54v44H0z"/><path class="std" d="M34.9 12.8H18c-.8.1-1.5.4-2 .8-.3.2-.6.5-.8.8-.5.6-.7 1.4-.7 2.3v10.4c0 2.2 1.8 4 4 4h17.2c2.2 0 4-1.8 4-4V16.8c0-.8-.3-1.6-.7-2.3-.2-.3-.5-.6-.8-.8-.6-.5-1.3-.8-2-.8l-1.3-.1zM18.4 14h17.2c.6 0 1.2.2 1.7.5L29 22.8c-.5.5-1.2.8-2 .8s-1.5-.3-2-.8l-8.2-8.2c.4-.4 1-.6 1.6-.6zm20 13.2c0 1.6-1.3 2.8-2.8 2.8H18.4c-1.6 0-2.8-1.3-2.8-2.8V16.8c0-.5.1-1 .4-1.5l8.2 8.2c.7.7 1.7 1.2 2.8 1.2 1.1 0 2.1-.4 2.8-1.2l8.2-8.2c.3.4.4.9.4 1.5v10.4z"/></svg>
		<span class="visuallyhidden">Share on Mail</span>
	</a>

</div>
            </div>

        <code style="display:none">{ Markettagged:True , MatchedLanguageCode:True }</code>
        <!--Main BodyContent:Start-->
        




<div class="page-contentcontainer">
	
	<div class="sectionstartpage-maincontentcontainer page-maincontentcontainer">
		<div class="eGNormal">
			<div class="eG1Col">
				
<div class="breadcrumbs">
	<ul class="breadcrumb-list">
			<li class="breadcrumb-listitem ">
					<a href="/en" class="breadcrumb-link">Home</a>
			</li>
			<li class="breadcrumb-listitem breadcrumb-notlinked">
					<span class="breadcrumb-notlinked">Mobile World Congress 2017</span>
			</li>
	</ul>
</div>
			</div>
			



			<div class="eG1Col ">
				<h1>Mobile World Congress 2017</h1>
				<div class="pagedateandsharelinks">
					<div class="sharelinks-mobile">
						


<div class="sharelinks js-sharelinks is-nosticky glitch-guard load-glitch" data-sticky-manage="original-left-position stop-before-area" data-sticky-stop-element-id="footer-wrapper" data-pageurl="https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc">
	
    
    <a href="http://twitter.com/intent/tweet?
       original_referer=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc&text=Ericsson at Mobile World Congress 2017 Pioneering at the digital frontier – Follow Ericsson at MWC 2017 and experience the future of tech&url=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc"  
       class="js-sharelink sharelinks-link sharelinks-tw" 
       target="_blank" rel="external" 
       title="Share on Twitter">
		
        

        
           
         <span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><path d="M0 0h54v44H0z" fill="#ccc"/><path d="M38 15.1c-.8.4-1.7.6-2.6.7.9-.6 1.6-1.5 2-2.5-.9.5-1.8.9-2.9 1.1-.8-.9-2-1.4-3.3-1.4-2.5 0-4.5 2-4.5 4.5 0 .4 0 .7.1 1-3.8-.2-7.1-2-9.3-4.7-.4.7-.6 1.5-.6 2.3 0 1.6.8 3 2 3.8-.7 0-1.4-.2-2-.6v.1c0 2.2 1.6 4 3.6 4.5-.4.1-.8.2-1.2.2-.3 0-.6 0-.8-.1.6 1.8 2.2 3.1 4.2 3.2-1.5 1.2-3.5 1.9-5.6 1.9-.4 0-.7 0-1.1-.1 2 1.3 4.4 2 6.9 2 8.3 0 12.8-6.9 12.8-12.9v-.6c.9-.7 1.7-1.5 2.3-2.4z" fill="#FFF"/></svg></span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><path d="M0 0h54v44H0z" fill="#eee"/><path d="M38 15.1c-.8.4-1.7.6-2.6.7.9-.6 1.6-1.5 2-2.5-.9.5-1.8.9-2.9 1.1-.8-.9-2-1.4-3.3-1.4-2.5 0-4.5 2-4.5 4.5 0 .4 0 .7.1 1-3.8-.2-7.1-2-9.3-4.7-.4.7-.6 1.5-.6 2.3 0 1.6.8 3 2 3.8-.7 0-1.4-.2-2-.6v.1c0 2.2 1.6 4 3.6 4.5-.4.1-.8.2-1.2.2-.3 0-.6 0-.8-.1.6 1.8 2.2 3.1 4.2 3.2-1.5 1.2-3.5 1.9-5.6 1.9-.4 0-.7 0-1.1-.1 2 1.3 4.4 2 6.9 2 8.3 0 12.8-6.9 12.8-12.9v-.6c.9-.7 1.7-1.5 2.3-2.4z" fill="#5ea9de"/></svg>
            <span class="visuallyhidden">Share on Twitter</span>
        </a>
    
	<a href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc" class="js-sharelink sharelinks-link sharelinks-fb" target="_blank" rel="external" title="Share on Facebook">
		<span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.sti{fill:#ccc}.stj{fill:#fff}</style><path class="sti" d="M-.1 0h54v44h-54z"/><path class="stj" d="M24.2 33.5V22.7h-2.9v-3.9h2.9v-3.3c0-2.6 1.7-5 5.6-5 1.6 0 2.7.2 2.7.2l-.1 3.6h-2.5c-1.4 0-1.6.6-1.6 1.7v2.8h4.2l-.2 3.9h-4v10.8h-4.1z"/></svg></span>
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stk{fill:#e9e8e7}.stl{fill:#3b5998}</style><path class="stk" d="M0 0h54v44H0z"/><path class="stl" d="M24.3 33.5V22.7h-2.9v-3.9h2.9v-3.3c0-2.6 1.7-5 5.6-5 1.6 0 2.7.2 2.7.2l-.1 3.6H30c-1.4 0-1.6.6-1.6 1.7v2.8h4.2l-.2 3.9h-4v10.8h-4.1z"/></svg>
		<span class="visuallyhidden">Share on Facebook</span>
	</a>

 
    <a href="" class="js-sharelink sharelinks-link sharelinks-li" target="popup" rel="external" title="Share on LinkedIn" onclick="window.open('http://www.linkedin.com/shareArticle?mini=false&url=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc&title=','popup','width=600,height=600'); return false;">
        
            <span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.ste{fill:#ccc}.stf{fill:#fff}</style><path class="ste" d="M0 0h54v44H0z"/><path class="stf" d="M17.3 17.6h4.1V31h-4.1V17.6zm2.1-6.6c1.3 0 2.4 1.1 2.4 2.4 0 1.3-1.1 2.4-2.4 2.4-1.3 0-2.4-1.1-2.4-2.4 0-1.3 1.1-2.4 2.4-2.4m4.7 6.6h4v1.8h.1c.6-1 1.9-2.2 3.9-2.2 4.2 0 5 2.8 5 6.4V31H33v-6.5c0-1.5 0-3.5-2.2-3.5s-2.5 1.7-2.5 3.4V31h-4.1V17.6z"/></svg></span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stg{fill:#e8e8e7}.sth{fill:#007bb5}</style><path class="stg" d="M0 0h54v44H0z"/><path class="sth" d="M17.3 17.6h4.1V31h-4.1V17.6zm2.1-6.6c1.3 0 2.4 1.1 2.4 2.4s-1.1 2.4-2.4 2.4-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4m4.7 6.6h4v1.8h.1c.6-1 1.9-2.2 3.9-2.2 4.2 0 5 2.8 5 6.4V31H33v-6.5c0-1.5 0-3.5-2.2-3.5s-2.5 1.7-2.5 3.4V31h-4.1V17.6h-.1z"/></svg>
            <span class="visuallyhidden">Share on LinkedIn</span>
        </a>


	<a href=mailto:?subject=Mobile%20World%20Congress%202017-Ericsson.com&amp;body=https%3a%2f%2fwww.ericsson.com%2fen%2fevents%2fmwc class="js-sharelink sharelinks-link sharelinks-mail" title="Share on Mail">
		<span class="sharelinks-icon sharelinks-icon-default"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.sta{fill:#ccc}.stb{fill:#fff;stroke:#fff;stroke-miterlimit:10}</style><path class="sta" d="M0 0h54v44H0z"/><path class="stb" d="M35.2 12.5H17.6c-.8.1-1.5.4-2.1.9-.3.2-.6.5-.8.9-.5.7-.7 1.5-.7 2.4v10.8c0 2.3 1.8 4.1 4.1 4.1h17.8c2.3 0 4.1-1.8 4.1-4.1V16.6c0-.9-.3-1.7-.7-2.4-.2-.3-.5-.6-.8-.9-.6-.5-1.3-.8-2.1-.9l-1.2.1zm-17.1 1.2h17.8c.6 0 1.2.2 1.7.6l-8.5 8.5c-.6.6-1.3.9-2.1.9s-1.5-.3-2.1-.9l-8.5-8.5c.5-.4 1.1-.6 1.7-.6zm20.7 13.7c0 1.6-1.3 2.9-2.9 2.9H18.1c-1.6 0-2.9-1.3-2.9-2.9V16.6c0-.6.2-1.1.4-1.5l8.5 8.5c.8.8 1.8 1.2 2.9 1.2 1.1 0 2.1-.4 2.9-1.2l8.5-8.5c.3.4.4 1 .4 1.5v10.8z"/></svg></span>
		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 44"><style>.stc{fill:#e9e8e7}.std{fill:#262626;stroke:#262626;stroke-miterlimit:10}</style><path class="stc" d="M0 0h54v44H0z"/><path class="std" d="M34.9 12.8H18c-.8.1-1.5.4-2 .8-.3.2-.6.5-.8.8-.5.6-.7 1.4-.7 2.3v10.4c0 2.2 1.8 4 4 4h17.2c2.2 0 4-1.8 4-4V16.8c0-.8-.3-1.6-.7-2.3-.2-.3-.5-.6-.8-.8-.6-.5-1.3-.8-2-.8l-1.3-.1zM18.4 14h17.2c.6 0 1.2.2 1.7.5L29 22.8c-.5.5-1.2.8-2 .8s-1.5-.3-2-.8l-8.2-8.2c.4-.4 1-.6 1.6-.6zm20 13.2c0 1.6-1.3 2.8-2.8 2.8H18.4c-1.6 0-2.8-1.3-2.8-2.8V16.8c0-.5.1-1 .4-1.5l8.2 8.2c.7.7 1.7 1.2 2.8 1.2 1.1 0 2.1-.4 2.8-1.2l8.2-8.2c.3.4.4.9.4 1.5v10.4z"/></svg>
		<span class="visuallyhidden">Share on Mail</span>
	</a>

</div>
					</div>
				</div>
				
			</div>



			<div class="eG3-4Col">
				<div class="mainbody"><p>Anything can happen on the digital frontier, a promising but undiscovered future. From February 27 to March 2 in Barcelona, Spain, Ericsson is demonstrating a collaborative approach and innovative solutions to succeed in this arena. With our customers and partners, we work across industries, physical boundaries and perceived limitations.</p>
<p>Join us in Hall 2 or online during MWC 2017 and engage in conversations and demonstrations about our favorite things: 5G; platforms and services for IT, Cloud, Networks and TV &amp; Media; connected solutions for industries; the Internet of Things; and partnering for success.</p>
<p>See you there!</p></div>
			</div>
		</div>
		<div class="sectionstartpage-contentareas ">
					<div class="contentarea-container" id="buzz">
						<div class="eGNormal">
							<div class="eG1Col">
								<h2 class="contentarea-heading">Buzz</h2>
							</div>
                            <div class="eG1Col">
                                <div class="contentarea">
<div class="block teasereditorialblock eG2Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-50 ratio16-9" data-alt="Robot up close" data-orgwidth="1280" data-orgheight="720"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/robot_close-up_484x273_90_55885.jpg, /assets/global/scaled/robot_close-up_968x545_85_55885.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/robot_close-up_345x195_90_55885.jpg, /assets/global/scaled/robot_close-up_690x389_85_55885.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/robot_close-up_594x335_90_55885.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/robot_close-up_594x335_90_55885.jpg" alt="Robot up close" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
        </h4>
        <div class="teaserblock-text"><p>Check out the buzz from Barcelona</p></div>

            <a href="/en/events/mwc/live" class="btn small">
                Buzz here
            </a>
    </div>

	</div></div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container" id="5g-launches">
						<div class="eGNormal">
							<div class="eG1Col">
								<h2 class="contentarea-heading">5G-Launches</h2>
							</div>
                            <div class="eG1Col">
                                <div class="contentarea">
<div class="block teasereditorialblock eG2Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-50 ratio3-2 ratio-unrecognized" data-alt="Drone - Mobile World Congress 2017" data-orgwidth="6480" data-orgheight="4320"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/hous3718_484x323_90_51162.jpg, /assets/global/scaled/hous3718_968x646_85_51162.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/hous3718_345x230_90_51162.jpg, /assets/global/scaled/hous3718_690x460_85_51162.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/hous3718_594x396_90_51162.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/hous3718_594x396_90_51162.jpg" alt="Drone - Mobile World Congress 2017" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
Ericsson launching 5G platform        </h4>
        

            <a href="/en/networks/topics/5g-platform" class="btn small">
                Read more
            </a>
    </div>

	</div>
<div class="block teasereditorialblock eG2Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-50 ratio16-9" data-alt="Car on road - Mobile World Congress 2017" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_m3e0066_484x273_90_52217.jpg, /assets/global/scaled/_m3e0066_968x545_85_52217.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_m3e0066_345x195_90_52217.jpg, /assets/global/scaled/_m3e0066_690x389_85_52217.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_m3e0066_594x335_90_52217.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/_m3e0066_594x335_90_52217.jpg" alt="Car on road - Mobile World Congress 2017" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
Introducing Ericsson 5G Core System        </h4>
        

            <a href="/en/networks/offerings/5g-core-system" class="btn small">
                Read more
            </a>
    </div>

	</div></div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container" id="digital-events">
						<div class="eGNormal">
							<div class="eG1Col">
								<h2 class="contentarea-heading">Digital-Events</h2>
							</div>
                            <div class="eG1Col">
                                <div class="contentarea">
<div class="block teasereditorialblock eG2Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-50 ratio1500-1001 ratio-unrecognized" data-alt="People holding up phones" data-orgwidth="3000" data-orgheight="2002"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope_484x323_90_46716.jpg, /assets/global/scaled/crowd-taking-photos-of-the-pope_968x646_85_46716.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope_345x231_90_46716.jpg, /assets/global/scaled/crowd-taking-photos-of-the-pope_690x461_85_46716.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope_594x397_90_46716.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/crowd-taking-photos-of-the-pope_594x397_90_46716.jpg" alt="People holding up phones" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
Register for our Media &amp; Analyst briefing (digital event)        </h4>
        

            <a href="http://event.on24.com/wcc/r/1352637/2B0268220537FFA7F26A54FAA40D7438" class="btn small">
                Register here
            </a>
    </div>

	</div>
<div class="block teasereditorialblock eG2Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-50 ratio81-56 ratio-unrecognized" data-alt="Börje Ekholm at Mobile World Congress 2017" data-orgwidth="972" data-orgheight="672"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/borje-ekholm-20_crop_484x335_90_46754.jpg, /assets/global/scaled/borje-ekholm-20_crop_968x670_85_46754.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/borje-ekholm-20_crop_345x239_90_46754.jpg, /assets/global/scaled/borje-ekholm-20_crop_690x478_85_46754.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/borje-ekholm-20_crop_594x411_90_46754.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/borje-ekholm-20_crop_594x411_90_46754.jpg" alt="Börje Ekholm at Mobile World Congress 2017" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
Register for our CEO fireside chat (digital event)        </h4>
        

            <a href="http://event.on24.com/wcc/r/1352673/CE2AA999D1412462DD1261C8693148C1" class="btn small">
                Register here
            </a>
    </div>

	</div></div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container" id="topicsinfocusatmobileworldcongress2017">
						<div class="eGNormal">
							<div class="eG1Col">
								<h2 class="contentarea-heading">Topics in focus at Mobile World Congress 2017</h2>
							</div>
                            <div class="eG1Col">
                                <div class="contentarea">
<div class="block teasereditorialblock eG3Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-33 ratio16-9" data-alt="5G" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc2335_horizontal_retouched-1_315x178_90_43727.jpg, /assets/global/scaled/_dsc2335_horizontal_retouched-1_630x355_85_43727.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc2335_horizontal_retouched-1_230x130_90_43727.jpg, /assets/global/scaled/_dsc2335_horizontal_retouched-1_460x259_85_43727.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc2335_horizontal_retouched-1_388x219_90_43727.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/_dsc2335_horizontal_retouched-1_388x219_90_43727.jpg" alt="5G" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
                <a href="/en/in-focus/5g">5G</a>
        </h4>
        

    </div>

	</div>
<div class="block teasereditorialblock eG3Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-33 ratio16-9" data-alt="IoT" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/trygg_ericsson_2_0176-2_315x178_90_43739.jpg, /assets/global/scaled/trygg_ericsson_2_0176-2_630x355_85_43739.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/trygg_ericsson_2_0176-2_230x130_90_43739.jpg, /assets/global/scaled/trygg_ericsson_2_0176-2_460x259_85_43739.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/trygg_ericsson_2_0176-2_388x219_90_43739.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/trygg_ericsson_2_0176-2_388x219_90_43739.jpg" alt="IoT" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
                <a href="https://www.ericsson.com/spotlight/services/">IoT</a>
        </h4>
        

    </div>

	</div>
<div class="block teasereditorialblock eG3Col teaserblock js-linkblock teaserblock-mediaplacement-top">
        <div class="teaserblock-media ">
<picture class="image-wide-33 ratio16-9" data-alt="Cloud" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/cf009883-4_315x178_90_43740.jpg, /assets/global/scaled/cf009883-4_630x355_85_43740.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/cf009883-4_230x130_90_43740.jpg, /assets/global/scaled/cf009883-4_460x259_85_43740.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/cf009883-4_388x219_90_43740.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/cf009883-4_388x219_90_43740.jpg" alt="Cloud" /></picture>
        </div>
	    <div class="teaserblock-content  ">
        <h4>
                <a href="/en/cloud">Cloud</a>
        </h4>
        

    </div>

	</div></div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container" id="agenda">
						<div class="eGNormal">
							<div class="eG1Col">
								<h2 class="contentarea-heading">Agenda</h2>
							</div>
                            <div class="eG1Col">
                                <div class="contentarea"><div class="block highlightedtextblock eG4Col cTheme4">
	<hr class="bhr bFill" />
<h4>Monday, Feb 27</h4><p><strong>08.00&nbsp;-&nbsp;09.30</strong><br />Media and analysts briefing, Hall&nbsp;2</p>
<p><strong>14.00&nbsp;-&nbsp;16.00</strong><br />IPR Seminar, Hall&nbsp;2<br />(by invitation)</p>
<p><strong>16.15 -&nbsp;17.45</strong><br />GSMA Conference Program<br />Ulf Ewaldsson<br />5G Beyond the Hype: Value and Building Blocks<br /><a href="https://www.mobileworldcongress.com/start-here/agenda/5g-beyond-the-hype-value-and-building-blocks/">More info &gt;&gt;</a></p></div><div class="block highlightedtextblock eG4Col cTheme4">
	<hr class="bhr bFill" />
<h4>Tuesday, Feb 28</h4><p><strong>11.00&nbsp;–&nbsp;12.00</strong><br />Turn 5G technology into business opportunities, Hall&nbsp;2<br />(by invitation)</p>
<p><strong>15.00&nbsp;–&nbsp;16.00</strong><br />Cisco IAR joint Briefing for Industry Analysts, Hall&nbsp;2 <br />(by Invitation)</p>
<p><strong>17.00&nbsp;–&nbsp;18.00</strong><br />Fireside chat with CEO,<br />Hall&nbsp;2</p>
<p><strong>18.00&nbsp;–&nbsp;21.00</strong><br />Social Mingle</p></div><div class="block highlightedtextblock eG4Col cTheme4">
	<hr class="bhr bFill" />
<h4>Wednesday, Mar 1</h4><p><strong>09:30&nbsp;–&nbsp;10:30</strong><br />Security Round Table, Hall&nbsp;2<br />(by invitation)</p>
<p><strong>10.00&nbsp;–&nbsp;14.00</strong><br />Networked Society and Technology Trends Seminar, Hall&nbsp;2<br />(by invitation)</p>
<p><strong>11.00&nbsp;–&nbsp;12.00</strong><br />Turn 5G technology into business opportunities, Hall&nbsp;2<br />(by invitation)</p>
<p><strong>11.00&nbsp;–&nbsp;12.10</strong><br />GSMA Conference Program<br />Per Borgklint<br />The Power of Personalisation<br /><a href="https://www.mobileworldcongress.com/start-here/agenda/the-power-of-personalisation/">More info &gt;&gt;</a></p>
<p><strong>12.30&nbsp;–&nbsp;14.00</strong><br />Energy Round Table, Hall&nbsp;2 <br />(by invitation)</p>
<p><strong>13.30&nbsp;–&nbsp;14.30</strong><br />Digital transformation seminar, Hall&nbsp;2 <br />(by invitation)</p>
<p><strong>14.30&nbsp;–&nbsp;15.30</strong><br />Growth Codes, Hall&nbsp;2 <br />(by invitation)</p>
<p><strong>17:15&nbsp;–&nbsp;18:15</strong><br />Ericsson Social Media Influencer Briefing, Hall&nbsp;2<br /><a href="/en/events/mwc/attend-ericssons-social-media-seminar">Apply for your access pass</a></p></div><div class="block highlightedtextblock eG4Col cTheme4">
	<hr class="bhr bFill" />
<h4>Thursday, Mar 2</h4><p><strong>11.00 – 12.00</strong><br />Turn 5G technology into business opportunities, Hall&nbsp;2 <br />(by invitation)</p>
<p><strong>11:30 -13:00</strong><br />GSMA Conference Program<br />Cristian Norlin<br />Ericsson Research<br />5G Impact<br /><a href="https://www.mobileworldcongress.com/start-here/agenda/5g-impact/">More info &gt;&gt;</a></p>
<p><strong>14.00 – 15.10<br /></strong>GSMA Conference Program<br />Rebecka Cereding Angstrom<br />Social Engineering: Hacking the User<br /><a href="https://www.mobileworldcongress.com/start-here/agenda/social-engineering-hacking-the-user">More info &gt;&gt;</a></p></div></div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container">
						<div class="eGNormal">
                            <div class="eG1Col">
                                <div class="contentarea"><!-- BlockId: 43236 -->
	<div class="block tileteasersblock eG1Col">
		

	<div class="tileteaser-list cFill1 teaserlist-itemcount-3 ">
		<div class="tileteaser-intro">
							<h3 class="tileteaser-intro-heading">
					Articles
				</h3>
								</div>


<div class="tileteaser-item js-linkblock">
	<div class="tileteaser-item-imagecontainer">
<picture class="tileteaser-item-image image-wide-50 ratio16-9" data-alt="" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc0045_484x273_90_43232.jpg, /assets/global/scaled/_dsc0045_968x545_85_43232.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc0045_345x195_90_43232.jpg, /assets/global/scaled/_dsc0045_690x389_85_43232.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/_dsc0045_594x335_90_43232.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/_dsc0045_594x335_90_43232.jpg" alt="" /></picture>
	</div>
	<div class="tileteaser-item-content">
			<h3 class="tileteaser-item-heading">
<a class="tileteaser-item-link" href="http://crmweb.ericsson.net/cn/ar0ma/OpportunitiesIn5G">Opportunities in 5G: The View from Eight Industries</a>
			</h3>
							<div class="tileteaser-item-arrow"></div>
	</div>
</div>

<div class="tileteaser-item js-linkblock">
	<div class="tileteaser-item-imagecontainer">
<picture class="tileteaser-item-image image-wide-50 ratio16-9" data-alt="" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/49_484x273_90_43233.jpg, /assets/global/scaled/49_968x545_85_43233.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/49_345x195_90_43233.jpg, /assets/global/scaled/49_690x389_85_43233.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/49_594x335_90_43233.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/49_594x335_90_43233.jpg" alt="" /></picture>
	</div>
	<div class="tileteaser-item-content">
			<h3 class="tileteaser-item-heading">
<a class="tileteaser-item-link" href="https://www.ericsson.com/news/170104-wp-5g-systems-enabling-the-transformation-of-industry-and-society_244010065_c">White paper: 5G Systems – enabling the transformation of industry and society</a>
			</h3>
							<div class="tileteaser-item-arrow"></div>
	</div>
</div>

<div class="tileteaser-item js-linkblock">
	<div class="tileteaser-item-imagecontainer">
<picture class="tileteaser-item-image image-wide-50 ratio16-9" data-alt="" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/otm_012_484x273_90_43234.jpg, /assets/global/scaled/otm_012_968x545_85_43234.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/otm_012_345x195_90_43234.jpg, /assets/global/scaled/otm_012_690x389_85_43234.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/otm_012_594x335_90_43234.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/otm_012_594x335_90_43234.jpg" alt="" /></picture>
	</div>
	<div class="tileteaser-item-content">
			<h3 class="tileteaser-item-heading">
<a class="tileteaser-item-link" href="http://crmweb.ericsson.net/cn/ar0ma/5GReadiness">5G Readiness Survey</a>
			</h3>
							<div class="tileteaser-item-arrow"></div>
	</div>
</div>
	</div>

	</div>
</div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container">
						<div class="eGNormal">
                            <div class="eG1Col">
                                <div class="contentarea"><!-- BlockId: 43320 -->
	<div class="block tileteasersblock eG1Col">
		

	<div class="tileteaser-list cFill0 teaserlist-itemcount-1 ">
		<div class="tileteaser-intro">
							<h3 class="tileteaser-intro-heading">
					10 hot consumerlab trends 2017
				</h3>
										<a href="/en/networked-society/trends-and-insights/consumerlab/consumer-insights/reports/10-hot-consumer-trends-2017" class="tileteaser-intro-button btn">Read here</a>
		</div>


<div class="tileteaser-item ">
	<div class="tileteaser-item-imagecontainer">
<picture class="tileteaser-item-image image-wide-50 ratio16-9" data-alt="" data-orgwidth="1500" data-orgheight="844"><!--[if IE 9]><video style="display:none;" ><![endif]-->
<source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope-1_484x273_90_43317.jpg, /assets/global/scaled/crowd-taking-photos-of-the-pope-1_968x545_85_43317.jpg 2x" media="(min-width: 768px) and (max-width: 1180px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope-1_345x195_90_43317.jpg, /assets/global/scaled/crowd-taking-photos-of-the-pope-1_690x389_85_43317.jpg 2x" media="(min-width: 0px) and (max-width: 767px)"><source srcset="/ui/images/blank.png" data-srcset="/assets/global/scaled/crowd-taking-photos-of-the-pope-1_594x335_90_43317.jpg"><!--[if IE 9]></video><![endif]-->
<img src="/assets/global/scaled/crowd-taking-photos-of-the-pope-1_594x335_90_43317.jpg" alt="" /></picture>
	</div>
	<div class="tileteaser-item-content">
					</div>
</div>
	</div>

	</div>
</div>
                            </div>
							
						</div>
					</div>
					<div class="contentarea-container">
						<div class="eGNormal">
                            <div class="eG1Col">
                                <div class="contentarea"><div class="socialmedialinks eG1Col">
			<h3 class="socialmedialinks-headline">Social</h3>
	<div class="socialmedialinks-links">
			<a href="https://twitter.com/ericsson" class="socialmedialinks-link socialmedialinks-link-twitter" title="Twitter"><img src="/UI/images/icons/followus-twitter.png" alt="Twitter icon" /></a>
					<a href="https://www.facebook.com/ericsson/" class="socialmedialinks-link socialmedialinks-link-facebook" title="Facebook">
				<img src="/UI/images/icons/followus-facebook.png" alt="Facebook icon" />
			</a>
							<a href="https://www.linkedin.com/company/ericsson" class="socialmedialinks-link socialmedialinks-link-linkedin" title="LinkedIn">
				<img src="/UI/images/icons/followus-linkedin.png" alt="LinkedIn icon" />
			</a>
                    <a href="https://www.youtube.com/user/ericsson" class="socialmedialinks-link socialmedialinks-link-youtube" title="Youtube">
                <img src="/UI/images/icons/followus-youtube.png" alt="Youtube icon"/>
            </a>
        	</div>
</div></div>
                            </div>
							
						</div>
					</div>
		</div>
		
	</div>
</div>

	<div class="eGNormal pagebottom">
		<div class="eG1Col">
			
<div class="breadcrumbs">
	<ul class="breadcrumb-list">
			<li class="breadcrumb-listitem ">
					<a href="/en" class="breadcrumb-link">Home</a>
			</li>
			<li class="breadcrumb-listitem breadcrumb-notlinked">
					<span class="breadcrumb-notlinked">Mobile World Congress 2017</span>
			</li>
	</ul>
</div>
			<div class="topofpage">
	<a href="#pageheader" class="topofpage-link js-softscroll">
		<span><svg baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" overflow="scroll"><path d="M8.275 6.4l-2.1 2.55c-.225.3-.225.825.075 1.05.075.225.375.3.6.3.225 0 .375-.225.525-.3l2.1-2.625c.225-.3.375-.3.525-.3s.3 0 .525.3c.525.825 2.85 3.6 2.85 3.6s2.025 2.625 2.7 3.45c.3.3.825.375 1.125.075.225-.225.3-.375.3-.6a.68.68 0 0 0-.225-.525c-.675-.825-2.625-3.3-2.625-3.45 0 0-2.325-2.925-2.925-3.75-.525-.6-1.125-.9-1.725-.9-.675.3-1.275.525-1.725 1.125zm-4.35 5.4c-.6.9-1.2 1.5-1.2 1.575-.3.3-.3.825 0 1.125.225.075.375.225.6.225.225 0 .375-.225.6-.3 0-.15.6-.825 1.2-1.725.075-.225.225-.3.225-.525s-.075-.525-.3-.6c-.225 0-.375-.075-.525-.075-.3.075-.375.225-.6.3z" fill="#0269b8"/></svg></span>
		Top of page
	</a>
</div>
		</div>
	</div>

        <!--Main BodyContent:End-->

    </div>


<hr class="bhr bFill0 footer-topdivider" id="footer-wrapper" />

<div role="contentinfo" class="pagefooter" id="footer">
    <div class="bFill6 pagefooter-content">
        <div class="eGNormal">
            <a href="/en" title="Ericsson - A world of communication" class="pagefooter-logo-link">
                <svg class="pagefooter-logo-link" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" width="71" height="62.8" viewBox="-37 -15.8 71 62.8">
                    <path d="M-12 .6c-2.1.8-4.5-.3-5.3-2.5-.8-2.1.3-4.5 2.5-5.3l22.7-8.4c2.1-.8 4.5.3 5.3 2.5.8 2.1-.3 4.5-2.5 5.3L-12 .6zm0 12.3c-2.1.8-4.5-.3-5.3-2.5-.8-2.1.3-4.5 2.5-5.3L7.9-3.3C10-4 12.4-3 13.2-.8c.8 2.1-.3 4.5-2.5 5.3L-12 12.9zm0 12.3c-2.1.8-4.5-.3-5.3-2.5-.8-2.1.3-4.5 2.5-5.3L7.9 9.2c2.1-.8 4.5.3 5.3 2.5.8 2.1-.3 4.5-2.5 5.3L-12 25.2z" fill="#fff" />
                </svg>
            </a>
        </div>

        
       
        
          
            
            
            
                
       
                
            
          
                
            
            
                

            
         
            
        
        







        <!-- The contact div -->
        
        <!--End of contact div -->

        <div class="eGNormal eGWrapping pagefooter-content-linksandmaincontent">
            <div class="eG3Col">
                <ul class="pagefooter-globallinks-list">
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/networks" class="pagefooter-globallinks-link">Networks</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/transformative-it" class="pagefooter-globallinks-link">IT</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/media" class="pagefooter-globallinks-link">Media</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/industries" class="pagefooter-globallinks-link">Industries</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/portfolio" class="pagefooter-globallinks-link">Portfolio</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/in-focus" class="pagefooter-globallinks-link">In focus</a></li>
                                    <li class="pagefooter-globallinks-listitem"><a href="/en/networked-society" class="pagefooter-globallinks-link">Networked Society</a></li>
                </ul>
            </div>
            <div class="eG3Col">
                <ul class="pagefooter-globallinks-list">

                                <li class="pagefooter-globallinks-listitem"><a href="/en/about-us" class="pagefooter-globallinks-link">About us</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/contact" class="pagefooter-globallinks-link">Contact us</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/news-and-events" class="pagefooter-globallinks-link">News and events</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/news-and-events/press-center" class="pagefooter-globallinks-link">Press center</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/careers" class="pagefooter-globallinks-link">Careers</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/investors" class="pagefooter-globallinks-link">Investors</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/industry-analysts" class="pagefooter-globallinks-link">Industry analysts</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/public-policy-and-government-affairs" class="pagefooter-globallinks-link">Policy makers</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/about-us/how-we-manage-our-business/channel-partners" class="pagefooter-globallinks-link">Channel Partners</a></li>
                                <li class="pagefooter-globallinks-listitem"><a href="/en/publications" class="pagefooter-globallinks-link">Publications</a></li>
                </ul>
            </div>
            <div class="eG3Col pagefooter-maincontent">
                    <div class="pagefooter-contact">
                        <div class="pagefooter-textcontent">
                            <span>+46 10 719 00 00</span>
                        </div>
                        <div class="pagefooter-texttitle"><a href="/en/about-us/company-facts/ericsson-worldwide">Find Ericsson offices</a></div>
                    </div>


                    <div class="pagefooter-followus" itemscope itemtype="http://schema.org/Organization">
                        <link itemprop="url" href="/" />
                        <div class="pagefooter-textcontent" id="pagefooter-followme">
                                <span><a href="https://twitter.com/Ericsson" target="_blank" class="pagefooter-social-link" itemprop="sameAs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm10.9 18.4v.7c0 7.4-5.7 16-16 16-3.2 0-6.1-.9-8.6-2.5.4.1.9.1 1.3.1 2.6 0 5.1-.9 7-2.4-2.5 0-4.5-1.7-5.3-3.9.3.1.7.1 1.1.1.5 0 .8-.1 1.3-.2-2.6-.5-4.7-2.8-4.7-5.5v-.1c1 .4 1.8.7 2.7.7-1.5-1-2.4-2.7-2.4-4.7 0-1 .3-2 .8-2.8 2.8 3.4 7 5.7 11.6 5.9-.1-.4-.1-.8-.1-1.3a5.59 5.59 0 0 1 9.7-3.8c1.3-.3 2.5-.7 3.6-1.4-.4 1.3-1.3 2.4-2.5 3.1 1.1-.1 2.2-.4 3.2-.9-.6 1.1-1.6 2.1-2.7 2.9z" class="social-footer-icon"/></svg></a></span>
                                <span><a href="http://www.facebook.com/Ericsson" target="_blank" class="pagefooter-social-link" itemprop="sameAs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm5.7 25H26v12h-5V25h-4v-5h4v-3.7c0-3.1 1.9-5.9 6.4-5.9 1.8 0 3.2.2 3.2.2l-.1 4.3h-2.7c-1.6 0-1.7.8-1.7 2V20h4.6l-1 5z" class="social-footer-icon"/></svg></a></span>
                                <span><a href="https://www.linkedin.com/company/Ericsson" target="_blank" class="pagefooter-social-link" itemprop="sameAs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24c13.2 0 24-10.7 24-24S37.2 0 24 0zm-9.6 11.4c1.6 0 2.5 1.3 2.6 2.8 0 1.5-1 2.8-2.6 2.8-1.5 0-2.5-1.3-2.5-2.8-.1-1.5.9-2.8 2.5-2.8zM17 34h-5V18h5v16zm19 0h-5v-8.2c0-2.1-.5-3.5-2.4-3.5-1.4 0-2.2.9-2.5 1.9-.2.3-.1.8-.1 1.2V34h-5.4s.1-14 0-16H26v2.4c1-1 1.7-2.5 4.4-2.5 3.4 0 5.6 2.6 5.6 7.3V34z" class="social-footer-icon"/></svg></a></span>
                        </div>
                    </div>
            </div>
        </div>

    </div>
    <div class="pagefooter-bottomlinks">
        <div class="eGNormal eGWrapping">
            <div class="eG1Col">
                
                <div class="pagefooter-bottomlinks-heading">
                    
                    

                    <!-- The following div is for desktop or large screen view -->
                    <div class="pagefooter-bottomlinks-links">


                        
                        <a class="pagefooter-bottomlinks-link" href="https://www.ericsson.com/assets/local/about-ericsson/sustainability-and-corporate-responsibility/documents/2016/modern-slavery-statement-010317.pdf">Modern Slavery Statement</a>
                        
                        <a class="pagefooter-bottomlinks-link" href="/en/legal/cookies">Cookies</a>
                        <a class="pagefooter-bottomlinks-link" href="/en/legal">Legal</a>

                        
                                <div class="akamai-request-container">
                                    
                                        
                                            
                                            
                                        
                                </div>
                        <span class="copyright">&#169; Ericsson AB 1994-2017</span>
                    </div>
                </div>
                <!-- The following div is for mobile view-->
                <div class="pagefooter-bottomlinks-links-mobile">
                    
                    <a class="pagefooter-bottomlinks-link" href="https://www.ericsson.com/assets/local/about-ericsson/sustainability-and-corporate-responsibility/documents/2016/modern-slavery-statement-010317.pdf">Modern Slavery Statement</a>
                    

                    <a class="pagefooter-bottomlinks-link" href="/en/legal/cookies">Cookies</a>

                            
                                
                                    
                                    
                                
                    <a class="pagefooter-bottomlinks-link" href="/en/legal">Legal</a>
                    <span class="copyright">&#169; Ericsson AB 1994-2017</span>
                </div>
            </div>
        </div>
    </div>
</div>












    
    <script>var FindApi = function () { var f = ["setApplicationUrl", "setServiceApiBaseUrl", "processEventFromCurrentUri", "bindWindowEvents", "bindAClickEvent", "sendBufferedEvents"], o = {}; f.forEach(function (i) { o[i] = function () { }; }); return o; };</script>
    

<script type="text/javascript">
if(FindApi){var api = new FindApi();api.setApplicationUrl('/');api.setServiceApiBaseUrl('/find_v2/');api.processEventFromCurrentUri();api.bindWindowEvents();api.bindAClickEvent();api.sendBufferedEvents();}
</script>

    
    <script defer data-main="/build/10639330582/ui/scripts/requirebundle" src="/build/10639330582/ui/scripts/initialscript.min.js"></script>
        <script>var cb = function () { var e = document.createElement("link"); e.rel = "stylesheet", e.href = "/build/10639330582/ui/styles/main.min.css"; var t = document.getElementsByTagName("head")[0]; t.parentNode.insertBefore(e, t) }, w = window, raf = w.requestAnimationFrame || w.mozRequestAnimationFrame || w.webkitRequestAnimationFrame || w.msRequestAnimationFrame; raf ? raf(cb) : w.addEventListener("load", cb);</script>

</body>
</html>