From 33be531fe58a4f8a8481ca54dd93177ff507c760 Mon Sep 17 00:00:00 2001 From: Esther Jang Date: Sun, 24 Nov 2024 00:37:43 -0800 Subject: [PATCH] fixed formatting of open5gs-dbctl syntax --- docs/tutorials/epc-setup.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/epc-setup.md b/docs/tutorials/epc-setup.md index aa3c3ed..6ed3a62 100644 --- a/docs/tutorials/epc-setup.md +++ b/docs/tutorials/epc-setup.md @@ -279,11 +279,13 @@ sudo ./open5gs-dbctl add 460660003400030 192.168.20.30 0x00112233445566778899AAB ``` Running the `./open5gs-dbctl` command on its own will output a list of allowed command syntax, of which the following can be particularly handy: -- `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` +```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 +``` 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".