Skip to content

Commit

Permalink
Yet another automated deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice Brenner Build Bot committed Nov 24, 2024
1 parent b93afa5 commit 4635102
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ <h2 id="whats-here">What's here?</h2>

<!--
MkDocs version : 1.6.1
Build Date UTC : 2024-11-24 08:35:27.675525+00:00
Build Date UTC : 2024-11-24 08:38:56.550158+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions tutorials/epc-setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,13 @@ <h1 id="step-4-add-users-to-open5gs-database">Step 4: Add Users to Open5GS datab
<p>The script can be found in <code>misc/db/open5gs-dbctl</code> from the top level of the repository (<code>open5gs</code> folder). For example, you could run a command to add a user like this from within the <code>open5gs/misc/db</code> folder:</p>
<pre><code class="language-bash">sudo ./open5gs-dbctl add 460660003400030 192.168.20.30 0x00112233445566778899AABBCCDDEEFF 0x000102030405060708090A0B0C0D0E0F
</code></pre>
<p>Running the <code>./open5gs-dbctl</code> command on its own will output a list of allowed command syntax, of which the following can be particularly handy:
- <code>add {imsi key opc}: adds a user to the database with default values</code>
- <code>add {imsi ip key opc}: adds a user to the database with default values and a IPv4 address for the UE</code>
- <code>remove {imsi}: removes a user from the database</code>
- <code>static_ip {imsi ip4}: adds a static IP assignment to an already-existing user</code>
- <code>add_ue_with_apn {imsi key opc apn}: adds a user to the database with a specific apn</code></p>
<p>Running the <code>./open5gs-dbctl</code> command on its own will output a list of allowed command syntax, of which the following can be particularly handy:</p>
<pre><code class="language-bash">add {imsi key opc}: adds a user to the database with default values
add {imsi ip key opc}: adds a user to the database with default values and a IPv4 address for the UE
remove {imsi}: removes a user from the database
static_ip {imsi ip4}: adds a static IP assignment to an already-existing user
add_ue_with_apn {imsi key opc apn}: adds a user to the database with a specific apn
</code></pre>
<p>The help text also tells you that "default values are as follows: APN "internet", dl_bw/ul_bw 1 Gbps, PGW address is 127.0.0.3, IPv4 only".</p>
<h1 id="step-5-maintenance-and-management">Step 5: Maintenance and Management</h1>
<h2 id="updating-open5gs">Updating Open5GS</h2>
Expand Down

0 comments on commit 4635102

Please sign in to comment.