Skip to content

Commit

Permalink
Deployed 58d019d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 8, 2024
1 parent b9b4a8d commit 19543d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions Core-Network/open5gs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@
</li>

<li class="md-nav__item">
<a href="#12-clone-free5gc-compose" class="md-nav__link">
<a href="#12-clone-docker_open5gs" class="md-nav__link">
<span class="md-ellipsis">
1.2 Clone free5gc-compose
1.2 Clone docker_open5gs
</span>
</a>

Expand Down Expand Up @@ -784,9 +784,9 @@
</li>

<li class="md-nav__item">
<a href="#12-clone-free5gc-compose" class="md-nav__link">
<a href="#12-clone-docker_open5gs" class="md-nav__link">
<span class="md-ellipsis">
1.2 Clone free5gc-compose
1.2 Clone docker_open5gs
</span>
</a>

Expand Down Expand Up @@ -864,7 +864,7 @@ <h3 id="11-core-host-configurations">1.1 Core-host Configurations</h3>
<div class="highlight"><pre><span></span><code>sudo<span class="w"> </span>sysctl<span class="w"> </span>net.ipv4.conf.all.forwarding<span class="o">=</span><span class="m">1</span>
sudo<span class="w"> </span>iptables<span class="w"> </span>-P<span class="w"> </span>FORWARD<span class="w"> </span>ACCEPT
</code></pre></div>
<h3 id="12-clone-free5gc-compose">1.2 Clone free5gc-compose</h3>
<h3 id="12-clone-docker_open5gs">1.2 Clone docker_open5gs</h3>
<div class="highlight"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/herlesupreeth/docker_open5gs
git<span class="w"> </span>checkout<span class="w"> </span>v2.7.0
</code></pre></div>
Expand All @@ -890,6 +890,11 @@ <h2 id="20-deploying-the-core-network">2.0 Deploying the Core Network</h2>
<h3 id="31-adding-ue-to-core-database">3.1 Adding UE to Core Database</h3>
<p>To set up your UEs you'll need to go to the open5gs webpage on your machine. You should see a login screen when accessing http://<core-ip>:3000. The credentials are <strong>admin</strong> and the password is <strong>1423</strong>.</p>
<h2 id="40-more-information">4.0 More Information</h2>
<p><a href="https://github.com/herlesupreeth/docker_open5gs">Open5GS - Docker</a>
<a href="https://open5gs.org/open5gs/docs/">Open5GS - Documentation</a>
<a href="https://github.com/open5gs/open5gs">Open5GS - Github Page</a>
<a href="https://github.com/srsran/srsRAN_Project/tree/main/docker">srsRAN - Docker</a>;
<a href="https://github.com/Gradiant/5g-charts/tree/main/charts/open5gs">Gradiant - Open5gs in k8s</a>.</p>



Expand Down
2 changes: 1 addition & 1 deletion RICs/oran-sc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ <h2 id="3-deploying-and-managing-xapps">3. Deploying and managing xApps</h2>
the running version of the container image. To do so re-build the image using
the script as that will update the image in your local containerd repository.
Then simply scale the xApp deployment down and up and the new version should be
running. That will only work if the version stays the same.</p>
running. This will only work if the version stays the same.</p>



Expand Down
Loading

0 comments on commit 19543d6

Please sign in to comment.