NSG scheduled-log excerpt - Pixel 10, T-Mobile US (310/260), NR SA Log window: 2026-09-20 00:38:51 - 00:51:20 PDT (America/Los_Angeles) Source: com.qtrun.QuickTest (NSG) scheduled logger. Location records stripped; only radio records included. Units: cellBandwidths in kHz. 100000 = 100 MHz, 90000 = 90 MHz, 20000 = 20 MHz. === A. Serving-cell band labels (ScheduleCellInfo, band field is reported directly) === { "arfcn": 520110, "bands": [ 41 ], "pci": 402, "ss-rsrp": -93, "ss-rsrq": -10, "registered": true, "type": "nr5g" } { "arfcn": 502110, "bands": [ 41 ], "pci": 402, "ss-rsrp": -91, "ss-rsrq": -10, "registered": true, "type": "nr5g" } === B. Aggregated bandwidths (ServiceState.getCellBandwidths) === Before (first 10 serviceState records in the log): { "operator": "310260", "operator-long": "T-Mobile", "duplexMode": "tdd", "channelNumber": 520110, "cellBandwidths ": [ 100000 ], "dataNetworkType": 20, "event": "serviceState" } After (last 6 serviceState records; 4 carriers aggregated): { "operator": "310260", "operator-long": "T-Mobile", "duplexMode": "tdd", "channelNumber": 520110, "cellBandwidths ": [ 100000, 20000, 20000, 90000 ], "dataNetworkType": 20, "event": "serviceState" } Note: getCellBandwidths() does not label band per carrier. The 90 MHz carrier is identified as the second n41 by elimination: the serving cell camped on both n41 ARFCNs (502110 and 520110, both band 41 per section A) during the log, and no other band on this site/carrier runs 90/100 MHz channels.