mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-30 12:29:33 +00:00
Use x1000 multiplier for Kbps, Mbps, ... etc. (#2515)
NAS, GTP, PFCP, SBI, all except S1AP/NGAP use x1000 multiplier for Kbps, Mbps, Gbps ... etc. From now on in WebUI all units also use a multiplier of x1000.
This commit is contained in:
parent
af67b2486b
commit
e01f46eb6c
10 changed files with 68 additions and 68 deletions
|
|
@ -168,8 +168,8 @@ $ mongosh
|
|||
"__v" : 0,
|
||||
"access_restriction_data" : 32,
|
||||
"ambr" : {
|
||||
"downlink" : NumberLong(1024000),
|
||||
"uplink" : NumberLong(1024000)
|
||||
"downlink" : NumberLong(1000000),
|
||||
"uplink" : NumberLong(1000000)
|
||||
},
|
||||
"network_access_mode" : 2,
|
||||
"pdn" : [
|
||||
|
|
@ -178,8 +178,8 @@ $ mongosh
|
|||
"_id" : ObjectId("609715fd455bcd38c884ce85"),
|
||||
"pcc_rule" : [ ],
|
||||
"ambr" : {
|
||||
"downlink" : NumberLong(1024000),
|
||||
"uplink" : NumberLong(1024000)
|
||||
"downlink" : NumberLong(1000000),
|
||||
"uplink" : NumberLong(1000000)
|
||||
},
|
||||
"qos" : {
|
||||
"qci" : 9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue