TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Open source 5G core network

168 点作者 polymorph1sm将近 5 年前

6 条评论

Jhsto将近 5 年前
For those interested, this project seems to be a rewrite of <a href="https:&#x2F;&#x2F;nextepc.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nextepc.org&#x2F;</a> into Go. Alternative projects include <a href="https:&#x2F;&#x2F;github.com&#x2F;facebookincubator&#x2F;magma" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;facebookincubator&#x2F;magma</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;openairinterface" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openairinterface</a>.<p>You can start your own telenetwork with these projects (but of course doing such would be highly illegal without a spectrum license), but first, you need a gNB or eNodeB which is lingo for a base station. It is possible to buy an SDR and use software like <a href="https:&#x2F;&#x2F;github.com&#x2F;srsLTE&#x2F;srsLTE" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;srsLTE&#x2F;srsLTE</a> to make the SDR receive and broadcast LTE&#x2F;5G connections. After this, you need to have blank SIM cards to code. For example, this post instructs how to do so: <a href="https:&#x2F;&#x2F;cyberloginit.com&#x2F;2018&#x2F;05&#x2F;03&#x2F;build-a-lte-network-with-srslte-and-program-your-own-usim-card.html" rel="nofollow">https:&#x2F;&#x2F;cyberloginit.com&#x2F;2018&#x2F;05&#x2F;03&#x2F;build-a-lte-network-with...</a>. You might also consider writing eSIMs <a href="https:&#x2F;&#x2F;github.com&#x2F;bagyenda&#x2F;njiwa" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bagyenda&#x2F;njiwa</a>.<p>After this, you should be able to use a commercial phone to connect to the network.<p>In general, these networks function quite well even on commodity hardware. Some tests I worked on produced end-to-end latency of around 20ms on LTE, and throughput of around 7MB&#x2F;s. This was using NextEPC on a 400 euro computer with a 50 euro router and a Nokia base station. Further, it was possible to make the system to work in a Heroku like manner by exposing PaaS endpoints and running Kubernetes in the access network: <a href="https:&#x2F;&#x2F;www.semanticscholar.org&#x2F;paper&#x2F;Open-source-RANs-in-Practice%3A-an-Over-The-Air-for-Haavisto-Arif&#x2F;38aa0fcd59646de9cf54fdae812349def01fb02a" rel="nofollow">https:&#x2F;&#x2F;www.semanticscholar.org&#x2F;paper&#x2F;Open-source-RANs-in-Pr...</a><p>I think it&#x27;s quite likely that sooner or later we will have 5G networks with intra-services running as edge-services, providing us low-latency. It&#x27;s worth noting that with the latest LTE versions 5G and LTE access latency is virtually the same. The real latency-optimization would be, at least to my perspective, to allow software to be deployed _into_ these cellular networks to minimize network hops.
评论 #23429895 未加载
评论 #23430507 未加载
评论 #23430304 未加载
评论 #23432642 未加载
评论 #23435229 未加载
评论 #23429972 未加载
ComodoHacker将近 5 年前
Can&#x27;t find where COVID-19 infection code is. Is it not implemented yet?
评论 #23432395 未加载
rob-olmos将近 5 年前
Somewhat related recent curiosity: Is there anything new about 5G tower&#x2F;backhaul infrastructure for edge computing that wasn&#x27;t already feasible for 4G?
评论 #23430696 未加载
castratikron将近 5 年前
So will this let me run a 5G baseband? I&#x27;ve read about Osmocom but I&#x27;ve never tried it out.
评论 #23429925 未加载
chvid将近 5 年前
Is this really what constitutes a &quot;5G core network&quot;? Does it mean that I can buy Huawei for the rest of it and set it up in the UK?
评论 #23432734 未加载
tpmx将近 5 年前
This won&#x27;t have a chance to win unless e.g. Cisco&#x2F;Google&#x2F;Apple&#x2F;FB somehow decides to fund a few thousand developers each yearly. And they won&#x27;t do that unless there&#x27;s clear incentive for them.<p>In a way I really hope they won&#x27;t. How could anything good come out of that?<p>From an engineering perspective: the software stack is conceptually (if you squint enough) a bit like webkit&#x2F;chromium, but on top of that you also need cutting edge radio&#x2F;antenna development.