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:
Sukchan Lee 2023-08-13 18:19:45 +09:00 committed by GitHub
parent af67b2486b
commit e01f46eb6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 68 additions and 68 deletions

View file

@ -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,