mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
WebUI PGW IP setting is added
This commit is contained in:
parent
634de8c788
commit
cc762f3c00
12 changed files with 138 additions and 54 deletions
|
|
@ -39,7 +39,8 @@ const Profile = new Schema({
|
|||
uplink: Schema.Types.Long
|
||||
},
|
||||
pgw: {
|
||||
ipv4: String
|
||||
addr: String,
|
||||
addr6: String
|
||||
},
|
||||
pcc_rule: [{
|
||||
flow: [{
|
||||
|
|
|
|||
|
|
@ -59,7 +59,8 @@ const Subscriber = new Schema({
|
|||
uplink: Schema.Types.Long
|
||||
},
|
||||
pgw: {
|
||||
ipv4: String
|
||||
addr: String,
|
||||
addr6: String
|
||||
},
|
||||
pcc_rule: [{
|
||||
flow: [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue