From 7b9b41f1441e6cfedf96a40b0427e762b5b8b517 Mon Sep 17 00:00:00 2001 From: seo Date: Mon, 15 Jun 2026 10:50:17 +0900 Subject: [PATCH] Update carrier data calibration --- monitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.php b/monitor.php index bee2426..773b771 100644 --- a/monitor.php +++ b/monitor.php @@ -27,7 +27,7 @@ const RECEIVE_GAP_LIMIT_SEC = 60; // SKT T world "잔여기본통화 정보" 기준 현재월 누적값. // carrier_total_bytes / meter_adjusted_bytes 로 보정 배율을 역산해 로컬 송수신 계측값에 적용한다. const DATA_CURRENT_BILLING_USAGE_BYTES = [ - '2026-06' => ['total_bytes' => 56006144, 'meter_adjusted_bytes' => 26668910, 'included_bytes' => 104857600, 'coupon_registered_at' => null], + '2026-06' => ['total_bytes' => 68463616, 'meter_adjusted_bytes' => 34452982, 'included_bytes' => 104857600, 'coupon_registered_at' => null], ]; function car_db(): PDO