From 78f64aaccb5dfde35c611b8bc1acec11edc79bdf Mon Sep 17 00:00:00 2001 From: Gabriel <41166074+gckopper@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:32:53 -0300 Subject: [PATCH] Update open5gs-dbctl This is now consistent with the webui (check /webui/src/components/Subscriber/Edit.js:175) --- misc/db/open5gs-dbctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/db/open5gs-dbctl b/misc/db/open5gs-dbctl index f543bc365..d6cdcb361 100755 --- a/misc/db/open5gs-dbctl +++ b/misc/db/open5gs-dbctl @@ -14,7 +14,7 @@ display_help() { echo " reset: WIPES OUT the database and restores it to an empty default" echo " static_ip {imsi ip4}: adds a static IP assignment to an already-existing user" echo " static_ip6 {imsi ip6}: adds a static IPv6 assignment to an already-existing user" - echo " type {imsi type}: changes the PDN-Type of the first PDN: 0 = IPv4, 1 = IPv6, 2 = IPv4v6, 3 = v4 OR v6" + echo " type {imsi type}: changes the PDN-Type of the first PDN: 1 = IPv4, 2 = IPv6, 3 = IPv4v6" echo " help: displays this message and exits" echo " default values are as follows: APN \"internet\", dl_bw/ul_bw 1 Gbps, PGW address is 127.0.0.3, IPv4 only" echo " add_ue_with_apn {imsi key opc apn}: adds a user to the database with a specific apn,"