Update carrier calibration from latest reading
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ const RECEIVE_GAP_LIMIT_SEC = 60;
|
|||||||
// SKT T world "잔여기본통화 정보" 기준 현재월 누적값.
|
// SKT T world "잔여기본통화 정보" 기준 현재월 누적값.
|
||||||
// carrier_total_bytes / meter_adjusted_bytes 로 보정 배율을 역산해 로컬 송수신 계측값에 적용한다.
|
// carrier_total_bytes / meter_adjusted_bytes 로 보정 배율을 역산해 로컬 송수신 계측값에 적용한다.
|
||||||
const DATA_CURRENT_BILLING_USAGE_BYTES = [
|
const DATA_CURRENT_BILLING_USAGE_BYTES = [
|
||||||
'2026-06' => ['total_bytes' => 68463616, 'meter_adjusted_bytes' => 34452982, 'included_bytes' => 104857600, 'coupon_registered_at' => null],
|
'2026-06' => ['total_bytes' => 69159936, 'meter_adjusted_bytes' => 34801709, 'included_bytes' => 104857600, 'coupon_registered_at' => null],
|
||||||
];
|
];
|
||||||
|
|
||||||
function car_db(): PDO
|
function car_db(): PDO
|
||||||
|
|||||||
Reference in New Issue
Block a user