From c424796955b5f441ec045ea7dc223e85eca30d86 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 1 Dec 2020 23:02:55 +1100 Subject: [PATCH] Doc Update - Added list of eNodeBs / gNodeBs confirmed to work by community, links to CSFB & SMS Docs (#694) * Update docs.md Added link to Hardware Specific notes * Added link to posts on SMS over NAS and CSFB Setup * Formatting on eNB list * Added UERANSIM --- docs/_docs/hardware/01-genodebs.md | 46 ++++++++++++++++++++++++++++++ docs/_pages/docs.md | 6 ++++ 2 files changed, 52 insertions(+) create mode 100644 docs/_docs/hardware/01-genodebs.md diff --git a/docs/_docs/hardware/01-genodebs.md b/docs/_docs/hardware/01-genodebs.md new file mode 100644 index 000000000..3b8c4a816 --- /dev/null +++ b/docs/_docs/hardware/01-genodebs.md @@ -0,0 +1,46 @@ +--- +title: eNodeBs / gNodeBs tested on Open5GS +head_inline: "" +--- + +This page lists Radio hardware that has been tested by members of the Open5GS community, + +Listed eNodeBs have at a minimum connected to Open5GS. This does not mean all functionality (dedicated bearers, GBRs, etc) has been tested. + +If you have tested radio hardware from a vendor not listed with Open5GS, please add it to this page [by creating a PR on GitHub.](https://github.com/open5gs/open5gs) + +### Commercial Macro BTS +--- + + * Huawei BTS 3900 (S/W version V100R011C10SPC230) + +### Small Cells +--- + + * Baicells Neutrino + * Baicells Nova 243 + * Baicells Nova 246 + * Baicells Nova 436Q + * Baicells Nova 227 (EBS & CBRS) + * Baicells Nova 233 + * Airspan AirSpeed 1030 + * Airspan AirHarmony 1000 + * AirHarmony 4000 + * AirHarmony 4200 + * AirHarmony 4400 + +### OpenRAN Hardware +--- + + +### SDR Hardware +--- + + * [srsLTE / SRSenb](https://github.com/srsLTE/srsLTE) LimeSDR + * [srsLTE / SRSenb](https://github.com/srsLTE/srsLTE) BladeRF x40 (Not stable) + +### Misc Radio Hardware +--- + * [OsmoBTS](https://osmocom.org/projects/osmobts/wiki) controlled ip.access NanoBTS (Used for CSFB with Osmocom) + * [UERANSIM](https://github.com/aligungr/UERANSIM) 5G RAN Simulator + diff --git a/docs/_pages/docs.md b/docs/_pages/docs.md index b9c4ffc1c..9b898498b 100644 --- a/docs/_pages/docs.md +++ b/docs/_pages/docs.md @@ -17,6 +17,8 @@ head_inline: "" - [Kubernetes Open5GS Deployment](https://dev.to/infinitydon/virtual-4g-simulation-using-kubernetes-and-gns3-3b7k?fbclid=IwAR1p99h13a-mCfejanbBQe0H0-jp5grXkn5mWf1WrTHf47UtegB2-UHGGZQ) - [Static IPs for UEs](http://nickvsnetworking.com/open5gs-epc-static-ip-addresses-for-ues-apns-subscribers/) - [My first 5G Core: Open5Gs and UERANSIM](http://nickvsnetworking.com/my-first-5g-core-open5gs-and-ueransim/) + - [Sending SMS in Open5GS LTE Networks using the SGs Interface and OsmoMSC](https://nickvsnetworking.com/sending-sms-in-open5gs-lte-networks-using-the-sgs-interface-and-osmomsc-with-smsos/) + - [OsmoMSC and Open5GS MME – SGs Interface for CSCF / InterRAT Handover](https://nickvsnetworking.com/osmomsc-and-open5gs-mme-sgs-interface-for-cscf-interran-handover/) - Troubleshooting - [Simple Issues](troubleshoot/01-simple-issues) @@ -27,3 +29,7 @@ head_inline: "" - [CentOS](platform/02-centos) - [Fedora](platform/03-fedora) - [MacOSX](platform/05-macosx) + +- Hardware Specific Notes + - [Tested e/gNodeBs](hardware/01-genodebs) +