Synthèse des runs

1 Synthèse générale

Ce document rassemble tous les rapports sur une seule page.

1.1 Bare

<!DOCTYPE html> Calypso test report

Calypso test report

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
         <p>auto-generated (tests/conftest.py) </p>
      </div>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
  <p class="date">2026-05-27 00:00</p>
</div>

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra["Infra 5/5"]
  class P_Infra pass;
  P_GDB_introspect["GDB-introspect 8/8"]
  class P_GDB_introspect pass;
  P_Infra --> P_GDB_introspect
  P_Monitor_extended["Monitor-extended 9/9"]
  class P_Monitor_extended pass;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state["Firmware-state 3/5"]
  class P_Firmware_state partial;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon["Osmocon 3/3"]
  class P_Osmocon pass;
  P_Firmware_state --> P_Osmocon
  P_DSP["DSP 5/20"]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data["L1-data 1/7"]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl["L1-ctrl 1/8"]
  class P_L1_ctrl partial;
  P_L1_data --> P_L1_ctrl
  P_Timers["Timers 9/9"]
  class P_Timers pass;
  P_L1_ctrl --> P_Timers
  P_Drift["Drift 4/10"]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB["NDB 19/19"]
  class P_NDB pass;
  P_Drift --> P_NDB
  P_ARM_feedback["ARM-feedback 0/2"]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_ARM_feedback -.->|BREAK| BREAK_ARM_feedback["BREAK HERE ARM-feedback 0% pass"]
  class BREAK_ARM_feedback brk;
  P_IrDA_channel["IrDA-channel 7/8"]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM["L3-MM 0/5"]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt["Mgmt 3/3"]
  class P_Mgmt pass;
  P_L3_MM --> P_Mgmt
  P_Net["Net 2/2"]
  class P_Net pass;
  P_Mgmt --> P_Net
  P_FS["FS 3/3"]
  class P_FS pass;
  P_Net --> P_FS
  P_Log_grep["Log-grep 21/30"]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary["Summary 1/1"]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Ar — 7/8

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Ar["Ar 7/8"]
  C_Ar --> T_001_pass_grp_Ar["PASS 7 0.1s"]
  C_Ar --> T_002_test_rsbx_intm_reached_or_flag_nmi["test_rsbx_intm_reached_or_flag_nmi — · ar_imr_invariant 0.01s"]
  class C_Ar partial;
  class T_001_pass_grp_Ar pass;
  class T_002_test_rsbx_intm_reached_or_flag_nmi skip;

🟡 Injection — 19/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection["Injection 19/21"]
  C_Injection --> T_003_pass_grp_Injection["PASS 19 5.4s"]
  C_Injection --> T_004_test_efficacy_arm_reads_d_fb_det_1["test_efficacy_arm_reads_d_fb_det_1 ARM-feedback · inject_efficacy 3.01s"]
  C_Injection --> T_005_test_efficacy_arm_reads_a_cd["test_efficacy_arm_reads_a_cd ARM-feedback · inject_efficacy 2.60s"]
  class C_Injection partial;
  class T_003_pass_grp_Injection pass;
  class T_004_test_efficacy_arm_reads_d_fb_det_1 xfail;
  class T_005_test_efficacy_arm_reads_a_cd xfail;

🟡 Milestone — 3/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone["Milestone 3/21"]
  C_Milestone --> T_006_pass_grp_Milestone["PASS 3 30.5s"]
  C_Milestone --> T_007_test_dsp_throughput_5x["test_dsp_throughput_5x DSP · milestone_dsp_decoder 0.01s"]
  C_Milestone --> T_008_test_fb0_att_nonzero["test_fb0_att_nonzero DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_009_test_synth_zero_path_active["test_synth_zero_path_active DSP · milestone_fb_det 0.01s"]
  C_Milestone --> T_010_test_c54x_interrupt_ex_called_nonzero["test_c54x_interrupt_ex_called_nonzero DSP · milestone_irq 0.00s"]
  C_Milestone --> T_011_test_isr_entered_implies_rete["test_isr_entered_implies_rete DSP · milestone_irq 0.00s"]
  C_Milestone --> T_012_test_no_pending_irq_gated["test_no_pending_irq_gated DSP · milestone_irq 0.00s"]
  C_Milestone --> T_013_test_rxdoneflag_no_longer_blocks["test_rxdoneflag_no_longer_blocks DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_014_test_ar3_init_source_identified["test_ar3_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_015_test_ar4_init_source_identified["test_ar4_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_016_test_bsp_dma_target_matches_correlator_read_zone["test_bsp_dma_target_matches_correlator L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_017_test_no_d_fb_det_wr_site_anomaly["test_no_d_fb_det_wr_site_anomaly L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_018_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · milestone_l1ctl 0.02s"]
  C_Milestone --> T_019_test_neigh_pm_req_response_unchanged["test_neigh_pm_req_response_unchanged L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_020_test_rach_emitted["test_rach_emitted L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_021_test_immediate_assignment_decoded["test_immediate_assignment_decoded L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_022_test_rr_sdcch_established["test_rr_sdcch_established L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_023_test_location_updating_request_sent["test_location_updating_request_sent L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_024_test_location_updating_accept_received["test_location_updating_accept_received L3-MM · milestone_mm_lu 0.00s"]
  class C_Milestone partial;
  class T_006_pass_grp_Milestone pass;
  class T_007_test_dsp_throughput_5x skip;
  class T_008_test_fb0_att_nonzero xfail;
  class T_009_test_synth_zero_path_active skip;
  class T_010_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_011_test_isr_entered_implies_rete xfail;
  class T_012_test_no_pending_irq_gated xfail;
  class T_013_test_rxdoneflag_no_longer_blocks xfail;
  class T_014_test_ar3_init_source_identified skip;
  class T_015_test_ar4_init_source_identified skip;
  class T_016_test_bsp_dma_target_matches_correlator_read_zone skip;
  class T_017_test_no_d_fb_det_wr_site_anomaly fail;
  class T_018_test_l1ctl_data_ind_received fail;
  class T_019_test_neigh_pm_req_response_unchanged xfail;
  class T_020_test_rach_emitted xfail;
  class T_021_test_immediate_assignment_decoded xfail;
  class T_022_test_rr_sdcch_established xfail;
  class T_023_test_location_updating_request_sent xfail;
  class T_024_test_location_updating_accept_received xfail;

🟡 Osmocom — 16/23

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Osmocom["Osmocom 16/23"]
  C_Osmocom --> T_025_pass_grp_Osmocom["PASS 16 0.0s"]
  C_Osmocom --> T_026_test_rxdone_addr_matches_firmware_nm["test_rxdone_addr_matches_firmware_nm — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_027_test_bridge_select_timeout_low_jitter["test_bridge_select_timeout_low_jitter — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_028_test_sim_defer_clear_timer_present["test_sim_defer_clear_timer_present — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_029_test_force_rx_done_defaultX_on["test_force_rx_done_default_on — · osmocom_boot 0.00s"]
  C_Osmocom --> T_030_test_tcg_strne_commits_under_icount_auto["test_tcg_strne_commits_under_icount_au — · osmocom_divergent 0.00s"]
  C_Osmocom --> T_031_test_bridge_clock_from_qemu_defaultX["test_bridge_clock_from_qemu_default — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_032_test_runtime_sim_it_wt_rxdone_log_present["test_runtime_sim_it_wt_rxdone_log_pres — · osmocom_boot 0.02s"]
  class C_Osmocom partial;
  class T_025_pass_grp_Osmocom pass;
  class T_026_test_rxdone_addr_matches_firmware_nm fail;
  class T_027_test_bridge_select_timeout_low_jitter fail;
  class T_028_test_sim_defer_clear_timer_present fail;
  class T_029_test_force_rx_done_defaultX_on fail;
  class T_030_test_tcg_strne_commits_under_icount_auto xfail;
  class T_031_test_bridge_clock_from_qemu_defaultX fail;
  class T_032_test_runtime_sim_it_wt_rxdone_log_present xfail;

Other — 7/7

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Other["Other 7/7"]
  C_Other --> T_033_pass_grp_Other["PASS 7 0.0s"]
  class C_Other pass;
  class T_033_pass_grp_Other pass;

🟡 Parametrize — 1/5

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Parametrize["Parametrize 1/5"]
  C_Parametrize --> T_034_pass_grp_Parametrize["PASS 1 0.1s"]
  C_Parametrize --> T_035_test_timer_runtime_period_tdma_tick_["test_timer_runtime_period(tdma_tick) — · parametrize 0.10s"]
  C_Parametrize --> T_036_test_timer_runtime_period_bridge_clk_ind_["test_timer_runtime_period(bridge_clk_i — · parametrize 0.00s"]
  C_Parametrize --> T_037_test_timer_runtime_period_bts_clk_ind_["test_timer_runtime_period(bts_clk_ind) — · parametrize 0.00s"]
  C_Parametrize --> T_038_test_timer_runtime_period_bsp_burst_["test_timer_runtime_period(bsp_burst) — · parametrize 0.10s"]
  class C_Parametrize partial;
  class T_034_pass_grp_Parametrize pass;
  class T_035_test_timer_runtime_period_tdma_tick_ skip;
  class T_036_test_timer_runtime_period_bridge_clk_ind_ skip;
  class T_037_test_timer_runtime_period_bts_clk_ind_ fail;
  class T_038_test_timer_runtime_period_bsp_burst_ skip;

🟡 Runtime — 69/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime["Runtime 69/96"]
  C_Runtime --> T_039_pass_grp_Runtime["PASS 69 91.4s"]
  C_Runtime --> T_040_test_pc_advances["test_pc_advances Firmware-state · runtime_firmware 0.11s"]
  C_Runtime --> T_041_test_bridge_has_dl_bursts["test_bridge_has_dl_bursts Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_042_test_irda_boot_marker_present["test_irda_boot_marker_present IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_043_test_grep_qemu_bsp_dma_active["test_grep_qemu_bsp_dma_active Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_044_test_grep_bridge_dl_bursts_received["test_grep_bridge_dl_bursts_received Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_045_test_grep_bridge_fb_pattern_dominant["test_grep_bridge_fb_pattern_dominant Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_046_test_grep_bridge_no_clock_skew_shutdown["test_grep_bridge_no_clock_skew_shutdow Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_047_test_grep_fwirda_boot_marker["test_grep_fwirda_boot_marker Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_048_test_blocker_bridge_no_bts_shutdown["test_blocker_bridge_no_bts_shutdown Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_049_test_blocker_bridge_no_rach_parity["test_blocker_bridge_no_rach_parity Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_050_test_blocker_bridge_no_socket_error["test_blocker_bridge_no_socket_error Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_051_test_grep_qemu_a_cd_wr_vs_task24["test_grep_qemu_a_cd_wr_vs_task24 Log-grep · runtime_log_grep 0.02s"]
  C_Runtime --> T_052_test_intm_reaches_zero["test_intm_reaches_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_053_test_dsp_throughput_above_threshold["test_dsp_throughput_above_threshold DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_054_test_d_fb_det_pattern_unchanged["test_d_fb_det_pattern_unchanged DSP · runtime_dsp 0.02s"]
  C_Runtime --> T_055_test_bsp_daram_write_distribution["test_bsp_daram_write_distribution DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_056_test_d_fb_det_data_no_longer_zero["test_d_fb_det_data_no_longer_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_057_test_interrupt_ex_called_counter_exposed["test_interrupt_ex_called_counter_expos DSP · runtime_irq 0.01s"]
  C_Runtime --> T_058_test_isr_entered_matches_rete["test_isr_entered_matches_rete DSP · runtime_irq 0.01s"]
  C_Runtime --> T_059_test_no_pending_irq_gating["test_no_pending_irq_gating DSP · runtime_irq 0.01s"]
  C_Runtime --> T_060_test_bridge_log_shows_traffic["test_bridge_log_shows_traffic L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_061_test_bridge_fn_drift_under_threshold["test_bridge_fn_drift_under_threshold L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_062_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_063_test_a_cd_writes_nonzero["test_a_cd_writes_nonzero L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_064_test_a_cd_write_pc_includes_ccch_demod["test_a_cd_write_pc_includes_ccch_demod L1-ctrl · runtime_l1ctl 0.03s"]
  C_Runtime --> T_065_test_l1ctl_data_ind_rate_vs_alc["test_l1ctl_data_ind_rate_vs_alc L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_066_test_rach_attempted["test_rach_attempted L1-ctrl · runtime_l1ctl 0.00s"]
  class C_Runtime partial;
  class T_039_pass_grp_Runtime pass;
  class T_040_test_pc_advances fail;
  class T_041_test_bridge_has_dl_bursts fail;
  class T_042_test_irda_boot_marker_present xfail;
  class T_043_test_grep_qemu_bsp_dma_active fail;
  class T_044_test_grep_bridge_dl_bursts_received skip;
  class T_045_test_grep_bridge_fb_pattern_dominant skip;
  class T_046_test_grep_bridge_no_clock_skew_shutdown skip;
  class T_047_test_grep_fwirda_boot_marker xfail;
  class T_048_test_blocker_bridge_no_bts_shutdown skip;
  class T_049_test_blocker_bridge_no_rach_parity skip;
  class T_050_test_blocker_bridge_no_socket_error skip;
  class T_051_test_grep_qemu_a_cd_wr_vs_task24 xfail;
  class T_052_test_intm_reaches_zero fail;
  class T_053_test_dsp_throughput_above_threshold skip;
  class T_054_test_d_fb_det_pattern_unchanged skip;
  class T_055_test_bsp_daram_write_distribution skip;
  class T_056_test_d_fb_det_data_no_longer_zero skip;
  class T_057_test_interrupt_ex_called_counter_exposed xfail;
  class T_058_test_isr_entered_matches_rete xfail;
  class T_059_test_no_pending_irq_gating xfail;
  class T_060_test_bridge_log_shows_traffic fail;
  class T_061_test_bridge_fn_drift_under_threshold xfail;
  class T_062_test_l1ctl_data_ind_received fail;
  class T_063_test_a_cd_writes_nonzero skip;
  class T_064_test_a_cd_write_pc_includes_ccch_demod xfail;
  class T_065_test_l1ctl_data_ind_rate_vs_alc fail;
  class T_066_test_rach_attempted xfail;

Timer — 2/2

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timer["Timer 2/2"]
  C_Timer --> T_067_pass_grp_Timer["PASS 2 0.6s"]
  class C_Timer pass;
  class T_067_pass_grp_Timer pass;

🟡 Timing — 13/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing["Timing 13/19"]
  C_Timing --> T_068_pass_grp_Timing["PASS 13 0.1s"]
  C_Timing --> T_069_test_qemu_insn_rate_cv_below_0_4["test_qemu_insn_rate_cv_below_0_4 Drift · drift 0.04s"]
  C_Timing --> T_070_test_qemu_insn_rate_p1_above_1m["test_qemu_insn_rate_p1_above_1m Drift · drift 0.04s"]
  C_Timing --> T_071_test_bridge_qfn_tracks_qemu_fn["test_bridge_qfn_tracks_qemu_fn Drift · drift 0.06s"]
  C_Timing --> T_072_test_bridge_qfn_advances_steadily["test_bridge_qfn_advances_steadily Drift · drift 0.00s"]
  C_Timing --> T_073_test_log_still_growing_bridge__tmp_bridge_log_10["test_log_still_growing(bridge-/tmp/bri Drift · drift 0.00s"]
  C_Timing --> T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_["test_no_long_gap(bridge-/tmp/bridge.lo Drift · drift 0.00s"]
  class C_Timing partial;
  class T_068_pass_grp_Timing pass;
  class T_069_test_qemu_insn_rate_cv_below_0_4 skip;
  class T_070_test_qemu_insn_rate_p1_above_1m skip;
  class T_071_test_bridge_qfn_tracks_qemu_fn skip;
  class T_072_test_bridge_qfn_advances_steadily skip;
  class T_073_test_log_still_growing_bridge__tmp_bridge_log_10 skip;
  class T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_ skip;

Skipped / xfailed

50 skipped

24 xfailed

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

ar_imr_invariant — 7/8

Status Test Durée Fichier
✅ passed test_ar2_zero_categorization 0.01s test_ar_imr_inth_invariants.py
✅ passed test_imr_not_persistently_zero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_irq_servicing_imr_nonzero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_no_bootstub_entry 0.01s test_ar_imr_inth_invariants.py
✅ passed test_reset_pmst_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_sp_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_tpu_frame_irq_delivered 0.01s test_ar_imr_inth_invariants.py
⏭️ skipped test_rsbx_intm_reached_or_flag_nmi 0.01s test_ar_imr_inth_invariants.py

drift — 4/10

Status Test Durée Fichier
✅ passed test_log_start_within_10s 0.02s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
⏭️ skipped test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_tracks_qemu_fn 0.06s test_layer_drift.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_cv_below_0_4 0.04s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_p1_above_1m 0.04s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

inject_frames — 19/21

Status Test Durée Fichier
✅ passed test_clear_ndb 0.33s test_inject_frames.py
✅ passed test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_23B 0.37s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_30B 0.37s test_inject_frames.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_fbsb_fb_found 0.70s test_inject_frames.py
✅ passed test_inject_fbsb_sb_found 0.58s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_probe_ndb 0.29s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

milestone_bsp_dma — 0/4

Status Test Durée Fichier
❌ failed test_no_d_fb_det_wr_site_anomaly 0.01s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_bsp_dma_target_matches_correlator_read_zone 0.01s test_calypso_milestones.py

milestone_dsp_decoder — 3/5

Status Test Durée Fichier
✅ passed test_intm_dwell_no_regression 30.45s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⏭️ skipped test_dsp_throughput_5x 0.01s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.01s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_received 0.02s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

osmocom_boot — 0/2

Status Test Durée Fichier
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_bridge — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py

osmocom_clock — 13/13

Status Test Durée Fichier
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py

osmocom_compliant — 7/12

Status Test Durée Fichier
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_divergent — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

osmocom_sim — 3/5

Status Test Durée Fichier
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py

parametrize — 25/31

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

runtime_bridge — 1/3

Status Test Durée Fichier
❌ failed test_bridge_log_shows_traffic 0.00s test_run_observability.py
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 2/7

Status Test Durée Fichier
❌ failed test_intm_reaches_zero 0.01s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.01s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.01s test_run_observability.py
⏭️ skipped test_bsp_daram_write_distribution 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_data_no_longer_zero 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_pattern_unchanged 0.02s test_run_observability.py
⏭️ skipped test_dsp_throughput_above_threshold 0.01s test_run_observability.py

runtime_firmware — 3/5

Status Test Durée Fichier
❌ failed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
❌ failed test_pc_advances 0.11s test_firmware_state.py
✅ passed test_pc_not_in_known_busy_loop 0.00s test_firmware_state.py
✅ passed test_qemu_monitor_responsive 0.00s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py

runtime_fs — 3/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.00s test_runtime_net_fs.py

runtime_gdb — 8/8

Status Test Durée Fichier
✅ passed test_gdb_handshake_succeeds 0.00s test_gdb_stub.py
✅ passed test_gdb_query_supported 0.00s test_gdb_stub.py
✅ passed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
✅ passed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
✅ passed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
✅ passed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_reachable 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_survives_3_quick_reconnects 0.31s test_gdb_stub.py

runtime_health — 5/5

Status Test Durée Fichier
✅ passed test_all_expected_processes_present 0.01s test_run_observability.py
✅ passed test_mobile_pcap_growing 10.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.01s test_run_observability.py
✅ passed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_volumes_mounted 0.01s test_run_observability.py

runtime_irda — 7/8

Status Test Durée Fichier
✅ passed test_irda_capture_process_alive 0.00s test_irda_channel.py
✅ passed test_irda_channel_produces_bytes 5.26s test_irda_channel.py
✅ passed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
✅ passed test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
✅ passed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_pty_readable 0.00s test_irda_channel.py
✅ passed test_irda_throughput_below_saturation 10.13s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.01s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 1/6

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_rate_vs_alc 0.02s test_run_observability.py
❌ failed test_l1ctl_data_ind_received 0.02s test_run_observability.py
✅ passed test_neigh_pm_req_loop_alive 0.35s test_run_observability.py
⚠️ xfail test_a_cd_write_pc_includes_ccch_demod 0.03s test_run_observability.py
⏭️ skipped test_a_cd_writes_nonzero 0.01s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 21/30

Status Test Durée Fichier
❌ failed test_grep_qemu_bsp_dma_active 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.00s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.01s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.01s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_reset_req 0.00s test_log_grep.py
✅ passed test_grep_osmocon_lost_ratio_acceptable 0.01s test_log_grep.py
✅ passed test_grep_qemu_dsp_booted 0.02s test_log_grep.py
✅ passed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.01s test_log_grep.py
✅ passed test_grep_qemu_task24_dispatched 0.02s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_bts_shutdown 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_rach_parity 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_socket_error 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.00s test_log_grep.py
⚠️ xfail test_grep_qemu_a_cd_wr_vs_task24 0.02s test_log_grep.py

runtime_monitor — 9/9

Status Test Durée Fichier
✅ passed test_monitor_info_chardev_lists_serial 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_irq_listed 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_irda 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_modem 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qom_tree_has_calypso_or_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qtree_has_calypso 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_registers_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_status_is_running 3.00s test_qemu_introspection.py
✅ passed test_monitor_socket_reachable 3.00s test_qemu_introspection.py

runtime_net — 2/2

Status Test Durée Fichier
✅ passed test_no_unexpected_high_ports 0.02s test_runtime_net_fs.py
✅ passed test_qemu_ports_listening 0.03s test_runtime_net_fs.py

runtime_osmocon — 3/3

Status Test Durée Fichier
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_past_romload 0.01s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.41s test_run_observability.py

runtime_vty — 3/3

Status Test Durée Fichier
✅ passed test_mobile_imsi_loaded 1.52s test_run_observability.py
✅ passed test_mobile_mm_state_is_null_or_idle 1.52s test_run_observability.py
✅ passed test_mobile_vty_reachable 1.52s test_run_observability.py

skipif — 1/2

Status Test Durée Fichier
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

timer_audit — 10/14

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

timer_graph — 2/2

Status Test Durée Fichier
✅ passed test_timer_drift_summary_table 0.29s test_timer_physical_audit.py
✅ passed test_timer_temporal_graphs_emit_mermaid 0.29s test_timer_physical_audit.py

timer_invariant — 9/9

Status Test Durée Fichier
✅ passed test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py
✅ passed test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
✅ passed test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
✅ passed test_kick_realtime_cadence 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
✅ passed test_tdma_log_present 0.00s test_timer_invariants.py
✅ passed test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py

unmarked — 7/7

Status Test Durée Fichier
✅ passed test_verdict_bts_dead 0.00s test_mode_verdict.py
✅ passed test_verdict_instability 0.00s test_mode_verdict.py
✅ passed test_verdict_ipc_chan_mismatch 0.00s test_mode_verdict.py
✅ passed test_verdict_mobile_stuck_gsm322 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_silent 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_works 0.00s test_mode_verdict.py
✅ passed test_zz_per_mode_report 0.00s test_mode_verdict.py

xfail — 0/1

Status Test Durée Fichier
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 307.7s  buckets=31  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |     4292 |        0 |      158 |       53 |        2 |        2 |       39 |        4 |        0
   10.0  |     4563 |        0 |      203 |       61 |        2 |        2 |       10 |        4 |        0
   20.0  |     4190 |        0 |      224 |       84 |        2 |        2 |       10 |        6 |        0
   30.0  |     4287 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
   40.0  |     4345 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
   50.0  |     4240 |        0 |      218 |       84 |        3 |        3 |       10 |        6 |        0
   60.0  |     4364 |        0 |      234 |       56 |        2 |        2 |       10 |        4 |        0
   70.0  |     4280 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
   80.0  |     4230 |        0 |      205 |       56 |        2 |        2 |       10 |        4 |        0
   90.0  |     2005 |        0 |       92 |       42 |        1 |        1 |       10 |        2 |        0
  100.0  |     1445 |        0 |       81 |       42 |        1 |        1 |       10 |        4 |        0
  110.0  |     4299 |        0 |      232 |       56 |        2 |        2 |        9 |        4 |        0
  120.0  |     4348 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  130.0  |     4215 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  140.0  |     4251 |        0 |      210 |       60 |        2 |        2 |       10 |        4 |        0
  150.0  |     4275 |        0 |      204 |       56 |        3 |        3 |       10 |        4 |        0
  160.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  170.0  |     4243 |        0 |      249 |       84 |        2 |        2 |       10 |        6 |        0
  180.0  |     4283 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
  190.0  |     4278 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  200.0  |      349 |        0 |        3 |       21 |        0 |        0 |       10 |        0 |        0
  210.0  |     2639 |        0 |      154 |       35 |        2 |        2 |       10 |        4 |        0
  220.0  |     4173 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  230.0  |     4317 |        0 |      210 |       60 |        2 |        2 |        9 |        4 |        0
  240.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  250.0  |     4319 |        0 |      226 |       56 |        2 |        2 |       10 |        4 |        0
  260.0  |     4140 |        0 |      224 |       84 |        3 |        3 |       10 |        6 |        0
  270.0  |     4282 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
  280.0  |     4304 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  290.0  |     4240 |        0 |      211 |       77 |        2 |        2 |       10 |        6 |        0
  300.0  |     3247 |        0 |      148 |       35 |        2 |        2 |        8 |        2 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization (0.008s)
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero (0.011s)
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi (0.010s)
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered (0.011s)
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.002s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.004s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.452s)
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x (0.009s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.014s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.013s)
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.010s)
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.008s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.008s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received (0.019s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
PASSED   test_firmware_state.py::test_qemu_monitor_responsive (0.004s)
FAILED   test_firmware_state.py::test_pc_advances (0.110s)
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop (0.005s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.003s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.003s)
PASSED   test_firmware_state.py::test_osmocon_past_romload (0.008s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.002s)
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_reachable (0.002s)
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.001s)
PASSED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.001s)
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.310s)
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.001s)
PASSED   test_inject_frames.py::test_probe_ndb (0.287s)
PASSED   test_inject_frames.py::test_clear_ndb (0.329s)
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found (0.698s)
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found (0.579s)
PASSED   test_inject_frames.py::test_inject_si[1] (0.374s)
PASSED   test_inject_frames.py::test_inject_si[2] (0.372s)
PASSED   test_inject_frames.py::test_inject_si[3] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[4] (0.370s)
PASSED   test_inject_frames.py::test_inject_si[5] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[6] (0.370s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B (0.374s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B (0.371s)
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
PASSED   test_inject_frames.py::test_inject_d_task[5-0] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_task[6-1] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[24-0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[28-1] (0.081s)
PASSED   test_inject_frames.py::test_inject_d_burst[0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_burst[1] (0.083s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (3.012s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd (2.600s)
PASSED   test_irda_channel.py::test_irda_pty_exists (0.000s)
PASSED   test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.001s)
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes (5.257s)
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.013s)
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.001s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.005s)
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation (10.125s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.044s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.044s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.059s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.047s)
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.007s)
PASSED   test_layer_drift.py::test_log_start_within_10s (0.023s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.055s)
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted (0.018s)
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.011s)
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.017s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.006s)
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.000s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.010s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.005s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.009s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.015s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.006s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error (0.000s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.005s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.005s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.005s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.005s)
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.025s)
PASSED   test_mode_verdict.py::test_verdict_shunt_works (0.000s)
PASSED   test_mode_verdict.py::test_verdict_shunt_silent (0.000s)
PASSED   test_mode_verdict.py::test_verdict_bts_dead (0.000s)
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch (0.000s)
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322 (0.000s)
PASSED   test_mode_verdict.py::test_verdict_instability (0.000s)
PASSED   test_mode_verdict.py::test_zz_per_mode_report (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec (0.001s)
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive (0.000s)
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm (0.004s)
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock (0.001s)
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock (0.000s)
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter (0.000s)
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present (0.002s)
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on (0.002s)
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default (0.001s)
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present (0.022s)
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages (0.000s)
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed (3.003s)
PASSED   test_run_observability.py::test_all_expected_processes_present (0.007s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.008s)
PASSED   test_run_observability.py::test_qemu_log_is_fresh (3.010s)
PASSED   test_run_observability.py::test_mobile_pcap_growing (10.010s)
PASSED   test_run_observability.py::test_volumes_mounted (0.006s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.011s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.013s)
FAILED   test_run_observability.py::test_intm_reaches_zero (0.009s)
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold (0.008s)
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged (0.017s)
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution (0.009s)
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.008s)
FAILED   test_run_observability.py::test_bridge_log_shows_traffic (0.002s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.002s)
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.350s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_received (0.023s)
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero (0.012s)
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.026s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.022s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
PASSED   test_run_observability.py::test_mobile_vty_reachable (1.517s)
PASSED   test_run_observability.py::test_mobile_imsi_loaded (1.517s)
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (1.516s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.007s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.006s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.006s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.414s)
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening (0.026s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.024s)
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.012s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.004s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.005s)
PASSED   test_timer_invariants.py::test_tdma_log_present (0.000s)
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
PASSED   test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick] (0.099s)
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick] (0.101s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind] (0.000s)
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] (0.003s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst] (0.097s)
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid (0.295s)
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table (0.291s)

============================================================
137 passed, 15 failed, 26 skipped, 24 xfailed in 134.47s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_bridge_has_dl_bursts():
        """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""
        n = _grep_count((removed), "bridge: DL #")
>       assert n >= 10, (
            f"{n} DL bursts dans bridge.log — osmo-bts-trx pas connecté ou "
            f"bridge ne route pas (vérifier BSP UDP 6702 listening)"
        )
E       AssertionError: 0 DL bursts dans bridge.log — osmo-bts-trx pas connecté ou bridge ne route pas (vérifier BSP UDP 6702 listening)
E       assert 0 >= 10

test_firmware_state.py:196: AssertionError

🛑 2. test_pc_advances

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_pc_advances():
        """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""
        pc1 = _read_pc()
        if pc1 is None:
            pytest.skip("QEMU monitor pas dispo (PC unreadable)")
        time.sleep(0.1)
        pc2 = _read_pc()
        if pc2 is None:
            pytest.skip("PC unreadable 2nd sample")
        # On accepte un changement même petit ; si PC strictement égal sur 2
        # samples espacés de 100ms, c'est un busy-wait étroit (à investiguer).
>       assert pc1 != pc2, (
            f"firmware figé : PC stable à 0x{pc1:08x} sur 100ms — "
            f"vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE"
        )
E       AssertionError: firmware figé : PC stable à 0x00825358 sur 100ms — vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE
E       assert 8541016 != 8541016

test_firmware_state.py:113: AssertionError

🛑 3. test_intm_reaches_zero

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_dsp
    def test_intm_reaches_zero():
        """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""
        n = grep_count_in_qemu_log("POST-BOOTSTUB-RET")
>       assert n > 0, "POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression"
E       AssertionError: POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression
E       assert 0 > 0

test_run_observability.py:390: AssertionError

🛑 4. test_no_d_fb_det_wr_site_anomaly

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None, log_offset = 6675323

    @pytest.mark.milestone_bsp_dma
    def test_no_d_fb_det_wr_site_anomaly(container_alive, log_offset):
        """
        Le probe D_FB_DET-WR-SITE fire-t-il sur le sweep FB-det attendu ?
    
        ⚠️ Ancienne formulation 2026-05-14 (« data[AR1]=bbef→0000, anomalie data
        path ») obsolète. data[AR1] est une lecture de table PROM0 confirmée
        bit-pour-bit, et la convergence data[AR0]/AR2 fait basculer
        `test_d_fb_det_data_no_longer_zero`.
    
        Test refait : on vérifie juste que le sweep s'exécute (au moins 50 hits
        capturés). Si 0, le probe n'est plus dans le path d'exécution = vraie
        anomalie structurelle.
        """
        r = docker_exec([
            "sh", "-c",
            f"grep -c 'D_FB_DET-WR-SITE' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n >= 50, (
            f"D_FB_DET-WR-SITE seulement {n} hits — sweep FB-det ne s'exécute pas. "
            f"Régression structurelle, le DSP n'atteint plus PC=0x8f51."
        )
E       AssertionError: D_FB_DET-WR-SITE seulement 0 hits — sweep FB-det ne s'exécute pas. Régression structurelle, le DSP n'atteint plus PC=0x8f51.
E       assert 0 >= 50

test_calypso_milestones.py:453: AssertionError

🛑 5. test_bridge_log_shows_traffic

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_bridge
    def test_bridge_log_shows_traffic():
        r = dexec(["tail", "-n", "200", "/tmp/bridge.log"])
>       assert r.stdout.strip(), "bridge.log vide — calypso-ipc-device muet, problème UDP ?"
E       AssertionError: bridge.log vide — calypso-ipc-device muet, problème UDP ?
E       assert ''
E        +  where '' = <built-in method strip of str object at 0x78b4901dc030>()
E        +    where <built-in method strip of str object at 0x78b4901dc030> = ''.strip
E        +      where '' = CompletedProcess(args=['tail', '-n', '200', '/tmp/bridge.log'], returncode=1, stdout='', stderr="tail: cannot open '/tmp/bridge.log' for reading: No such file or directory\n").stdout

test_run_observability.py:630: AssertionError

🛑 6. test_l1ctl_data_ind_received

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None

    @pytest.mark.milestone_l1ctl
    def test_l1ctl_data_ind_received(container_alive):
        """
        Milestone L1 : L1CTL_DATA_IND vers mobile non-zéro.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies,
                    la mesure DATA_IND n'a pas de sens (variance/régime intermittent)
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6,
                    ARM ne forward pas a_cd[] au mobile (vraie régression à creuser)
        """
        r_allc = docker_exec([
            "sh", "-c",
            f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        allc_str = r_allc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = docker_exec([
            "sh", "-c",
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6. "
            f"ARM ne forward pas a_cd[] au mobile."
        )
E       AssertionError: task=24 fire 23507× mais DATA_IND=0 — vrai mur couche 6. ARM ne forward pas a_cd[] au mobile.
E       assert 0 > 0

test_calypso_milestones.py:582: AssertionError

🛑 7. test_l1ctl_data_ind_rate_vs_alc

Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_rate_vs_alc():
        """
        Cohérence entre ARM ALLC hooks (task=24, demande CCCH) et DATA_IND envoyés.
        Si ALLC > 0 mais DATA_IND = 0 → bug ARM L1 ne forward pas.
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        r_ind = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        try:
            alc = int(r_alc.stdout.strip() or "0")
            ind = int(r_ind.stdout.strip() or "0")
        except ValueError:
            pytest.skip("Parse failure")
        if alc == 0:
            pytest.skip("Aucun task=24 ALLC hook")
        print(f"\n  ALLC hooks (task=24) = {alc}")
        print(f"  L1CTL_DATA_IND       = {ind}")
        print(f"  ratio IND/ALLC       = {ind/alc:.2f}")
>       assert ind > 0, "ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile"
E       AssertionError: ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile
E       assert 0 > 0

test_run_observability.py:796: AssertionError

🛑 8. test_l1ctl_data_ind_received

Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_received():
        """
        L1CTL_DATA_IND envoyés au mobile = ARM L1 consomme a_cd[] et forward au L23.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        allc_str = r_alc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6"
        )
E       AssertionError: task=24 fire 30777× mais DATA_IND=0 — vrai mur couche 6
E       assert 0 > 0

test_run_observability.py:722: AssertionError

🛑 9. test_grep_qemu_bsp_dma_active

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_log_grep
    def test_grep_qemu_bsp_dma_active():
        """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""
        n = _grep_count(QEMU_LOG, "DARAM-WR-STATS")
>       assert n >= 10, f"BSP DMA stats trop rares : {n} (attendu ≥ 10)"
E       AssertionError: BSP DMA stats trop rares : 0 (attendu ≥ 10)
E       assert 0 >= 10

test_log_grep.py:91: AssertionError

🛑 10. test_bridge_clock_from_qemu_default

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_divergent
    @pytest.mark.osmocom_bridge
    def test_bridge_clock_from_qemu_default():
        """(removed) devrait être =1 par défaut sous icount=auto pour
        aligner la bridge clock sur QEMU FN au lieu de wall.
    
        Actuel default = 0 (wall-paced). Sous icount=auto + default=0, bridge
        drifte de qfn. À flipper par défaut quand on confirme icount=auto stable.
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
        m = re.search(
            r'(removed)\s*=\s*"\$\{\s*(removed)\s*:-\s*([01])\s*\}"',
            src)
>       assert m, "(removed) default line not found"
E       AssertionError: (removed) default line not found
E       assert None

test_osmocom_workflow.py:339: AssertionError

🛑 11. test_bridge_select_timeout_low_jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_bridge
    def test_bridge_select_timeout_low_jitter():
        """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
        sur l'émission CLK IND (sub-frame).
    
        Avant fix 2026-05-24 : 50ms → jitter ±10 frames → BTS log spam
        'We were 1 FN faster/slower than TRX'.
        Fix : 1ms → ±0.2 frame, sous seuil compensation BTS.
        """
        src = _read(BRIDGE_PY)
>       assert src, f"can't read {BRIDGE_PY}"
E       AssertionError: can't read /opt/GSM/qemu-src/calypso-ipc-device
E       assert ''

test_osmocom_workflow.py:247: AssertionError

🛑 12. test_force_rx_done_default_on

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_boot
    def test_force_rx_done_default_on():
        """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion
        SIM normative (firmware ne peut pas commit le STRNE rxDoneFlag sous icount=auto).
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
>       assert re.search(
            r'CALYPSO_FORCE_RX_DONE\s*=\s*"\$\{\s*CALYPSO_FORCE_RX_DONE\s*:-\s*1\s*\}"',
            src), "run.sh must default CALYPSO_FORCE_RX_DONE=1"
E       AssertionError: run.sh must default CALYPSO_FORCE_RX_DONE=1
E       assert None
E        +  where None = <function search at 0x78b48ff7c550>('CALYPSO_FORCE_RX_DONE\\s*=\\s*"\\$\\{\\s*CALYPSO_FORCE_RX_DONE\\s*:-\\s*1\\s*\\}"', '#!/bin/bash\n# run.sh -- Calypso QEMU pipeline.\n#\n# Data path : osmo-bts-trx : osmo-trx-ipc : calypso-ipc-device : QEMU BSP\n# DMA : DSP CCCH demod : a_cd[] in NDB : ARM L1 : L1CTL_DATA_IND.\n# Modem GMSK integre dans osmo-trx (chaine radio software-defined complete).\n\nset -euo pipefail\n\nSESSION="calypso"\n\n# ---- args : --gen-doc / --help -----------------------------------------------\n# --gen-doc : ne (re)lance PAS le pipeline ; suppose qu\'il tourne deja dans le\n# container et lance pytest pour produire la doc (report.md condense +\n# test_results.md/qmd complets). Cree une fenetre tmux `gen-doc` dans la session\n# `calypso` existante et y bascule pour montrer le run pytest en direct.\nGEN_DOC_MODE=0\nMENU_MODE=0\nDEBUG_FULL_MODE=0\nfor arg in "$@"; do\n    case "$arg" in\n        --gen-doc-local) GEN_DOC_MODE=1 ;;\n        --menu) MENU_MODE=1 ;;\n        --debug-full) DEBUG_FULL_MODE=1 ;;\n        --run-all)\n            echo "[run.sh] --run-all : delegating to run-all.sh"\n            exec "$(dirname "$0")/run-all.sh" "${@:2}"\n            ;;\n        --run-all-debug)\n            echo "[run.sh] --run-all-debug : delegating to run-all-debug.sh"\n            exec "$(dirname "$0")/run-all-debug.sh" "${@:2}"\n            ;;\n        --select-verdict)\n            echo "[run.sh] --select-verdict : delegating to select-verdict.sh"\n            exec "$(dirname "$0")/select-verdict.sh" "${@:2}"\n            ;;\n        -h|--help)\n            cat <<\'EOF\'\nUsage: ./run.sh [FLAG]\n\nLance le pipeline Calypso complet : QEMU (ARM + DSP c54x emul\xe9) + osmocon\n(romload stub) + bridge ipc-device|trx-ipc|bridge.py + osmo-bts-trx +\nmobile/L2 client + gsmtap capture + irda capture. Tout dans une session\ntmux \'calypso\'. Par d\xe9faut attache la session en fin.\n\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nFLAGS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n\n  --menu         S\xe9lection interactive (whiptail) du profile avant launch.\n                 Mode, components, L2 client, DIAG profile, advanced toggles.\n\n  --debug-full   Active TOUTES les probes debug (CALYPSO_*_TRACE/PROBE)\n                 sur le mode courant (default \'full\', ou celui s\xe9lectionn\xe9\n                 via --menu). icount=auto + DIAG full + gdb pane on.\n                 Lourd en log (~1-2 GB/min qemu.log). SINGLE-SHOT.\n\n  --gen-doc-local  Skip launch, lance pytest in-container, g\xe9n\xe8re doc.\n                   Artefacts /tmp/report.md, test_results.md, .qmd, etc.\n\n

🛑 13. test_rxdone_addr_matches_firmware_nm

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_rxdone_addr_matches_firmware_nm():
        """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le
        firmware ELF (per `nm`).
    
        Avant fix 2026-05-24 : default stale `0x008302a0` (vieux build), firmware
        était à `0x008302d4`. Le hack tapait la mauvaise case.
        """
        expected = _nm_symbol(FW_ELF, "rxDoneFlag")
        if expected is None:
            pytest.skip(f"can't resolve rxDoneFlag in {FW_ELF}")
        for path in (SIM_C, TRX_C):
            src = _read(path)
            # Cherche le default fallback dans le getenv pattern
            m = re.search(r":\s*(0x008302[0-9a-fA-F]{2})\s*;", src)
>           assert m, f"no default rxdone_addr in {path}"
E           AssertionError: no default rxdone_addr in /opt/GSM/qemu-src/hw/arm/calypso/calypso_sim.c
E           assert None

test_osmocom_workflow.py:174: AssertionError

🛑 14. test_sim_defer_clear_timer_present

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_sim_defer_clear_timer_present():
        """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
    
        Sans ça, le clear synchrone dans la callback MMIO race avec
        cpu_io_recompile (TB truncation) → STRNE rxDoneFlag jamais committé.
        """
        src = _read(SIM_C)
        assert src, f"can't read {SIM_C}"
>       assert "QEMUTimer  *clear_edge_timer" in src or \
               "QEMUTimer *clear_edge_timer" in src, (
            "Missing clear_edge_timer field in CalypsoSim struct")
E       AssertionError: Missing clear_edge_timer field in CalypsoSim struct
E       assert ('QEMUTimer  *clear_edge_timer' in '/*\n * calypso_sim.c \u2014 ISO 7816 / GSM 11.11 SIM emulator for the Calypso\n *\n * Replaces the historical 1-line ATR-pulse stub. Implements:\n *   - ATR delivery on CMDSTART\n *   - APDU framing through the TX/RX FIFO\n *   - Minimum viable GSM 11.11 file system (MF, DF_GSM, DF_TELECOM)\n *   - Standard commands: SELECT (A4), READ_BINARY (B0), READ_RECORD (B2),\n *                         GET_RESPONSE (C0), STATUS (F2), VERIFY_CHV (20),\n *                         RUN_GSM_ALGORITHM (88)\n *\n * Test SIM identity (matches the standard test PLMN 001/01):\n *   IMSI = 001 01 0000000001  (15 digits)\n *   ICCID = 8901010000000000001 F  (BCD swapped)\n *   Ki = 00..00 (16 bytes \u2014 auth always returns deterministic SRES/Kc)\n *\n * Bytes flow: firmware writes APDU bytes one at a time to DTX. We parse\n * the 5-byte ISO 7816 header, optionally collect data bytes (P3 of length\n * for outgoing case 3) and dispatch. Response bytes are pushed to RX FIFO,\n * IT_RX raised, IRQ pulsed.\n */\n\n#include "qemu/osdep.h"\n#include "qemu/timer.h"\n#include "qemu/main-loop.h"\n#include "exec/cpu-common.h"\n#include "hw/core/cpu.h"\n#include "hw/arm/calypso/calypso_sim.h"\n\n#define SIM_LOG(...) do { fprintf(stderr, "[sim] " __VA_ARGS__); fputc(\'\\n\', stderr); } while(0)\n\n#define APDU_MAX_LEN     261\n#define RX_FIFO_SIZE     512\n#define ATR_DELAY_NS     1000000  /* 1 ms simulated */\n\n/* Minimal valid ATR (4 bytes):\n *   TS = 0x3B  (direct convention)\n *   T0 = 0x02  (Y1=0 \u2192 no TA/TB/TC/TD interface bytes,\n *               K =2 \u2192 2 historical bytes follow)\n *   Hist[0..1] = 0x14 0x50  (arbitrary, identifies a test card)\n * No TCK byte because no T!=0 protocol indicated.\n * Total bytes the firmware will read = 4. */\nstatic const uint8_t SIM_ATR[] = { 0x3B, 0x02, 0x14, 0x50 };\n\n/* ---------- file system ---------------------------------------------- */\n\ntypedef enum {\n    EF_TRANSPARENT = 0,\n    EF_LINEAR_FIXED = 1,\n    EF_CYCLIC = 2,\n    EF_DF = 0xF0,    /* not a real EF \u2014 directory entry */\n    EF_MF = 0xF1,\n} EfStructure;\n\ntypedef struct SimFile {\n    uint16_t fid;\n    uint16_t parent;\n    uint8_t  structure;\n    uint16_t size;        /* total bytes (transparent) or rec_len * nrec */\n    uint8_t  rec_len;     /* records (linear/cyclic) */\n    uint8_t  data[64];    /* in-line storage (small EFs only) */\n} SimFile;\n\n/* SIM identity defaults (overridden at boot from the osmocom-bb mobile\n * config \u2014 see load_config_from_file). EF_IMSI is GSM 11.11 BCD-packed\n * with the standard length-byte + parity-nibble layout. */\n\nstatic SimFile sim_files[] = {\n    { 0x3F00, 0x0000, EF_MF, 0, 0, {0} },          /* MF root */\n    { 0x7F20, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_GSM */\n    { 0x7F10, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_TELECOM */\n    { 0x2FE2, 0x3F00, EF_TRANSPARENT, 10, 0,       /* EF_ICCID */\n      { 0x98, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F07, 0x7F20, EF_TRANSPARENT, 9, 0,        /* EF_IMSI */\n      { 0x08, 0x09, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F30, 0x7F20, EF_TRANSPARENT, 24, 0,       /* EF_PLMNsel: 001 01 = FFFFFF empty list */\n      { 0x00, 0xF1, 0x10,  /* PLMN 001 01 */\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF

🛑 15. test_timer_runtime_period[bts_clk_ind]

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
name = 'bts_clk_ind', log_path = '/tmp/bts.log'
pattern = 'Clock indication: fn=', expected_ms = 235.4
desc = 'BTS CLK IND reçu'

    @pytest.mark.timer_audit
    @pytest.mark.parametrize("name,log_path,pattern,expected_ms,desc",
                             TIMER_RUNTIME_PROBES,
                             ids=[p[0] for p in TIMER_RUNTIME_PROBES])
    def test_timer_runtime_period(name, log_path, pattern, expected_ms, desc):
        """Mesure le period réel des timers depuis logs vs valeur attendue.
        Skip si pas assez de samples (run trop court)."""
        log = _read(log_path)
        if not log:
            pytest.skip(f"{log_path} vide")
        ts = _parse_timestamps(log, pattern)
        if len(ts) < 30:
            pytest.skip(f"{name}: only {len(ts)} samples in {log_path}")
        periods = _periods_ms(ts)
        # Filtre outliers extrêmes (gap > 10× expected = pause / restart)
        periods = [p for p in periods if p < expected_ms * 10]
        if len(periods) < 20:
            pytest.skip(f"{name}: only {len(periods)} clean samples")
        p_med = median(periods)
        p_mean = mean(periods)
        p_std = stdev(periods) if len(periods) > 1 else 0.0
        pct = abs(p_med - expected_ms) / expected_ms * 100.0
        msg = (f"{name} ({desc}): expected={expected_ms} ms, "
               f"median={p_med:.2f} ms, mean={p_mean:.2f} ms, "
               f"σ={p_std:.2f} ms, Δ_med={pct:+.1f}% (N={len(periods)})")
        print(f"  RUNTIME {msg}")
        # Tolérance large (50%) : sous icount=auto le rate dévie
>       assert pct < 50.0, f"OFF EXPECTED : {msg}"
E       AssertionError: OFF EXPECTED : bts_clk_ind (BTS CLK IND reçu): expected=235.4 ms, median=1044.00 ms, mean=1043.50 ms, σ=6.52 ms, Δ_med=+343.5% (N=291)
E       assert 343.5004880090031 < 50.0

test_timer_physical_audit.py:182: AssertionError

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 202 tests
========================================================================

  passed    137  ██████████████······   67.8% brut
  failed     15
  xfailed    24   (R&D voie-2, accepté)
  skipped    26

  fonctionnel   90.1%   (passed / (passed+failed))
  actionable    75.2%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_no_d_fb_det_wr_site_anomaly                 [milestone_bsp_dma]
    ✗ test_l1ctl_data_ind_received                     [milestone_l1ctl]
  test_firmware_state.py
    ✗ test_pc_advances                                 [runtime_firmware]
    ✗ test_bridge_has_dl_bursts                        [runtime_firmware]
  test_log_grep.py
    ✗ test_grep_qemu_bsp_dma_active                    [runtime_log_grep]
  test_osmocom_workflow.py
    ✗ test_rxdone_addr_matches_firmware_nm             [osmocom_compliant,osmocom_sim]
    ✗ test_bridge_select_timeout_low_jitter            [osmocom_bridge,osmocom_compliant]
    ✗ test_sim_defer_clear_timer_present               [osmocom_compliant,osmocom_sim]
    ✗ test_force_rx_done_default_on                    [osmocom_boot,osmocom_compliant]
    ✗ test_bridge_clock_from_qemu_default              [osmocom_bridge,osmocom_divergent]
  test_run_observability.py
    ✗ test_intm_reaches_zero                           [runtime_dsp]
    ✗ test_bridge_log_shows_traffic                    [runtime_bridge]
    ✗ test_l1ctl_data_ind_received                     [runtime_l1ctl]
    ✗ test_l1ctl_data_ind_rate_vs_alc                  [runtime_l1ctl]
  test_timer_physical_audit.py
    ✗ test_timer_runtime_period[bts_clk_ind]           [parametrize,timer_audit]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             1/8   █████···············   25.0%  (fail=3, skip=4)
  L1-data             1/7   ███████·············   33.3%  (fail=2, skip=4)
  Firmware-state      3/5   ████████████········   60.0%  (fail=2, skip=0)
  —                  26/38  ████████████████····   81.2%  (fail=6, skip=6)
  DSP                 5/20  █████████████████···   83.3%  (fail=1, skip=14)
  Log-grep           21/30  ███████████████████·   95.5%  (fail=1, skip=8)
  Osmocon             3/3   ████████████████████  100.0%  (fail=0, skip=0)
  GDB-introspect      8/8   ████████████████████  100.0%  (fail=0, skip=0)
  NDB                19/19  ████████████████████  100.0%  (fail=0, skip=0)
  IrDA-channel        7/8   ████████████████████  100.0%  (fail=0, skip=1)
  Drift               4/10  ████████████████████  100.0%  (fail=0, skip=6)
  unmarked            7/7   ████████████████████  100.0%  (fail=0, skip=0)
  Monitor-extended    9/9   ████████████████████  100.0%  (fail=0, skip=0)
  Infra               5/5   ████████████████████  100.0%  (fail=0, skip=0)
  Mgmt                3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  Net                 2/2   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Timers              9/9   ████████████████████  100.0%  (fail=0, skip=0)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_irq
   2× inject_efficacy
   2× inject_frames
   2× runtime_log_grep
   2× runtime_l1ctl
   1× milestone_fb_det
   1× milestone_l1ctl
   1× milestone_dsp_decoder
   1× runtime_irda
   1× osmocom_divergent
   1× xfail
   1× osmocom_boot
   1× osmocom_compliant
   1× skipif
   1× runtime_bridge

─── Timeline 300s (31 buckets de 10s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                121.0k       3902.16    4563  31/31  
  bridge                 0.0          0.00       0   0/31  
  osmocon               6.0k        191.94     249  31/31  
  mobile                1.8k         58.77      84  31/31  
  tdma                  61.0          1.97       3  30/31  
  frame_irq             61.0          1.97       3  30/31  
  kick                   335         10.81      39  31/31  
  fb_det_hit             130          4.19       6  30/31    ← FB OK
  stack_in_ndb           0.0          0.00       0   0/31    ← bloquant

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 5/15  ·  voie-2 : 1  ·  autre : 9
  • stack_in_ndb=0 sur 100% des buckets → la pile mobile n'entre jamais en NDB malgré injection active
  • fb_det_hit stable (4.2/bucket) mais consommation NDB nulle → écriture OK, consommation par mobile manquante
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

diag : make_diag.sh introuvable à la racine du repo.

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (528,059 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
bts.log 204,824
env_boot.log 36,796
frame_irq.log 208,896
fw-irda.log 73,579
irda_capture.stderr.log 62
mobile.log 264,756
osmocon.log 1,011,208
pc_hist.log 0
qemu_diag.log 3,003,224
qemu_tail.log 331,699
source_excerpts.txt 43
static_decode.txt 3,154
tdma_profile.log 12,288
tdma_tick.log 32,768

Logs bruts (dépliables)

bts.log (204,824 bytes, 1516 lignes)
1779882707.181 +0.000s ((*))
1779882707.181 +0.000s   |
1779882707.181 +0.000s  / \ OsmoBTS
1779882707.186 +0.005s DL1C INFO TRX_PROV[0x5ff196bcec30]{CLOSED}: Allocated (fsm.c:456)
1779882707.186 +0.006s 'no osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now active by default
1779882707.186 +0.006s DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1026)
1779882707.186 +0.006s DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
1779882707.187 +0.006s DABIS NOTICE A-bis connection establishment to BSC (127.0.0.1) in progress... (abis.c:170)
1779882707.187 +0.006s DLINP NOTICE E1TS(0:1) enabling ipaccess BTS mode, OML connecting to 127.0.0.1:3002 (ipaccess.c:1078)
1779882707.187 +0.006s DL1C INFO phy0: PHY link state change shutdown -> connecting (phy_link.c:58)
1779882707.188 +0.008s DTRX NOTICE phy0.0: Opening TRXC/TRXD connections to 127.0.0.1 (trx_if.c:1283)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: Received Event TRX_PROV_EV_OPEN (trx_if.c:1363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWEROFF' (trx_if.c:268)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: state_chg to OPEN_POWEROFF (trx_provision_fsm.c:363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 1' (trx_if.c:268)
1779882707.188 +0.008s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP POWEROFF 0' (trx_if.c:687)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 1' (trx_if.c:687)
1779882707.189 +0.008s DOML ERROR OC=GPRS-CELL INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.189 +0.009s DOML NOTICE OC=GPRS-CELL(f1) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.191 +0.011s DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.192 +0.011s DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 0' (trx_if.c:268)
1779882707.192 +0.011s DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631)
1779882707.192 +0.011s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 0' (trx_if.c:687)
1779882707.192 +0.011s DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.011s DTRX INFO phy0.0: Requesting TRXD PDU version 2 (trx_if.c:296)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 2' (trx_if.c:268)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.011s DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.012s DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 2' (trx_if.c:687)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.192 +0.012s DTRX INFO phy0.0: Requesting TRXD PDU version 1 (trx_if.c:296)
1779882707.192 +0.012s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 1' (trx_if.c:268)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 1' (trx_if.c:687)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.193 +0.012s DTRX INFO phy0.0: Using TRXD PDU version 1 (trx_provision_fsm.c:472)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.013s DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.014s DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DOML NOTICE OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ARFCN (l1_if.c:223)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RXTUNE 890200' (trx_if.c:268)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD TXTUNE 935200' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_BSIC (l1_if.c:229)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETTSC 7' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ENABLE (l1_if.c:170)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=GPRS-NSVC(f2) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DTRX INFO phy0.0: Response message: 'RSP RXTUNE 0 890200' (trx_if.c:687)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_RXTUNE_CNF (trx_provision_fsm.c:66)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP TXTUNE 0 935200' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_TXTUNE_CNF (trx_provision_fsm.c:71)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOMTXPOWER' (trx_if.c:268)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP SETTSC 0 7' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETTSC_CNF (trx_provision_fsm.c:76)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP NOMTXPOWER 0 0' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_NOMTXPOWER_CNF (trx_provision_fsm.c:88)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: state_chg to OPEN_WAIT_POWERON_CNF (trx_provision_fsm.c:509)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWERON' (trx_if.c:268)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:720)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state ACTIVE -> NONE (lchan.c:291)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Deactivating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOHANDOVER 0 4' (trx_if.c:268)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.196 +0.016s DPCU NOTICE Disabling GPRS Indicator in SI (No PCU connected) (sysinfo.c:206)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO Updated AGCH max queue length to 12 (bts.c:512)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI13, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI13 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1330)
1779882707.204 +0.023s DTRX INFO phy0.0: Response message: 'RSP POWERON 0' (trx_if.c:687)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: Received Event TRX_PROV_EV_POWERON_CNF (trx_provision_fsm.c:56)
1779882707.204 +0.023s DL1C NOTICE GSM clock started, waiting for clock indications (scheduler_trx.c:491)
1779882707.204 +0.023s DL1C INFO phy0: PHY link state change connecting -> connected (phy_link.c:58)
1779882707.204 +0.023s DL1C INFO (bts=0,trx=0) power_ramp_start(cur=0, tgt=-50000, bypass) (tx_power.c:250)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: state_chg to OPEN_POWERON (trx_provision_fsm.c:549)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETRXGAIN 40' (trx_if.c:268)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 0 5' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 1 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 2 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 3 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 4 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 5 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 6 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 7 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP NOHANDOVER 0 0 4' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETRXGAIN 0 40' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 0 5' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 1 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 2 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 3 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 4 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 5 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 6 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 7 1' (trx_if.c:687)
1779882707.206 +0.025s DTRX INFO phy0.0: Clock indication: fn=69655 (trx_if.c:138)
1779882707.206 +0.025s DL1C INFO TRX Clock Ind: elapsed_us=18417208369, elapsed_fn=69655, error_us=+18095750544 (scheduler_trx.c:566)
1779882707.206 +0.025s DL1C NOTICE GSM clock skew: old fn=0, new fn=69655 (scheduler_trx.c:580)
1779882707.257 +0.076s DL1P INFO 069668/52/14/02/36 (bts=0,trx=0,ts=0) BCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.275 +0.095s DL1P INFO 069672/52/18/06/40 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.303 +0.122s DL1P INFO 069678/52/24/12/46 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.322 +0.141s DL1P INFO 069682/52/02/16/50 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882708.205 +1.024s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -2000 mdBm. (tx_power.c:181)
1779882708.205 +1.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 2' (trx_if.c:268)
1779882708.205 +1.024s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 2' (trx_if.c:687)
1779882708.252 +1.071s DTRX INFO phy0.0: Clock indication: fn=69871 (trx_if.c:138)
1779882708.252 +1.071s DL1C INFO TRX Clock Ind: elapsed_us=1045944, elapsed_fn=216, error_us=+49104 (scheduler_trx.c:566)
1779882708.252 +1.071s DL1C INFO GSM clock jitter: -48958us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882708.252 +1.071s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882708.331 +1.150s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882709.205 +2.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -4000 mdBm. (tx_power.c:181)
1779882709.205 +2.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 4' (trx_if.c:268)
1779882709.205 +2.025s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 4' (trx_if.c:687)
1779882709.301 +2.121s DTRX INFO phy0.0: Clock indication: fn=70088 (trx_if.c:138)
1779882709.301 +2.121s DL1C INFO TRX Clock Ind: elapsed_us=1049106, elapsed_fn=217, error_us=+47651 (scheduler_trx.c:566)
1779882709.301 +2.121s DL1C INFO GSM clock jitter: -47422us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882709.301 +2.121s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882710.206 +3.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -6000 mdBm. (tx_power.c:181)
1779882710.206 +3.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 6' (trx_if.c:268)
1779882710.206 +3.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 6' (trx_if.c:687)
1779882710.355 +3.174s DTRX INFO phy0.0: Clock indication: fn=70304 (trx_if.c:138)
1779882710.355 +3.174s DL1C INFO TRX Clock Ind: elapsed_us=1053259, elapsed_fn=216, error_us=+56419 (scheduler_trx.c:566)
1779882710.355 +3.174s DL1C INFO GSM clock jitter: -56233us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882710.355 +3.174s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882711.206 +4.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -8000 mdBm. (tx_power.c:181)
1779882711.207 +4.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 8' (trx_if.c:268)
1779882711.207 +4.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 8' (trx_if.c:687)
1779882711.315 +4.134s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882711.396 +4.215s DTRX INFO phy0.0: Clock indication: fn=70521 (trx_if.c:138)
1779882711.396 +4.215s DL1C INFO TRX Clock Ind: elapsed_us=1041446, elapsed_fn=217, error_us=+39991 (scheduler_trx.c:566)
1779882711.396 +4.215s DL1C INFO GSM clock jitter: -39861us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882711.396 +4.215s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882712.207 +5.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -10000 mdBm. (tx_power.c:181)
1779882712.207 +5.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 10' (trx_if.c:268)
1779882712.207 +5.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 10' (trx_if.c:687)
1779882712.440 +5.260s DTRX INFO phy0.0: Clock indication: fn=70737 (trx_if.c:138)
1779882712.440 +5.260s DL1C INFO TRX Clock Ind: elapsed_us=1044262, elapsed_fn=216, error_us=+47422 (scheduler_trx.c:566)
1779882712.440 +5.260s DL1C INFO GSM clock jitter: -47301us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882712.440 +5.260s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882713.208 +6.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -12000 mdBm. (tx_power.c:181)
1779882713.208 +6.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 12' (trx_if.c:268)
1779882713.208 +6.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 12' (trx_if.c:687)
1779882713.484 +6.304s DTRX INFO phy0.0: Clock indication: fn=70954 (trx_if.c:138)
1779882713.484 +6.304s DL1C INFO TRX Clock Ind: elapsed_us=1044049, elapsed_fn=217, error_us=+42594 (scheduler_trx.c:566)
1779882713.484 +6.304s DL1C INFO GSM clock jitter: -42395us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882713.484 +6.304s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882714.208 +7.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -14000 mdBm. (tx_power.c:181)
1779882714.208 +7.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 14' (trx_if.c:268)
1779882714.209 +7.028s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 14' (trx_if.c:687)
1779882714.324 +7.144s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882714.541 +7.360s DTRX INFO phy0.0: Clock indication: fn=71171 (trx_if.c:138)
1779882714.541 +7.360s DL1C INFO TRX Clock Ind: elapsed_us=1056844, elapsed_fn=217, error_us=+55389 (scheduler_trx.c:566)
1779882714.541 +7.360s DL1C INFO GSM clock jitter: -55254us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882714.541 +7.360s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882715.210 +8.029s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -16000 mdBm. (tx_power.c:181)
1779882715.210 +8.029s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 16' (trx_if.c:268)
1779882715.210 +8.029s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 16' (trx_if.c:687)
1779882715.589 +8.408s DTRX INFO phy0.0: Clock indication: fn=71387 (trx_if.c:138)
1779882715.589 +8.408s DL1C INFO TRX Clock Ind: elapsed_us=1047929, elapsed_fn=216, error_us=+51089 (scheduler_trx.c:566)
1779882715.589 +8.408s DL1C INFO GSM clock jitter: -50866us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882715.589 +8.408s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882716.211 +9.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -18000 mdBm. (tx_power.c:181)
1779882716.211 +9.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 18' (trx_if.c:268)
1779882716.211 +9.030s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 18' (trx_if.c:687)
1779882716.624 +9.443s DTRX INFO phy0.0: Clock indication: fn=71604 (trx_if.c:138)
1779882716.624 +9.443s DL1C INFO TRX Clock Ind: elapsed_us=1035090, elapsed_fn=217, error_us=+33635 (scheduler_trx.c:566)
1779882716.624 +9.443s DL1C INFO GSM clock jitter: -33488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882716.624 +9.443s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882717.211 +10.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -20000 mdBm. (tx_power.c:181)
1779882717.211 +10.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 20' (trx_if.c:268)
1779882717.211 +10.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 20' (trx_if.c:687)
1779882717.344 +10.163s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882717.656 +10.475s DTRX INFO phy0.0: Clock indication: fn=71820 (trx_if.c:138)
1779882717.656 +10.475s DL1C INFO TRX Clock Ind: elapsed_us=1031430, elapsed_fn=216, error_us=+34590 (scheduler_trx.c:566)
1779882717.656 +10.475s DL1C INFO GSM clock jitter: -34480us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882717.656 +10.475s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882718.212 +11.031s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -22000 mdBm. (tx_power.c:181)
1779882718.212 +11.031s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 22' (trx_if.c:268)
1779882718.212 +11.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 22' (trx_if.c:687)
1779882718.702 +11.521s DTRX INFO phy0.0: Clock indication: fn=72037 (trx_if.c:138)
1779882718.702 +11.521s DL1C INFO TRX Clock Ind: elapsed_us=1046526, elapsed_fn=217, error_us=+45071 (scheduler_trx.c:566)
1779882718.702 +11.521s DL1C INFO GSM clock jitter: -44890us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882718.702 +11.521s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882719.213 +12.032s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -24000 mdBm. (tx_power.c:181)
1779882719.213 +12.032s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 24' (trx_if.c:268)
1779882719.214 +12.033s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 24' (trx_if.c:687)
1779882719.748 +12.567s DTRX INFO phy0.0: Clock indication: fn=72253 (trx_if.c:138)
1779882719.748 +12.567s DL1C INFO TRX Clock Ind: elapsed_us=1045608, elapsed_fn=216, error_us=+48768 (scheduler_trx.c:566)
1779882719.748 +12.567s DL1C INFO GSM clock jitter: -48648us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882719.748 +12.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882720.214 +13.033s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -26000 mdBm. (tx_power.c:181)
1779882720.214 +13.033s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 26' (trx_if.c:268)
1779882720.214 +13.034s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 26' (trx_if.c:687)
1779882720.352 +13.172s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882720.784 +13.603s DTRX INFO phy0.0: Clock indication: fn=72470 (trx_if.c:138)
1779882720.784 +13.603s DL1C INFO TRX Clock Ind: elapsed_us=1035979, elapsed_fn=217, error_us=+34524 (scheduler_trx.c:566)
1779882720.784 +13.603s DL1C INFO GSM clock jitter: -34412us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882720.784 +13.603s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882721.215 +14.034s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -28000 mdBm. (tx_power.c:181)
1779882721.215 +14.034s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 28' (trx_if.c:268)
1779882721.216 +14.035s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 28' (trx_if.c:687)
1779882721.825 +14.644s DTRX INFO phy0.0: Clock indication: fn=72686 (trx_if.c:138)
1779882721.825 +14.644s DL1C INFO TRX Clock Ind: elapsed_us=1041175, elapsed_fn=216, error_us=+44335 (scheduler_trx.c:566)
1779882721.825 +14.644s DL1C INFO GSM clock jitter: -44214us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882721.825 +14.644s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882722.216 +15.036s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -30000 mdBm. (tx_power.c:181)
1779882722.216 +15.036s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 30' (trx_if.c:268)
1779882722.217 +15.036s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 30' (trx_if.c:687)
1779882722.865 +15.685s DTRX INFO phy0.0: Clock indication: fn=72903 (trx_if.c:138)
1779882722.865 +15.685s DL1C INFO TRX Clock Ind: elapsed_us=1040376, elapsed_fn=217, error_us=+38921 (scheduler_trx.c:566)
1779882722.865 +15.685s DL1C INFO GSM clock jitter: -38796us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882722.865 +15.685s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882723.217 +16.037s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -32000 mdBm. (tx_power.c:181)
1779882723.217 +16.037s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 32' (trx_if.c:268)
1779882723.218 +16.037s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 32' (trx_if.c:687)
1779882723.350 +16.169s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882723.905 +16.725s DTRX INFO phy0.0: Clock indication: fn=73119 (trx_if.c:138)
1779882723.905 +16.725s DL1C INFO TRX Clock Ind: elapsed_us=1040104, elapsed_fn=216, error_us=+43264 (scheduler_trx.c:566)
1779882723.905 +16.725s DL1C INFO GSM clock jitter: -43076us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882723.905 +16.725s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882724.218 +17.038s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -34000 mdBm. (tx_power.c:181)
1779882724.218 +17.038s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 34' (trx_if.c:268)
1779882724.219 +17.038s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 34' (trx_if.c:687)
1779882724.948 +17.767s DTRX INFO phy0.0: Clock indication: fn=73336 (trx_if.c:138)
1779882724.948 +17.767s DL1C INFO TRX Clock Ind: elapsed_us=1042618, elapsed_fn=217, error_us=+41163 (scheduler_trx.c:566)
1779882724.948 +17.767s DL1C INFO GSM clock jitter: -40999us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882724.948 +17.767s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882725.220 +18.039s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -36000 mdBm. (tx_power.c:181)
1779882725.220 +18.039s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 36' (trx_if.c:268)
1779882725.220 +18.039s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 36' (trx_if.c:687)
1779882725.986 +18.806s DTRX INFO phy0.0: Clock indication: fn=73552 (trx_if.c:138)
1779882725.986 +18.806s DL1C INFO TRX Clock Ind: elapsed_us=1038388, elapsed_fn=216, error_us=+41548 (scheduler_trx.c:566)
1779882725.986 +18.806s DL1C INFO GSM clock jitter: -41433us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882725.986 +18.806s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882726.220 +19.040s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -38000 mdBm. (tx_power.c:181)
1779882726.220 +19.040s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 38' (trx_if.c:268)
1779882726.221 +19.040s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 38' (trx_if.c:687)
1779882726.356 +19.175s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882727.036 +19.855s DTRX INFO phy0.0: Clock indication: fn=73769 (trx_if.c:138)
1779882727.036 +19.855s DL1C INFO TRX Clock Ind: elapsed_us=1049456, elapsed_fn=217, error_us=+48001 (scheduler_trx.c:566)
1779882727.036 +19.855s DL1C INFO GSM clock jitter: -47879us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882727.036 +19.855s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882727.222 +20.041s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -40000 mdBm. (tx_power.c:181)
1779882727.222 +20.041s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 40' (trx_if.c:268)
1779882727.222 +20.041s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 40' (trx_if.c:687)
1779882728.080 +20.899s DTRX INFO phy0.0: Clock indication: fn=73985 (trx_if.c:138)
1779882728.080 +20.899s DL1C INFO TRX Clock Ind: elapsed_us=1044347, elapsed_fn=216, error_us=+47507 (scheduler_trx.c:566)
1779882728.080 +20.899s DL1C INFO GSM clock jitter: -47314us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882728.080 +20.900s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882728.223 +21.042s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -42000 mdBm. (tx_power.c:181)
1779882728.223 +21.042s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 42' (trx_if.c:268)
1779882728.223 +21.042s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 42' (trx_if.c:687)
1779882729.121 +21.940s DTRX INFO phy0.0: Clock indication: fn=74202 (trx_if.c:138)
1779882729.121 +21.940s DL1C INFO TRX Clock Ind: elapsed_us=1041028, elapsed_fn=217, error_us=+39573 (scheduler_trx.c:566)
1779882729.121 +21.940s DL1C INFO GSM clock jitter: -39401us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882729.121 +21.940s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882729.224 +22.043s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -44000 mdBm. (tx_power.c:181)
1779882729.224 +22.043s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 44' (trx_if.c:268)
1779882729.225 +22.044s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 44' (trx_if.c:687)
1779882729.371 +22.190s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882730.165 +22.985s DTRX INFO phy0.0: Clock indication: fn=74418 (trx_if.c:138)
1779882730.165 +22.985s DL1C INFO TRX Clock Ind: elapsed_us=1044059, elapsed_fn=216, error_us=+47219 (scheduler_trx.c:566)
1779882730.165 +22.985s DL1C INFO GSM clock jitter: -47082us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882730.165 +22.985s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882730.225 +23.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -46000 mdBm. (tx_power.c:181)
1779882730.225 +23.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 46' (trx_if.c:268)
1779882730.226 +23.045s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 46' (trx_if.c:687)
1779882731.214 +24.033s DTRX INFO phy0.0: Clock indication: fn=74635 (trx_if.c:138)
1779882731.214 +24.033s DL1C INFO TRX Clock Ind: elapsed_us=1048463, elapsed_fn=217, error_us=+47008 (scheduler_trx.c:566)
1779882731.214 +24.033s DL1C INFO GSM clock jitter: -46895us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882731.214 +24.033s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882731.226 +24.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -48000 mdBm. (tx_power.c:181)
1779882731.226 +24.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 48' (trx_if.c:268)
1779882731.226 +24.046s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 48' (trx_if.c:687)
1779882732.227 +25.046s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -50000 mdBm. (tx_power.c:181)
1779882732.227 +25.046s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 50' (trx_if.c:268)
1779882732.228 +25.047s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 50' (trx_if.c:687)
1779882732.261 +25.081s DTRX INFO phy0.0: Clock indication: fn=74851 (trx_if.c:138)
1779882732.261 +25.081s DL1C INFO TRX Clock Ind: elapsed_us=1047574, elapsed_fn=216, error_us=+50734 (scheduler_trx.c:566)
1779882732.261 +25.081s DL1C INFO GSM clock jitter: -50620us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882732.261 +25.081s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882732.395 +25.214s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882733.304 +26.124s DTRX INFO phy0.0: Clock indication: fn=75068 (trx_if.c:138)
1779882733.304 +26.124s DL1C INFO TRX Clock Ind: elapsed_us=1042926, elapsed_fn=217, error_us=+41471 (scheduler_trx.c:566)
1779882733.304 +26.124s DL1C INFO GSM clock jitter: -41357us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882733.304 +26.124s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882734.351 +27.171s DTRX INFO phy0.0: Clock indication: fn=75284 (trx_if.c:138)
1779882734.351 +27.171s DL1C INFO TRX Clock Ind: elapsed_us=1047088, elapsed_fn=216, error_us=+50248 (scheduler_trx.c:566)
1779882734.351 +27.171s DL1C INFO GSM clock jitter: -50124us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882734.351 +27.171s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882735.367 +28.186s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882735.395 +28.215s DTRX INFO phy0.0: Clock indication: fn=75501 (trx_if.c:138)
1779882735.395 +28.215s DL1C INFO TRX Clock Ind: elapsed_us=1044127, elapsed_fn=217, error_us=+42672 (scheduler_trx.c:566)
1779882735.395 +28.215s DL1C INFO GSM clock jitter: -42520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882735.395 +28.215s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882736.445 +29.264s DTRX INFO phy0.0: Clock indication: fn=75717 (trx_if.c:138)
1779882736.445 +29.264s DL1C INFO TRX Clock Ind: elapsed_us=1049187, elapsed_fn=216, error_us=+52347 (scheduler_trx.c:566)
1779882736.445 +29.264s DL1C INFO GSM clock jitter: -52227us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882736.445 +29.264s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882737.491 +30.310s DTRX INFO phy0.0: Clock indication: fn=75934 (trx_if.c:138)
1779882737.491 +30.310s DL1C INFO TRX Clock Ind: elapsed_us=1046341, elapsed_fn=217, error_us=+44886 (scheduler_trx.c:566)
1779882737.491 +30.310s DL1C INFO GSM clock jitter: -44696us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882737.491 +30.310s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882738.386 +31.206s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882738.538 +31.357s DTRX INFO phy0.0: Clock indication: fn=76151 (trx_if.c:138)
1779882738.538 +31.357s DL1C INFO TRX Clock Ind: elapsed_us=1046847, elapsed_fn=217, error_us=+45392 (scheduler_trx.c:566)
1779882738.538 +31.357s DL1C INFO GSM clock jitter: -45271us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882738.538 +31.357s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882739.581 +32.400s DTRX INFO phy0.0: Clock indication: fn=76367 (trx_if.c:138)
1779882739.581 +32.400s DL1C INFO TRX Clock Ind: elapsed_us=1042758, elapsed_fn=216, error_us=+45918 (scheduler_trx.c:566)
1779882739.581 +32.400s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882739.581 +32.400s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882740.624 +33.443s DTRX INFO phy0.0: Clock indication: fn=76584 (trx_if.c:138)
1779882740.624 +33.443s DL1C INFO TRX Clock Ind: elapsed_us=1043316, elapsed_fn=217, error_us=+41861 (scheduler_trx.c:566)
1779882740.624 +33.443s DL1C INFO GSM clock jitter: -41657us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882740.624 +33.443s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882741.399 +34.219s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882741.667 +34.487s DTRX INFO phy0.0: Clock indication: fn=76801 (trx_if.c:138)
1779882741.667 +34.487s DL1C INFO TRX Clock Ind: elapsed_us=1043396, elapsed_fn=217, error_us=+41941 (scheduler_trx.c:566)
1779882741.667 +34.487s DL1C INFO GSM clock jitter: -41829us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882741.667 +34.487s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882742.710 +35.529s DTRX INFO phy0.0: Clock indication: fn=77017 (trx_if.c:138)
1779882742.710 +35.529s DL1C INFO TRX Clock Ind: elapsed_us=1042558, elapsed_fn=216, error_us=+45718 (scheduler_trx.c:566)
1779882742.710 +35.529s DL1C INFO GSM clock jitter: -45520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882742.710 +35.529s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882743.753 +36.573s DTRX INFO phy0.0: Clock indication: fn=77234 (trx_if.c:138)
1779882743.754 +36.573s DL1C INFO TRX Clock Ind: elapsed_us=1043637, elapsed_fn=217, error_us=+42182 (scheduler_trx.c:566)
1779882743.754 +36.573s DL1C INFO GSM clock jitter: -41973us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882743.754 +36.573s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882744.409 +37.228s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882744.795 +37.615s DTRX INFO phy0.0: Clock indication: fn=77450 (trx_if.c:138)
1779882744.795 +37.615s DL1C INFO TRX Clock Ind: elapsed_us=1041904, elapsed_fn=216, error_us=+45064 (scheduler_trx.c:566)
1779882744.795 +37.615s DL1C INFO GSM clock jitter: -44939us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882744.795 +37.615s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882745.839 +38.658s DTRX INFO phy0.0: Clock indication: fn=77667 (trx_if.c:138)
1779882745.839 +38.658s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=217, error_us=+42033 (scheduler_trx.c:566)
1779882745.839 +38.658s DL1C INFO GSM clock jitter: -41790us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882745.839 +38.658s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882746.886 +39.705s DTRX INFO phy0.0: Clock indication: fn=77884 (trx_if.c:138)
1779882746.886 +39.705s DL1C INFO TRX Clock Ind: elapsed_us=1046869, elapsed_fn=217, error_us=+45414 (scheduler_trx.c:566)
1779882746.886 +39.705s DL1C INFO GSM clock jitter: -45291us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882746.886 +39.705s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882747.421 +40.240s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882747.929 +40.749s DTRX INFO phy0.0: Clock indication: fn=78100 (trx_if.c:138)
1779882747.929 +40.749s DL1C INFO TRX Clock Ind: elapsed_us=1043634, elapsed_fn=216, error_us=+46794 (scheduler_trx.c:566)
1779882747.929 +40.749s DL1C INFO GSM clock jitter: -46606us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882747.929 +40.749s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882748.975 +41.795s DTRX INFO phy0.0: Clock indication: fn=78317 (trx_if.c:138)
1779882748.975 +41.795s DL1C INFO TRX Clock Ind: elapsed_us=1045971, elapsed_fn=217, error_us=+44516 (scheduler_trx.c:566)
1779882748.975 +41.795s DL1C INFO GSM clock jitter: -44319us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882748.975 +41.795s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.018 +42.837s DTRX INFO phy0.0: Clock indication: fn=78533 (trx_if.c:138)
1779882750.018 +42.837s DL1C INFO TRX Clock Ind: elapsed_us=1042654, elapsed_fn=216, error_us=+45814 (scheduler_trx.c:566)
1779882750.018 +42.837s DL1C INFO GSM clock jitter: -45699us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882750.018 +42.837s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.438 +43.257s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882751.064 +43.883s DTRX INFO phy0.0: Clock indication: fn=78750 (trx_if.c:138)
1779882751.064 +43.883s DL1C INFO TRX Clock Ind: elapsed_us=1046124, elapsed_fn=217, error_us=+44669 (scheduler_trx.c:566)
1779882751.064 +43.883s DL1C INFO GSM clock jitter: -44546us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882751.064 +43.883s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882752.103 +44.922s DTRX INFO phy0.0: Clock indication: fn=78967 (trx_if.c:138)
1779882752.103 +44.922s DL1C INFO TRX Clock Ind: elapsed_us=1038574, elapsed_fn=217, error_us=+37119 (scheduler_trx.c:566)
1779882752.103 +44.922s DL1C INFO GSM clock jitter: -37002us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882752.103 +44.922s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.146 +45.965s DTRX INFO phy0.0: Clock indication: fn=79183 (trx_if.c:138)
1779882753.146 +45.965s DL1C INFO TRX Clock Ind: elapsed_us=1043207, elapsed_fn=216, error_us=+46367 (scheduler_trx.c:566)
1779882753.146 +45.965s DL1C INFO GSM clock jitter: -46249us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882753.146 +45.965s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.446 +46.265s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882754.190 +47.009s DTRX INFO phy0.0: Clock indication: fn=79400 (trx_if.c:138)
1779882754.190 +47.009s DL1C INFO TRX Clock Ind: elapsed_us=1043615, elapsed_fn=217, error_us=+42160 (scheduler_trx.c:566)
1779882754.190 +47.009s DL1C INFO GSM clock jitter: -42027us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882754.190 +47.009s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882755.236 +48.056s DTRX INFO phy0.0: Clock indication: fn=79617 (trx_if.c:138)
1779882755.236 +48.056s DL1C INFO TRX Clock Ind: elapsed_us=1046748, elapsed_fn=217, error_us=+45293 (scheduler_trx.c:566)
1779882755.236 +48.056s DL1C INFO GSM clock jitter: -45096us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882755.236 +48.056s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.280 +49.100s DTRX INFO phy0.0: Clock indication: fn=79833 (trx_if.c:138)
1779882756.280 +49.100s DL1C INFO TRX Clock Ind: elapsed_us=1043948, elapsed_fn=216, error_us=+47108 (scheduler_trx.c:566)
1779882756.280 +49.100s DL1C INFO GSM clock jitter: -46970us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882756.280 +49.100s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.460 +49.280s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882757.319 +50.138s DTRX INFO phy0.0: Clock indication: fn=80050 (trx_if.c:138)
1779882757.319 +50.138s DL1C INFO TRX Clock Ind: elapsed_us=1038890, elapsed_fn=217, error_us=+37435 (scheduler_trx.c:566)
1779882757.319 +50.138s DL1C INFO GSM clock jitter: -37239us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882757.319 +50.138s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882758.364 +51.184s DTRX INFO phy0.0: Clock indication: fn=80267 (trx_if.c:138)
1779882758.364 +51.184s DL1C INFO TRX Clock Ind: elapsed_us=1045200, elapsed_fn=217, error_us=+43745 (scheduler_trx.c:566)
1779882758.364 +51.184s DL1C INFO GSM clock jitter: -43632us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882758.364 +51.184s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.408 +52.228s DTRX INFO phy0.0: Clock indication: fn=80483 (trx_if.c:138)
1779882759.408 +52.228s DL1C INFO TRX Clock Ind: elapsed_us=1043957, elapsed_fn=216, error_us=+47117 (scheduler_trx.c:566)
1779882759.408 +52.228s DL1C INFO GSM clock jitter: -46942us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882759.408 +52.228s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.468 +52.288s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882760.450 +53.270s DTRX INFO phy0.0: Clock indication: fn=80700 (trx_if.c:138)
1779882760.450 +53.270s DL1C INFO TRX Clock Ind: elapsed_us=1041995, elapsed_fn=217, error_us=+40540 (scheduler_trx.c:566)
1779882760.450 +53.270s DL1C INFO GSM clock jitter: -40343us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882760.450 +53.270s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882761.489 +54.308s DTRX INFO phy0.0: Clock indication: fn=80916 (trx_if.c:138)
1779882761.489 +54.308s DL1C INFO TRX Clock Ind: elapsed_us=1038900, elapsed_fn=216, error_us=+42060 (scheduler_trx.c:566)
1779882761.489 +54.308s DL1C INFO GSM clock jitter: -41819us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882761.489 +54.308s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882762.431 +55.250s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882762.532 +55.351s DTRX INFO phy0.0: Clock indication: fn=81133 (trx_if.c:138)
1779882762.532 +55.351s DL1C INFO TRX Clock Ind: elapsed_us=1042645, elapsed_fn=217, error_us=+41190 (scheduler_trx.c:566)
1779882762.532 +55.351s DL1C INFO GSM clock jitter: -41061us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882762.532 +55.351s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882763.575 +56.394s DTRX INFO phy0.0: Clock indication: fn=81350 (trx_if.c:138)
1779882763.575 +56.394s DL1C INFO TRX Clock Ind: elapsed_us=1042816, elapsed_fn=217, error_us=+41361 (scheduler_trx.c:566)
1779882763.575 +56.394s DL1C INFO GSM clock jitter: -41234us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882763.575 +56.394s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882764.615 +57.434s DTRX INFO phy0.0: Clock indication: fn=81566 (trx_if.c:138)
1779882764.615 +57.434s DL1C INFO TRX Clock Ind: elapsed_us=1040293, elapsed_fn=216, error_us=+43453 (scheduler_trx.c:566)
1779882764.615 +57.434s DL1C INFO GSM clock jitter: -43339us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882764.615 +57.434s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882765.437 +58.256s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882765.660 +58.479s DTRX INFO phy0.0: Clock indication: fn=81783 (trx_if.c:138)
1779882765.660 +58.479s DL1C INFO TRX Clock Ind: elapsed_us=1044733, elapsed_fn=217, error_us=+43278 (scheduler_trx.c:566)
1779882765.660 +58.479s DL1C INFO GSM clock jitter: -43157us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882765.660 +58.479s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882766.695 +59.514s DTRX INFO phy0.0: Clock indication: fn=82000 (trx_if.c:138)
1779882766.695 +59.514s DL1C INFO TRX Clock Ind: elapsed_us=1035514, elapsed_fn=217, error_us=+34059 (scheduler_trx.c:566)
1779882766.695 +59.514s DL1C INFO GSM clock jitter: -33899us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882766.695 +59.515s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882767.728 +60.547s DTRX INFO phy0.0: Clock indication: fn=82216 (trx_if.c:138)
1779882767.728 +60.547s DL1C INFO TRX Clock Ind: elapsed_us=1032612, elapsed_fn=216, error_us=+35772 (scheduler_trx.c:566)
1779882767.728 +60.547s DL1C INFO GSM clock jitter: -35488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882767.728 +60.547s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882768.429 +61.249s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882768.778 +61.597s DTRX INFO phy0.0: Clock indication: fn=82433 (trx_if.c:138)

[... 816 lines truncated ...]

1779882965.015 +257.834s DTRX INFO phy0.0: Clock indication: fn=123150 (trx_if.c:138)
1779882965.015 +257.834s DL1C INFO TRX Clock Ind: elapsed_us=1048832, elapsed_fn=216, error_us=+51992 (scheduler_trx.c:566)
1779882965.015 +257.834s DL1C INFO GSM clock jitter: -51865us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882965.015 +257.834s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.065 +258.884s DTRX INFO phy0.0: Clock indication: fn=123367 (trx_if.c:138)
1779882966.065 +258.884s DL1C INFO TRX Clock Ind: elapsed_us=1049573, elapsed_fn=217, error_us=+48118 (scheduler_trx.c:566)
1779882966.065 +258.884s DL1C INFO GSM clock jitter: -47987us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882966.065 +258.884s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.919 +259.738s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882967.104 +259.924s DTRX INFO phy0.0: Clock indication: fn=123584 (trx_if.c:138)
1779882967.104 +259.924s DL1C INFO TRX Clock Ind: elapsed_us=1039547, elapsed_fn=217, error_us=+38092 (scheduler_trx.c:566)
1779882967.104 +259.924s DL1C INFO GSM clock jitter: -37971us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882967.104 +259.924s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882968.151 +260.971s DTRX INFO phy0.0: Clock indication: fn=123801 (trx_if.c:138)
1779882968.151 +260.971s DL1C INFO TRX Clock Ind: elapsed_us=1047198, elapsed_fn=217, error_us=+45743 (scheduler_trx.c:566)
1779882968.151 +260.971s DL1C INFO GSM clock jitter: -45615us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882968.151 +260.971s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.195 +262.015s DTRX INFO phy0.0: Clock indication: fn=124017 (trx_if.c:138)
1779882969.195 +262.015s DL1C INFO TRX Clock Ind: elapsed_us=1044076, elapsed_fn=216, error_us=+47236 (scheduler_trx.c:566)
1779882969.195 +262.015s DL1C INFO GSM clock jitter: -47090us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882969.195 +262.015s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.929 +262.749s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882970.240 +263.059s DTRX INFO phy0.0: Clock indication: fn=124234 (trx_if.c:138)
1779882970.240 +263.059s DL1C INFO TRX Clock Ind: elapsed_us=1044646, elapsed_fn=217, error_us=+43191 (scheduler_trx.c:566)
1779882970.240 +263.059s DL1C INFO GSM clock jitter: -42965us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882970.240 +263.059s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882971.286 +264.106s DTRX INFO phy0.0: Clock indication: fn=124451 (trx_if.c:138)
1779882971.286 +264.106s DL1C INFO TRX Clock Ind: elapsed_us=1046294, elapsed_fn=217, error_us=+44839 (scheduler_trx.c:566)
1779882971.286 +264.106s DL1C INFO GSM clock jitter: -44718us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882971.286 +264.106s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.326 +265.145s DTRX INFO phy0.0: Clock indication: fn=124667 (trx_if.c:138)
1779882972.326 +265.145s DL1C INFO TRX Clock Ind: elapsed_us=1039202, elapsed_fn=216, error_us=+42362 (scheduler_trx.c:566)
1779882972.326 +265.145s DL1C INFO GSM clock jitter: -42148us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882972.326 +265.145s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.939 +265.759s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882973.370 +266.189s DTRX INFO phy0.0: Clock indication: fn=124884 (trx_if.c:138)
1779882973.370 +266.189s DL1C INFO TRX Clock Ind: elapsed_us=1044255, elapsed_fn=217, error_us=+42800 (scheduler_trx.c:566)
1779882973.370 +266.189s DL1C INFO GSM clock jitter: -42619us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882973.370 +266.189s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882974.411 +267.230s DTRX INFO phy0.0: Clock indication: fn=125100 (trx_if.c:138)
1779882974.411 +267.230s DL1C INFO TRX Clock Ind: elapsed_us=1041263, elapsed_fn=216, error_us=+44423 (scheduler_trx.c:566)
1779882974.411 +267.230s DL1C INFO GSM clock jitter: -44263us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882974.411 +267.230s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.448 +268.267s DTRX INFO phy0.0: Clock indication: fn=125317 (trx_if.c:138)
1779882975.448 +268.267s DL1C INFO TRX Clock Ind: elapsed_us=1036739, elapsed_fn=217, error_us=+35284 (scheduler_trx.c:566)
1779882975.448 +268.267s DL1C INFO GSM clock jitter: -35142us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882975.448 +268.267s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.942 +268.761s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882976.494 +269.314s DTRX INFO phy0.0: Clock indication: fn=125534 (trx_if.c:138)
1779882976.494 +269.314s DL1C INFO TRX Clock Ind: elapsed_us=1046519, elapsed_fn=217, error_us=+45064 (scheduler_trx.c:566)
1779882976.494 +269.314s DL1C INFO GSM clock jitter: -44919us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882976.494 +269.314s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882977.529 +270.348s DTRX INFO phy0.0: Clock indication: fn=125750 (trx_if.c:138)
1779882977.529 +270.348s DL1C INFO TRX Clock Ind: elapsed_us=1034445, elapsed_fn=216, error_us=+37605 (scheduler_trx.c:566)
1779882977.529 +270.348s DL1C INFO GSM clock jitter: -37463us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882977.529 +270.348s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.569 +271.388s DTRX INFO phy0.0: Clock indication: fn=125967 (trx_if.c:138)
1779882978.569 +271.388s DL1C INFO TRX Clock Ind: elapsed_us=1040203, elapsed_fn=217, error_us=+38748 (scheduler_trx.c:566)
1779882978.569 +271.388s DL1C INFO GSM clock jitter: -38621us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882978.569 +271.388s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.943 +271.762s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882979.605 +272.424s DTRX INFO phy0.0: Clock indication: fn=126184 (trx_if.c:138)
1779882979.605 +272.424s DL1C INFO TRX Clock Ind: elapsed_us=1035702, elapsed_fn=217, error_us=+34247 (scheduler_trx.c:566)
1779882979.605 +272.424s DL1C INFO GSM clock jitter: -34136us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882979.605 +272.424s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882980.633 +273.452s DTRX INFO phy0.0: Clock indication: fn=126401 (trx_if.c:138)
1779882980.633 +273.452s DL1C INFO TRX Clock Ind: elapsed_us=1028215, elapsed_fn=217, error_us=+26760 (scheduler_trx.c:566)
1779882980.633 +273.452s DL1C INFO GSM clock jitter: -26621us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882980.633 +273.452s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.668 +274.487s DTRX INFO phy0.0: Clock indication: fn=126618 (trx_if.c:138)
1779882981.668 +274.487s DL1C INFO TRX Clock Ind: elapsed_us=1035177, elapsed_fn=217, error_us=+33722 (scheduler_trx.c:566)
1779882981.668 +274.487s DL1C INFO GSM clock jitter: -33523us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882981.668 +274.487s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.917 +274.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882982.699 +275.519s DTRX INFO phy0.0: Clock indication: fn=126834 (trx_if.c:138)
1779882982.700 +275.519s DL1C INFO TRX Clock Ind: elapsed_us=1031378, elapsed_fn=216, error_us=+34538 (scheduler_trx.c:566)
1779882982.700 +275.519s DL1C INFO GSM clock jitter: -34427us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882982.700 +275.519s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882983.747 +276.567s DTRX INFO phy0.0: Clock indication: fn=127051 (trx_if.c:138)
1779882983.747 +276.567s DL1C INFO TRX Clock Ind: elapsed_us=1047843, elapsed_fn=217, error_us=+46388 (scheduler_trx.c:566)
1779882983.747 +276.567s DL1C INFO GSM clock jitter: -46267us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882983.747 +276.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.790 +277.609s DTRX INFO phy0.0: Clock indication: fn=127267 (trx_if.c:138)
1779882984.790 +277.609s DL1C INFO TRX Clock Ind: elapsed_us=1042768, elapsed_fn=216, error_us=+45928 (scheduler_trx.c:566)
1779882984.790 +277.609s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882984.790 +277.609s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.924 +277.743s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882985.834 +278.653s DTRX INFO phy0.0: Clock indication: fn=127484 (trx_if.c:138)
1779882985.834 +278.653s DL1C INFO TRX Clock Ind: elapsed_us=1043989, elapsed_fn=217, error_us=+42534 (scheduler_trx.c:566)
1779882985.834 +278.653s DL1C INFO GSM clock jitter: -42413us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882985.834 +278.653s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882986.878 +279.697s DTRX INFO phy0.0: Clock indication: fn=127700 (trx_if.c:138)
1779882986.878 +279.697s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=216, error_us=+46648 (scheduler_trx.c:566)
1779882986.878 +279.697s DL1C INFO GSM clock jitter: -46527us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882986.878 +279.697s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882987.893 +280.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882987.914 +280.733s DTRX INFO phy0.0: Clock indication: fn=127917 (trx_if.c:138)
1779882987.914 +280.733s DL1C INFO TRX Clock Ind: elapsed_us=1036196, elapsed_fn=217, error_us=+34741 (scheduler_trx.c:566)
1779882987.914 +280.733s DL1C INFO GSM clock jitter: -34628us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882987.914 +280.733s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882988.959 +281.778s DTRX INFO phy0.0: Clock indication: fn=128134 (trx_if.c:138)
1779882988.959 +281.778s DL1C INFO TRX Clock Ind: elapsed_us=1045220, elapsed_fn=217, error_us=+43765 (scheduler_trx.c:566)
1779882988.959 +281.778s DL1C INFO GSM clock jitter: -43644us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882988.959 +281.778s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.003 +282.823s DTRX INFO phy0.0: Clock indication: fn=128350 (trx_if.c:138)
1779882990.003 +282.823s DL1C INFO TRX Clock Ind: elapsed_us=1044352, elapsed_fn=216, error_us=+47512 (scheduler_trx.c:566)
1779882990.003 +282.823s DL1C INFO GSM clock jitter: -47394us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882990.003 +282.823s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.899 +283.718s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882991.047 +283.867s DTRX INFO phy0.0: Clock indication: fn=128567 (trx_if.c:138)
1779882991.047 +283.867s DL1C INFO TRX Clock Ind: elapsed_us=1043875, elapsed_fn=217, error_us=+42420 (scheduler_trx.c:566)
1779882991.047 +283.867s DL1C INFO GSM clock jitter: -42254us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882991.047 +283.867s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882992.088 +284.907s DTRX INFO phy0.0: Clock indication: fn=128783 (trx_if.c:138)
1779882992.088 +284.907s DL1C INFO TRX Clock Ind: elapsed_us=1040773, elapsed_fn=216, error_us=+43933 (scheduler_trx.c:566)
1779882992.088 +284.907s DL1C INFO GSM clock jitter: -43816us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882992.088 +284.907s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.114 +285.933s DTRX INFO phy0.0: Clock indication: fn=129000 (trx_if.c:138)
1779882993.114 +285.933s DL1C INFO TRX Clock Ind: elapsed_us=1026107, elapsed_fn=217, error_us=+24652 (scheduler_trx.c:566)
1779882993.114 +285.933s DL1C INFO GSM clock jitter: -24442us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882993.114 +285.933s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.890 +286.709s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882994.156 +286.975s DTRX INFO phy0.0: Clock indication: fn=129216 (trx_if.c:138)
1779882994.156 +286.975s DL1C INFO TRX Clock Ind: elapsed_us=1042021, elapsed_fn=216, error_us=+45181 (scheduler_trx.c:566)
1779882994.156 +286.975s DL1C INFO GSM clock jitter: -44936us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882994.156 +286.975s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882995.198 +288.017s DTRX INFO phy0.0: Clock indication: fn=129433 (trx_if.c:138)
1779882995.198 +288.017s DL1C INFO TRX Clock Ind: elapsed_us=1041432, elapsed_fn=217, error_us=+39977 (scheduler_trx.c:566)
1779882995.198 +288.017s DL1C INFO GSM clock jitter: -39779us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882995.198 +288.017s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.237 +289.057s DTRX INFO phy0.0: Clock indication: fn=129650 (trx_if.c:138)
1779882996.237 +289.057s DL1C INFO TRX Clock Ind: elapsed_us=1039840, elapsed_fn=217, error_us=+38385 (scheduler_trx.c:566)
1779882996.237 +289.057s DL1C INFO GSM clock jitter: -38260us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882996.237 +289.057s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.893 +289.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882997.290 +290.109s DTRX INFO phy0.0: Clock indication: fn=129866 (trx_if.c:138)
1779882997.290 +290.109s DL1C INFO TRX Clock Ind: elapsed_us=1052746, elapsed_fn=216, error_us=+55906 (scheduler_trx.c:566)
1779882997.290 +290.109s DL1C INFO GSM clock jitter: -55719us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882997.290 +290.109s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882998.337 +291.156s DTRX INFO phy0.0: Clock indication: fn=130083 (trx_if.c:138)
1779882998.337 +291.157s DL1C INFO TRX Clock Ind: elapsed_us=1047018, elapsed_fn=217, error_us=+45563 (scheduler_trx.c:566)
1779882998.337 +291.157s DL1C INFO GSM clock jitter: -45429us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882998.337 +291.157s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.382 +292.201s DTRX INFO phy0.0: Clock indication: fn=130300 (trx_if.c:138)
1779882999.382 +292.201s DL1C INFO TRX Clock Ind: elapsed_us=1044625, elapsed_fn=217, error_us=+43170 (scheduler_trx.c:566)
1779882999.382 +292.201s DL1C INFO GSM clock jitter: -43031us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882999.382 +292.201s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.917 +292.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883000.425 +293.245s DTRX INFO phy0.0: Clock indication: fn=130516 (trx_if.c:138)
1779883000.425 +293.245s DL1C INFO TRX Clock Ind: elapsed_us=1043534, elapsed_fn=216, error_us=+46694 (scheduler_trx.c:566)
1779883000.425 +293.245s DL1C INFO GSM clock jitter: -46529us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883000.425 +293.245s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883001.468 +294.287s DTRX INFO phy0.0: Clock indication: fn=130733 (trx_if.c:138)
1779883001.468 +294.287s DL1C INFO TRX Clock Ind: elapsed_us=1042566, elapsed_fn=217, error_us=+41111 (scheduler_trx.c:566)
1779883001.468 +294.287s DL1C INFO GSM clock jitter: -40914us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883001.468 +294.287s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.512 +295.332s DTRX INFO phy0.0: Clock indication: fn=130950 (trx_if.c:138)
1779883002.512 +295.332s DL1C INFO TRX Clock Ind: elapsed_us=1044376, elapsed_fn=217, error_us=+42921 (scheduler_trx.c:566)
1779883002.512 +295.332s DL1C INFO GSM clock jitter: -42800us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883002.512 +295.332s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.928 +295.747s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883003.556 +296.376s DTRX INFO phy0.0: Clock indication: fn=131166 (trx_if.c:138)
1779883003.556 +296.376s DL1C INFO TRX Clock Ind: elapsed_us=1044091, elapsed_fn=216, error_us=+47251 (scheduler_trx.c:566)
1779883003.556 +296.376s DL1C INFO GSM clock jitter: -47113us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883003.556 +296.376s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883004.599 +297.419s DTRX INFO phy0.0: Clock indication: fn=131383 (trx_if.c:138)
1779883004.600 +297.419s DL1C INFO TRX Clock Ind: elapsed_us=1043177, elapsed_fn=217, error_us=+41722 (scheduler_trx.c:566)
1779883004.600 +297.419s DL1C INFO GSM clock jitter: -41600us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883004.600 +297.419s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.644 +298.463s DTRX INFO phy0.0: Clock indication: fn=131600 (trx_if.c:138)
1779883005.644 +298.463s DL1C INFO TRX Clock Ind: elapsed_us=1044025, elapsed_fn=217, error_us=+42570 (scheduler_trx.c:566)
1779883005.644 +298.463s DL1C INFO GSM clock jitter: -42383us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883005.644 +298.463s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.939 +298.758s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883006.695 +299.515s DTRX INFO phy0.0: Clock indication: fn=131816 (trx_if.c:138)
1779883006.695 +299.515s DL1C INFO TRX Clock Ind: elapsed_us=1051640, elapsed_fn=216, error_us=+54800 (scheduler_trx.c:566)
1779883006.695 +299.515s DL1C INFO GSM clock jitter: -54671us (elapsed_fn=-11) (scheduler_trx.c:585)
1779883006.695 +299.515s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883007.733 +300.553s DTRX INFO phy0.0: Clock indication: fn=132033 (trx_if.c:138)
1779883007.733 +300.553s DL1C INFO TRX Clock Ind: elapsed_us=1038012, elapsed_fn=217, error_us=+36557 (scheduler_trx.c:566)
1779883007.733 +300.553s DL1C INFO GSM clock jitter: -36438us (elapsed_fn=-7) (scheduler_trx.c:585)
1779883007.733 +300.553s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.773 +301.593s DTRX INFO phy0.0: Clock indication: fn=132249 (trx_if.c:138)
1779883008.773 +301.593s DL1C INFO TRX Clock Ind: elapsed_us=1040175, elapsed_fn=216, error_us=+43335 (scheduler_trx.c:566)
1779883008.773 +301.593s DL1C INFO GSM clock jitter: -43149us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883008.773 +301.593s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.954 +301.773s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883009.819 +302.639s DTRX INFO phy0.0: Clock indication: fn=132466 (trx_if.c:138)
1779883009.819 +302.639s DL1C INFO TRX Clock Ind: elapsed_us=1046016, elapsed_fn=217, error_us=+44561 (scheduler_trx.c:566)
1779883009.819 +302.639s DL1C INFO GSM clock jitter: -44421us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883009.819 +302.639s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883010.865 +303.685s DTRX INFO phy0.0: Clock indication: fn=132682 (trx_if.c:138)
1779883010.865 +303.685s DL1C INFO TRX Clock Ind: elapsed_us=1045994, elapsed_fn=216, error_us=+49154 (scheduler_trx.c:566)
1779883010.865 +303.685s DL1C INFO GSM clock jitter: -48967us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883010.865 +303.685s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.912 +304.731s DTRX INFO phy0.0: Clock indication: fn=132899 (trx_if.c:138)
1779883011.912 +304.731s DL1C INFO TRX Clock Ind: elapsed_us=1046461, elapsed_fn=217, error_us=+45006 (scheduler_trx.c:566)
1779883011.912 +304.731s DL1C INFO GSM clock jitter: -44885us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883011.912 +304.731s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.972 +304.791s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)

env_boot.log (36,796 bytes, 300 lignes)
1779882704.283 +0.000s [MB] === calypso_machine_init START ===
1779882704.286 +0.002s [SOC] === calypso_soc_realize START ===
1779882704.287 +0.003s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779882704.316 +0.032s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779882704.316 +0.032s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.316 +0.032s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.316 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779882704.316 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779882704.317 +0.034s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779882704.317 +0.034s [SOC] === calypso_soc_realize DONE ===
1779882704.348 +0.065s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1779882704.350 +0.067s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.350 +0.067s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.358 +0.075s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.494 +4.211s [c54x] IRQ #900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.945 +4.662s [c54x] IRQ #1000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.397 +5.113s [c54x] IRQ #1100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.845 +5.562s [c54x] IRQ #1200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.296 +6.013s [c54x] IRQ #1300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.742 +6.459s [c54x] IRQ #1400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.191 +6.907s [c54x] IRQ #1500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.646 +7.362s [c54x] IRQ #1600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.093 +7.810s [c54x] IRQ #1700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.708 +8.425s [c54x] IRQ #1800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.156 +8.873s [c54x] IRQ #1900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.607 +9.323s [c54x] IRQ #2000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.055 +9.772s [c54x] IRQ #2100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.504 +10.220s [c54x] IRQ #2200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.952 +10.669s [c54x] IRQ #2300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.401 +11.118s [c54x] IRQ #2400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.848 +11.564s [c54x] IRQ #2500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.300 +12.017s [c54x] IRQ #2600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.747 +12.464s [c54x] IRQ #2700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.194 +12.911s [c54x] IRQ #2800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.646 +13.362s [c54x] IRQ #2900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.154 +13.871s [c54x] IRQ #3000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.727 +14.443s [c54x] IRQ #3100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.050 +14.767s [c54x] IRQ #3200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.494 +15.211s [c54x] IRQ #3300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.954 +15.671s [c54x] IRQ #3400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.534 +16.251s [c54x] IRQ #3500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.963 +16.680s [c54x] IRQ #3600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.372 +17.088s [c54x] IRQ #3700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.903 +17.619s [c54x] IRQ #3800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.351 +18.068s [c54x] IRQ #3900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.797 +18.514s [c54x] IRQ #4000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.242 +18.958s [c54x] IRQ #4100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.684 +19.401s [c54x] IRQ #4200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.123 +19.839s [c54x] IRQ #4300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.563 +20.280s [c54x] IRQ #4400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.142 +20.858s [c54x] IRQ #4500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.620 +21.337s [c54x] IRQ #4600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.019 +21.736s [c54x] IRQ #4700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.460 +22.177s [c54x] IRQ #4800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.910 +22.626s [c54x] IRQ #4900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.360 +23.076s [c54x] IRQ #5000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.835 +23.552s [c54x] IRQ #5100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.342 +24.059s [c54x] IRQ #5200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.738 +24.454s [c54x] IRQ #5300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.297 +25.014s [c54x] IRQ #5400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.714 +25.430s [c54x] IRQ #5500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.167 +25.884s [c54x] IRQ #5600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.619 +26.336s [c54x] IRQ #5700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.055 +26.772s [c54x] IRQ #5800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.737 +27.453s [c54x] IRQ #5900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.043 +27.760s [c54x] IRQ #6000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.518 +28.235s [c54x] IRQ #6100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.008 +28.725s [c54x] IRQ #6200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.404 +29.120s [c54x] IRQ #6300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.802 +29.519s [c54x] IRQ #6400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.357 +30.074s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.752 +30.468s [c54x] IRQ #6600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.290 +31.007s [c54x] IRQ #6700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.768 +31.485s [c54x] IRQ #6800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.150 +31.867s [c54x] IRQ #6900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.730 +32.447s [c54x] IRQ #7000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.133 +32.850s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.561 +33.277s [c54x] IRQ #7200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.006 +33.723s [c54x] IRQ #7300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.409 +34.126s [c54x] IRQ #7400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.966 +34.683s [c54x] IRQ #7500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.362 +35.079s [c54x] IRQ #7600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.907 +35.624s [c54x] IRQ #7700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.385 +36.102s [c54x] IRQ #7800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.833 +36.550s [c54x] IRQ #7900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.283 +37.000s [c54x] IRQ #8000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.717 +37.433s [c54x] IRQ #8100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.143 +37.860s [c54x] IRQ #8200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.590 +38.307s [c54x] IRQ #8300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.018 +38.735s [c54x] IRQ #8400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.650 +39.367s [c54x] IRQ #8500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.081 +39.798s [c54x] IRQ #8600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.530 +40.247s [c54x] IRQ #8700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.982 +40.698s [c54x] IRQ #8800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.425 +41.142s [c54x] IRQ #8900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.853 +41.570s [c54x] IRQ #9000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.341 +42.058s [c54x] IRQ #9100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.793 +42.509s [c54x] IRQ #9200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.180 +42.897s [c54x] IRQ #9300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.728 +43.445s [c54x] IRQ #9400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.123 +43.840s [c54x] IRQ #9500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.675 +44.392s [c54x] IRQ #9600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.105 +44.821s [c54x] IRQ #9700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.557 +45.273s [c54x] IRQ #9800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.007 +45.724s [c54x] IRQ #9900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.460 +46.177s [c54x] IRQ #10000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.917 +46.634s [c54x] IRQ #10100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.366 +47.082s [c54x] IRQ #10200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.817 +47.534s [c54x] IRQ #10300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.266 +47.982s [c54x] IRQ #10400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.716 +48.432s [c54x] IRQ #10500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.201 +48.918s [c54x] IRQ #10600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.767 +49.483s [c54x] IRQ #10700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.182 +49.898s [c54x] IRQ #10800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.623 +50.339s [c54x] IRQ #10900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.068 +50.785s [c54x] IRQ #11000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.524 +51.241s [c54x] IRQ #11100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.946 +51.663s [c54x] IRQ #11200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.626 +52.343s [c54x] IRQ #11300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.892 +52.609s [c54x] IRQ #11400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.344 +53.061s [c54x] IRQ #11500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.795 +53.512s [c54x] IRQ #11600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.264 +53.981s [c54x] IRQ #11700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.865 +54.581s [c54x] IRQ #11800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.318 +55.035s [c54x] IRQ #11900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.770 +55.487s [c54x] IRQ #12000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.223 +55.939s [c54x] IRQ #12100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.673 +56.390s [c54x] IRQ #12200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.120 +56.837s [c54x] IRQ #12300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.572 +57.289s [c54x] IRQ #12400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.997 +57.714s [c54x] IRQ #12500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.444 +58.161s [c54x] IRQ #12600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.895 +58.611s [c54x] IRQ #12700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.345 +59.062s [c54x] IRQ #12800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.801 +59.517s [c54x] IRQ #12900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.255 +59.971s [c54x] IRQ #13000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.710 +60.427s [c54x] IRQ #13100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.326 +61.043s [c54x] IRQ #13200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.778 +61.495s [c54x] IRQ #13300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.228 +61.945s [c54x] IRQ #13400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.678 +62.395s [c54x] IRQ #13500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.087 +62.804s [c54x] IRQ #13600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.481 +63.198s [c54x] IRQ #13700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.111 +63.828s [c54x] IRQ #13800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.511 +64.228s [c54x] IRQ #13900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.922 +64.639s [c54x] IRQ #14000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.367 +65.084s [c54x] IRQ #14100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.892 +65.609s [c54x] IRQ #14200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.330 +66.046s [c54x] IRQ #14300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.729 +66.446s [c54x] IRQ #14400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.298 +67.014s [c54x] IRQ #14500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.742 +67.459s [c54x] IRQ #14600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.180 +67.897s [c54x] IRQ #14700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.593 +68.310s [c54x] IRQ #14800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.140 +68.856s [c54x] IRQ #14900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.527 +69.243s [c54x] IRQ #15000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.958 +69.674s [c54x] IRQ #15100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.412 +70.128s [c54x] IRQ #15200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.862 +70.578s [c54x] IRQ #15300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.555 +71.271s [c54x] IRQ #15400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.827 +71.544s [c54x] IRQ #15500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.252 +71.969s [c54x] IRQ #15600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.705 +72.421s [c54x] IRQ #15700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.324 +73.041s [c54x] IRQ #15800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.776 +73.493s [c54x] IRQ #15900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.223 +73.940s [c54x] IRQ #16000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.665 +74.382s [c54x] IRQ #16100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.060 +74.777s [c54x] IRQ #16200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.583 +75.300s [c54x] IRQ #16300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.016 +75.733s [c54x] IRQ #16400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.456 +76.173s [c54x] IRQ #16500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.906 +76.622s [c54x] IRQ #16600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.325 +77.042s [c54x] IRQ #16700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.957 +77.674s [c54x] IRQ #16800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.353 +78.070s [c54x] IRQ #16900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.742 +78.458s [c54x] IRQ #17000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.289 +79.006s [c54x] IRQ #17100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.697 +79.414s [c54x] IRQ #17200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.139 +79.855s [c54x] IRQ #17300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.647 +80.364s [c54x] IRQ #17400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.159 +80.876s [c54x] IRQ #17500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.601 +81.318s [c54x] IRQ #17600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.016 +81.733s [c54x] IRQ #17700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.422 +82.138s [c54x] IRQ #17800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.975 +82.692s [c54x] IRQ #17900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.370 +83.086s [c54x] IRQ #18000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.828 +83.544s [c54x] IRQ #18100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.337 +84.054s [c54x] IRQ #18200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.766 +84.483s [c54x] IRQ #18300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.218 +84.935s [c54x] IRQ #18400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.666 +85.383s [c54x] IRQ #18500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.200 +85.916s [c54x] IRQ #18600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.656 +86.373s [c54x] IRQ #18700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.108 +86.825s [c54x] IRQ #18800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.503 +87.220s [c54x] IRQ #18900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.940 +87.657s [c54x] IRQ #19000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882792.395 +88.111s [c54x] IRQ #19100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.011 +88.728s [c54x] IRQ #19200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.462 +89.179s [c54x] IRQ #19300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.915 +89.632s [c54x] IRQ #19400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.371 +90.088s [c54x] IRQ #19500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.828 +90.545s [c54x] IRQ #19600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.282 +90.999s [c54x] IRQ #19700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.735 +91.452s [c54x] IRQ #19800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.187 +91.903s [c54x] IRQ #19900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.632 +92.348s [c54x] IRQ #20000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.084 +92.801s [c54x] IRQ #20100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.536 +93.253s [c54x] IRQ #20200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.983 +93.700s [c54x] IRQ #20300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882798.434 +94.151s [c54x] IRQ #20400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882808.990 +104.706s [c54x] IRQ #20500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882809.948 +105.665s [c54x] IRQ #20600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882811.672 +107.389s [c54x] IRQ #20700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.123 +107.839s [c54x] IRQ #20800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.570 +108.287s [c54x] IRQ #20900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.020 +108.737s [c54x] IRQ #21000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.472 +109.189s [c54x] IRQ #21100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.925 +109.642s [c54x] IRQ #21200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.699 +110.416s [c54x] IRQ #21300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.904 +110.621s [c54x] IRQ #21400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.463 +111.179s [c54x] IRQ #21500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.909 +111.626s [c54x] IRQ #21600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.361 +112.078s [c54x] IRQ #21700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.811 +112.528s [c54x] IRQ #21800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.262 +112.978s [c54x] IRQ #21900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.712 +113.429s [c54x] IRQ #22000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.173 +113.889s [c54x] IRQ #22100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.626 +114.342s [c54x] IRQ #22200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.074 +114.791s [c54x] IRQ #22300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.521 +115.238s [c54x] IRQ #22400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.971 +115.688s [c54x] IRQ #22500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.401 +116.117s [c54x] IRQ #22600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.953 +116.670s [c54x] IRQ #22700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.362 +117.079s [c54x] IRQ #22800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.805 +117.521s [c54x] IRQ #22900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.241 +117.958s [c54x] IRQ #23000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.717 +118.434s [c54x] IRQ #23100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.297 +119.014s [c54x] IRQ #23200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.741 +119.457s [c54x] IRQ #23300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.142 +119.859s [c54x] IRQ #23400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.597 +120.313s [c54x] IRQ #23500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.080 +120.797s [c54x] IRQ #23600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.477 +121.194s [c54x] IRQ #23700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.933 +121.649s [c54x] IRQ #23800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.535 +122.252s [c54x] IRQ #23900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.950 +122.667s [c54x] IRQ #24000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.361 +123.078s [c54x] IRQ #24100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.793 +123.510s [c54x] IRQ #24200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.278 +123.995s [c54x] IRQ #24300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.835 +124.552s [c54x] IRQ #24400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.272 +124.989s [c54x] IRQ #24500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.665 +125.382s [c54x] IRQ #24600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.125 +125.842s [c54x] IRQ #24700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.575 +126.292s [c54x] IRQ #24800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.026 +126.743s [c54x] IRQ #24900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.477 +127.194s [c54x] IRQ #25000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.927 +127.644s [c54x] IRQ #25100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.385 +128.102s [c54x] IRQ #25200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.996 +128.713s [c54x] IRQ #25300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.444 +129.161s [c54x] IRQ #25400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.884 +129.601s [c54x] IRQ #25500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.283 +130.000s [c54x] IRQ #25600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.721 +130.438s [c54x] IRQ #25700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.233 +130.950s [c54x] IRQ #25800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.743 +131.460s [c54x] IRQ #25900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.146 +131.863s [c54x] IRQ #26000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.593 +132.310s [c54x] IRQ #26100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.044 +132.761s [c54x] IRQ #26200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.500 +133.217s [c54x] IRQ #26300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.956 +133.672s [c54x] IRQ #26400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.405 +134.122s [c54x] IRQ #26500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.852 +134.568s [c54x] IRQ #26600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
frame_irq.log (208,896 bytes, 1996 lignes)
[frame-irq] raise t_virt=32887128 dt=0 next_target=37502128 gap_to_target=4615000 fn=1 #0
[frame-irq] raise t_virt=37502128 dt=4615000 next_target=42117128 gap_to_target=4615000 fn=2 #1
[frame-irq] raise t_virt=42117128 dt=4615000 next_target=46732128 gap_to_target=4615000 fn=3 #2
[frame-irq] raise t_virt=46732128 dt=4615000 next_target=51347128 gap_to_target=4615000 fn=4 #3
[frame-irq] raise t_virt=51347128 dt=4615000 next_target=55962128 gap_to_target=4615000 fn=5 #4
[frame-irq] raise t_virt=55962128 dt=4615000 next_target=60577128 gap_to_target=4615000 fn=6 #5
[frame-irq] raise t_virt=60577128 dt=4615000 next_target=65192128 gap_to_target=4615000 fn=7 #6
[frame-irq] raise t_virt=65192128 dt=4615000 next_target=69807128 gap_to_target=4615000 fn=8 #7
[frame-irq] raise t_virt=69807128 dt=4615000 next_target=74422128 gap_to_target=4615000 fn=9 #8
[frame-irq] raise t_virt=74422128 dt=4615000 next_target=79037128 gap_to_target=4615000 fn=10 #9
[frame-irq] raise t_virt=79037128 dt=4615000 next_target=83652128 gap_to_target=4615000 fn=11 #10
[frame-irq] raise t_virt=83652128 dt=4615000 next_target=88267128 gap_to_target=4615000 fn=12 #11
[frame-irq] raise t_virt=88267128 dt=4615000 next_target=92882128 gap_to_target=4615000 fn=13 #12
[frame-irq] raise t_virt=92882128 dt=4615000 next_target=97497128 gap_to_target=4615000 fn=14 #13
[frame-irq] raise t_virt=97497128 dt=4615000 next_target=102112128 gap_to_target=4615000 fn=15 #14
[frame-irq] raise t_virt=102112128 dt=4615000 next_target=106727128 gap_to_target=4615000 fn=16 #15
[frame-irq] raise t_virt=106727128 dt=4615000 next_target=111342128 gap_to_target=4615000 fn=17 #16
[frame-irq] raise t_virt=111342128 dt=4615000 next_target=115957128 gap_to_target=4615000 fn=18 #17
[frame-irq] raise t_virt=115957128 dt=4615000 next_target=120572128 gap_to_target=4615000 fn=19 #18
[frame-irq] raise t_virt=120572128 dt=4615000 next_target=125187128 gap_to_target=4615000 fn=20 #19
[frame-irq] raise t_virt=125187128 dt=4615000 next_target=129802128 gap_to_target=4615000 fn=21 #20
[frame-irq] raise t_virt=129802128 dt=4615000 next_target=134417128 gap_to_target=4615000 fn=22 #21
[frame-irq] raise t_virt=134417128 dt=4615000 next_target=139032128 gap_to_target=4615000 fn=23 #22
[frame-irq] raise t_virt=139032128 dt=4615000 next_target=143647128 gap_to_target=4615000 fn=24 #23
[frame-irq] raise t_virt=143647128 dt=4615000 next_target=148262128 gap_to_target=4615000 fn=25 #24
[frame-irq] raise t_virt=148262128 dt=4615000 next_target=152877128 gap_to_target=4615000 fn=26 #25
[frame-irq] raise t_virt=152877128 dt=4615000 next_target=157492128 gap_to_target=4615000 fn=27 #26
[frame-irq] raise t_virt=157492128 dt=4615000 next_target=162107128 gap_to_target=4615000 fn=28 #27
[frame-irq] raise t_virt=162107128 dt=4615000 next_target=166722128 gap_to_target=4615000 fn=29 #28
[frame-irq] raise t_virt=166722128 dt=4615000 next_target=171337128 gap_to_target=4615000 fn=30 #29
[frame-irq] raise t_virt=171337128 dt=4615000 next_target=175952128 gap_to_target=4615000 fn=31 #30
[frame-irq] raise t_virt=175952128 dt=4615000 next_target=180567128 gap_to_target=4615000 fn=32 #31
[frame-irq] raise t_virt=180567128 dt=4615000 next_target=185182128 gap_to_target=4615000 fn=33 #32
[frame-irq] raise t_virt=185182128 dt=4615000 next_target=189797128 gap_to_target=4615000 fn=34 #33
[frame-irq] raise t_virt=189797128 dt=4615000 next_target=194412128 gap_to_target=4615000 fn=35 #34
[frame-irq] raise t_virt=194412128 dt=4615000 next_target=199027128 gap_to_target=4615000 fn=36 #35
[frame-irq] raise t_virt=199027128 dt=4615000 next_target=203642128 gap_to_target=4615000 fn=37 #36
[frame-irq] raise t_virt=203642128 dt=4615000 next_target=208257128 gap_to_target=4615000 fn=38 #37
[frame-irq] raise t_virt=208257128 dt=4615000 next_target=212872128 gap_to_target=4615000 fn=39 #38
[frame-irq] raise t_virt=212872128 dt=4615000 next_target=217487128 gap_to_target=4615000 fn=40 #39
[frame-irq] raise t_virt=217487128 dt=4615000 next_target=222102128 gap_to_target=4615000 fn=41 #40
[frame-irq] raise t_virt=222102128 dt=4615000 next_target=226717128 gap_to_target=4615000 fn=42 #41
[frame-irq] raise t_virt=226717128 dt=4615000 next_target=231332128 gap_to_target=4615000 fn=43 #42
[frame-irq] raise t_virt=231332128 dt=4615000 next_target=235947128 gap_to_target=4615000 fn=44 #43
[frame-irq] raise t_virt=235947128 dt=4615000 next_target=240562128 gap_to_target=4615000 fn=45 #44
[frame-irq] raise t_virt=240562128 dt=4615000 next_target=245177128 gap_to_target=4615000 fn=46 #45
[frame-irq] raise t_virt=245177128 dt=4615000 next_target=249792128 gap_to_target=4615000 fn=47 #46
[frame-irq] raise t_virt=249792128 dt=4615000 next_target=254407128 gap_to_target=4615000 fn=48 #47
[frame-irq] raise t_virt=254407128 dt=4615000 next_target=259022128 gap_to_target=4615000 fn=49 #48
[frame-irq] raise t_virt=259022128 dt=4615000 next_target=263637128 gap_to_target=4615000 fn=50 #49
[frame-irq] raise t_virt=263637128 dt=4615000 next_target=268252128 gap_to_target=4615000 fn=51 #50
[frame-irq] raise t_virt=268252128 dt=4615000 next_target=272867128 gap_to_target=4615000 fn=52 #51
[frame-irq] raise t_virt=272867128 dt=4615000 next_target=277482128 gap_to_target=4615000 fn=53 #52
[frame-irq] raise t_virt=277482128 dt=4615000 next_target=282097128 gap_to_target=4615000 fn=54 #53
[frame-irq] raise t_virt=282097128 dt=4615000 next_target=286712128 gap_to_target=4615000 fn=55 #54
[frame-irq] raise t_virt=286712128 dt=4615000 next_target=291327128 gap_to_target=4615000 fn=56 #55
[frame-irq] raise t_virt=291327128 dt=4615000 next_target=295942128 gap_to_target=4615000 fn=57 #56
[frame-irq] raise t_virt=295942128 dt=4615000 next_target=300557128 gap_to_target=4615000 fn=58 #57
[frame-irq] raise t_virt=300557128 dt=4615000 next_target=305172128 gap_to_target=4615000 fn=59 #58
[frame-irq] raise t_virt=305172128 dt=4615000 next_target=309787128 gap_to_target=4615000 fn=60 #59
[frame-irq] raise t_virt=309787128 dt=4615000 next_target=314402128 gap_to_target=4615000 fn=61 #60
[frame-irq] raise t_virt=314402128 dt=4615000 next_target=319017128 gap_to_target=4615000 fn=62 #61
[frame-irq] raise t_virt=319017128 dt=4615000 next_target=323632128 gap_to_target=4615000 fn=63 #62
[frame-irq] raise t_virt=323632128 dt=4615000 next_target=328247128 gap_to_target=4615000 fn=64 #63
[frame-irq] raise t_virt=328247128 dt=4615000 next_target=332862128 gap_to_target=4615000 fn=65 #64
[frame-irq] raise t_virt=332862128 dt=4615000 next_target=337477128 gap_to_target=4615000 fn=66 #65
[frame-irq] raise t_virt=337477128 dt=4615000 next_target=342092128 gap_to_target=4615000 fn=67 #66
[frame-irq] raise t_virt=342092128 dt=4615000 next_target=346707128 gap_to_target=4615000 fn=68 #67
[frame-irq] raise t_virt=346707128 dt=4615000 next_target=351322128 gap_to_target=4615000 fn=69 #68
[frame-irq] raise t_virt=351322128 dt=4615000 next_target=355937128 gap_to_target=4615000 fn=70 #69
[frame-irq] raise t_virt=355937128 dt=4615000 next_target=360552128 gap_to_target=4615000 fn=71 #70
[frame-irq] raise t_virt=360552128 dt=4615000 next_target=365167128 gap_to_target=4615000 fn=72 #71
[frame-irq] raise t_virt=365167128 dt=4615000 next_target=369782128 gap_to_target=4615000 fn=73 #72
[frame-irq] raise t_virt=369782128 dt=4615000 next_target=374397128 gap_to_target=4615000 fn=74 #73
[frame-irq] raise t_virt=374397128 dt=4615000 next_target=379012128 gap_to_target=4615000 fn=75 #74
[frame-irq] raise t_virt=379012128 dt=4615000 next_target=383627128 gap_to_target=4615000 fn=76 #75
[frame-irq] raise t_virt=383627128 dt=4615000 next_target=388242128 gap_to_target=4615000 fn=77 #76
[frame-irq] raise t_virt=388242128 dt=4615000 next_target=392857128 gap_to_target=4615000 fn=78 #77
[frame-irq] raise t_virt=392857128 dt=4615000 next_target=397472128 gap_to_target=4615000 fn=79 #78
[frame-irq] raise t_virt=397472128 dt=4615000 next_target=402087128 gap_to_target=4615000 fn=80 #79
[frame-irq] raise t_virt=402087128 dt=4615000 next_target=406702128 gap_to_target=4615000 fn=81 #80
[frame-irq] raise t_virt=406702128 dt=4615000 next_target=411317128 gap_to_target=4615000 fn=82 #81
[frame-irq] raise t_virt=411317128 dt=4615000 next_target=415932128 gap_to_target=4615000 fn=83 #82
[frame-irq] raise t_virt=415932128 dt=4615000 next_target=420547128 gap_to_target=4615000 fn=84 #83
[frame-irq] raise t_virt=420547128 dt=4615000 next_target=425162128 gap_to_target=4615000 fn=85 #84
[frame-irq] raise t_virt=425162128 dt=4615000 next_target=429777128 gap_to_target=4615000 fn=86 #85
[frame-irq] raise t_virt=429777128 dt=4615000 next_target=434392128 gap_to_target=4615000 fn=87 #86
[frame-irq] raise t_virt=434392128 dt=4615000 next_target=439007128 gap_to_target=4615000 fn=88 #87
[frame-irq] raise t_virt=439007128 dt=4615000 next_target=443622128 gap_to_target=4615000 fn=89 #88
[frame-irq] raise t_virt=443622128 dt=4615000 next_target=448237128 gap_to_target=4615000 fn=90 #89
[frame-irq] raise t_virt=448237128 dt=4615000 next_target=452852128 gap_to_target=4615000 fn=91 #90
[frame-irq] raise t_virt=452852128 dt=4615000 next_target=457467128 gap_to_target=4615000 fn=92 #91
[frame-irq] raise t_virt=457467128 dt=4615000 next_target=462082128 gap_to_target=4615000 fn=93 #92
[frame-irq] raise t_virt=462082128 dt=4615000 next_target=466697128 gap_to_target=4615000 fn=94 #93
[frame-irq] raise t_virt=466697128 dt=4615000 next_target=471312128 gap_to_target=4615000 fn=95 #94
[frame-irq] raise t_virt=471312128 dt=4615000 next_target=475927128 gap_to_target=4615000 fn=96 #95
[frame-irq] raise t_virt=475927128 dt=4615000 next_target=480542128 gap_to_target=4615000 fn=97 #96
[frame-irq] raise t_virt=480542128 dt=4615000 next_target=485157128 gap_to_target=4615000 fn=98 #97
[frame-irq] raise t_virt=485157128 dt=4615000 next_target=489772128 gap_to_target=4615000 fn=99 #98
[frame-irq] raise t_virt=489772128 dt=4615000 next_target=494387128 gap_to_target=4615000 fn=100 #99
[frame-irq] raise t_virt=494387128 dt=4615000 next_target=499002128 gap_to_target=4615000 fn=101 #100
[frame-irq] raise t_virt=499002128 dt=4615000 next_target=503617128 gap_to_target=4615000 fn=102 #101
[frame-irq] raise t_virt=503617128 dt=4615000 next_target=508232128 gap_to_target=4615000 fn=103 #102
[frame-irq] raise t_virt=508232128 dt=4615000 next_target=512847128 gap_to_target=4615000 fn=104 #103
[frame-irq] raise t_virt=512847128 dt=4615000 next_target=517462128 gap_to_target=4615000 fn=105 #104
[frame-irq] raise t_virt=517462128 dt=4615000 next_target=522077128 gap_to_target=4615000 fn=106 #105
[frame-irq] raise t_virt=522077128 dt=4615000 next_target=526692128 gap_to_target=4615000 fn=107 #106
[frame-irq] raise t_virt=526692128 dt=4615000 next_target=531307128 gap_to_target=4615000 fn=108 #107
[frame-irq] raise t_virt=531307128 dt=4615000 next_target=535922128 gap_to_target=4615000 fn=109 #108
[frame-irq] raise t_virt=535922128 dt=4615000 next_target=540537128 gap_to_target=4615000 fn=110 #109
[frame-irq] raise t_virt=540537128 dt=4615000 next_target=545152128 gap_to_target=4615000 fn=111 #110
[frame-irq] raise t_virt=545152128 dt=4615000 next_target=549767128 gap_to_target=4615000 fn=112 #111
[frame-irq] raise t_virt=549767128 dt=4615000 next_target=554382128 gap_to_target=4615000 fn=113 #112
[frame-irq] raise t_virt=554382128 dt=4615000 next_target=558997128 gap_to_target=4615000 fn=114 #113
[frame-irq] raise t_virt=558997128 dt=4615000 next_target=563612128 gap_to_target=4615000 fn=115 #114
[frame-irq] raise t_virt=563612128 dt=4615000 next_target=568227128 gap_to_target=4615000 fn=116 #115
[frame-irq] raise t_virt=568227128 dt=4615000 next_target=572842128 gap_to_target=4615000 fn=117 #116
[frame-irq] raise t_virt=572842128 dt=4615000 next_target=577457128 gap_to_target=4615000 fn=118 #117
[frame-irq] raise t_virt=577457128 dt=4615000 next_target=582072128 gap_to_target=4615000 fn=119 #118
[frame-irq] raise t_virt=582072128 dt=4615000 next_target=586687128 gap_to_target=4615000 fn=120 #119
[frame-irq] raise t_virt=586687128 dt=4615000 next_target=591302128 gap_to_target=4615000 fn=121 #120
[frame-irq] raise t_virt=591302128 dt=4615000 next_target=595917128 gap_to_target=4615000 fn=122 #121
[frame-irq] raise t_virt=595917128 dt=4615000 next_target=600532128 gap_to_target=4615000 fn=123 #122
[frame-irq] raise t_virt=600532128 dt=4615000 next_target=605147128 gap_to_target=4615000 fn=124 #123
[frame-irq] raise t_virt=605147128 dt=4615000 next_target=609762128 gap_to_target=4615000 fn=125 #124
[frame-irq] raise t_virt=609762128 dt=4615000 next_target=614377128 gap_to_target=4615000 fn=126 #125
[frame-irq] raise t_virt=614377128 dt=4615000 next_target=618992128 gap_to_target=4615000 fn=127 #126
[frame-irq] raise t_virt=618992128 dt=4615000 next_target=623607128 gap_to_target=4615000 fn=128 #127
[frame-irq] raise t_virt=623607128 dt=4615000 next_target=628222128 gap_to_target=4615000 fn=129 #128
[frame-irq] raise t_virt=628222128 dt=4615000 next_target=632837128 gap_to_target=4615000 fn=130 #129
[frame-irq] raise t_virt=632837128 dt=4615000 next_target=637452128 gap_to_target=4615000 fn=131 #130
[frame-irq] raise t_virt=637452128 dt=4615000 next_target=642067128 gap_to_target=4615000 fn=132 #131
[frame-irq] raise t_virt=642067128 dt=4615000 next_target=646682128 gap_to_target=4615000 fn=133 #132
[frame-irq] raise t_virt=646682128 dt=4615000 next_target=651297128 gap_to_target=4615000 fn=134 #133
[frame-irq] raise t_virt=651297128 dt=4615000 next_target=655912128 gap_to_target=4615000 fn=135 #134
[frame-irq] raise t_virt=655912128 dt=4615000 next_target=660527128 gap_to_target=4615000 fn=136 #135
[frame-irq] raise t_virt=660527128 dt=4615000 next_target=665142128 gap_to_target=4615000 fn=137 #136
[frame-irq] raise t_virt=665142128 dt=4615000 next_target=669757128 gap_to_target=4615000 fn=138 #137
[frame-irq] raise t_virt=669757128 dt=4615000 next_target=674372128 gap_to_target=4615000 fn=139 #138
[frame-irq] raise t_virt=674372128 dt=4615000 next_target=678987128 gap_to_target=4615000 fn=140 #139
[frame-irq] raise t_virt=678987128 dt=4615000 next_target=683602128 gap_to_target=4615000 fn=141 #140
[frame-irq] raise t_virt=683602128 dt=4615000 next_target=688217128 gap_to_target=4615000 fn=142 #141
[frame-irq] raise t_virt=688217128 dt=4615000 next_target=692832128 gap_to_target=4615000 fn=143 #142
[frame-irq] raise t_virt=692832128 dt=4615000 next_target=697447128 gap_to_target=4615000 fn=144 #143
[frame-irq] raise t_virt=697447128 dt=4615000 next_target=702062128 gap_to_target=4615000 fn=145 #144
[frame-irq] raise t_virt=702062128 dt=4615000 next_target=706677128 gap_to_target=4615000 fn=146 #145
[frame-irq] raise t_virt=706677128 dt=4615000 next_target=711292128 gap_to_target=4615000 fn=147 #146
[frame-irq] raise t_virt=711292128 dt=4615000 next_target=715907128 gap_to_target=4615000 fn=148 #147
[frame-irq] raise t_virt=715907128 dt=4615000 next_target=720522128 gap_to_target=4615000 fn=149 #148
[frame-irq] raise t_virt=720522128 dt=4615000 next_target=725137128 gap_to_target=4615000 fn=150 #149
[frame-irq] raise t_virt=725137128 dt=4615000 next_target=729752128 gap_to_target=4615000 fn=151 #150
[frame-irq] raise t_virt=729752128 dt=4615000 next_target=734367128 gap_to_target=4615000 fn=152 #151
[frame-irq] raise t_virt=734367128 dt=4615000 next_target=738982128 gap_to_target=4615000 fn=153 #152
[frame-irq] raise t_virt=738982128 dt=4615000 next_target=743597128 gap_to_target=4615000 fn=154 #153
[frame-irq] raise t_virt=743597128 dt=4615000 next_target=748212128 gap_to_target=4615000 fn=155 #154
[frame-irq] raise t_virt=748212128 dt=4615000 next_target=752827128 gap_to_target=4615000 fn=156 #155
[frame-irq] raise t_virt=752827128 dt=4615000 next_target=757442128 gap_to_target=4615000 fn=157 #156
[frame-irq] raise t_virt=757442128 dt=4615000 next_target=762057128 gap_to_target=4615000 fn=158 #157
[frame-irq] raise t_virt=762057128 dt=4615000 next_target=766672128 gap_to_target=4615000 fn=159 #158
[frame-irq] raise t_virt=766672128 dt=4615000 next_target=771287128 gap_to_target=4615000 fn=160 #159
[frame-irq] raise t_virt=771287128 dt=4615000 next_target=775902128 gap_to_target=4615000 fn=161 #160
[frame-irq] raise t_virt=775902128 dt=4615000 next_target=780517128 gap_to_target=4615000 fn=162 #161
[frame-irq] raise t_virt=780517128 dt=4615000 next_target=785132128 gap_to_target=4615000 fn=163 #162
[frame-irq] raise t_virt=785132128 dt=4615000 next_target=789747128 gap_to_target=4615000 fn=164 #163
[frame-irq] raise t_virt=789747128 dt=4615000 next_target=794362128 gap_to_target=4615000 fn=165 #164
[frame-irq] raise t_virt=794362128 dt=4615000 next_target=798977128 gap_to_target=4615000 fn=166 #165
[frame-irq] raise t_virt=798977128 dt=4615000 next_target=803592128 gap_to_target=4615000 fn=167 #166
[frame-irq] raise t_virt=803592128 dt=4615000 next_target=808207128 gap_to_target=4615000 fn=168 #167
[frame-irq] raise t_virt=808207128 dt=4615000 next_target=812822128 gap_to_target=4615000 fn=169 #168
[frame-irq] raise t_virt=812822128 dt=4615000 next_target=817437128 gap_to_target=4615000 fn=170 #169
[frame-irq] raise t_virt=817437128 dt=4615000 next_target=822052128 gap_to_target=4615000 fn=171 #170
[frame-irq] raise t_virt=822052128 dt=4615000 next_target=826667128 gap_to_target=4615000 fn=172 #171
[frame-irq] raise t_virt=826667128 dt=4615000 next_target=831282128 gap_to_target=4615000 fn=173 #172
[frame-irq] raise t_virt=831282128 dt=4615000 next_target=835897128 gap_to_target=4615000 fn=174 #173
[frame-irq] raise t_virt=835897128 dt=4615000 next_target=840512128 gap_to_target=4615000 fn=175 #174
[frame-irq] raise t_virt=840512128 dt=4615000 next_target=845127128 gap_to_target=4615000 fn=176 #175
[frame-irq] raise t_virt=845127128 dt=4615000 next_target=849742128 gap_to_target=4615000 fn=177 #176
[frame-irq] raise t_virt=849742128 dt=4615000 next_target=854357128 gap_to_target=4615000 fn=178 #177
[frame-irq] raise t_virt=854357128 dt=4615000 next_target=858972128 gap_to_target=4615000 fn=179 #178
[frame-irq] raise t_virt=858972128 dt=4615000 next_target=863587128 gap_to_target=4615000 fn=180 #179
[frame-irq] raise t_virt=863587128 dt=4615000 next_target=868202128 gap_to_target=4615000 fn=181 #180
[frame-irq] raise t_virt=868202128 dt=4615000 next_target=872817128 gap_to_target=4615000 fn=182 #181
[frame-irq] raise t_virt=872817128 dt=4615000 next_target=877432128 gap_to_target=4615000 fn=183 #182
[frame-irq] raise t_virt=877432128 dt=4615000 next_target=882047128 gap_to_target=4615000 fn=184 #183
[frame-irq] raise t_virt=882047128 dt=4615000 next_target=886662128 gap_to_target=4615000 fn=185 #184
[frame-irq] raise t_virt=886662128 dt=4615000 next_target=891277128 gap_to_target=4615000 fn=186 #185
[frame-irq] raise t_virt=891277128 dt=4615000 next_target=895892128 gap_to_target=4615000 fn=187 #186
[frame-irq] raise t_virt=895892128 dt=4615000 next_target=900507128 gap_to_target=4615000 fn=188 #187
[frame-irq] raise t_virt=900507128 dt=4615000 next_target=905122128 gap_to_target=4615000 fn=189 #188
[frame-irq] raise t_virt=905122128 dt=4615000 next_target=909737128 gap_to_target=4615000 fn=190 #189
[frame-irq] raise t_virt=909737128 dt=4615000 next_target=914352128 gap_to_target=4615000 fn=191 #190
[frame-irq] raise t_virt=914352128 dt=4615000 next_target=918967128 gap_to_target=4615000 fn=192 #191
[frame-irq] raise t_virt=918967128 dt=4615000 next_target=923582128 gap_to_target=4615000 fn=193 #192
[frame-irq] raise t_virt=923582128 dt=4615000 next_target=928197128 gap_to_target=4615000 fn=194 #193
[frame-irq] raise t_virt=928197128 dt=4615000 next_target=932812128 gap_to_target=4615000 fn=195 #194
[frame-irq] raise t_virt=932812128 dt=4615000 next_target=937427128 gap_to_target=4615000 fn=196 #195
[frame-irq] raise t_virt=937427128 dt=4615000 next_target=942042128 gap_to_target=4615000 fn=197 #196
[frame-irq] raise t_virt=942042128 dt=4615000 next_target=946657128 gap_to_target=4615000 fn=198 #197
[frame-irq] raise t_virt=946657128 dt=4615000 next_target=951272128 gap_to_target=4615000 fn=199 #198
[frame-irq] raise t_virt=951272128 dt=4615000 next_target=955887128 gap_to_target=4615000 fn=200 #199
[frame-irq] raise t_virt=955887128 dt=4615000 next_target=960502128 gap_to_target=4615000 fn=201 #200
[frame-irq] raise t_virt=960502128 dt=4615000 next_target=965117128 gap_to_target=4615000 fn=202 #201
[frame-irq] raise t_virt=965117128 dt=4615000 next_target=969732128 gap_to_target=4615000 fn=203 #202
[frame-irq] raise t_virt=969732128 dt=4615000 next_target=974347128 gap_to_target=4615000 fn=204 #203
[frame-irq] raise t_virt=974347128 dt=4615000 next_target=978962128 gap_to_target=4615000 fn=205 #204
[frame-irq] raise t_virt=978962128 dt=4615000 next_target=983577128 gap_to_target=4615000 fn=206 #205
[frame-irq] raise t_virt=983577128 dt=4615000 next_target=988192128 gap_to_target=4615000 fn=207 #206
[frame-irq] raise t_virt=988192128 dt=4615000 next_target=992807128 gap_to_target=4615000 fn=208 #207
[frame-irq] raise t_virt=992807128 dt=4615000 next_target=997422128 gap_to_target=4615000 fn=209 #208
[frame-irq] raise t_virt=997422128 dt=4615000 next_target=1002037128 gap_to_target=4615000 fn=210 #209
[frame-irq] raise t_virt=1002037128 dt=4615000 next_target=1006652128 gap_to_target=4615000 fn=211 #210
[frame-irq] raise t_virt=1006652128 dt=4615000 next_target=1011267128 gap_to_target=4615000 fn=212 #211
[frame-irq] raise t_virt=1011267128 dt=4615000 next_target=1015882128 gap_to_target=4615000 fn=213 #212
[frame-irq] raise t_virt=1015882128 dt=4615000 next_target=1020497128 gap_to_target=4615000 fn=214 #213
[frame-irq] raise t_virt=1020497128 dt=4615000 next_target=1025112128 gap_to_target=4615000 fn=215 #214
[frame-irq] raise t_virt=1025112128 dt=4615000 next_target=1029727128 gap_to_target=4615000 fn=216 #215
[frame-irq] raise t_virt=1029727128 dt=4615000 next_target=1034342128 gap_to_target=4615000 fn=217 #216
[frame-irq] raise t_virt=1034342128 dt=4615000 next_target=1038957128 gap_to_target=4615000 fn=218 #217
[frame-irq] raise t_virt=1038957128 dt=4615000 next_target=1043572128 gap_to_target=4615000 fn=219 #218
[frame-irq] raise t_virt=1043572128 dt=4615000 next_target=1048187128 gap_to_target=4615000 fn=220 #219
[frame-irq] raise t_virt=1048187128 dt=4615000 next_target=1052802128 gap_to_target=4615000 fn=221 #220
[frame-irq] raise t_virt=1052802128 dt=4615000 next_target=1057417128 gap_to_target=4615000 fn=222 #221
[frame-irq] raise t_virt=1057417128 dt=4615000 next_target=1062032128 gap_to_target=4615000 fn=223 #222
[frame-irq] raise t_virt=1062032128 dt=4615000 next_target=1066647128 gap_to_target=4615000 fn=224 #223
[frame-irq] raise t_virt=1066647128 dt=4615000 next_target=1071262128 gap_to_target=4615000 fn=225 #224
[frame-irq] raise t_virt=1071262128 dt=4615000 next_target=1075877128 gap_to_target=4615000 fn=226 #225
[frame-irq] raise t_virt=1075877128 dt=4615000 next_target=1080492128 gap_to_target=4615000 fn=227 #226
[frame-irq] raise t_virt=1080492128 dt=4615000 next_target=1085107128 gap_to_target=4615000 fn=228 #227
[frame-irq] raise t_virt=1085107128 dt=4615000 next_target=1089722128 gap_to_target=4615000 fn=229 #228
[frame-irq] raise t_virt=1089722128 dt=4615000 next_target=1094337128 gap_to_target=4615000 fn=230 #229
[frame-irq] raise t_virt=1094337128 dt=4615000 next_target=1098952128 gap_to_target=4615000 fn=231 #230
[frame-irq] raise t_virt=1098952128 dt=4615000 next_target=1103567128 gap_to_target=4615000 fn=232 #231
[frame-irq] raise t_virt=1103567128 dt=4615000 next_target=1108182128 gap_to_target=4615000 fn=233 #232
[frame-irq] raise t_virt=1108182128 dt=4615000 next_target=1112797128 gap_to_target=4615000 fn=234 #233
[frame-irq] raise t_virt=1112797128 dt=4615000 next_target=1117412128 gap_to_target=4615000 fn=235 #234
[frame-irq] raise t_virt=1117412128 dt=4615000 next_target=1122027128 gap_to_target=4615000 fn=236 #235
[frame-irq] raise t_virt=1122027128 dt=4615000 next_target=1126642128 gap_to_target=4615000 fn=237 #236
[frame-irq] raise t_virt=1126642128 dt=4615000 next_target=1131257128 gap_to_target=4615000 fn=238 #237
[frame-irq] raise t_virt=1131257128 dt=4615000 next_target=1135872128 gap_to_target=4615000 fn=239 #238
[frame-irq] raise t_virt=1135872128 dt=4615000 next_target=1140487128 gap_to_target=4615000 fn=240 #239
[frame-irq] raise t_virt=1140487128 dt=4615000 next_target=1145102128 gap_to_target=4615000 fn=241 #240
[frame-irq] raise t_virt=1145102128 dt=4615000 next_target=1149717128 gap_to_target=4615000 fn=242 #241
[frame-irq] raise t_virt=1149717128 dt=4615000 next_target=1154332128 gap_to_target=4615000 fn=243 #242
[frame-irq] raise t_virt=1154332128 dt=4615000 next_target=1158947128 gap_to_target=4615000 fn=244 #243
[frame-irq] raise t_virt=1158947128 dt=4615000 next_target=1163562128 gap_to_target=4615000 fn=245 #244
[frame-irq] raise t_virt=1163562128 dt=4615000 next_target=1168177128 gap_to_target=4615000 fn=246 #245
[frame-irq] raise t_virt=1168177128 dt=4615000 next_target=1172792128 gap_to_target=4615000 fn=247 #246
[frame-irq] raise t_virt=1172792128 dt=4615000 next_target=1177407128 gap_to_target=4615000 fn=248 #247
[frame-irq] raise t_virt=1177407128 dt=4615000 next_target=1182022128 gap_to_target=4615000 fn=249 #248
[frame-irq] raise t_virt=1182022128 dt=4615000 next_target=1186637128 gap_to_target=4615000 fn=250 #249
[frame-irq] raise t_virt=1186637128 dt=4615000 next_target=1191252128 gap_to_target=4615000 fn=251 #250
[frame-irq] raise t_virt=1191252128 dt=4615000 next_target=1195867128 gap_to_target=4615000 fn=252 #251
[frame-irq] raise t_virt=1195867128 dt=4615000 next_target=1200482128 gap_to_target=4615000 fn=253 #252
[frame-irq] raise t_virt=1200482128 dt=4615000 next_target=1205097128 gap_to_target=4615000 fn=254 #253
[frame-irq] raise t_virt=1205097128 dt=4615000 next_target=1209712128 gap_to_target=4615000 fn=255 #254
[frame-irq] raise t_virt=1209712128 dt=4615000 next_target=1214327128 gap_to_target=4615000 fn=256 #255
[frame-irq] raise t_virt=1214327128 dt=4615000 next_target=1218942128 gap_to_target=4615000 fn=257 #256
[frame-irq] raise t_virt=1218942128 dt=4615000 next_target=1223557128 gap_to_target=4615000 fn=258 #257
[frame-irq] raise t_virt=1223557128 dt=4615000 next_target=1228172128 gap_to_target=4615000 fn=259 #258
[frame-irq] raise t_virt=1228172128 dt=4615000 next_target=1232787128 gap_to_target=4615000 fn=260 #259
[frame-irq] raise t_virt=1232787128 dt=4615000 next_target=1237402128 gap_to_target=4615000 fn=261 #260
[frame-irq] raise t_virt=1237402128 dt=4615000 next_target=1242017128 gap_to_target=4615000 fn=262 #261
[frame-irq] raise t_virt=1242017128 dt=4615000 next_target=1246632128 gap_to_target=4615000 fn=263 #262
[frame-irq] raise t_virt=1246632128 dt=4615000 next_target=1251247128 gap_to_target=4615000 fn=264 #263
[frame-irq] raise t_virt=1251247128 dt=4615000 next_target=1255862128 gap_to_target=4615000 fn=265 #264
[frame-irq] raise t_virt=1255862128 dt=4615000 next_target=1260477128 gap_to_target=4615000 fn=266 #265
[frame-irq] raise t_virt=1260477128 dt=4615000 next_target=1265092128 gap_to_target=4615000 fn=267 #266
[frame-irq] raise t_virt=1265092128 dt=4615000 next_target=1269707128 gap_to_target=4615000 fn=268 #267
[frame-irq] raise t_virt=1269707128 dt=4615000 next_target=1274322128 gap_to_target=4615000 fn=269 #268
[frame-irq] raise t_virt=1274322128 dt=4615000 next_target=1278937128 gap_to_target=4615000 fn=270 #269
[frame-irq] raise t_virt=1278937128 dt=4615000 next_target=1283552128 gap_to_target=4615000 fn=271 #270
[frame-irq] raise t_virt=1283552128 dt=4615000 next_target=1288167128 gap_to_target=4615000 fn=272 #271
[frame-irq] raise t_virt=1288167128 dt=4615000 next_target=1292782128 gap_to_target=4615000 fn=273 #272
[frame-irq] raise t_virt=1292782128 dt=4615000 next_target=1297397128 gap_to_target=4615000 fn=274 #273
[frame-irq] raise t_virt=1297397128 dt=4615000 next_target=1302012128 gap_to_target=4615000 fn=275 #274
[frame-irq] raise t_virt=1302012128 dt=4615000 next_target=1306627128 gap_to_target=4615000 fn=276 #275
[frame-irq] raise t_virt=1306627128 dt=4615000 next_target=1311242128 gap_to_target=4615000 fn=277 #276
[frame-irq] raise t_virt=1311242128 dt=4615000 next_target=1315857128 gap_to_target=4615000 fn=278 #277
[frame-irq] raise t_virt=1315857128 dt=4615000 next_target=1320472128 gap_to_target=4615000 fn=279 #278
[frame-irq] raise t_virt=1320472128 dt=4615000 next_target=1325087128 gap_to_target=4615000 fn=280 #279
[frame-irq] raise t_virt=1325087128 dt=4615000 next_target=1329702128 gap_to_target=4615000 fn=281 #280
[frame-irq] raise t_virt=1329702128 dt=4615000 next_target=1334317128 gap_to_target=4615000 fn=282 #281
[frame-irq] raise t_virt=1334317128 dt=4615000 next_target=1338932128 gap_to_target=4615000 fn=283 #282
[frame-irq] raise t_virt=1338932128 dt=4615000 next_target=1343547128 gap_to_target=4615000 fn=284 #283
[frame-irq] raise t_virt=1343547128 dt=4615000 next_target=1348162128 gap_to_target=4615000 fn=285 #284
[frame-irq] raise t_virt=1348162128 dt=4615000 next_target=1352777128 gap_to_target=4615000 fn=286 #285
[frame-irq] raise t_virt=1352777128 dt=4615000 next_target=1357392128 gap_to_target=4615000 fn=287 #286
[frame-irq] raise t_virt=1357392128 dt=4615000 next_target=1362007128 gap_to_target=4615000 fn=288 #287
[frame-irq] raise t_virt=1362007128 dt=4615000 next_target=1366622128 gap_to_target=4615000 fn=289 #288
[frame-irq] raise t_virt=1366622128 dt=4615000 next_target=1371237128 gap_to_target=4615000 fn=290 #289
[frame-irq] raise t_virt=1371237128 dt=4615000 next_target=1375852128 gap_to_target=4615000 fn=291 #290
[frame-irq] raise t_virt=1375852128 dt=4615000 next_target=1380467128 gap_to_target=4615000 fn=292 #291
[frame-irq] raise t_virt=1380467128 dt=4615000 next_target=1385082128 gap_to_target=4615000 fn=293 #292
[frame-irq] raise t_virt=1385082128 dt=4615000 next_target=1389697128 gap_to_target=4615000 fn=294 #293
[frame-irq] raise t_virt=1389697128 dt=4615000 next_target=1394312128 gap_to_target=4615000 fn=295 #294
[frame-irq] raise t_virt=1394312128 dt=4615000 next_target=1398927128 gap_to_target=4615000 fn=296 #295
[frame-irq] raise t_virt=1398927128 dt=4615000 next_target=1403542128 gap_to_target=4615000 fn=297 #296
[frame-irq] raise t_virt=1403542128 dt=4615000 next_target=1408157128 gap_to_target=4615000 fn=298 #297
[frame-irq] raise t_virt=1408157128 dt=4615000 next_target=1412772128 gap_to_target=4615000 fn=299 #298
[frame-irq] raise t_virt=1412772128 dt=4615000 next_target=1417387128 gap_to_target=4615000 fn=300 #299
[frame-irq] raise t_virt=1417387128 dt=4615000 next_target=1422002128 gap_to_target=4615000 fn=301 #300
[frame-irq] raise t_virt=1422002128 dt=4615000 next_target=1426617128 gap_to_target=4615000 fn=302 #301
[frame-irq] raise t_virt=1426617128 dt=4615000 next_target=1431232128 gap_to_target=4615000 fn=303 #302
[frame-irq] raise t_virt=1431232128 dt=4615000 next_target=1435847128 gap_to_target=4615000 fn=304 #303
[frame-irq] raise t_virt=1435847128 dt=4615000 next_target=1440462128 gap_to_target=4615000 fn=305 #304
[frame-irq] raise t_virt=1440462128 dt=4615000 next_target=1445077128 gap_to_target=4615000 fn=306 #305
[frame-irq] raise t_virt=1445077128 dt=4615000 next_target=1449692128 gap_to_target=4615000 fn=307 #306
[frame-irq] raise t_virt=1449692128 dt=4615000 next_target=1454307128 gap_to_target=4615000 fn=308 #307
[frame-irq] raise t_virt=1454307128 dt=4615000 next_target=1458922128 gap_to_target=4615000 fn=309 #308
[frame-irq] raise t_virt=1458922128 dt=4615000 next_target=1463537128 gap_to_target=4615000 fn=310 #309
[frame-irq] raise t_virt=1463537128 dt=4615000 next_target=1468152128 gap_to_target=4615000 fn=311 #310
[frame-irq] raise t_virt=1468152128 dt=4615000 next_target=1472767128 gap_to_target=4615000 fn=312 #311
[frame-irq] raise t_virt=1472767128 dt=4615000 next_target=1477382128 gap_to_target=4615000 fn=313 #312
[frame-irq] raise t_virt=1477382128 dt=4615000 next_target=1481997128 gap_to_target=4615000 fn=314 #313
[frame-irq] raise t_virt=1481997128 dt=4615000 next_target=1486612128 gap_to_target=4615000 fn=315 #314
[frame-irq] raise t_virt=1486612128 dt=4615000 next_target=1491227128 gap_to_target=4615000 fn=316 #315
[frame-irq] raise t_virt=1491227128 dt=4615000 next_target=1495842128 gap_to_target=4615000 fn=317 #316
[frame-irq] raise t_virt=1495842128 dt=4615000 next_target=1500457128 gap_to_target=4615000 fn=318 #317
[frame-irq] raise t_virt=1500457128 dt=4615000 next_target=1505072128 gap_to_target=4615000 fn=319 #318
[frame-irq] raise t_virt=1505072128 dt=4615000 next_target=1509687128 gap_to_target=4615000 fn=320 #319
[frame-irq] raise t_virt=1509687128 dt=4615000 next_target=1514302128 gap_to_target=4615000 fn=321 #320
[frame-irq] raise t_virt=1514302128 dt=4615000 next_target=1518917128 gap_to_target=4615000 fn=322 #321
[frame-irq] raise t_virt=1518917128 dt=4615000 next_target=1523532128 gap_to_target=4615000 fn=323 #322
[frame-irq] raise t_virt=1523532128 dt=4615000 next_target=1528147128 gap_to_target=4615000 fn=324 #323
[frame-irq] raise t_virt=1528147128 dt=4615000 next_target=1532762128 gap_to_target=4615000 fn=325 #324
[frame-irq] raise t_virt=1532762128 dt=4615000 next_target=1537377128 gap_to_target=4615000 fn=326 #325
[frame-irq] raise t_virt=1537377128 dt=4615000 next_target=1541992128 gap_to_target=4615000 fn=327 #326
[frame-irq] raise t_virt=1541992128 dt=4615000 next_target=1546607128 gap_to_target=4615000 fn=328 #327
[frame-irq] raise t_virt=1546607128 dt=4615000 next_target=1551222128 gap_to_target=4615000 fn=329 #328
[frame-irq] raise t_virt=1551222128 dt=4615000 next_target=1555837128 gap_to_target=4615000 fn=330 #329
[frame-irq] raise t_virt=1555837128 dt=4615000 next_target=1560452128 gap_to_target=4615000 fn=331 #330
[frame-irq] raise t_virt=1560452128 dt=4615000 next_target=1565067128 gap_to_target=4615000 fn=332 #331
[frame-irq] raise t_virt=1565067128 dt=4615000 next_target=1569682128 gap_to_target=4615000 fn=333 #332
[frame-irq] raise t_virt=1569682128 dt=4615000 next_target=1574297128 gap_to_target=4615000 fn=334 #333
[frame-irq] raise t_virt=1574297128 dt=4615000 next_target=1578912128 gap_to_target=4615000 fn=335 #334
[frame-irq] raise t_virt=1578912128 dt=4615000 next_target=1583527128 gap_to_target=4615000 fn=336 #335
[frame-irq] raise t_virt=1583527128 dt=4615000 next_target=1588142128 gap_to_target=4615000 fn=337 #336
[frame-irq] raise t_virt=1588142128 dt=4615000 next_target=1592757128 gap_to_target=4615000 fn=338 #337
[frame-irq] raise t_virt=1592757128 dt=4615000 next_target=1597372128 gap_to_target=4615000 fn=339 #338
[frame-irq] raise t_virt=1597372128 dt=4615000 next_target=1601987128 gap_to_target=4615000 fn=340 #339
[frame-irq] raise t_virt=1601987128 dt=4615000 next_target=1606602128 gap_to_target=4615000 fn=341 #340
[frame-irq] raise t_virt=1606602128 dt=4615000 next_target=1611217128 gap_to_target=4615000 fn=342 #341
[frame-irq] raise t_virt=1611217128 dt=4615000 next_target=1615832128 gap_to_target=4615000 fn=343 #342
[frame-irq] raise t_virt=1615832128 dt=4615000 next_target=1620447128 gap_to_target=4615000 fn=344 #343
[frame-irq] raise t_virt=1620447128 dt=4615000 next_target=1625062128 gap_to_target=4615000 fn=345 #344
[frame-irq] raise t_virt=1625062128 dt=4615000 next_target=1629677128 gap_to_target=4615000 fn=346 #345
[frame-irq] raise t_virt=1629677128 dt=4615000 next_target=1634292128 gap_to_target=4615000 fn=347 #346
[frame-irq] raise t_virt=1634292128 dt=4615000 next_target=1638907128 gap_to_target=4615000 fn=348 #347
[frame-irq] raise t_virt=1638907128 dt=4615000 next_target=1643522128 gap_to_target=4615000 fn=349 #348
[frame-irq] raise t_virt=1643522128 dt=4615000 next_target=1648137128 gap_to_target=4615000 fn=350 #349
[frame-irq] raise t_virt=1648137128 dt=4615000 next_target=1652752128 gap_to_target=4615000 fn=351 #350
[frame-irq] raise t_virt=1652752128 dt=4615000 next_target=1657367128 gap_to_target=4615000 fn=352 #351
[frame-irq] raise t_virt=1657367128 dt=4615000 next_target=1661982128 gap_to_target=4615000 fn=353 #352
[frame-irq] raise t_virt=1661982128 dt=4615000 next_target=1666597128 gap_to_target=4615000 fn=354 #353
[frame-irq] raise t_virt=1666597128 dt=4615000 next_target=1671212128 gap_to_target=4615000 fn=355 #354
[frame-irq] raise t_virt=1671212128 dt=4615000 next_target=1675827128 gap_to_target=4615000 fn=356 #355
[frame-irq] raise t_virt=1675827128 dt=4615000 next_target=1680442128 gap_to_target=4615000 fn=357 #356
[frame-irq] raise t_virt=1680442128 dt=4615000 next_target=1685057128 gap_to_target=4615000 fn=358 #357
[frame-irq] raise t_virt=1685057128 dt=4615000 next_target=1689672128 gap_to_target=4615000 fn=359 #358
[frame-irq] raise t_virt=1689672128 dt=4615000 next_target=1694287128 gap_to_target=4615000 fn=360 #359
[frame-irq] raise t_virt=1694287128 dt=4615000 next_target=1698902128 gap_to_target=4615000 fn=361 #360
[frame-irq] raise t_virt=1698902128 dt=4615000 next_target=1703517128 gap_to_target=4615000 fn=362 #361
[frame-irq] raise t_virt=1703517128 dt=4615000 next_target=1708132128 gap_to_target=4615000 fn=363 #362
[frame-irq] raise t_virt=1708132128 dt=4615000 next_target=1712747128 gap_to_target=4615000 fn=364 #363
[frame-irq] raise t_virt=1712747128 dt=4615000 next_target=1717362128 gap_to_target=4615000 fn=365 #364
[frame-irq] raise t_virt=1717362128 dt=4615000 next_target=1721977128 gap_to_target=4615000 fn=366 #365
[frame-irq] raise t_virt=1721977128 dt=4615000 next_target=1726592128 gap_to_target=4615000 fn=367 #366
[frame-irq] raise t_virt=1726592128 dt=4615000 next_target=1731207128 gap_to_target=4615000 fn=368 #367
[frame-irq] raise t_virt=1731207128 dt=4615000 next_target=1735822128 gap_to_target=4615000 fn=369 #368
[frame-irq] raise t_virt=1735822128 dt=4615000 next_target=1740437128 gap_to_target=4615000 fn=370 #369
[frame-irq] raise t_virt=1740437128 dt=4615000 next_target=1745052128 gap_to_target=4615000 fn=371 #370
[frame-irq] raise t_virt=1745052128 dt=4615000 next_target=1749667128 gap_to_target=4615000 fn=372 #371
[frame-irq] raise t_virt=1749667128 dt=4615000 next_target=1754282128 gap_to_target=4615000 fn=373 #372
[frame-irq] raise t_virt=1754282128 dt=4615000 next_target=1758897128 gap_to_target=4615000 fn=374 #373
[frame-irq] raise t_virt=1758897128 dt=4615000 next_target=1763512128 gap_to_target=4615000 fn=375 #374
[frame-irq] raise t_virt=1763512128 dt=4615000 next_target=1768127128 gap_to_target=4615000 fn=376 #375
[frame-irq] raise t_virt=1768127128 dt=4615000 next_target=1772742128 gap_to_target=4615000 fn=377 #376
[frame-irq] raise t_virt=1772742128 dt=4615000 next_target=1777357128 gap_to_target=4615000 fn=378 #377
[frame-irq] raise t_virt=1777357128 dt=4615000 next_target=1781972128 gap_to_target=4615000 fn=379 #378
[frame-irq] raise t_virt=1781972128 dt=4615000 next_target=1786587128 gap_to_target=4615000 fn=380 #379
[frame-irq] raise t_virt=1786587128 dt=4615000 next_target=1791202128 gap_to_target=4615000 fn=381 #380
[frame-irq] raise t_virt=1791202128 dt=4615000 next_target=1795817128 gap_to_target=4615000 fn=382 #381
[frame-irq] raise t_virt=1795817128 dt=4615000 next_target=1800432128 gap_to_target=4615000 fn=383 #382
[frame-irq] raise t_virt=1800432128 dt=4615000 next_target=1805047128 gap_to_target=4615000 fn=384 #383
[frame-irq] raise t_virt=1805047128 dt=4615000 next_target=1809662128 gap_to_target=4615000 fn=385 #384
[frame-irq] raise t_virt=1809662128 dt=4615000 next_target=1814277128 gap_to_target=4615000 fn=386 #385
[frame-irq] raise t_virt=1814277128 dt=4615000 next_target=1818892128 gap_to_target=4615000 fn=387 #386
[frame-irq] raise t_virt=1818892128 dt=4615000 next_target=1823507128 gap_to_target=4615000 fn=388 #387
[frame-irq] raise t_virt=1823507128 dt=4615000 next_target=1828122128 gap_to_target=4615000 fn=389 #388
[frame-irq] raise t_virt=1828122128 dt=4615000 next_target=1832737128 gap_to_target=4615000 fn=390 #389
[frame-irq] raise t_virt=1832737128 dt=4615000 next_target=1837352128 gap_to_target=4615000 fn=391 #390
[frame-irq] raise t_virt=1837352128 dt=4615000 next_target=1841967128 gap_to_target=4615000 fn=392 #391
[frame-irq] raise t_virt=1841967128 dt=4615000 next_target=1846582128 gap_to_target=4615000 fn=393 #392
[frame-irq] raise t_virt=1846582128 dt=4615000 next_target=1851197128 gap_to_target=4615000 fn=394 #393
[frame-irq] raise t_virt=1851197128 dt=4615000 next_target=1855812128 gap_to_target=4615000 fn=395 #394
[frame-irq] raise t_virt=1855812128 dt=4615000 next_target=1860427128 gap_to_target=4615000 fn=396 #395
[frame-irq] raise t_virt=1860427128 dt=4615000 next_target=1865042128 gap_to_target=4615000 fn=397 #396
[frame-irq] raise t_virt=1865042128 dt=4615000 next_target=1869657128 gap_to_target=4615000 fn=398 #397
[frame-irq] raise t_virt=1869657128 dt=4615000 next_target=1874272128 gap_to_target=4615000 fn=399 #398
[frame-irq] raise t_virt=1874272128 dt=4615000 next_target=1878887128 gap_to_target=4615000 fn=400 #399
[frame-irq] raise t_virt=1878887128 dt=4615000 next_target=1883502128 gap_to_target=4615000 fn=401 #400
[frame-irq] raise t_virt=1883502128 dt=4615000 next_target=1888117128 gap_to_target=4615000 fn=402 #401
[frame-irq] raise t_virt=1888117128 dt=4615000 next_target=1892732128 gap_to_target=4615000 fn=403 #402
[frame-irq] raise t_virt=1892732128 dt=4615000 next_target=1897347128 gap_to_target=4615000 fn=404 #403
[frame-irq] raise t_virt=1897347128 dt=4615000 next_target=1901962128 gap_to_target=4615000 fn=405 #404
[frame-irq] raise t_virt=1901962128 dt=4615000 next_target=1906577128 gap_to_target=4615000 fn=406 #405
[frame-irq] raise t_virt=1906577128 dt=4615000 next_target=1911192128 gap_to_target=4615000 fn=407 #406
[frame-irq] raise t_virt=1911192128 dt=4615000 next_target=1915807128 gap_to_target=4615000 fn=408 #407
[frame-irq] raise t_virt=1915807128 dt=4615000 next_target=1920422128 gap_to_target=4615000 fn=409 #408
[frame-irq] raise t_virt=1920422128 dt=4615000 next_target=1925037128 gap_to_target=4615000 fn=410 #409
[frame-irq] raise t_virt=1925037128 dt=4615000 next_target=1929652128 gap_to_target=4615000 fn=411 #410
[frame-irq] raise t_virt=1929652128 dt=4615000 next_target=1934267128 gap_to_target=4615000 fn=412 #411
[frame-irq] raise t_virt=1934267128 dt=4615000 next_target=1938882128 gap_to_target=4615000 fn=413 #412
[frame-irq] raise t_virt=1938882128 dt=4615000 next_target=1943497128 gap_to_target=4615000 fn=414 #413
[frame-irq] raise t_virt=1943497128 dt=4615000 next_target=1948112128 gap_to_target=4615000 fn=415 #414
[frame-irq] raise t_virt=1948112128 dt=4615000 next_target=1952727128 gap_to_target=4615000 fn=416 #415
[frame-irq] raise t_virt=1952727128 dt=4615000 next_target=1957342128 gap_to_target=4615000 fn=417 #416
[frame-irq] raise t_virt=1957342128 dt=4615000 next_target=1961957128 gap_to_target=4615000 fn=418 #417
[frame-irq] raise t_virt=1961957128 dt=4615000 next_target=1966572128 gap_to_target=4615000 fn=419 #418
[frame-irq] raise t_virt=1966572128 dt=4615000 next_target=1971187128 gap_to_target=4615000 fn=420 #419
[frame-irq] raise t_virt=1971187128 dt=4615000 next_target=1975802128 gap_to_target=4615000 fn=421 #420
[frame-irq] raise t_virt=1975802128 dt=4615000 next_target=1980417128 gap_to_target=4615000 fn=422 #421
[frame-irq] raise t_virt=1980417128 dt=4615000 next_target=1985032128 gap_to_target=4615000 fn=423 #422
[frame-irq] raise t_virt=1985032128 dt=4615000 next_target=1989647128 gap_to_target=4615000 fn=424 #423
[frame-irq] raise t_virt=1989647128 dt=4615000 next_target=1994262128 gap_to_target=4615000 fn=425 #424
[frame-irq] raise t_virt=1994262128 dt=4615000 next_target=1998877128 gap_to_target=4615000 fn=426 #425
[frame-irq] raise t_virt=1998877128 dt=4615000 next_target=2003492128 gap_to_target=4615000 fn=427 #426
[frame-irq] raise t_virt=2003492128 dt=4615000 next_target=2008107128 gap_to_target=4615000 fn=428 #427
[frame-irq] raise t_virt=2008107128 dt=4615000 next_target=2012722128 gap_to_target=4615000 fn=429 #428
[frame-irq] raise t_virt=2012722128 dt=4615000 next_target=2017337128 gap_to_target=4615000 fn=430 #429
[frame-irq] raise t_virt=2017337128 dt=4615000 next_target=2021952128 gap_to_target=4615000 fn=431 #430
[frame-irq] raise t_virt=2021952128 dt=4615000 next_target=2026567128 gap_to_target=4615000 fn=432 #431
[frame-irq] raise t_virt=2026567128 dt=4615000 next_target=2031182128 gap_to_target=4615000 fn=433 #432
[frame-irq] raise t_virt=2031182128 dt=4615000 next_target=2035797128 gap_to_target=4615000 fn=434 #433
[frame-irq] raise t_virt=2035797128 dt=4615000 next_target=2040412128 gap_to_target=4615000 fn=435 #434
[frame-irq] raise t_virt=2040412128 dt=4615000 next_target=2045027128 gap_to_target=4615000 fn=436 #435
[frame-irq] raise t_virt=2045027128 dt=4615000 next_target=2049642128 gap_to_target=4615000 fn=437 #436
[frame-irq] raise t_virt=2049642128 dt=4615000 next_target=2054257128 gap_to_target=4615000 fn=438 #437
[frame-irq] raise t_virt=2054257128 dt=4615000 next_target=2058872128 gap_to_target=4615000 fn=439 #438
[frame-irq] raise t_virt=2058872128 dt=4615000 next_target=2063487128 gap_to_target=4615000 fn=440 #439
[frame-irq] raise t_virt=2063487128 dt=4615000 next_target=2068102128 gap_to_target=4615000 fn=441 #440
[frame-irq] raise t_virt=2068102128 dt=4615000 next_target=2072717128 gap_to_target=4615000 fn=442 #441
[frame-irq] raise t_virt=2072717128 dt=4615000 next_target=2077332128 gap_to_target=4615000 fn=443 #442
[frame-irq] raise t_virt=2077332128 dt=4615000 next_target=2081947128 gap_to_target=4615000 fn=444 #443
[frame-irq] raise t_virt=2081947128 dt=4615000 next_target=2086562128 gap_to_target=4615000 fn=445 #444
[frame-irq] raise t_virt=2086562128 dt=4615000 next_target=2091177128 gap_to_target=4615000 fn=446 #445
[frame-irq] raise t_virt=2091177128 dt=4615000 next_target=2095792128 gap_to_target=4615000 fn=447 #446
[frame-irq] raise t_virt=2095792128 dt=4615000 next_target=2100407128 gap_to_target=4615000 fn=448 #447
[frame-irq] raise t_virt=2100407128 dt=4615000 next_target=2105022128 gap_to_target=4615000 fn=449 #448
[frame-irq] raise t_virt=2105022128 dt=4615000 next_target=2109637128 gap_to_target=4615000 fn=450 #449
[frame-irq] raise t_virt=2109637128 dt=4615000 next_target=2114252128 gap_to_target=4615000 fn=451 #450
[frame-irq] raise t_virt=2114252128 dt=4615000 next_target=2118867128 gap_to_target=4615000 fn=452 #451
[frame-irq] raise t_virt=2118867128 dt=4615000 next_target=2123482128 gap_to_target=4615000 fn=453 #452
[frame-irq] raise t_virt=2123482128 dt=4615000 next_target=2128097128 gap_to_target=4615000 fn=454 #453
[frame-irq] raise t_virt=2128097128 dt=4615000 next_target=2132712128 gap_to_target=4615000 fn=455 #454
[frame-irq] raise t_virt=2132712128 dt=4615000 next_target=2137327128 gap_to_target=4615000 fn=456 #455
[frame-irq] raise t_virt=2137327128 dt=4615000 next_target=2141942128 gap_to_target=4615000 fn=457 #456
[frame-irq] raise t_virt=2141942128 dt=4615000 next_target=2146557128 gap_to_target=4615000 fn=458 #457
[frame-irq] raise t_virt=2146557128 dt=4615000 next_target=2151172128 gap_to_target=4615000 fn=459 #458
[frame-irq] raise t_virt=2151172128 dt=4615000 next_target=2155787128 gap_to_target=4615000 fn=460 #459
[frame-irq] raise t_virt=2155787128 dt=4615000 next_target=2160402128 gap_to_target=4615000 fn=461 #460
[frame-irq] raise t_virt=2160402128 dt=4615000 next_target=2165017128 gap_to_target=4615000 fn=462 #461
[frame-irq] raise t_virt=2165017128 dt=4615000 next_target=2169632128 gap_to_target=4615000 fn=463 #462
[frame-irq] raise t_virt=2169632128 dt=4615000 next_target=2174247128 gap_to_target=4615000 fn=464 #463
[frame-irq] raise t_virt=2174247128 dt=4615000 next_target=2178862128 gap_to_target=4615000 fn=465 #464
[frame-irq] raise t_virt=2178862128 dt=4615000 next_target=2183477128 gap_to_target=4615000 fn=466 #465
[frame-irq] raise t_virt=2183477128 dt=4615000 next_target=2188092128 gap_to_target=4615000 fn=467 #466
[frame-irq] raise t_virt=2188092128 dt=4615000 next_target=2192707128 gap_to_target=4615000 fn=468 #467
[frame-irq] raise t_virt=2192707128 dt=4615000 next_target=2197322128 gap_to_target=4615000 fn=469 #468
[frame-irq] raise t_virt=2197322128 dt=4615000 next_target=2201937128 gap_to_target=4615000 fn=470 #469
[frame-irq] raise t_virt=2201937128 dt=4615000 next_target=2206552128 gap_to_target=4615000 fn=471 #470
[frame-irq] raise t_virt=2206552128 dt=4615000 next_target=2211167128 gap_to_target=4615000 fn=472 #471
[frame-irq] raise t_virt=2211167128 dt=4615000 next_target=2215782128 gap_to_target=4615000 fn=473 #472
[frame-irq] raise t_virt=2215782128 dt=4615000 next_target=2220397128 gap_to_target=4615000 fn=474 #473
[frame-irq] raise t_virt=2220397128 dt=4615000 next_target=2225012128 gap_to_target=4615000 fn=475 #474
[frame-irq] raise t_virt=2225012128 dt=4615000 next_target=2229627128 gap_to_target=4615000 fn=476 #475
[frame-irq] raise t_virt=2229627128 dt=4615000 next_target=2234242128 gap_to_target=4615000 fn=477 #476
[frame-irq] raise t_virt=2234242128 dt=4615000 next_target=2238857128 gap_to_target=4615000 fn=478 #477
[frame-irq] raise t_virt=2238857128 dt=4615000 next_target=2243472128 gap_to_target=4615000 fn=479 #478
[frame-irq] raise t_virt=2243472128 dt=4615000 next_target=2248087128 gap_to_target=4615000 fn=480 #479
[frame-irq] raise t_virt=2248087128 dt=4615000 next_target=2252702128 gap_to_target=4615000 fn=481 #480
[frame-irq] raise t_virt=2252702128 dt=4615000 next_target=2257317128 gap_to_target=4615000 fn=482 #481
[frame-irq] raise t_virt=2257317128 dt=4615000 next_target=2261932128 gap_to_target=4615000 fn=483 #482
[frame-irq] raise t_virt=2261932128 dt=4615000 next_target=2266547128 gap_to_target=4615000 fn=484 #483
[frame-irq] raise t_virt=2266547128 dt=4615000 next_target=2271162128 gap_to_target=4615000 fn=485 #484
[frame-irq] raise t_virt=2271162128 dt=4615000 next_target=2275777128 gap_to_target=4615000 fn=486 #485
[frame-irq] raise t_virt=2275777128 dt=4615000 next_target=2280392128 gap_to_target=4615000 fn=487 #486
[frame-irq] raise t_virt=2280392128 dt=4615000 next_target=2285007128 gap_to_target=4615000 fn=488 #487
[frame-irq] raise t_virt=2285007128 dt=4615000 next_target=2289622128 gap_to_target=4615000 fn=489 #488
[frame-irq] raise t_virt=2289622128 dt=4615000 next_target=2294237128 gap_to_target=4615000 fn=490 #489
[frame-irq] raise t_virt=2294237128 dt=4615000 next_target=2298852128 gap_to_target=4615000 fn=491 #490
[frame-irq] raise t_virt=2298852128 dt=4615000 next_target=2303467128 gap_to_target=4615000 fn=492 #491
[frame-irq] raise t_virt=2303467128 dt=4615000 next_target=2308082128 gap_to_target=4615000 fn=493 #492
[frame-irq] raise t_virt=2308082128 dt=4615000 next_target=2312697128 gap_to_target=4615000 fn=494 #493
[frame-irq] raise t_virt=2312697128 dt=4615000 next_target=2317312128 gap_to_target=4615000 fn=495 #494
[frame-irq] raise t_virt=2317312128 dt=4615000 next_target=2321927128 gap_to_target=4615000 fn=496 #495
[frame-irq] raise t_virt=2321927128 dt=4615000 next_target=2326542128 gap_to_target=4615000 fn=497 #496
[frame-irq] raise t_virt=2326542128 dt=4615000 next_target=2331157128 gap_to_target=4615000 fn=498 #497
[frame-irq] raise t_virt=2331157128 dt=4615000 next_target=2335772128 gap_to_target=4615000 fn=499 #498
[frame-irq] raise t_virt=2335772128 dt=4615000 next_target=2340387128 gap_to_target=4615000 fn=500 #499

[... 1296 lines truncated ...]

[frame-irq] raise t_virt=8321427128 dt=4615000 next_target=8326042128 gap_to_target=4615000 fn=1797 #1796
[frame-irq] raise t_virt=8326042128 dt=4615000 next_target=8330657128 gap_to_target=4615000 fn=1798 #1797
[frame-irq] raise t_virt=8330657128 dt=4615000 next_target=8335272128 gap_to_target=4615000 fn=1799 #1798
[frame-irq] raise t_virt=8335272128 dt=4615000 next_target=8339887128 gap_to_target=4615000 fn=1800 #1799
[frame-irq] raise t_virt=8339887128 dt=4615000 next_target=8344502128 gap_to_target=4615000 fn=1801 #1800
[frame-irq] raise t_virt=8344502128 dt=4615000 next_target=8349117128 gap_to_target=4615000 fn=1802 #1801
[frame-irq] raise t_virt=8349117128 dt=4615000 next_target=8353732128 gap_to_target=4615000 fn=1803 #1802
[frame-irq] raise t_virt=8353732128 dt=4615000 next_target=8358347128 gap_to_target=4615000 fn=1804 #1803
[frame-irq] raise t_virt=8358347128 dt=4615000 next_target=8362962128 gap_to_target=4615000 fn=1805 #1804
[frame-irq] raise t_virt=8362962128 dt=4615000 next_target=8367577128 gap_to_target=4615000 fn=1806 #1805
[frame-irq] raise t_virt=8367577128 dt=4615000 next_target=8372192128 gap_to_target=4615000 fn=1807 #1806
[frame-irq] raise t_virt=8372192128 dt=4615000 next_target=8376807128 gap_to_target=4615000 fn=1808 #1807
[frame-irq] raise t_virt=8376807128 dt=4615000 next_target=8381422128 gap_to_target=4615000 fn=1809 #1808
[frame-irq] raise t_virt=8381422128 dt=4615000 next_target=8386037128 gap_to_target=4615000 fn=1810 #1809
[frame-irq] raise t_virt=8386037128 dt=4615000 next_target=8390652128 gap_to_target=4615000 fn=1811 #1810
[frame-irq] raise t_virt=8390652128 dt=4615000 next_target=8395267128 gap_to_target=4615000 fn=1812 #1811
[frame-irq] raise t_virt=8395267128 dt=4615000 next_target=8399882128 gap_to_target=4615000 fn=1813 #1812
[frame-irq] raise t_virt=8399882128 dt=4615000 next_target=8404497128 gap_to_target=4615000 fn=1814 #1813
[frame-irq] raise t_virt=8404497128 dt=4615000 next_target=8409112128 gap_to_target=4615000 fn=1815 #1814
[frame-irq] raise t_virt=8409112128 dt=4615000 next_target=8413727128 gap_to_target=4615000 fn=1816 #1815
[frame-irq] raise t_virt=8413727128 dt=4615000 next_target=8418342128 gap_to_target=4615000 fn=1817 #1816
[frame-irq] raise t_virt=8418342128 dt=4615000 next_target=8422957128 gap_to_target=4615000 fn=1818 #1817
[frame-irq] raise t_virt=8422957128 dt=4615000 next_target=8427572128 gap_to_target=4615000 fn=1819 #1818
[frame-irq] raise t_virt=8427572128 dt=4615000 next_target=8432187128 gap_to_target=4615000 fn=1820 #1819
[frame-irq] raise t_virt=8432187128 dt=4615000 next_target=8436802128 gap_to_target=4615000 fn=1821 #1820
[frame-irq] raise t_virt=8436802128 dt=4615000 next_target=8441417128 gap_to_target=4615000 fn=1822 #1821
[frame-irq] raise t_virt=8441417128 dt=4615000 next_target=8446032128 gap_to_target=4615000 fn=1823 #1822
[frame-irq] raise t_virt=8446032128 dt=4615000 next_target=8450647128 gap_to_target=4615000 fn=1824 #1823
[frame-irq] raise t_virt=8450647128 dt=4615000 next_target=8455262128 gap_to_target=4615000 fn=1825 #1824
[frame-irq] raise t_virt=8455262128 dt=4615000 next_target=8459877128 gap_to_target=4615000 fn=1826 #1825
[frame-irq] raise t_virt=8459877128 dt=4615000 next_target=8464492128 gap_to_target=4615000 fn=1827 #1826
[frame-irq] raise t_virt=8464492128 dt=4615000 next_target=8469107128 gap_to_target=4615000 fn=1828 #1827
[frame-irq] raise t_virt=8469107128 dt=4615000 next_target=8473722128 gap_to_target=4615000 fn=1829 #1828
[frame-irq] raise t_virt=8473722128 dt=4615000 next_target=8478337128 gap_to_target=4615000 fn=1830 #1829
[frame-irq] raise t_virt=8478337128 dt=4615000 next_target=8482952128 gap_to_target=4615000 fn=1831 #1830
[frame-irq] raise t_virt=8482952128 dt=4615000 next_target=8487567128 gap_to_target=4615000 fn=1832 #1831
[frame-irq] raise t_virt=8487567128 dt=4615000 next_target=8492182128 gap_to_target=4615000 fn=1833 #1832
[frame-irq] raise t_virt=8492182128 dt=4615000 next_target=8496797128 gap_to_target=4615000 fn=1834 #1833
[frame-irq] raise t_virt=8496797128 dt=4615000 next_target=8501412128 gap_to_target=4615000 fn=1835 #1834
[frame-irq] raise t_virt=8501412128 dt=4615000 next_target=8506027128 gap_to_target=4615000 fn=1836 #1835
[frame-irq] raise t_virt=8506027128 dt=4615000 next_target=8510642128 gap_to_target=4615000 fn=1837 #1836
[frame-irq] raise t_virt=8510642128 dt=4615000 next_target=8515257128 gap_to_target=4615000 fn=1838 #1837
[frame-irq] raise t_virt=8515257128 dt=4615000 next_target=8519872128 gap_to_target=4615000 fn=1839 #1838
[frame-irq] raise t_virt=8519872128 dt=4615000 next_target=8524487128 gap_to_target=4615000 fn=1840 #1839
[frame-irq] raise t_virt=8524487128 dt=4615000 next_target=8529102128 gap_to_target=4615000 fn=1841 #1840
[frame-irq] raise t_virt=8529102128 dt=4615000 next_target=8533717128 gap_to_target=4615000 fn=1842 #1841
[frame-irq] raise t_virt=8533717128 dt=4615000 next_target=8538332128 gap_to_target=4615000 fn=1843 #1842
[frame-irq] raise t_virt=8538332128 dt=4615000 next_target=8542947128 gap_to_target=4615000 fn=1844 #1843
[frame-irq] raise t_virt=8542947128 dt=4615000 next_target=8547562128 gap_to_target=4615000 fn=1845 #1844
[frame-irq] raise t_virt=8547562128 dt=4615000 next_target=8552177128 gap_to_target=4615000 fn=1846 #1845
[frame-irq] raise t_virt=8552177128 dt=4615000 next_target=8556792128 gap_to_target=4615000 fn=1847 #1846
[frame-irq] raise t_virt=8556792128 dt=4615000 next_target=8561407128 gap_to_target=4615000 fn=1848 #1847
[frame-irq] raise t_virt=8561407128 dt=4615000 next_target=8566022128 gap_to_target=4615000 fn=1849 #1848
[frame-irq] raise t_virt=8566022128 dt=4615000 next_target=8570637128 gap_to_target=4615000 fn=1850 #1849
[frame-irq] raise t_virt=8570637128 dt=4615000 next_target=8575252128 gap_to_target=4615000 fn=1851 #1850
[frame-irq] raise t_virt=8575252128 dt=4615000 next_target=8579867128 gap_to_target=4615000 fn=1852 #1851
[frame-irq] raise t_virt=8579867128 dt=4615000 next_target=8584482128 gap_to_target=4615000 fn=1853 #1852
[frame-irq] raise t_virt=8584482128 dt=4615000 next_target=8589097128 gap_to_target=4615000 fn=1854 #1853
[frame-irq] raise t_virt=8589097128 dt=4615000 next_target=8593712128 gap_to_target=4615000 fn=1855 #1854
[frame-irq] raise t_virt=8593712128 dt=4615000 next_target=8598327128 gap_to_target=4615000 fn=1856 #1855
[frame-irq] raise t_virt=8598327128 dt=4615000 next_target=8602942128 gap_to_target=4615000 fn=1857 #1856
[frame-irq] raise t_virt=8602942128 dt=4615000 next_target=8607557128 gap_to_target=4615000 fn=1858 #1857
[frame-irq] raise t_virt=8607557128 dt=4615000 next_target=8612172128 gap_to_target=4615000 fn=1859 #1858
[frame-irq] raise t_virt=8612172128 dt=4615000 next_target=8616787128 gap_to_target=4615000 fn=1860 #1859
[frame-irq] raise t_virt=8616787128 dt=4615000 next_target=8621402128 gap_to_target=4615000 fn=1861 #1860
[frame-irq] raise t_virt=8621402128 dt=4615000 next_target=8626017128 gap_to_target=4615000 fn=1862 #1861
[frame-irq] raise t_virt=8626017128 dt=4615000 next_target=8630632128 gap_to_target=4615000 fn=1863 #1862
[frame-irq] raise t_virt=8630632128 dt=4615000 next_target=8635247128 gap_to_target=4615000 fn=1864 #1863
[frame-irq] raise t_virt=8635247128 dt=4615000 next_target=8639862128 gap_to_target=4615000 fn=1865 #1864
[frame-irq] raise t_virt=8639862128 dt=4615000 next_target=8644477128 gap_to_target=4615000 fn=1866 #1865
[frame-irq] raise t_virt=8644477128 dt=4615000 next_target=8649092128 gap_to_target=4615000 fn=1867 #1866
[frame-irq] raise t_virt=8649092128 dt=4615000 next_target=8653707128 gap_to_target=4615000 fn=1868 #1867
[frame-irq] raise t_virt=8653707128 dt=4615000 next_target=8658322128 gap_to_target=4615000 fn=1869 #1868
[frame-irq] raise t_virt=8658322128 dt=4615000 next_target=8662937128 gap_to_target=4615000 fn=1870 #1869
[frame-irq] raise t_virt=8662937128 dt=4615000 next_target=8667552128 gap_to_target=4615000 fn=1871 #1870
[frame-irq] raise t_virt=8667552128 dt=4615000 next_target=8672167128 gap_to_target=4615000 fn=1872 #1871
[frame-irq] raise t_virt=8672167128 dt=4615000 next_target=8676782128 gap_to_target=4615000 fn=1873 #1872
[frame-irq] raise t_virt=8676782128 dt=4615000 next_target=8681397128 gap_to_target=4615000 fn=1874 #1873
[frame-irq] raise t_virt=8681397128 dt=4615000 next_target=8686012128 gap_to_target=4615000 fn=1875 #1874
[frame-irq] raise t_virt=8686012128 dt=4615000 next_target=8690627128 gap_to_target=4615000 fn=1876 #1875
[frame-irq] raise t_virt=8690627128 dt=4615000 next_target=8695242128 gap_to_target=4615000 fn=1877 #1876
[frame-irq] raise t_virt=8695242128 dt=4615000 next_target=8699857128 gap_to_target=4615000 fn=1878 #1877
[frame-irq] raise t_virt=8699857128 dt=4615000 next_target=8704472128 gap_to_target=4615000 fn=1879 #1878
[frame-irq] raise t_virt=8704472128 dt=4615000 next_target=8709087128 gap_to_target=4615000 fn=1880 #1879
[frame-irq] raise t_virt=8709087128 dt=4615000 next_target=8713702128 gap_to_target=4615000 fn=1881 #1880
[frame-irq] raise t_virt=8713702128 dt=4615000 next_target=8718317128 gap_to_target=4615000 fn=1882 #1881
[frame-irq] raise t_virt=8718317128 dt=4615000 next_target=8722932128 gap_to_target=4615000 fn=1883 #1882
[frame-irq] raise t_virt=8722932128 dt=4615000 next_target=8727547128 gap_to_target=4615000 fn=1884 #1883
[frame-irq] raise t_virt=8727547128 dt=4615000 next_target=8732162128 gap_to_target=4615000 fn=1885 #1884
[frame-irq] raise t_virt=8732162128 dt=4615000 next_target=8736777128 gap_to_target=4615000 fn=1886 #1885
[frame-irq] raise t_virt=8736777128 dt=4615000 next_target=8741392128 gap_to_target=4615000 fn=1887 #1886
[frame-irq] raise t_virt=8741392128 dt=4615000 next_target=8746007128 gap_to_target=4615000 fn=1888 #1887
[frame-irq] raise t_virt=8746007128 dt=4615000 next_target=8750622128 gap_to_target=4615000 fn=1889 #1888
[frame-irq] raise t_virt=8750622128 dt=4615000 next_target=8755237128 gap_to_target=4615000 fn=1890 #1889
[frame-irq] raise t_virt=8755237128 dt=4615000 next_target=8759852128 gap_to_target=4615000 fn=1891 #1890
[frame-irq] raise t_virt=8759852128 dt=4615000 next_target=8764467128 gap_to_target=4615000 fn=1892 #1891
[frame-irq] raise t_virt=8764467128 dt=4615000 next_target=8769082128 gap_to_target=4615000 fn=1893 #1892
[frame-irq] raise t_virt=8769082128 dt=4615000 next_target=8773697128 gap_to_target=4615000 fn=1894 #1893
[frame-irq] raise t_virt=8773697128 dt=4615000 next_target=8778312128 gap_to_target=4615000 fn=1895 #1894
[frame-irq] raise t_virt=8778312128 dt=4615000 next_target=8782927128 gap_to_target=4615000 fn=1896 #1895
[frame-irq] raise t_virt=8782927128 dt=4615000 next_target=8787542128 gap_to_target=4615000 fn=1897 #1896
[frame-irq] raise t_virt=8787542128 dt=4615000 next_target=8792157128 gap_to_target=4615000 fn=1898 #1897
[frame-irq] raise t_virt=8792157128 dt=4615000 next_target=8796772128 gap_to_target=4615000 fn=1899 #1898
[frame-irq] raise t_virt=8796772128 dt=4615000 next_target=8801387128 gap_to_target=4615000 fn=1900 #1899
[frame-irq] raise t_virt=8801387128 dt=4615000 next_target=8806002128 gap_to_target=4615000 fn=1901 #1900
[frame-irq] raise t_virt=8806002128 dt=4615000 next_target=8810617128 gap_to_target=4615000 fn=1902 #1901
[frame-irq] raise t_virt=8810617128 dt=4615000 next_target=8815232128 gap_to_target=4615000 fn=1903 #1902
[frame-irq] raise t_virt=8815232128 dt=4615000 next_target=8819847128 gap_to_target=4615000 fn=1904 #1903
[frame-irq] raise t_virt=8819847128 dt=4615000 next_target=8824462128 gap_to_target=4615000 fn=1905 #1904
[frame-irq] raise t_virt=8824462128 dt=4615000 next_target=8829077128 gap_to_target=4615000 fn=1906 #1905
[frame-irq] raise t_virt=8829077128 dt=4615000 next_target=8833692128 gap_to_target=4615000 fn=1907 #1906
[frame-irq] raise t_virt=8833692128 dt=4615000 next_target=8838307128 gap_to_target=4615000 fn=1908 #1907
[frame-irq] raise t_virt=8838307128 dt=4615000 next_target=8842922128 gap_to_target=4615000 fn=1909 #1908
[frame-irq] raise t_virt=8842922128 dt=4615000 next_target=8847537128 gap_to_target=4615000 fn=1910 #1909
[frame-irq] raise t_virt=8847537128 dt=4615000 next_target=8852152128 gap_to_target=4615000 fn=1911 #1910
[frame-irq] raise t_virt=8852152128 dt=4615000 next_target=8856767128 gap_to_target=4615000 fn=1912 #1911
[frame-irq] raise t_virt=8856767128 dt=4615000 next_target=8861382128 gap_to_target=4615000 fn=1913 #1912
[frame-irq] raise t_virt=8861382128 dt=4615000 next_target=8865997128 gap_to_target=4615000 fn=1914 #1913
[frame-irq] raise t_virt=8865997128 dt=4615000 next_target=8870612128 gap_to_target=4615000 fn=1915 #1914
[frame-irq] raise t_virt=8870612128 dt=4615000 next_target=8875227128 gap_to_target=4615000 fn=1916 #1915
[frame-irq] raise t_virt=8875227128 dt=4615000 next_target=8879842128 gap_to_target=4615000 fn=1917 #1916
[frame-irq] raise t_virt=8879842128 dt=4615000 next_target=8884457128 gap_to_target=4615000 fn=1918 #1917
[frame-irq] raise t_virt=8884457128 dt=4615000 next_target=8889072128 gap_to_target=4615000 fn=1919 #1918
[frame-irq] raise t_virt=8889072128 dt=4615000 next_target=8893687128 gap_to_target=4615000 fn=1920 #1919
[frame-irq] raise t_virt=8893687128 dt=4615000 next_target=8898302128 gap_to_target=4615000 fn=1921 #1920
[frame-irq] raise t_virt=8898302128 dt=4615000 next_target=8902917128 gap_to_target=4615000 fn=1922 #1921
[frame-irq] raise t_virt=8902917128 dt=4615000 next_target=8907532128 gap_to_target=4615000 fn=1923 #1922
[frame-irq] raise t_virt=8907532128 dt=4615000 next_target=8912147128 gap_to_target=4615000 fn=1924 #1923
[frame-irq] raise t_virt=8912147128 dt=4615000 next_target=8916762128 gap_to_target=4615000 fn=1925 #1924
[frame-irq] raise t_virt=8916762128 dt=4615000 next_target=8921377128 gap_to_target=4615000 fn=1926 #1925
[frame-irq] raise t_virt=8921377128 dt=4615000 next_target=8925992128 gap_to_target=4615000 fn=1927 #1926
[frame-irq] raise t_virt=8925992128 dt=4615000 next_target=8930607128 gap_to_target=4615000 fn=1928 #1927
[frame-irq] raise t_virt=8930607128 dt=4615000 next_target=8935222128 gap_to_target=4615000 fn=1929 #1928
[frame-irq] raise t_virt=8935222128 dt=4615000 next_target=8939837128 gap_to_target=4615000 fn=1930 #1929
[frame-irq] raise t_virt=8939837128 dt=4615000 next_target=8944452128 gap_to_target=4615000 fn=1931 #1930
[frame-irq] raise t_virt=8944452128 dt=4615000 next_target=8949067128 gap_to_target=4615000 fn=1932 #1931
[frame-irq] raise t_virt=8949067128 dt=4615000 next_target=8953682128 gap_to_target=4615000 fn=1933 #1932
[frame-irq] raise t_virt=8953682128 dt=4615000 next_target=8958297128 gap_to_target=4615000 fn=1934 #1933
[frame-irq] raise t_virt=8958297128 dt=4615000 next_target=8962912128 gap_to_target=4615000 fn=1935 #1934
[frame-irq] raise t_virt=8962912128 dt=4615000 next_target=8967527128 gap_to_target=4615000 fn=1936 #1935
[frame-irq] raise t_virt=8967527128 dt=4615000 next_target=8972142128 gap_to_target=4615000 fn=1937 #1936
[frame-irq] raise t_virt=8972142128 dt=4615000 next_target=8976757128 gap_to_target=4615000 fn=1938 #1937
[frame-irq] raise t_virt=8976757128 dt=4615000 next_target=8981372128 gap_to_target=4615000 fn=1939 #1938
[frame-irq] raise t_virt=8981372128 dt=4615000 next_target=8985987128 gap_to_target=4615000 fn=1940 #1939
[frame-irq] raise t_virt=8985987128 dt=4615000 next_target=8990602128 gap_to_target=4615000 fn=1941 #1940
[frame-irq] raise t_virt=8990602128 dt=4615000 next_target=8995217128 gap_to_target=4615000 fn=1942 #1941
[frame-irq] raise t_virt=8995217128 dt=4615000 next_target=8999832128 gap_to_target=4615000 fn=1943 #1942
[frame-irq] raise t_virt=8999832128 dt=4615000 next_target=9004447128 gap_to_target=4615000 fn=1944 #1943
[frame-irq] raise t_virt=9004447128 dt=4615000 next_target=9009062128 gap_to_target=4615000 fn=1945 #1944
[frame-irq] raise t_virt=9009062128 dt=4615000 next_target=9013677128 gap_to_target=4615000 fn=1946 #1945
[frame-irq] raise t_virt=9013677128 dt=4615000 next_target=9018292128 gap_to_target=4615000 fn=1947 #1946
[frame-irq] raise t_virt=9018292128 dt=4615000 next_target=9022907128 gap_to_target=4615000 fn=1948 #1947
[frame-irq] raise t_virt=9022907128 dt=4615000 next_target=9027522128 gap_to_target=4615000 fn=1949 #1948
[frame-irq] raise t_virt=9027522128 dt=4615000 next_target=9032137128 gap_to_target=4615000 fn=1950 #1949
[frame-irq] raise t_virt=9032137128 dt=4615000 next_target=9036752128 gap_to_target=4615000 fn=1951 #1950
[frame-irq] raise t_virt=9036752128 dt=4615000 next_target=9041367128 gap_to_target=4615000 fn=1952 #1951
[frame-irq] raise t_virt=9041367128 dt=4615000 next_target=9045982128 gap_to_target=4615000 fn=1953 #1952
[frame-irq] raise t_virt=9045982128 dt=4615000 next_target=9050597128 gap_to_target=4615000 fn=1954 #1953
[frame-irq] raise t_virt=9050597128 dt=4615000 next_target=9055212128 gap_to_target=4615000 fn=1955 #1954
[frame-irq] raise t_virt=9055212128 dt=4615000 next_target=9059827128 gap_to_target=4615000 fn=1956 #1955
[frame-irq] raise t_virt=9059827128 dt=4615000 next_target=9064442128 gap_to_target=4615000 fn=1957 #1956
[frame-irq] raise t_virt=9064442128 dt=4615000 next_target=9069057128 gap_to_target=4615000 fn=1958 #1957
[frame-irq] raise t_virt=9069057128 dt=4615000 next_target=9073672128 gap_to_target=4615000 fn=1959 #1958
[frame-irq] raise t_virt=9073672128 dt=4615000 next_target=9078287128 gap_to_target=4615000 fn=1960 #1959
[frame-irq] raise t_virt=9078287128 dt=4615000 next_target=9082902128 gap_to_target=4615000 fn=1961 #1960
[frame-irq] raise t_virt=9082902128 dt=4615000 next_target=9087517128 gap_to_target=4615000 fn=1962 #1961
[frame-irq] raise t_virt=9087517128 dt=4615000 next_target=9092132128 gap_to_target=4615000 fn=1963 #1962
[frame-irq] raise t_virt=9092132128 dt=4615000 next_target=9096747128 gap_to_target=4615000 fn=1964 #1963
[frame-irq] raise t_virt=9096747128 dt=4615000 next_target=9101362128 gap_to_target=4615000 fn=1965 #1964
[frame-irq] raise t_virt=9101362128 dt=4615000 next_target=9105977128 gap_to_target=4615000 fn=1966 #1965
[frame-irq] raise t_virt=9105977128 dt=4615000 next_target=9110592128 gap_to_target=4615000 fn=1967 #1966
[frame-irq] raise t_virt=9110592128 dt=4615000 next_target=9115207128 gap_to_target=4615000 fn=1968 #1967
[frame-irq] raise t_virt=9115207128 dt=4615000 next_target=9119822128 gap_to_target=4615000 fn=1969 #1968
[frame-irq] raise t_virt=9119822128 dt=4615000 next_target=9124437128 gap_to_target=4615000 fn=1970 #1969
[frame-irq] raise t_virt=9124437128 dt=4615000 next_target=9129052128 gap_to_target=4615000 fn=1971 #1970
[frame-irq] raise t_virt=9129052128 dt=4615000 next_target=9133667128 gap_to_target=4615000 fn=1972 #1971
[frame-irq] raise t_virt=9133667128 dt=4615000 next_target=9138282128 gap_to_target=4615000 fn=1973 #1972
[frame-irq] raise t_virt=9138282128 dt=4615000 next_target=9142897128 gap_to_target=4615000 fn=1974 #1973
[frame-irq] raise t_virt=9142897128 dt=4615000 next_target=9147512128 gap_to_target=4615000 fn=1975 #1974
[frame-irq] raise t_virt=9147512128 dt=4615000 next_target=9152127128 gap_to_target=4615000 fn=1976 #1975
[frame-irq] raise t_virt=9152127128 dt=4615000 next_target=9156742128 gap_to_target=4615000 fn=1977 #1976
[frame-irq] raise t_virt=9156742128 dt=4615000 next_target=9161357128 gap_to_target=4615000 fn=1978 #1977
[frame-irq] raise t_virt=9161357128 dt=4615000 next_target=9165972128 gap_to_target=4615000 fn=1979 #1978
[frame-irq] raise t_virt=9165972128 dt=4615000 next_target=9170587128 gap_to_target=4615000 fn=1980 #1979
[frame-irq] raise t_virt=9170587128 dt=4615000 next_target=9175202128 gap_to_target=4615000 fn=1981 #1980
[frame-irq] raise t_virt=9175202128 dt=4615000 next_target=9179817128 gap_to_target=4615000 fn=1982 #1981
[frame-irq] raise t_virt=9179817128 dt=4615000 next_target=9184432128 gap_to_target=4615000 fn=1983 #1982
[frame-irq] raise t_virt=9184432128 dt=4615000 next_target=9189047128 gap_to_target=4615000 fn=1984 #1983
[frame-irq] raise t_virt=9189047128 dt=4615000 next_target=9193662128 gap_to_target=4615000 fn=1985 #1984
[frame-irq] raise t_virt=9193662128 dt=4615000 next_target=9198277128 gap_to_target=4615000 fn=1986 #1985
[frame-irq] raise t_virt=9198277128 dt=4615000 next_target=9202892128 gap_to_target=4615000 fn=1987 #1986
[frame-irq] raise t_virt=9202892128 dt=4615000 next_target=9207507128 gap_to_target=4615000 fn=1988 #1987
[frame-irq] raise t_virt=9207507128 dt=4615000 next_target=9212122128 gap_to_target=4615000 fn=1989 #1988
[frame-irq] raise t_virt=9212122128 dt=4615000 next_target=9216737128 gap_to_target=4615000 fn=1990 #1989
[frame-irq] raise t_virt=9216737128 dt=4615000 next_target=9221352128 gap_to_target=4615000 fn=1991 #1990
[frame-irq] raise t_virt=9221352128 dt=4615000 next_target=9225967128 gap_to_target=4615000 fn=1992 #1991
[frame-irq] raise t_virt=9225967128 dt=4615000 next_target=9230582128 gap_to_target=4615000 fn=1993 #1992
[frame-irq] raise t_virt=9230582128 dt=4615000 next_target=9235197128 gap_to_target=4615000 fn=1994 #1993
[frame-irq] raise t_virt=9235197128 dt=4615000 next_target=9239812128 gap_to_target=4615000 fn=1995 #1994
[frame-irq] raise t_virt=9239812128 dt=4615000 next_target=9244427128 gap_to_target=4615000 fn=19
fw-irda.log (73,579 bytes, 1578 lignes)
1779882705.406 +0.072s [fw-irda] [fw-beacon]
1779882705.587 +0.253s [fw-irda] [fw-beacon]
1779882705.743 +0.409s [fw-irda] [fw-beacon]
1779882705.900 +0.566s [fw-irda] [fw-beacon]
1779882706.054 +0.720s [fw-irda] [fw-beacon]
1779882706.209 +0.875s [fw-irda] [fw-beacon]
1779882706.370 +1.036s [fw-irda] [fw-beacon]
1779882706.535 +1.201s [fw-irda] [fw-beacon]
1779882706.708 +1.374s [fw-irda] [fw-beacon]
1779882706.884 +1.550s [fw-irda] [fw-beacon]
1779882707.064 +1.730s [fw-irda] [fw-beacon]
1779882707.258 +1.924s [fw-irda] [fw-beacon]
1779882707.440 +2.106s [fw-irda] [fw-beacon]
1779882707.629 +2.295s [fw-irda] [fw-beacon]
1779882707.809 +2.475s [fw-irda] [fw-beacon]
1779882707.987 +2.653s [fw-irda] [fw-beacon]
1779882708.151 +2.817s [fw-irda] [fw-beacon]
1779882708.331 +2.997s [fw-irda] [fw-beacon]
1779882708.511 +3.176s [fw-irda] [fw-beacon]
1779882708.692 +3.358s [fw-irda] [fw-beacon]
1779882708.875 +3.540s [fw-irda] [fw-beacon]
1779882709.057 +3.722s [fw-irda] [fw-beacon]
1779882709.242 +3.908s [fw-irda] [fw-beacon]
1779882709.426 +4.092s [fw-irda] [fw-beacon]
1779882709.607 +4.273s [fw-irda] [fw-beacon]
1779882709.787 +4.453s [fw-irda] [fw-beacon]
1779882709.971 +4.636s [fw-irda] [fw-beacon]
1779882710.156 +4.821s [fw-irda] [fw-beacon]
1779882710.336 +5.002s [fw-irda] [fw-beacon]
1779882710.514 +5.180s [fw-irda] [fw-beacon]
1779882710.697 +5.363s [fw-irda] [fw-beacon]
1779882710.881 +5.546s [fw-irda] [fw-beacon]
1779882711.064 +5.730s [fw-irda] [fw-beacon]
1779882711.242 +5.908s [fw-irda] [fw-beacon]
1779882711.422 +6.088s [fw-irda] [fw-beacon]
1779882711.610 +6.276s [fw-irda] [fw-beacon]
1779882711.793 +6.459s [fw-irda] [fw-beacon]
1779882711.977 +6.643s [fw-irda] [fw-beacon]
1779882712.157 +6.823s [fw-irda] [fw-beacon]
1779882712.325 +6.990s [fw-irda] [fw-beacon]
1779882712.492 +7.158s [fw-irda] [fw-beacon]
1779882712.674 +7.340s [fw-irda] [fw-beacon]
1779882712.858 +7.524s [fw-irda] [fw-beacon]
1779882713.040 +7.706s [fw-irda] [fw-beacon]
1779882713.219 +7.885s [fw-irda] [fw-beacon]
1779882713.399 +8.065s [fw-irda] [fw-beacon]
1779882713.585 +8.251s [fw-irda] [fw-beacon]
1779882713.768 +8.434s [fw-irda] [fw-beacon]
1779882713.952 +8.617s [fw-irda] [fw-beacon]
1779882714.131 +8.797s [fw-irda] [fw-beacon]
1779882714.309 +8.975s [fw-irda] [fw-beacon]
1779882714.493 +9.159s [fw-irda] [fw-beacon]
1779882714.677 +9.343s [fw-irda] [fw-beacon]
1779882714.860 +9.526s [fw-irda] [fw-beacon]
1779882715.038 +9.704s [fw-irda] [fw-beacon]
1779882715.220 +9.886s [fw-irda] [fw-beacon]
1779882715.402 +10.068s [fw-irda] [fw-beacon]
1779882715.585 +10.251s [fw-irda] [fw-beacon]
1779882715.765 +10.431s [fw-irda] [fw-beacon]
1779882715.949 +10.615s [fw-irda] [fw-beacon]
1779882716.133 +10.799s [fw-irda] [fw-beacon]
1779882716.313 +10.979s [fw-irda] [fw-beacon]
1779882716.492 +11.158s [fw-irda] [fw-beacon]
1779882716.674 +11.339s [fw-irda] [fw-beacon]
1779882716.858 +11.524s [fw-irda] [fw-beacon]
1779882717.038 +11.704s [fw-irda] [fw-beacon]
1779882717.220 +11.886s [fw-irda] [fw-beacon]
1779882717.401 +12.067s [fw-irda] [fw-beacon]
1779882717.584 +12.249s [fw-irda] [fw-beacon]
1779882717.768 +12.434s [fw-irda] [fw-beacon]
1779882717.950 +12.616s [fw-irda] [fw-beacon]
1779882718.123 +12.789s [fw-irda] [fw-beacon]
1779882718.290 +12.956s [fw-irda] [fw-beacon]
1779882718.456 +13.122s [fw-irda] [fw-beacon]
1779882718.631 +13.297s [fw-irda] [fw-beacon]
1779882718.822 +13.487s [fw-irda] [fw-beacon]
1779882719.002 +13.668s [fw-irda] [fw-beacon]
1779882719.181 +13.847s [fw-irda] [fw-beacon]
1779882719.363 +14.029s [fw-irda] [fw-beacon]
1779882719.543 +14.209s [fw-irda] [fw-beacon]
1779882719.722 +14.388s [fw-irda] [fw-beacon]
1779882719.902 +14.567s [fw-irda] [fw-beacon]
1779882720.074 +14.740s [fw-irda] [fw-beacon]
1779882720.243 +14.909s [fw-irda] [fw-beacon]
1779882720.418 +15.084s [fw-irda] [fw-beacon]
1779882720.576 +15.242s [fw-irda] [fw-beacon]
1779882720.758 +15.424s [fw-irda] [fw-beacon]
1779882720.930 +15.596s [fw-irda] [fw-beacon]
1779882721.093 +15.758s [fw-irda] [fw-beacon]
1779882721.252 +15.918s [fw-irda] [fw-beacon]
1779882721.428 +16.094s [fw-irda] [fw-beacon]
1779882721.587 +16.253s [fw-irda] [fw-beacon]
1779882721.746 +16.412s [fw-irda] [fw-beacon]
1779882721.898 +16.564s [fw-irda] [fw-beacon]
1779882722.057 +16.723s [fw-irda] [fw-beacon]
1779882722.227 +16.893s [fw-irda] [fw-beacon]
1779882722.407 +17.073s [fw-irda] [fw-beacon]
1779882722.587 +17.253s [fw-irda] [fw-beacon]
1779882722.771 +17.437s [fw-irda] [fw-beacon]
1779882722.952 +17.618s [fw-irda] [fw-beacon]
1779882723.131 +17.797s [fw-irda] [fw-beacon]
1779882723.308 +17.974s [fw-irda] [fw-beacon]
1779882723.489 +18.155s [fw-irda] [fw-beacon]
1779882723.669 +18.335s [fw-irda] [fw-beacon]
1779882723.849 +18.515s [fw-irda] [fw-beacon]
1779882724.024 +18.689s [fw-irda] [fw-beacon]
1779882724.201 +18.866s [fw-irda] [fw-beacon]
1779882724.381 +19.046s [fw-irda] [fw-beacon]
1779882724.560 +19.226s [fw-irda] [fw-beacon]
1779882724.750 +19.416s [fw-irda] [fw-beacon]
1779882724.905 +19.571s [fw-irda] [fw-beacon]
1779882725.059 +19.725s [fw-irda] [fw-beacon]
1779882725.213 +19.879s [fw-irda] [fw-beacon]
1779882725.369 +20.035s [fw-irda] [fw-beacon]
1779882725.528 +20.194s [fw-irda] [fw-beacon]
1779882725.690 +20.356s [fw-irda] [fw-beacon]
1779882725.853 +20.519s [fw-irda] [fw-beacon]
1779882726.014 +20.680s [fw-irda] [fw-beacon]
1779882726.186 +20.852s [fw-irda] [fw-beacon]
1779882726.368 +21.034s [fw-irda] [fw-beacon]
1779882726.549 +21.215s [fw-irda] [fw-beacon]
1779882726.733 +21.399s [fw-irda] [fw-beacon]
1779882726.917 +21.583s [fw-irda] [fw-beacon]
1779882727.098 +21.764s [fw-irda] [fw-beacon]
1779882727.278 +21.944s [fw-irda] [fw-beacon]
1779882727.463 +22.129s [fw-irda] [fw-beacon]
1779882727.640 +22.306s [fw-irda] [fw-beacon]
1779882727.797 +22.463s [fw-irda] [fw-beacon]
1779882727.952 +22.618s [fw-irda] [fw-beacon]
1779882728.110 +22.776s [fw-irda] [fw-beacon]
1779882728.271 +22.937s [fw-irda] [fw-beacon]
1779882728.432 +23.098s [fw-irda] [fw-beacon]
1779882728.592 +23.258s [fw-irda] [fw-beacon]
1779882728.753 +23.419s [fw-irda] [fw-beacon]
1779882728.913 +23.579s [fw-irda] [fw-beacon]
1779882729.072 +23.738s [fw-irda] [fw-beacon]
1779882729.228 +23.894s [fw-irda] [fw-beacon]
1779882729.386 +24.052s [fw-irda] [fw-beacon]
1779882729.546 +24.212s [fw-irda] [fw-beacon]
1779882729.730 +24.396s [fw-irda] [fw-beacon]
1779882729.909 +24.575s [fw-irda] [fw-beacon]
1779882730.093 +24.759s [fw-irda] [fw-beacon]
1779882730.280 +24.946s [fw-irda] [fw-beacon]
1779882730.466 +25.131s [fw-irda] [fw-beacon]
1779882730.647 +25.313s [fw-irda] [fw-beacon]
1779882730.829 +25.495s [fw-irda] [fw-beacon]
1779882731.005 +25.671s [fw-irda] [fw-beacon]
1779882731.166 +25.832s [fw-irda] [fw-beacon]
1779882731.326 +25.992s [fw-irda] [fw-beacon]
1779882731.478 +26.144s [fw-irda] [fw-beacon]
1779882731.630 +26.296s [fw-irda] [fw-beacon]
1779882731.786 +26.451s [fw-irda] [fw-beacon]
1779882731.947 +26.613s [fw-irda] [fw-beacon]
1779882732.130 +26.796s [fw-irda] [fw-beacon]
1779882732.292 +26.958s [fw-irda] [fw-beacon]
1779882732.445 +27.110s [fw-irda] [fw-beacon]
1779882732.600 +27.266s [fw-irda] [fw-beacon]
1779882732.753 +27.419s [fw-irda] [fw-beacon]
1779882732.914 +27.580s [fw-irda] [fw-beacon]
1779882733.075 +27.741s [fw-irda] [fw-beacon]
1779882733.237 +27.903s [fw-irda] [fw-beacon]
1779882733.396 +28.062s [fw-irda] [fw-beacon]
1779882733.560 +28.226s [fw-irda] [fw-beacon]
1779882733.719 +28.385s [fw-irda] [fw-beacon]
1779882733.877 +28.543s [fw-irda] [fw-beacon]
1779882734.031 +28.697s [fw-irda] [fw-beacon]
1779882734.186 +28.852s [fw-irda] [fw-beacon]
1779882734.348 +29.014s [fw-irda] [fw-beacon]
1779882734.508 +29.173s [fw-irda] [fw-beacon]
1779882734.666 +29.332s [fw-irda] [fw-beacon]
1779882734.827 +29.493s [fw-irda] [fw-beacon]
1779882734.989 +29.655s [fw-irda] [fw-beacon]
1779882735.157 +29.823s [fw-irda] [fw-beacon]
1779882735.326 +29.992s [fw-irda] [fw-beacon]
1779882735.491 +30.157s [fw-irda] [fw-beacon]
1779882735.670 +30.336s [fw-irda] [fw-beacon]
1779882735.852 +30.518s [fw-irda] [fw-beacon]
1779882736.013 +30.679s [fw-irda] [fw-beacon]
1779882736.177 +30.843s [fw-irda] [fw-beacon]
1779882736.331 +30.997s [fw-irda] [fw-beacon]
1779882736.485 +31.151s [fw-irda] [fw-beacon]
1779882736.644 +31.310s [fw-irda] [fw-beacon]
1779882736.804 +31.470s [fw-irda] [fw-beacon]
1779882736.967 +31.633s [fw-irda] [fw-beacon]
1779882737.132 +31.798s [fw-irda] [fw-beacon]
1779882737.313 +31.979s [fw-irda] [fw-beacon]
1779882737.483 +32.149s [fw-irda] [fw-beacon]
1779882737.648 +32.314s [fw-irda] [fw-beacon]
1779882737.833 +32.499s [fw-irda] [fw-beacon]
1779882738.017 +32.683s [fw-irda] [fw-beacon]
1779882738.185 +32.851s [fw-irda] [fw-beacon]
1779882738.344 +33.010s [fw-irda] [fw-beacon]
1779882738.500 +33.166s [fw-irda] [fw-beacon]
1779882738.658 +33.324s [fw-irda] [fw-beacon]
1779882738.814 +33.480s [fw-irda] [fw-beacon]
1779882738.975 +33.641s [fw-irda] [fw-beacon]
1779882739.136 +33.802s [fw-irda] [fw-beacon]
1779882739.297 +33.963s [fw-irda] [fw-beacon]
1779882739.456 +34.122s [fw-irda] [fw-beacon]
1779882739.615 +34.281s [fw-irda] [fw-beacon]
1779882739.782 +34.448s [fw-irda] [fw-beacon]
1779882739.947 +34.613s [fw-irda] [fw-beacon]
1779882740.124 +34.790s [fw-irda] [fw-beacon]
1779882740.306 +34.972s [fw-irda] [fw-beacon]
1779882740.488 +35.154s [fw-irda] [fw-beacon]
1779882740.668 +35.334s [fw-irda] [fw-beacon]
1779882740.853 +35.519s [fw-irda] [fw-beacon]
1779882741.037 +35.703s [fw-irda] [fw-beacon]
1779882741.219 +35.885s [fw-irda] [fw-beacon]
1779882741.398 +36.064s [fw-irda] [fw-beacon]
1779882741.569 +36.235s [fw-irda] [fw-beacon]
1779882741.745 +36.411s [fw-irda] [fw-beacon]
1779882741.908 +36.574s [fw-irda] [fw-beacon]
1779882742.085 +36.751s [fw-irda] [fw-beacon]
1779882742.273 +36.939s [fw-irda] [fw-beacon]
1779882742.453 +37.119s [fw-irda] [fw-beacon]
1779882742.633 +37.299s [fw-irda] [fw-beacon]
1779882742.814 +37.480s [fw-irda] [fw-beacon]
1779882742.983 +37.649s [fw-irda] [fw-beacon]
1779882743.138 +37.804s [fw-irda] [fw-beacon]
1779882743.293 +37.959s [fw-irda] [fw-beacon]
1779882743.445 +38.111s [fw-irda] [fw-beacon]
1779882743.603 +38.269s [fw-irda] [fw-beacon]
1779882743.762 +38.428s [fw-irda] [fw-beacon]
1779882743.941 +38.606s [fw-irda] [fw-beacon]
1779882744.124 +38.789s [fw-irda] [fw-beacon]
1779882744.304 +38.970s [fw-irda] [fw-beacon]
1779882744.489 +39.155s [fw-irda] [fw-beacon]
1779882744.671 +39.337s [fw-irda] [fw-beacon]
1779882744.853 +39.519s [fw-irda] [fw-beacon]
1779882745.035 +39.701s [fw-irda] [fw-beacon]
1779882745.218 +39.884s [fw-irda] [fw-beacon]
1779882745.399 +40.065s [fw-irda] [fw-beacon]
1779882745.572 +40.238s [fw-irda] [fw-beacon]
1779882745.752 +40.418s [fw-irda] [fw-beacon]
1779882745.910 +40.576s [fw-irda] [fw-beacon]
1779882746.068 +40.734s [fw-irda] [fw-beacon]
1779882746.223 +40.889s [fw-irda] [fw-beacon]
1779882746.376 +41.042s [fw-irda] [fw-beacon]
1779882746.535 +41.201s [fw-irda] [fw-beacon]
1779882746.692 +41.358s [fw-irda] [fw-beacon]
1779882746.849 +41.515s [fw-irda] [fw-beacon]
1779882747.007 +41.673s [fw-irda] [fw-beacon]
1779882747.163 +41.829s [fw-irda] [fw-beacon]
1779882747.318 +41.984s [fw-irda] [fw-beacon]
1779882747.471 +42.137s [fw-irda] [fw-beacon]
1779882747.626 +42.292s [fw-irda] [fw-beacon]
1779882747.784 +42.450s [fw-irda] [fw-beacon]
1779882747.941 +42.607s [fw-irda] [fw-beacon]
1779882748.105 +42.770s [fw-irda] [fw-beacon]
1779882748.261 +42.927s [fw-irda] [fw-beacon]
1779882748.420 +43.085s [fw-irda] [fw-beacon]
1779882748.573 +43.239s [fw-irda] [fw-beacon]
1779882748.731 +43.397s [fw-irda] [fw-beacon]
1779882748.901 +43.567s [fw-irda] [fw-beacon]
1779882749.082 +43.748s [fw-irda] [fw-beacon]
1779882749.267 +43.933s [fw-irda] [fw-beacon]
1779882749.450 +44.116s [fw-irda] [fw-beacon]
1779882749.634 +44.300s [fw-irda] [fw-beacon]
1779882749.817 +44.483s [fw-irda] [fw-beacon]
1779882749.997 +44.663s [fw-irda] [fw-beacon]
1779882750.182 +44.848s [fw-irda] [fw-beacon]
1779882750.365 +45.031s [fw-irda] [fw-beacon]
1779882750.550 +45.216s [fw-irda] [fw-beacon]
1779882750.729 +45.395s [fw-irda] [fw-beacon]
1779882750.920 +45.586s [fw-irda] [fw-beacon]
1779882751.098 +45.764s [fw-irda] [fw-beacon]
1779882751.281 +45.947s [fw-irda] [fw-beacon]
1779882751.465 +46.131s [fw-irda] [fw-beacon]
1779882751.649 +46.315s [fw-irda] [fw-beacon]
1779882751.831 +46.497s [fw-irda] [fw-beacon]
1779882752.014 +46.680s [fw-irda] [fw-beacon]
1779882752.196 +46.861s [fw-irda] [fw-beacon]
1779882752.377 +47.043s [fw-irda] [fw-beacon]
1779882752.562 +47.227s [fw-irda] [fw-beacon]
1779882752.742 +47.408s [fw-irda] [fw-beacon]
1779882752.924 +47.590s [fw-irda] [fw-beacon]
1779882753.105 +47.771s [fw-irda] [fw-beacon]
1779882753.273 +47.939s [fw-irda] [fw-beacon]
1779882753.441 +48.107s [fw-irda] [fw-beacon]
1779882753.622 +48.288s [fw-irda] [fw-beacon]
1779882753.789 +48.455s [fw-irda] [fw-beacon]
1779882753.949 +48.615s [fw-irda] [fw-beacon]
1779882754.123 +48.789s [fw-irda] [fw-beacon]
1779882754.305 +48.971s [fw-irda] [fw-beacon]
1779882754.478 +49.144s [fw-irda] [fw-beacon]
1779882754.660 +49.326s [fw-irda] [fw-beacon]
1779882754.839 +49.504s [fw-irda] [fw-beacon]
1779882755.020 +49.686s [fw-irda] [fw-beacon]
1779882755.209 +49.875s [fw-irda] [fw-beacon]
1779882755.391 +50.057s [fw-irda] [fw-beacon]
1779882755.571 +50.237s [fw-irda] [fw-beacon]
1779882755.753 +50.418s [fw-irda] [fw-beacon]
1779882755.913 +50.579s [fw-irda] [fw-beacon]
1779882756.071 +50.737s [fw-irda] [fw-beacon]
1779882756.239 +50.905s [fw-irda] [fw-beacon]
1779882756.406 +51.072s [fw-irda] [fw-beacon]
1779882756.574 +51.240s [fw-irda] [fw-beacon]
1779882756.764 +51.430s [fw-irda] [fw-beacon]
1779882756.952 +51.618s [fw-irda] [fw-beacon]
1779882757.134 +51.800s [fw-irda] [fw-beacon]
1779882757.318 +51.984s [fw-irda] [fw-beacon]
1779882757.502 +52.168s [fw-irda] [fw-beacon]
1779882757.684 +52.350s [fw-irda] [fw-beacon]
1779882757.869 +52.534s [fw-irda] [fw-beacon]
1779882758.055 +52.720s [fw-irda] [fw-beacon]
1779882758.230 +52.896s [fw-irda] [fw-beacon]
1779882758.398 +53.064s [fw-irda] [fw-beacon]
1779882758.564 +53.229s [fw-irda] [fw-beacon]
1779882758.747 +53.413s [fw-irda] [fw-beacon]
1779882758.938 +53.604s [fw-irda] [fw-beacon]
1779882759.120 +53.785s [fw-irda] [fw-beacon]
1779882759.303 +53.969s [fw-irda] [fw-beacon]
1779882759.488 +54.154s [fw-irda] [fw-beacon]
1779882759.673 +54.339s [fw-irda] [fw-beacon]
1779882759.854 +54.520s [fw-irda] [fw-beacon]
1779882760.038 +54.704s [fw-irda] [fw-beacon]
1779882760.220 +54.886s [fw-irda] [fw-beacon]
1779882760.403 +55.069s [fw-irda] [fw-beacon]
1779882760.587 +55.253s [fw-irda] [fw-beacon]
1779882760.764 +55.430s [fw-irda] [fw-beacon]
1779882760.945 +55.611s [fw-irda] [fw-beacon]
1779882761.129 +55.795s [fw-irda] [fw-beacon]
1779882761.313 +55.979s [fw-irda] [fw-beacon]
1779882761.497 +56.163s [fw-irda] [fw-beacon]
1779882761.666 +56.332s [fw-irda] [fw-beacon]
1779882761.836 +56.501s [fw-irda] [fw-beacon]
1779882762.018 +56.683s [fw-irda] [fw-beacon]
1779882762.201 +56.867s [fw-irda] [fw-beacon]
1779882762.380 +57.046s [fw-irda] [fw-beacon]
1779882762.563 +57.229s [fw-irda] [fw-beacon]
1779882762.744 +57.410s [fw-irda] [fw-beacon]
1779882762.929 +57.595s [fw-irda] [fw-beacon]
1779882763.113 +57.779s [fw-irda] [fw-beacon]
1779882763.295 +57.961s [fw-irda] [fw-beacon]
1779882763.478 +58.144s [fw-irda] [fw-beacon]
1779882763.660 +58.326s [fw-irda] [fw-beacon]
1779882763.849 +58.515s [fw-irda] [fw-beacon]
1779882764.032 +58.698s [fw-irda] [fw-beacon]
1779882764.215 +58.881s [fw-irda] [fw-beacon]
1779882764.397 +59.063s [fw-irda] [fw-beacon]
1779882764.581 +59.247s [fw-irda] [fw-beacon]
1779882764.766 +59.432s [fw-irda] [fw-beacon]
1779882764.939 +59.605s [fw-irda] [fw-beacon]
1779882765.107 +59.773s [fw-irda] [fw-beacon]
1779882765.284 +59.950s [fw-irda] [fw-beacon]
1779882765.468 +60.133s [fw-irda] [fw-beacon]
1779882765.646 +60.312s [fw-irda] [fw-beacon]
1779882765.833 +60.498s [fw-irda] [fw-beacon]
1779882766.016 +60.682s [fw-irda] [fw-beacon]
1779882766.198 +60.864s [fw-irda] [fw-beacon]
1779882766.377 +61.043s [fw-irda] [fw-beacon]
1779882766.561 +61.227s [fw-irda] [fw-beacon]
1779882766.744 +61.410s [fw-irda] [fw-beacon]
1779882766.916 +61.581s [fw-irda] [fw-beacon]
1779882767.071 +61.737s [fw-irda] [fw-beacon]
1779882767.230 +61.896s [fw-irda] [fw-beacon]
1779882767.390 +62.056s [fw-irda] [fw-beacon]
1779882767.550 +62.216s [fw-irda] [fw-beacon]
1779882767.702 +62.368s [fw-irda] [fw-beacon]
1779882767.857 +62.523s [fw-irda] [fw-beacon]
1779882768.009 +62.675s [fw-irda] [fw-beacon]
1779882768.173 +62.839s [fw-irda] [fw-beacon]
1779882768.335 +63.001s [fw-irda] [fw-beacon]
1779882768.494 +63.160s [fw-irda] [fw-beacon]
1779882768.651 +63.317s [fw-irda] [fw-beacon]
1779882768.816 +63.481s [fw-irda] [fw-beacon]
1779882769.000 +63.666s [fw-irda] [fw-beacon]
1779882769.182 +63.848s [fw-irda] [fw-beacon]
1779882769.361 +64.027s [fw-irda] [fw-beacon]
1779882769.522 +64.188s [fw-irda] [fw-beacon]
1779882769.682 +64.348s [fw-irda] [fw-beacon]
1779882769.835 +64.501s [fw-irda] [fw-beacon]
1779882769.991 +64.657s [fw-irda] [fw-beacon]
1779882770.162 +64.828s [fw-irda] [fw-beacon]
1779882770.322 +64.988s [fw-irda] [fw-beacon]
1779882770.483 +65.149s [fw-irda] [fw-beacon]
1779882770.646 +65.312s [fw-irda] [fw-beacon]
1779882770.809 +65.475s [fw-irda] [fw-beacon]
1779882770.962 +65.628s [fw-irda] [fw-beacon]
1779882771.118 +65.784s [fw-irda] [fw-beacon]
1779882771.287 +65.953s [fw-irda] [fw-beacon]
1779882771.469 +66.135s [fw-irda] [fw-beacon]
1779882771.647 +66.313s [fw-irda] [fw-beacon]
1779882771.823 +66.489s [fw-irda] [fw-beacon]
1779882772.002 +66.668s [fw-irda] [fw-beacon]
1779882772.183 +66.849s [fw-irda] [fw-beacon]
1779882772.358 +67.024s [fw-irda] [fw-beacon]
1779882772.521 +67.187s [fw-irda] [fw-beacon]
1779882772.678 +67.344s [fw-irda] [fw-beacon]
1779882772.832 +67.498s [fw-irda] [fw-beacon]
1779882772.986 +67.652s [fw-irda] [fw-beacon]
1779882773.141 +67.807s [fw-irda] [fw-beacon]
1779882773.297 +67.963s [fw-irda] [fw-beacon]
1779882773.455 +68.121s [fw-irda] [fw-beacon]
1779882773.612 +68.278s [fw-irda] [fw-beacon]
1779882773.790 +68.455s [fw-irda] [fw-beacon]
1779882773.972 +68.638s [fw-irda] [fw-beacon]
1779882774.156 +68.822s [fw-irda] [fw-beacon]
1779882774.341 +69.007s [fw-irda] [fw-beacon]
1779882774.523 +69.189s [fw-irda] [fw-beacon]
1779882774.708 +69.374s [fw-irda] [fw-beacon]
1779882774.887 +69.553s [fw-irda] [fw-beacon]
1779882775.066 +69.732s [fw-irda] [fw-beacon]
1779882775.235 +69.901s [fw-irda] [fw-beacon]
1779882775.401 +70.067s [fw-irda] [fw-beacon]
1779882775.567 +70.233s [fw-irda] [fw-beacon]
1779882775.756 +70.422s [fw-irda] [fw-beacon]
1779882775.929 +70.595s [fw-irda] [fw-beacon]
1779882776.109 +70.775s [fw-irda] [fw-beacon]
1779882776.288 +70.954s [fw-irda] [fw-beacon]
1779882776.473 +71.139s [fw-irda] [fw-beacon]
1779882776.655 +71.321s [fw-irda] [fw-beacon]
1779882776.832 +71.498s [fw-irda] [fw-beacon]
1779882777.003 +71.669s [fw-irda] [fw-beacon]
1779882777.177 +71.843s [fw-irda] [fw-beacon]
1779882777.359 +72.025s [fw-irda] [fw-beacon]
1779882777.542 +72.208s [fw-irda] [fw-beacon]
1779882777.725 +72.391s [fw-irda] [fw-beacon]
1779882777.907 +72.573s [fw-irda] [fw-beacon]
1779882778.089 +72.755s [fw-irda] [fw-beacon]
1779882778.272 +72.938s [fw-irda] [fw-beacon]
1779882778.455 +73.121s [fw-irda] [fw-beacon]
1779882778.630 +73.296s [fw-irda] [fw-beacon]
1779882778.792 +73.458s [fw-irda] [fw-beacon]
1779882778.953 +73.618s [fw-irda] [fw-beacon]
1779882779.113 +73.779s [fw-irda] [fw-beacon]
1779882779.273 +73.939s [fw-irda] [fw-beacon]
1779882779.429 +74.095s [fw-irda] [fw-beacon]
1779882779.582 +74.248s [fw-irda] [fw-beacon]
1779882779.740 +74.405s [fw-irda] [fw-beacon]
1779882779.901 +74.567s [fw-irda] [fw-beacon]
1779882780.061 +74.726s [fw-irda] [fw-beacon]
1779882780.239 +74.905s [fw-irda] [fw-beacon]
1779882780.420 +75.086s [fw-irda] [fw-beacon]
1779882780.603 +75.269s [fw-irda] [fw-beacon]
1779882780.787 +75.453s [fw-irda] [fw-beacon]
1779882780.968 +75.634s [fw-irda] [fw-beacon]
1779882781.137 +75.803s [fw-irda] [fw-beacon]
1779882781.302 +75.968s [fw-irda] [fw-beacon]
1779882781.463 +76.129s [fw-irda] [fw-beacon]
1779882781.615 +76.281s [fw-irda] [fw-beacon]
1779882781.768 +76.434s [fw-irda] [fw-beacon]
1779882781.925 +76.591s [fw-irda] [fw-beacon]
1779882782.087 +76.753s [fw-irda] [fw-beacon]
1779882782.248 +76.914s [fw-irda] [fw-beacon]
1779882782.404 +77.070s [fw-irda] [fw-beacon]
1779882782.562 +77.228s [fw-irda] [fw-beacon]
1779882782.720 +77.386s [fw-irda] [fw-beacon]
1779882782.877 +77.543s [fw-irda] [fw-beacon]
1779882783.030 +77.696s [fw-irda] [fw-beacon]
1779882783.185 +77.851s [fw-irda] [fw-beacon]
1779882783.339 +78.005s [fw-irda] [fw-beacon]
1779882783.497 +78.163s [fw-irda] [fw-beacon]
1779882783.675 +78.341s [fw-irda] [fw-beacon]
1779882783.846 +78.512s [fw-irda] [fw-beacon]
1779882784.025 +78.691s [fw-irda] [fw-beacon]
1779882784.205 +78.871s [fw-irda] [fw-beacon]
1779882784.365 +79.031s [fw-irda] [fw-beacon]
1779882784.521 +79.187s [fw-irda] [fw-beacon]
1779882784.685 +79.351s [fw-irda] [fw-beacon]
1779882784.861 +79.527s [fw-irda] [fw-beacon]
1779882785.043 +79.709s [fw-irda] [fw-beacon]
1779882785.228 +79.894s [fw-irda] [fw-beacon]
1779882785.405 +80.071s [fw-irda] [fw-beacon]
1779882785.585 +80.251s [fw-irda] [fw-beacon]
1779882785.759 +80.425s [fw-irda] [fw-beacon]
1779882785.922 +80.588s [fw-irda] [fw-beacon]
1779882786.097 +80.763s [fw-irda] [fw-beacon]
1779882786.258 +80.924s [fw-irda] [fw-beacon]
1779882786.418 +81.084s [fw-irda] [fw-beacon]
1779882786.577 +81.243s [fw-irda] [fw-beacon]
1779882786.730 +81.396s [fw-irda] [fw-beacon]
1779882786.887 +81.553s [fw-irda] [fw-beacon]
1779882787.046 +81.711s [fw-irda] [fw-beacon]
1779882787.204 +81.870s [fw-irda] [fw-beacon]
1779882787.365 +82.031s [fw-irda] [fw-beacon]
1779882787.538 +82.204s [fw-irda] [fw-beacon]
1779882787.703 +82.369s [fw-irda] [fw-beacon]
1779882787.856 +82.522s [fw-irda] [fw-beacon]
1779882788.011 +82.676s [fw-irda] [fw-beacon]
1779882788.167 +82.833s [fw-irda] [fw-beacon]
1779882788.332 +82.998s [fw-irda] [fw-beacon]
1779882788.493 +83.159s [fw-irda] [fw-beacon]
1779882788.676 +83.341s [fw-irda] [fw-beacon]
1779882788.855 +83.521s [fw-irda] [fw-beacon]
1779882789.037 +83.703s [fw-irda] [fw-beacon]
1779882789.224 +83.890s [fw-irda] [fw-beacon]
1779882789.408 +84.073s [fw-irda] [fw-beacon]
1779882789.590 +84.256s [fw-irda] [fw-beacon]
1779882789.754 +84.420s [fw-irda] [fw-beacon]
1779882789.915 +84.581s [fw-irda] [fw-beacon]
1779882790.073 +84.739s [fw-irda] [fw-beacon]
1779882790.235 +84.901s [fw-irda] [fw-beacon]
1779882790.413 +85.079s [fw-irda] [fw-beacon]
1779882790.577 +85.243s [fw-irda] [fw-beacon]
1779882790.764 +85.429s [fw-irda] [fw-beacon]
1779882790.942 +85.608s [fw-irda] [fw-beacon]
1779882791.125 +85.791s [fw-irda] [fw-beacon]
1779882791.287 +85.952s [fw-irda] [fw-beacon]
1779882791.445 +86.111s [fw-irda] [fw-beacon]
1779882791.606 +86.272s [fw-irda] [fw-beacon]
1779882791.785 +86.451s [fw-irda] [fw-beacon]
1779882791.969 +86.635s [fw-irda] [fw-beacon]
1779882792.154 +86.820s [fw-irda] [fw-beacon]
1779882792.340 +87.006s [fw-irda] [fw-beacon]
1779882792.511 +87.177s [fw-irda] [fw-beacon]
1779882792.681 +87.347s [fw-irda] [fw-beacon]
1779882792.853 +87.519s [fw-irda] [fw-beacon]
1779882793.038 +87.704s [fw-irda] [fw-beacon]
1779882793.222 +87.888s [fw-irda] [fw-beacon]
1779882793.404 +88.070s [fw-irda] [fw-beacon]
1779882793.587 +88.253s [fw-irda] [fw-beacon]
1779882793.771 +88.437s [fw-irda] [fw-beacon]
1779882793.955 +88.621s [fw-irda] [fw-beacon]
1779882794.141 +88.807s [fw-irda] [fw-beacon]
1779882794.326 +88.992s [fw-irda] [fw-beacon]
1779882794.509 +89.175s [fw-irda] [fw-beacon]
1779882794.697 +89.363s [fw-irda] [fw-beacon]
1779882794.881 +89.547s [fw-irda] [fw-beacon]
1779882795.063 +89.728s [fw-irda] [fw-beacon]
1779882795.248 +89.914s [fw-irda] [fw-beacon]
1779882795.432 +90.098s [fw-irda] [fw-beacon]
1779882795.617 +90.283s [fw-irda] [fw-beacon]
1779882795.800 +90.466s [fw-irda] [fw-beacon]
1779882795.980 +90.646s [fw-irda] [fw-beacon]
1779882796.164 +90.830s [fw-irda] [fw-beacon]
1779882796.349 +91.015s [fw-irda] [fw-beacon]
1779882796.529 +91.195s [fw-irda] [fw-beacon]
1779882796.708 +91.373s [fw-irda] [fw-beacon]
1779882796.889 +91.555s [fw-irda] [fw-beacon]
1779882797.073 +91.739s [fw-irda] [fw-beacon]
1779882797.256 +91.922s [fw-irda] [fw-beacon]
1779882797.442 +92.108s [fw-irda] [fw-beacon]
1779882797.624 +92.289s [fw-irda] [fw-beacon]
1779882797.803 +92.469s [fw-irda] [fw-beacon]
1779882797.985 +92.651s [fw-irda] [fw-beacon]
1779882798.168 +92.833s [fw-irda] [fw-beacon]
1779882798.352 +93.018s [fw-irda] [fw-beacon]
1779882798.530 +93.196s [fw-irda] [fw-beacon]
1779882798.710 +93.376s [fw-irda] [fw-beacon]
1779882809.004 +103.670s [fw-irda] [fw-beacon]
1779882809.438 +104.104s [fw-irda] [fw-beacon]
1779882809.791 +104.457s [fw-irda] [fw-beacon]
1779882810.143 +104.809s [fw-irda] [fw-beacon]
1779882811.519 +106.185s [fw-irda] [fw-beacon]
1779882811.697 +106.363s [fw-irda] [fw-beacon]
1779882812.064 +106.730s [fw-irda] [fw-beacon]
1779882812.245 +106.911s [fw-irda] 
1779882812.423 +107.089s [fw-irda] [fw-beacon]
1779882812.607 +107.273s [fw-irda] [fw-beacon]
1779882812.791 +107.457s [fw-irda] [fw-beacon]
1779882812.974 +107.640s [fw-irda] [fw-beacon]
1779882813.155 +107.821s [fw-irda] [fw-beacon]
1779882813.337 +108.003s [fw-irda] [fw-beacon]
1779882813.520 +108.186s [fw-irda] [fw-beacon]
1779882813.708 +108.374s [fw-irda] [fw-beacon]
1779882814.074 +108.740s [fw-irda] [fw-beacon]
1779882814.403 +109.069s [fw-irda] [fw-beacon]
1779882814.568 +109.233s [fw-irda] [fw-beacon]
1779882814.738 +109.403s [fw-irda] [fw-beacon]
1779882814.938 +109.604s [fw-irda] [fw-beacon]
1779882815.114 +109.780s [fw-irda] [fw-beacon]
1779882815.284 +109.950s [fw-irda] [fw-beacon]
1779882815.453 +110.119s [fw-irda] [fw-beacon]
1779882815.633 +110.299s [fw-irda] [fw-beacon]
1779882815.816 +110.482s [fw-irda] [fw-beacon]
1779882815.997 +110.663s [fw-irda] [fw-beacon]
1779882816.179 +110.845s [fw-irda] [fw-beacon]
1779882816.545 +111.211s [fw-irda] [fw-beacon]
1779882816.911 +111.576s [fw-irda] [fw-beacon]
1779882817.276 +111.942s [fw-irda] [fw-beacon]
1779882817.643 +112.309s [fw-irda] [fw-beacon]
1779882818.015 +112.681s [fw-irda] [fw-beacon]
1779882818.384 +113.050s [fw-irda] [fw-beacon]
1779882818.565 +113.230s [fw-irda] [fw-beacon]
1779882818.745 +113.410s [fw-irda] [fw-beacon]
1779882818.929 +113.594s [fw-irda] [fw-beacon]
1779882819.112 +113.777s [fw-irda] [fw-beacon]
1779882819.295 +113.961s [fw-irda] [fw-beacon]
1779882819.472 +114.138s [fw-irda] [fw-beacon]
1779882819.654 +114.320s [fw-irda] [fw-beacon]
1779882819.838 +114.504s [fw-irda] [fw-beacon]
1779882820.021 +114.687s [fw-irda] [fw-beacon]
1779882820.369 +115.035s [fw-irda] [fw-beacon]
1779882820.527 +115.193s [fw-irda] [fw-beacon]
1779882820.836 +115.502s [fw-irda] [fw-beacon]
1779882821.156 +115.822s [fw-irda] [fw-beacon]
1779882821.498 +116.163s [fw-irda] [fw-beacon]
1779882821.867 +116.533s [fw-irda] [fw-beacon]
1779882822.215 +116.881s [fw-irda] [fw-beacon]
1779882822.581 +117.247s [fw-irda] [fw-beacon]
1779882822.751 +117.417s [fw-irda] [fw-beacon]
1779882823.088 +117.754s [fw-irda] [fw-beacon]
1779882823.270 +117.936s [fw-irda] [fw-beacon]
1779882823.451 +118.117s [fw-irda] [fw-beacon]
1779882823.633 +118.299s [fw-irda] [fw-beacon]
1779882823.810 +118.476s [fw-irda] [fw-beacon]
1779882823.969 +118.635s [fw-irda] [fw-beacon]
1779882824.129 +118.795s [fw-irda] [fw-beacon]
1779882824.290 +118.956s [fw-irda] [fw-beacon]
1779882824.447 +119.113s [fw-irda] [fw-beacon]
1779882824.600 +119.266s [fw-irda] [fw-beacon]
1779882824.755 +119.421s [fw-irda] [fw-beacon]
1779882824.911 +119.577s [fw-irda] [fw-beacon]
1779882825.067 +119.733s [fw-irda] [fw-beacon]
1779882825.224 +119.890s [fw-irda] [fw-beacon]
1779882825.382 +120.048s [fw-irda] [fw-beacon]
1779882825.563 +120.229s [fw-irda] [fw-beacon]
1779882825.745 +120.411s [fw-irda] [fw-beacon]
1779882825.929 +120.595s [fw-irda] [fw-beacon]
1779882826.266 +120.932s [fw-irda] [fw-beacon]
1779882826.613 +121.279s [fw-irda] [fw-beacon]
1779882826.790 +121.455s [fw-irda] [fw-beacon]
1779882826.946 +121.612s [fw-irda] [fw-beacon]
1779882827.107 +121.773s [fw-irda] [fw-beacon]
1779882827.283 +121.949s [fw-irda] [fw-beacon]
1779882827.445 +122.111s [fw-irda] [fw-beacon]
1779882827.619 +122.285s [fw-irda] [fw-beacon]
1779882827.801 +122.467s [fw-irda] [fw-beacon]
1779882827.983 +122.649s [fw-irda] [fw-beacon]
1779882828.152 +122.818s [fw-irda] [fw-beacon]
1779882828.306 +122.972s [fw-irda] [fw-beacon]
1779882828.476 +123.142s [fw-irda] [fw-beacon]
1779882828.655 +123.320s [fw-irda] [fw-beacon]
1779882828.839 +123.504s [fw-irda] [fw-beacon]
1779882829.022 +123.688s [fw-irda] [fw-beacon]
1779882829.203 +123.869s [fw-irda] [fw-beacon]
1779882829.359 +124.025s [fw-irda] [fw-beacon]
1779882829.514 +124.180s [fw-irda] [fw-beacon]
1779882829.680 +124.346s [fw-irda] [fw-beacon]
1779882829.866 +124.532s [fw-irda] [fw-beacon]
1779882830.055 +124.721s [fw-irda] [fw-beacon]
1779882830.236 +124.902s [fw-irda] [fw-beacon]
1779882830.418 +125.084s [fw-irda] [fw-beacon]
1779882830.602 +125.268s [fw-irda] [fw-beacon]
1779882830.786 +125.452s [fw-irda] [fw-beacon]
1779882830.966 +125.632s [fw-irda] [fw-beacon]
1779882831.152 +125.818s [fw-irda] [fw-beacon]
1779882831.335 +126.000s [fw-irda] [fw-beacon]
1779882831.516 +126.182s [fw-irda] [fw-beacon]
1779882831.698 +126.364s [fw-irda] [fw-beacon]
1779882831.882 +126.548s [fw-irda] [fw-beacon]
1779882832.072 +126.738s [fw-irda] [fw-beacon]
1779882832.253 +126.919s [fw-irda] [fw-beacon]
1779882832.436 +127.101s [fw-irda] [fw-beacon]
1779882832.605 +127.271s [fw-irda] [fw-beacon]
1779882832.772 +127.438s [fw-irda] [fw-beacon]
1779882832.950 +127.616s [fw-irda] [fw-beacon]
1779882833.129 +127.795s [fw-irda] [fw-beacon]
1779882833.310 +127.976s [fw-irda] [fw-beacon]
1779882833.495 +128.161s [fw-irda] [fw-beacon]
1779882833.679 +128.345s [fw-irda] [fw-beacon]
1779882833.853 +128.519s [fw-irda] [fw-beacon]
1779882834.014 +128.680s [fw-irda] [fw-beacon]
1779882834.174 +128.840s [fw-irda] [fw-beacon]
1779882834.337 +129.002s [fw-irda] [fw-beacon]
1779882834.515 +129.181s [fw-irda] [fw-beacon]
1779882834.698 +129.364s [fw-irda] [fw-beacon]
1779882834.881 +129.547s [fw-irda] [fw-beacon]
1779882835.050 +129.716s [fw-irda] [fw-beacon]
1779882835.216 +129.882s [fw-irda] [fw-beacon]
1779882835.383 +130.049s [fw-irda] [fw-beacon]
1779882835.562 +130.228s [fw-irda] [fw-beacon]
1779882835.722 +130.388s [fw-irda] [fw-beacon]
1779882835.883 +130.549s [fw-irda] [fw-beacon]
1779882836.046 +130.712s [fw-irda] [fw-beacon]
1779882836.218 +130.884s [fw-irda] [fw-beacon]
1779882836.401 +131.067s [fw-irda] [fw-beacon]
1779882836.580 +131.246s [fw-irda] [fw-beacon]
1779882836.761 +131.427s [fw-irda] [fw-beacon]
1779882836.947 +131.613s [fw-irda] [fw-beacon]
1779882837.131 +131.797s [fw-irda] [fw-beacon]
1779882837.318 +131.984s [fw-irda] [fw-beacon]
1779882837.499 +132.165s [fw-irda] [fw-beacon]
1779882837.683 +132.349s [fw-irda] [fw-beacon]
1779882837.869 +132.535s [fw-irda] [fw-beacon]
1779882838.052 +132.718s [fw-irda] [fw-beacon]
1779882838.235 +132.901s [fw-irda] [fw-beacon]
1779882838.416 +133.082s [fw-irda] [fw-beacon]
1779882838.597 +133.263s [fw-irda] [fw-beacon]
1779882838.778 +133.444s [fw-irda] [fw-beacon]
1779882838.961 +133.627s [fw-irda] [fw-beacon]
1779882839.144 +133.810s [fw-irda] [fw-beacon]
1779882839.320 +133.986s [fw-irda] [fw-beacon]
1779882839.490 +134.156s [fw-irda] [fw-beacon]
1779882839.659 +134.324s [fw-irda] [fw-beacon]
1779882839.848 +134.514s [fw-irda] [fw-beacon]
1779882840.028 +134.694s [fw-irda] [fw-beacon]
1779882840.212 +134.878s [fw-irda] [fw-beacon]
1779882840.398 +135.064s [fw-irda] [fw-beacon]
1779882840.583 +135.249s [fw-irda] [fw-beacon]
1779882840.764 +135.430s [fw-irda] [fw-beacon]
1779882840.944 +135.610s [fw-irda] [fw-beacon]
1779882841.127 +135.793s [fw-irda] [fw-beacon]
1779882841.311 +135.977s [fw-irda] [fw-beacon]
1779882841.495 +136.161s [fw-irda] [fw-beacon]
1779882841.675 +136.341s [fw-irda] [fw-beacon]
1779882841.858 +136.524s [fw-irda] [fw-beacon]
1779882842.043 +136.709s [fw-irda] [fw-beacon]
1779882842.226 +136.892s [fw-irda] [fw-beacon]
1779882842.407 +137.073s [fw-irda] [fw-beacon]
1779882842.590 +137.256s [fw-irda] [fw-beacon]
1779882842.772 +137.438s [fw-irda] [fw-beacon]
1779882842.956 +137.622s [fw-irda] [fw-beacon]
1779882843.137 +137.803s [fw-irda] [fw-beacon]
1779882843.321 +137.987s [fw-irda] [fw-beacon]
1779882843.501 +138.167s [fw-irda] [fw-beacon]
1779882843.683 +138.349s [fw-irda] [fw-beacon]
1779882843.864 +138.530s [fw-irda] [fw-beacon]
1779882844.050 +138.716s [fw-irda] [fw-beacon]
1779882844.239 +138.905s [fw-irda] [fw-beacon]
1779882844.421 +139.087s [fw-irda] [fw-beacon]
1779882844.602 +139.268s [fw-irda] [fw-beacon]
1779882844.782 +139.448s [fw-irda] [fw-beacon]
1779882844.966 +139.632s [fw-irda] [fw-beacon]
1779882845.150 +139.816s [fw-irda] [fw-beacon]
1779882845.330 +139.996s [fw-irda] [fw-beacon]
1779882845.511 +140.177s [fw-irda] [fw-beacon]
1779882845.694 +140.360s [fw-irda] [fw-beacon]
1779882845.875 +140.541s [fw-irda] [fw-beacon]
1779882846.058 +140.724s [fw-irda] [fw-beacon]
1779882846.238 +140.904s [fw-irda] [fw-beacon]
1779882846.421 +141.087s [fw-irda] [fw-beacon]
1779882846.593 +141.259s [fw-irda] [fw-beacon]
1779882846.757 +141.423s [fw-irda] [fw-beacon]
1779882846.936 +141.602s [fw-irda] [fw-beacon]
1779882847.119 +141.785s [fw-irda] [fw-beacon]
1779882847.300 +141.966s [fw-irda] [fw-beacon]
1779882847.483 +142.149s [fw-irda] [fw-beacon]
1779882847.666 +142.332s [fw-irda] [fw-beacon]
1779882847.844 +142.510s [fw-irda] [fw-beacon]
1779882848.023 +142.689s [fw-irda] [fw-beacon]
1779882848.205 +142.871s [fw-irda] [fw-beacon]
1779882848.388 +143.054s [fw-irda] [fw-beacon]
1779882848.579 +143.244s [fw-irda] [fw-beacon]
1779882848.757 +143.423s [fw-irda] [fw-beacon]
1779882848.936 +143.602s [fw-irda] [fw-beacon]
1779882849.100 +143.766s [fw-irda] [fw-beacon]
1779882849.260 +143.926s [fw-irda] [fw-beacon]
1779882849.419 +144.085s [fw-irda] [fw-beacon]
1779882849.573 +144.239s [fw-irda] [fw-beacon]
1779882849.727 +144.393s [fw-irda] [fw-beacon]
1779882849.885 +144.550s [fw-irda] [fw-beacon]
1779882850.048 +144.714s [fw-irda] [fw-beacon]
1779882850.224 +144.890s [fw-irda] [fw-beacon]
1779882850.398 +145.064s [fw-irda] [fw-beacon]
1779882850.584 +145.250s [fw-irda] [fw-beacon]
1779882850.771 +145.437s [fw-irda] [fw-beacon]
1779882850.953 +145.619s [fw-irda] [fw-beacon]
1779882851.135 +145.801s [fw-irda] [fw-beacon]
1779882851.313 +145.979s [fw-irda] [fw-beacon]
1779882851.491 +146.156s [fw-irda] [fw-beacon]
1779882851.655 +146.321s [fw-irda] [fw-beacon]
1779882851.815 +146.481s [fw-irda] [fw-beacon]
1779882851.967 +146.633s [fw-irda] [fw-beacon]
1779882852.125 +146.791s [fw-irda] [fw-beacon]
1779882852.284 +146.950s [fw-irda] [fw-beacon]
1779882852.459 +147.125s [fw-irda] [fw-beacon]
1779882852.644 +147.310s [fw-irda] [fw-beacon]
1779882852.836 +147.502s [fw-irda] [fw-beacon]
1779882853.021 +147.687s [fw-irda] [fw-beacon]
1779882853.204 +147.870s [fw-irda] [fw-beacon]
1779882853.389 +148.055s [fw-irda] [fw-beacon]
1779882853.566 +148.232s [fw-irda] [fw-beacon]
1779882853.751 +148.417s [fw-irda] [fw-beacon]
1779882853.938 +148.604s [fw-irda] [fw-beacon]
1779882854.119 +148.785s [fw-irda] [fw-beacon]
1779882854.284 +148.950s [fw-irda] [fw-beacon]
1779882854.443 +149.109s [fw-irda] [fw-beacon]
1779882854.598 +149.264s [fw-irda] [fw-beacon]
1779882854.750 +149.416s [fw-irda] [fw-beacon]
1779882854.909 +149.575s [fw-irda] [fw-beacon]
1779882855.070 +149.736s [fw-irda] [fw-beacon]
1779882855.247 +149.913s [fw-irda] [fw-beacon]
1779882855.429 +150.095s [fw-irda] [fw-beacon]
1779882855.614 +150.280s [fw-irda] [fw-beacon]
1779882855.800 +150.466s [fw-irda] [fw-beacon]
1779882855.985 +150.651s [fw-irda] [fw-beacon]
1779882856.171 +150.837s [fw-irda] [fw-beacon]
1779882856.351 +151.017s [fw-irda] [fw-beacon]
1779882856.536 +151.202s [fw-irda] [fw-beacon]
1779882856.724 +151.390s [fw-irda] [fw-beacon]
1779882856.910 +151.576s [fw-irda] [fw-beacon]
1779882857.094 +151.760s [fw-irda] [fw-beacon]
1779882857.269 +151.935s [fw-irda] [fw-beacon]
1779882857.428 +152.094s [fw-irda] [fw-beacon]
1779882857.600 +152.266s [fw-irda] [fw-beacon]
1779882857.773 +152.439s [fw-irda] [fw-beacon]
1779882857.926 +152.592s [fw-irda] [fw-beacon]
1779882858.083 +152.749s [fw-irda] [fw-beacon]
1779882858.234 +152.900s [fw-irda] [fw-beacon]
1779882858.395 +153.061s [fw-irda] [fw-beacon]
1779882858.570 +153.236s [fw-irda] [fw-beacon]
1779882858.752 +153.418s [fw-irda] [fw-beacon]
1779882858.937 +153.603s [fw-irda] [fw-beacon]
1779882859.125 +153.790s [fw-irda] [fw-beacon]
1779882859.310 +153.976s [fw-irda] [fw-beacon]
1779882859.473 +154.139s [fw-irda] [fw-beacon]
1779882859.633 +154.299s [fw-irda] [fw-beacon]
1779882859.791 +154.457s [fw-irda] [fw-beacon]
1779882859.958 +154.624s [fw-irda] [fw-beacon]
1779882860.125 +154.791s [fw-irda] [fw-beacon]
1779882860.284 +154.950s [fw-irda] [fw-beacon]
1779882860.438 +155.104s [fw-irda] [fw-beacon]
1779882860.593 +155.259s [fw-irda] [fw-beacon]
1779882860.753 +155.418s [fw-irda] [fw-beacon]
1779882860.914 +155.580s [fw-irda] [fw-beacon]
1779882861.086 +155.752s [fw-irda] [fw-beacon]
1779882861.250 +155.916s [fw-irda] [fw-beacon]
1779882861.410 +156.076s [fw-irda] [fw-beacon]
1779882861.580 +156.246s [fw-irda] [fw-beacon]
1779882861.732 +156.397s [fw-irda] [fw-beacon]
1779882861.885 +156.551s [fw-irda] [fw-beacon]
1779882862.040 +156.705s [fw-irda] [fw-beacon]
1779882862.221 +156.887s [fw-irda] [fw-beacon]
1779882862.402 +157.068s [fw-irda] [fw-beacon]
1779882862.579 +157.245s [fw-irda] [fw-beacon]
1779882862.763 +157.429s [fw-irda] [fw-beacon]
1779882862.947 +157.612s [fw-irda] [fw-beacon]
1779882863.127 +157.793s [fw-irda] [fw-beacon]
1779882863.307 +157.973s [fw-irda] [fw-beacon]
1779882863.471 +158.137s [fw-irda] [fw-beacon]
1779882863.656 +158.322s [fw-irda] [fw-beacon]
1779882863.839 +158.505s [fw-irda] [fw-beacon]
1779882864.018 +158.684s [fw-irda] [fw-beacon]
1779882864.200 +158.866s [fw-irda] [fw-beacon]
1779882864.379 +159.045s [fw-irda] [fw-beacon]
1779882864.564 +159.230s [fw-irda] [fw-beacon]
1779882864.744 +159.409s [fw-irda] [fw-beacon]
1779882864.924 +159.590s [fw-irda] [fw-beacon]
1779882865.105 +159.771s [fw-irda] [fw-beacon]
1779882865.285 +159.951s [fw-irda] [fw-beacon]
1779882865.465 +160.131s [fw-irda] [fw-beacon]
1779882865.646 +160.312s [fw-irda] [fw-beacon]
1779882865.825 +160.491s [fw-irda] [fw-beacon]
1779882866.019 +160.684s [fw-irda] [fw-beacon]
1779882866.201 +160.866s [fw-irda] [fw-beacon]
1779882866.383 +161.049s [fw-irda] [fw-beacon]
1779882866.564 +161.230s [fw-irda] [fw-beacon]
1779882866.746 +161.412s [fw-irda] [fw-beacon]
1779882866.929 +161.595s [fw-irda] [fw-beacon]
1779882867.112 +161.778s [fw-irda] [fw-beacon]
1779882867.298 +161.964s [fw-irda] [fw-beacon]
1779882867.483 +162.149s [fw-irda] [fw-beacon]
1779882867.663 +162.329s [fw-irda] [fw-beacon]
1779882867.846 +162.511s [fw-irda] [fw-beacon]
1779882868.030 +162.696s [fw-irda] [fw-beacon]
1779882868.217 +162.883s [fw-irda] [fw-beacon]
1779882868.402 +163.067s [fw-irda] [fw-beacon]
1779882868.584 +163.250s [fw-irda] [fw-beacon]
1779882868.761 +163.427s [fw-irda] [fw-beacon]
1779882868.930 +163.595s [fw-irda] [fw-beacon]
1779882869.095 +163.761s [fw-irda] [fw-beacon]
1779882869.274 +163.940s [fw-irda] [fw-beacon]
1779882869.455 +164.121s [fw-irda] [fw-beacon]
1779882869.635 +164.301s [fw-irda] [fw-beacon]
1779882869.817 +164.483s [fw-irda] [fw-beacon]
1779882869.996 +164.662s [fw-irda] [fw-beacon]
1779882870.177 +164.843s [fw-irda] [fw-beacon]
1779882870.365 +165.031s [fw-irda] [fw-beacon]
1779882870.543 +165.209s [fw-irda] [fw-beacon]
1779882870.724 +165.389s [fw-irda] [fw-beacon]
1779882870.904 +165.570s [fw-irda] [fw-beacon]
1779882871.080 +165.746s [fw-irda] [fw-beacon]
1779882871.253 +165.919s [fw-irda] [fw-beacon]
1779882871.433 +166.099s [fw-irda] [fw-beacon]
1779882871.619 +166.285s [fw-irda] [fw-beacon]
1779882871.800 +166.466s [fw-irda] [fw-beacon]
1779882871.974 +166.640s [fw-irda] [fw-beacon]
1779882872.143 +166.809s [fw-irda] [fw-beacon]
1779882872.302 +166.968s [fw-irda] [fw-beacon]
1779882872.455 +167.121s [fw-irda] [fw-beacon]
1779882872.612 +167.277s [fw-irda] [fw-beacon]
1779882872.774 +167.440s [fw-irda] [fw-beacon]
1779882872.934 +167.600s [fw-irda] [fw-beacon]
1779882873.094 +167.759s [fw-irda] [fw-beacon]
1779882873.252 +167.918s [fw-irda] [fw-beacon]
1779882873.411 +168.076s [fw-irda] [fw-beacon]
1779882873.562 +168.228s [fw-irda] [fw-beacon]
1779882873.720 +168.385s [fw-irda] [fw-beacon]
1779882873.881 +168.547s [fw-irda] [fw-beacon]
1779882874.040 +168.706s [fw-irda] [fw-beacon]
1779882874.201 +168.867s [fw-irda] [fw-beacon]
1779882874.366 +169.032s [fw-irda] [fw-beacon]
1779882874.522 +169.188s [fw-irda] [fw-beacon]
1779882874.681 +169.347s [fw-irda] [fw-beacon]
1779882874.840 +169.506s [fw-irda] [fw-beacon]
1779882874.998 +169.664s [fw-irda] [fw-beacon]
1779882875.160 +169.826s [fw-irda] [fw-beacon]
1779882875.320 +169.986s [fw-irda] [fw-beacon]
1779882875.482 +170.148s [fw-irda] [fw-beacon]
1779882875.641 +170.307s [fw-irda] [fw-beacon]
1779882875.795 +170.461s [fw-irda] [fw-beacon]
1779882875.949 +170.615s [fw-irda] [fw-beacon]
1779882876.109 +170.775s [fw-irda] [fw-beacon]
1779882876.270 +170.936s [fw-irda] [fw-beacon]
1779882876.430 +171.096s [fw-irda] [fw-beacon]
1779882876.591 +171.256s [fw-irda] [fw-beacon]
1779882876.751 +171.417s [fw-irda] [fw-beacon]
1779882876.909 +171.575s [fw-irda] [fw-beacon]
1779882877.061 +171.727s [fw-irda] [fw-beacon]
1779882877.220 +171.886s [fw-irda] [fw-beacon]
1779882877.380 +172.045s [fw-irda] [fw-beacon]
1779882877.539 +172.204s [fw-irda] [fw-beacon]
1779882877.700 +172.366s [fw-irda] [fw-beacon]
1779882877.862 +172.528s [fw-irda] [fw-beacon]
1779882878.021 +172.687s [fw-irda] [fw-beacon]
1779882878.175 +172.840s [fw-irda] [fw-beacon]
1779882878.327 +172.993s [fw-irda] [fw-beacon]
1779882878.483 +173.149s [fw-irda] [fw-beacon]
1779882878.645 +173.311s [fw-irda] [fw-beacon]
1779882878.805 +173.471s [fw-irda] [fw-beacon]
1779882878.965 +173.631s [fw-irda] [fw-beacon]
1779882879.133 +173.799s [fw-irda] [fw-beacon]
1779882879.287 +173.953s [fw-irda] [fw-beacon]
1779882879.444 +174.110s [fw-irda] [fw-beacon]
1779882879.601 +174.267s [fw-irda] [fw-beacon]
1779882879.752 +174.418s [fw-irda] [fw-beacon]
1779882879.913 +174.578s [fw-irda] [fw-beacon]
1779882880.095 +174.761s [fw-irda] [fw-beacon]
1779882880.275 +174.941s [fw-irda] [fw-beacon]
1779882880.458 +175.124s [fw-irda] [fw-beacon]
1779882880.641 +175.307s [fw-irda] [fw-beacon]
1779882880.823 +175.489s [fw-irda] [fw-beacon]
1779882881.000 +175.666s [fw-irda] [fw-beacon]
1779882881.185 +175.851s [fw-irda] [fw-beacon]
1779882881.371 +176.037s [fw-irda] [fw-beacon]
1779882881.554 +176.220s [fw-irda] [fw-beacon]
1779882881.736 +176.402s [fw-irda] [fw-beacon]
1779882881.922 +176.588s [fw-irda] [fw-beacon]
1779882882.104 +176.770s [fw-irda] [fw-beacon]
1779882882.289 +176.954s [fw-irda] [fw-beacon]
1779882882.473 +177.139s [fw-irda] [fw-beacon]
1779882882.653 +177.319s [fw-irda] [fw-beacon]
1779882882.837 +177.503s [fw-irda] [fw-beacon]
1779882883.021 +177.687s [fw-irda] [fw-beacon]
1779882883.205 +177.870s [fw-irda] [fw-beacon]
1779882883.395 +178.060s [fw-irda] [fw-beacon]
1779882883.575 +178.241s [fw-irda] [fw-beacon]
1779882883.753 +178.419s [fw-irda] [fw-beacon]
1779882883.934 +178.600s [fw-irda] [fw-beacon]
1779882884.114 +178.780s [fw-irda] [fw-beacon]
1779882884.298 +178.964s [fw-irda] [fw-beacon]
1779882884.481 +179.147s [fw-irda] [fw-beacon]
1779882884.665 +179.331s [fw-irda] [fw-beacon]
1779882884.846 +179.512s [fw-irda] [fw-beacon]
1779882885.024 +179.690s [fw-irda] [fw-beacon]
1779882885.205 +179.870s [fw-irda] [fw-beacon]
1779882885.391 +180.057s [fw-irda] [fw-beacon]
1779882885.563 +180.229s [fw-irda] [fw-beacon]
1779882885.730 +180.396s [fw-irda] [fw-beacon]
1779882885.901 +180.567s [fw-irda] [fw-beacon]
1779882886.079 +180.745s [fw-irda] [fw-beacon]
1779882886.260 +180.926s [fw-irda] [fw-beacon]
1779882886.440 +181.106s [fw-irda] [fw-beacon]
1779882886.618 +181.284s [fw-irda] [fw-beacon]
1779882886.796 +181.462s [fw-irda] [fw-beacon]
1779882886.977 +181.643s [fw-irda] [fw-beacon]
1779882887.160 +181.826s [fw-irda] [fw-beacon]
1779882887.339 +182.005s [fw-irda] [fw-beacon]
1779882887.522 +182.188s [fw-irda] [fw-beacon]
1779882887.703 +182.369s [fw-irda] [fw-beacon]
1779882887.890 +182.556s [fw-irda] [fw-beacon]
1779882888.073 +182.739s [fw-irda] [fw-beacon]
1779882888.255 +182.921s [fw-irda] [fw-beacon]
1779882888.437 +183.103s [fw-irda] [fw-beacon]
1779882888.621 +183.286s [fw-irda] [fw-beacon]
1779882888.802 +183.468s [fw-irda] [fw-beacon]
1779882888.981 +183.647s [fw-irda] [fw-beacon]
1779882889.140 +183.806s [fw-irda] [fw-beacon]
1779882889.298 +183.964s [fw-irda] [fw-beacon]
1779882889.463 +184.129s [fw-irda] [fw-beacon]
1779882889.634 +184.299s [fw-irda] [fw-beacon]
1779882889.813 +184.479s [fw-irda] [fw-beacon]
1779882889.994 +184.660s [fw-irda] [fw-beacon]
1779882890.175 +184.840s [fw-irda] [fw-beacon]
1779882890.355 +185.021s [fw-irda] [fw-beacon]
1779882890.535 +185.201s [fw-irda] [fw-beacon]
1779882890.716 +185.382s [fw-irda] [fw-beacon]
1779882890.900 +185.566s [fw-irda] [fw-beacon]
1779882891.080 +185.746s [fw-irda] [fw-beacon]
1779882891.261 +185.927s [fw-irda] [fw-beacon]
1779882891.444 +186.110s [fw-irda] [fw-beacon]
1779882891.627 +186.293s [fw-irda] [fw-beacon]
1779882891.788 +186.453s [fw-irda] [fw-beacon]
1779882891.944 +186.610s [fw-irda] [fw-beacon]
1779882892.107 +186.773s [fw-irda] [fw-beacon]
1779882892.265 +186.931s [fw-irda] [fw-beacon]
1779882892.417 +187.083s [fw-irda] [fw-beacon]
1779882892.573 +187.238s [fw-irda] [fw-beacon]
1779882892.730 +187.396s [fw-irda] [fw-beacon]
1779882892.887 +187.552s [fw-irda] [fw-beacon]
1779882893.066 +187.732s [fw-irda] [fw-beacon]
1779882893.250 +187.916s [fw-irda] [fw-beacon]
1779882893.436 +188.101s [fw-irda] [fw-beacon]
1779882893.615 +188.281s [fw-irda] [fw-beacon]
1779882893.796 +188.462s [fw-irda] [fw-beacon]
1779882893.974 +188.640s [fw-irda] [fw-beacon]
1779882894.136 +188.802s [fw-irda] [fw-beacon]
1779882894.289 +188.955s [fw-irda] [fw-beacon]
1779882894.444 +189.109s [fw-irda] [fw-beacon]
1779882894.595 +189.261s [fw-irda] [fw-beacon]
1779882894.754 +189.420s [fw-irda] [fw-beacon]
1779882894.914 +189.580s [fw-irda] [fw-beacon]
1779882895.071 +189.737s [fw-irda] [fw-beacon]
1779882895.229 +189.895s [fw-irda] [fw-beacon]
1779882895.390 +190.056s [fw-irda] [fw-beacon]
1779882895.550 +190.216s [fw-irda] [fw-beacon]
1779882895.710 +190.376s [fw-irda] [fw-beacon]
1779882895.865 +190.531s [fw-irda] [fw-beacon]
1779882896.019 +190.685s [fw-irda] [fw-beacon]
1779882896.172 +190.838s [fw-irda] [fw-beacon]
1779882896.328 +190.994s [fw-irda] [fw-beacon]
1779882896.488 +191.154s [fw-irda] [fw-beacon]
1779882896.653 +191.319s [fw-irda] [fw-beacon]
1779882896.812 +191.478s [fw-irda] [fw-beacon]
1779882896.971 +191.637s [fw-irda] [fw-beacon]
1779882897.131 +191.797s [fw-irda] [fw-beacon]
1779882897.290 +191.956s [fw-irda] [fw-beacon]
1779882897.446 +192.112s [fw-irda] [fw-beacon]
1779882897.599 +192.265s [fw-irda] [fw-beacon]
1779882897.751 +192.417s [fw-irda] [fw-beacon]
1779882897.908 +192.574s [fw-irda] [fw-beacon]
1779882898.067 +192.733s [fw-irda] [fw-beacon]
1779882898.226 +192.892s [fw-irda] [fw-beacon]
1779882898.385 +193.051s [fw-irda] [fw-beacon]
1779882898.544 +193.210s [fw-irda] [fw-beacon]
1779882898.706 +193.372s [fw-irda] [fw-beacon]
1779882898.866 +193.532s [fw-irda] [fw-beacon]
1779882899.021 +193.687s [fw-irda] [fw-beacon]
1779882899.176 +193.842s [fw-irda] [fw-beacon]
1779882899.328 +193.994s [fw-irda] [fw-beacon]
1779882899.482 +194.148s [fw-irda] [fw-beacon]
1779882899.641 +194.307s [fw-irda] [fw-beacon]
1779882899.801 +194.467s [fw-irda] [fw-beacon]
1779882899.962 +194.628s [fw-irda] [fw-beacon]
1779882900.122 +194.788s [fw-irda] [fw-beacon]
1779882900.280 +194.946s [fw-irda] [fw-beacon]
1779882900.439 +195.105s [fw-irda] [fw-beacon]
1779882900.598 +195.264s [fw-irda] [fw-beacon]
1779882900.751 +195.416s [fw-irda] [fw-beacon]
1779882900.910 +195.576s [fw-irda] [fw-beacon]
1779882901.068 +195.734s [fw-irda] [fw-beacon]
1779882901.227 +195.893s [fw-irda] [fw-beacon]
1779882901.388 +196.054s [fw-irda] [fw-beacon]
1779882901.546 +196.212s [fw-irda] [fw-beacon]
1779882901.704 +196.370s [fw-irda] [fw-beacon]
1779882901.858 +196.523s [fw-irda] [fw-beacon]
1779882902.012 +196.677s [fw-irda] [fw-beacon]
1779882902.173 +196.839s [fw-irda] [fw-beacon]
1779882902.331 +196.997s [fw-irda] [fw-beacon]
1779882902.489 +197.154s [fw-irda] [fw-beacon]
1779882902.648 +197.314s [fw-irda] [fw-beacon]
1779882902.805 +197.471s [fw-irda] [fw-beacon]
1779882902.957 +197.623s [fw-irda] [fw-beacon]
1779882903.111 +197.777s [fw-irda] [fw-beacon]
1779882903.265 +197.931s [fw-irda] [fw-beacon]
1779882903.426 +198.092s [fw-irda] [fw-beacon]
1779882903.585 +198.250s [fw-irda] [fw-beacon]
1779882903.742 +198.408s [fw-irda] [fw-beacon]
1779882903.902 +198.568s [fw-irda] [fw-beacon]
1779882904.061 +198.727s [fw-irda] [fw-beacon]
1779882904.222 +198.888s [fw-irda] [fw-beacon]
1779882904.380 +199.046s [fw-irda] [fw-beacon]
1779882904.533 +199.198s [fw-irda] [fw-beacon]
1779882904.685 +199.351s [fw-irda] [fw-beacon]
1779882904.839 +199.505s [fw-irda] [fw-beacon]
1779882904.998 +199.664s [fw-irda] [fw-beacon]
1779882916.279 +210.945s [fw-irda] [fw-beacon]
1779882916.641 +211.307s [fw-irda] [fw-beacon]
1779882916.997 +211.663s [fw-irda] [fw-beacon]
1779882917.435 +212.101s [fw-irda] [fw-beacon]
1779882917.794 +212.460s [fw-irda] [fw-beacon]
1779882918.997 +213.663s [fw-irda] [fw-beacon]
1779882919.360 +214.026s [fw-irda] [fw-beacon]
1779882919.723 +214.389s [fw-irda] [fw-beacon]
1779882919.905 +214.571s [fw-irda] [fw-beacon]
1779882920.455 +215.121s [fw-irda] [fw-beacon[fw-beacon][fw-beacon]
1779882920.824 +215.489s [fw-irda] [fw-beacon]
1779882921.194 +215.860s [fw-irda] [fw-beacon]
1779882921.743 +216.409s [fw-irda] [fw-beacon[fw-beacon]
1779882922.111 +216.776s [fw-irda] [fw-beacon]
1779882922.472 +217.138s [fw-irda] [fw-beacon]
1779882922.837 +217.502s [fw-irda] [fw-beacon]
1779882923.201 +217.867s [fw-irda] [fw-beacon]
1779882923.380 +218.046s [fw-irda] 
1779882923.563 +218.228s [fw-irda] [fw-beacon]
1779882923.745 +218.411s [fw-irda] [fw-beacon]
1779882923.926 +218.592s [fw-irda] [fw-beacon]
1779882924.109 +218.775s [fw-irda] 
1779882924.292 +218.958s [fw-irda] [fw-beacon]
1779882924.655 +219.321s [fw-irda] [fw-beacon]
1779882924.837 +219.503s [fw-irda] [fw-beacon]
1779882925.020 +219.685s [fw-irda] [fw-beacon]
1779882925.202 +219.868s [fw-irda] [fw-beacon]
1779882925.391 +220.057s [fw-irda] [fw-beacon]
1779882925.573 +220.239s [fw-irda] [fw-beacon]
1779882925.756 +220.422s [fw-irda] [fw-beacon]
1779882925.939 +220.605s [fw-irda] [fw-beacon]
1779882926.120 +220.786s [fw-irda] [fw-beacon]
1779882926.485 +221.151s [fw-irda] [fw-beacon]
1779882926.820 +221.486s [fw-irda] [fw-beacon]
1779882926.997 +221.663s [fw-irda] [fw-beacon]
1779882927.359 +222.025s [fw-irda] [fw-beacon]
1779882927.727 +222.392s [fw-irda] [fw-beacon]
1779882928.086 +222.752s [fw-irda] [fw-beacon][fw-beacon]
1779882928.270 +222.936s [fw-irda] [fw-beacon]
1779882928.454 +223.120s [fw-irda] [fw-beacon]
1779882928.816 +223.482s [fw-irda] [fw-beacon]
1779882928.997 +223.663s [fw-irda] [fw-beacon]
1779882929.181 +223.847s [fw-irda] [fw-beacon]
1779882929.362 +224.028s [fw-irda] [fw-beacon]
1779882929.545 +224.211s [fw-irda] [fw-beacon]
1779882929.732 +224.398s [fw-irda] [fw-beacon]
1779882929.914 +224.580s [fw-irda] [fw-beacon]
1779882930.279 +224.945s [fw-irda] [fw-beacon]
1779882930.460 +225.126s [fw-irda] [fw-beacon]
1779882930.825 +225.491s [fw-irda] [fw-beacon]
1779882931.190 +225.856s [fw-irda] [fw-beacon]
1779882931.369 +226.035s [fw-irda] [fw-beacon]
1779882931.552 +226.218s [fw-irda] [fw-beacon]
1779882931.917 +226.583s [fw-irda] [fw-beacon]
1779882932.282 +226.947s [fw-irda] [fw-beacon]
1779882932.467 +227.132s [fw-irda] [fw-beacon]
1779882932.644 +227.310s [fw-irda] [fw-beacon]
1779882932.809 +227.475s [fw-irda] [fw-beacon]
1779882933.159 +227.825s [fw-irda] [fw-beacon]
1779882933.339 +228.004s [fw-irda] [fw-beacon]
1779882933.524 +228.190s [fw-irda] [fw-beacon]
1779882933.708 +228.374s [fw-irda] [fw-beacon]
1779882934.075 +228.741s [fw-irda] [fw-beacon]
1779882934.441 +229.107s [fw-irda] [fw-beacon]
1779882934.618 +229.284s [fw-irda] [fw-beacon]
1779882934.799 +229.465s [fw-irda] [fw-beacon]
1779882934.983 +229.649s [fw-irda] [fw-beacon]
1779882935.165 +229.831s [fw-irda] [fw-beacon]
1779882935.346 +230.011s [fw-irda] [fw-beacon]
1779882935.528 +230.194s [fw-irda] [fw-beacon]
1779882935.710 +230.376s [fw-irda] [fw-beacon]
1779882935.890 +230.556s [fw-irda] [fw-beacon]
1779882936.068 +230.734s [fw-irda] [fw-beacon]
1779882936.250 +230.916s [fw-irda] [fw-beacon]
1779882936.432 +231.098s [fw-irda] [fw-beacon]
1779882936.612 +231.278s [fw-irda] [fw-beacon]
1779882936.793 +231.459s [fw-irda] [fw-beacon]
1779882936.973 +231.639s [fw-irda] [fw-beacon]
1779882937.153 +231.819s [fw-irda] [fw-beacon]
1779882937.334 +232.000s [fw-irda] [fw-beacon]
1779882937.516 +232.182s [fw-irda] [fw-beacon]
1779882937.698 +232.364s [fw-irda] [fw-beacon]
1779882937.879 +232.545s [fw-irda] [fw-beacon]
1779882938.063 +232.729s [fw-irda] [fw-beacon]
1779882938.245 +232.911s [fw-irda] [fw-beacon]
1779882938.433 +233.099s [fw-irda] [fw-beacon]
1779882938.605 +233.271s [fw-irda] [fw-beacon]
1779882938.770 +233.436s [fw-irda] [fw-beacon]
1779882938.947 +233.613s [fw-irda] [fw-beacon]
1779882939.128 +233.794s [fw-irda] [fw-beacon]
1779882939.308 +233.974s [fw-irda] [fw-beacon]
1779882939.491 +234.157s [fw-irda] [fw-beacon]
1779882939.675 +234.341s [fw-irda] [fw-beacon]
1779882939.858 +234.523s [fw-irda] [fw-beacon]
1779882940.038 +234.703s [fw-irda] [fw-beacon]
1779882940.213 +234.879s [fw-irda] [fw-beacon]
1779882940.376 +235.042s [fw-irda] [fw-beacon]
1779882940.538 +235.204s [fw-irda] [fw-beacon]
1779882940.699 +235.365s [fw-irda] [fw-beacon]
1779882940.856 +235.521s [fw-irda] [fw-beacon]
1779882941.011 +235.677s [fw-irda] [fw-beacon]
1779882941.163 +235.829s [fw-irda] [fw-beacon]
1779882941.318 +235.984s [fw-irda] [fw-beacon]
1779882941.479 +236.145s [fw-irda] [fw-beacon]
1779882941.639 +236.305s [fw-irda] [fw-beacon]
1779882941.799 +236.465s [fw-irda] [fw-beacon]
1779882941.975 +236.641s [fw-irda] [fw-beacon]
1779882942.158 +236.824s [fw-irda] [fw-beacon]
1779882942.336 +237.002s [fw-irda] [fw-beacon]
1779882942.520 +237.186s [fw-irda] [fw-beacon]
1779882942.704 +237.370s [fw-irda] [fw-beacon]
1779882942.888 +237.554s [fw-irda] [fw-beacon]
1779882943.071 +237.737s [fw-irda] [fw-beacon]
1779882943.253 +237.919s [fw-irda] [fw-beacon]
1779882943.435 +238.101s [fw-irda] [fw-beacon]
1779882943.620 +238.285s [fw-irda] [fw-beacon]
1779882943.803 +238.469s [fw-irda] [fw-beacon]
1779882943.986 +238.652s [fw-irda] [fw-beacon]
1779882944.168 +238.834s [fw-irda] [fw-beacon]
1779882944.350 +239.016s [fw-irda] [fw-beacon]
1779882944.532 +239.198s [fw-irda] [fw-beacon]
1779882944.715 +239.381s [fw-irda] [fw-beacon]
1779882944.898 +239.564s [fw-irda] [fw-beacon]
1779882945.079 +239.745s [fw-irda] [fw-beacon]
1779882945.260 +239.926s [fw-irda] [fw-beacon]
1779882945.442 +240.108s [fw-irda] [fw-beacon]
1779882945.623 +240.289s [fw-irda] [fw-beacon]
1779882945.807 +240.473s [fw-irda] [fw-beacon]
1779882945.986 +240.652s [fw-irda] [fw-beacon]
1779882946.164 +240.830s [fw-irda] [fw-beacon]
1779882946.345 +241.011s [fw-irda] [fw-beacon]
1779882946.511 +241.177s [fw-irda] [fw-beacon]
1779882946.679 +241.345s [fw-irda] [fw-beacon]
1779882946.860 +241.526s [fw-irda] [fw-beacon]
1779882947.039 +241.705s [fw-irda] [fw-beacon]
1779882947.220 +241.886s [fw-irda] [fw-beacon]
1779882947.405 +242.071s [fw-irda] [fw-beacon]
1779882947.586 +242.252s [fw-irda] [fw-beacon]
1779882947.766 +242.432s [fw-irda] [fw-beacon]
1779882947.948 +242.613s [fw-irda] [fw-beacon]
1779882948.131 +242.797s [fw-irda] [fw-beacon]
1779882948.315 +242.980s [fw-irda] [fw-beacon]
1779882948.494 +243.160s [fw-irda] [fw-beacon]
1779882948.675 +243.341s [fw-irda] [fw-beacon]
1779882948.860 +243.526s [fw-irda] [fw-beacon]
1779882949.045 +243.711s [fw-irda] [fw-beacon]
1779882949.225 +243.891s [fw-irda] [fw-beacon]
1779882949.406 +244.072s [fw-irda] [fw-beacon]
1779882949.589 +244.255s [fw-irda] [fw-beacon]
1779882949.771 +244.437s [fw-irda] [fw-beacon]
1779882949.952 +244.618s [fw-irda] [fw-beacon]
1779882950.135 +244.801s [fw-irda] [fw-beacon]
1779882950.320 +244.985s [fw-irda] [fw-beacon]
1779882950.502 +245.168s [fw-irda] [fw-beacon]
1779882950.681 +245.347s [fw-irda] [fw-beacon]
1779882950.863 +245.529s [fw-irda] [fw-beacon]
1779882951.045 +245.711s [fw-irda] [fw-beacon]
1779882951.228 +245.894s [fw-irda] [fw-beacon]
1779882951.408 +246.074s [fw-irda] [fw-beacon]
1779882951.597 +246.263s [fw-irda] [fw-beacon]
1779882951.783 +246.449s [fw-irda] [fw-beacon]
1779882951.965 +246.631s [fw-irda] [fw-beacon]
1779882952.143 +246.809s [fw-irda] [fw-beacon]
1779882952.323 +246.989s [fw-irda] [fw-beacon]
1779882952.494 +247.160s [fw-irda] [fw-beacon]
1779882952.657 +247.323s [fw-irda] [fw-beacon]
1779882952.819 +247.485s [fw-irda] [fw-beacon]
1779882952.997 +247.663s [fw-irda] [fw-beacon]
1779882953.174 +247.840s [fw-irda] [fw-beacon]
1779882953.356 +248.022s [fw-irda] [fw-beacon]
1779882953.525 +248.191s [fw-irda] [fw-beacon]
1779882953.706 +248.372s [fw-irda] [fw-beacon]
1779882953.885 +248.551s [fw-irda] [fw-beacon]
1779882954.062 +248.728s [fw-irda] [fw-beacon]
1779882954.233 +248.899s [fw-irda] [fw-beacon]
1779882954.392 +249.058s [fw-irda] [fw-beacon]
1779882954.551 +249.217s [fw-irda] [fw-beacon]
1779882954.705 +249.371s [fw-irda] [fw-beacon]
1779882954.858 +249.524s [fw-irda] [fw-beacon]
1779882955.018 +249.684s [fw-irda] [fw-beacon]
1779882955.177 +249.843s [fw-irda] [fw-beacon]
1779882955.337 +250.003s [fw-irda] [fw-beacon]
1779882955.497 +250.163s [fw-irda] [fw-beacon]
1779882955.661 +250.327s [fw-irda] [fw-beacon]
1779882955.831 +250.497s [fw-irda] [fw-beacon]
1779882956.005 +250.670s [fw-irda] [fw-beacon]
1779882956.177 +250.843s [fw-irda] [fw-beacon]
1779882956.339 +251.005s [fw-irda] [fw-beacon]
1779882956.498 +251.164s [fw-irda] [fw-beacon]
1779882956.657 +251.323s [fw-irda] [fw-beacon]
1779882956.818 +251.484s [fw-irda] [fw-beacon]
1779882956.980 +251.646s [fw-irda] [fw-beacon]
1779882957.140 +251.806s [fw-irda] [fw-beacon]
1779882957.293 +251.959s [fw-irda] [fw-beacon]
1779882957.446 +252.112s [fw-irda] [fw-beacon]
1779882957.601 +252.267s [fw-irda] [fw-beacon]
1779882957.761 +252.427s [fw-irda] [fw-beacon]
1779882957.944 +252.610s [fw-irda] [fw-beacon]
1779882958.125 +252.791s [fw-irda] [fw-beacon]
1779882958.309 +252.975s [fw-irda] [fw-beacon]
1779882958.484 +253.150s [fw-irda] [fw-beacon]
1779882958.667 +253.333s [fw-irda] [fw-beacon]
1779882958.848 +253.514s [fw-irda] [fw-beacon]
1779882959.018 +253.684s [fw-irda] [fw-beacon]
1779882959.179 +253.845s [fw-irda] [fw-beacon]
1779882959.341 +254.007s [fw-irda] [fw-beacon]
1779882959.503 +254.168s [fw-irda] [fw-beacon]
1779882959.662 +254.328s [fw-irda] [fw-beacon]
1779882959.821 +254.487s [fw-irda] [fw-beacon]
1779882959.974 +254.640s [fw-irda] [fw-beacon]
1779882960.130 +254.796s [fw-irda] [fw-beacon]
1779882960.287 +254.953s [fw-irda] [fw-beacon]
1779882960.465 +255.131s [fw-irda] [fw-beacon]
1779882960.645 +255.311s [fw-irda] [fw-beacon]
1779882960.827 +255.493s [fw-irda] [fw-beacon]
1779882961.007 +255.673s [fw-irda] [fw-beacon]
1779882961.190 +255.856s [fw-irda] [fw-beacon]
1779882961.356 +256.021s [fw-irda] [fw-beacon]
1779882961.521 +256.187s [fw-irda] [fw-beacon]
1779882961.699 +256.365s [fw-irda] [fw-beacon]
1779882961.880 +256.545s [fw-irda] [fw-beacon]
1779882962.042 +256.708s [fw-irda] [fw-beacon]
1779882962.219 +256.885s [fw-irda] [fw-beacon]
1779882962.377 +257.043s [fw-irda] [fw-beacon]
1779882962.536 +257.202s [fw-irda] [fw-beacon]
1779882962.691 +257.357s [fw-irda] [fw-beacon]
1779882962.844 +257.510s [fw-irda] [fw-beacon]
1779882963.005 +257.671s [fw-irda] [fw-beacon]
1779882963.165 +257.831s [fw-irda] [fw-beacon]
1779882963.327 +257.993s [fw-irda] [fw-beacon]
1779882963.505 +258.171s [fw-irda] [fw-beacon]
1779882963.688 +258.354s [fw-irda] [fw-beacon]
1779882963.869 +258.535s [fw-irda] [fw-beacon]
1779882964.052 +258.718s [fw-irda] [fw-beacon]
1779882964.228 +258.894s [fw-irda] [fw-beacon]
1779882964.394 +259.060s [fw-irda] [fw-beacon]
1779882964.577 +259.243s [fw-irda] [fw-beacon]
1779882964.750 +259.416s [fw-irda] [fw-beacon]
1779882964.919 +259.585s [fw-irda] [fw-beacon]
1779882965.092 +259.757s [fw-irda] [fw-beacon]
1779882965.255 +259.921s [fw-irda] [fw-beacon]
1779882965.414 +260.080s [fw-irda] [fw-beacon]
1779882965.575 +260.241s [fw-irda] [fw-beacon]
1779882965.735 +260.401s [fw-irda] [fw-beacon]
1779882965.894 +260.560s [fw-irda] [fw-beacon]
1779882966.054 +260.720s [fw-irda] [fw-beacon]
1779882966.206 +260.872s [fw-irda] [fw-beacon]
1779882966.362 +261.028s [fw-irda] [fw-beacon]
1779882966.522 +261.188s [fw-irda] [fw-beacon]
1779882966.680 +261.346s [fw-irda] [fw-beacon]
1779882966.841 +261.507s [fw-irda] [fw-beacon]
1779882967.002 +261.668s [fw-irda] [fw-beacon]
1779882967.163 +261.828s [fw-irda] [fw-beacon]
1779882967.318 +261.984s [fw-irda] [fw-beacon]
1779882967.485 +262.151s [fw-irda] [fw-beacon]
1779882967.656 +262.322s [fw-irda] [fw-beacon]
1779882967.839 +262.505s [fw-irda] [fw-beacon]
1779882968.015 +262.681s [fw-irda] [fw-beacon]
1779882968.195 +262.861s [fw-irda] [fw-beacon]
1779882968.375 +263.041s [fw-irda] [fw-beacon]
1779882968.539 +263.205s [fw-irda] [fw-beacon]
1779882968.699 +263.365s [fw-irda] [fw-beacon]
1779882968.860 +263.525s [fw-irda] [fw-beacon]
1779882969.019 +263.685s [fw-irda] [fw-beacon]
1779882969.178 +263.844s [fw-irda] [fw-beacon]
1779882969.341 +264.007s [fw-irda] [fw-beacon]
1779882969.509 +264.175s [fw-irda] [fw-beacon]
1779882969.691 +264.357s [fw-irda] [fw-beacon]
1779882969.873 +264.539s [fw-irda] [fw-beacon]
1779882970.038 +264.704s [fw-irda] [fw-beacon]
1779882970.196 +264.861s [fw-irda] [fw-beacon]
1779882970.374 +265.039s [fw-irda] [fw-beacon]
1779882970.558 +265.224s [fw-irda] [fw-beacon]
1779882970.740 +265.406s [fw-irda] [fw-beacon]
1779882970.920 +265.586s [fw-irda] [fw-beacon]
1779882971.105 +265.771s [fw-irda] [fw-beacon]
1779882971.291 +265.956s [fw-irda] [fw-beacon]
1779882971.474 +266.140s [fw-irda] [fw-beacon]
1779882971.654 +266.319s [fw-irda] [fw-beacon]
1779882971.837 +266.503s [fw-irda] [fw-beacon]
1779882972.020 +266.686s [fw-irda] [fw-beacon]
1779882972.201 +266.867s [fw-irda] [fw-beacon]
1779882972.385 +267.051s [fw-irda] [fw-beacon]
1779882972.566 +267.232s [fw-irda] [fw-beacon]
1779882972.729 +267.395s [fw-irda] [fw-beacon]
1779882972.893 +267.559s [fw-irda] [fw-beacon]
1779882973.047 +267.713s [fw-irda] [fw-beacon]
1779882973.200 +267.866s [fw-irda] [fw-beacon]
1779882973.358 +268.024s [fw-irda] [fw-beacon]
1779882973.518 +268.184s [fw-irda] [fw-beacon]
1779882973.681 +268.347s [fw-irda] [fw-beacon]
1779882973.842 +268.507s [fw-irda] [fw-beacon]
1779882974.002 +268.668s [fw-irda] [fw-beacon]
1779882974.160 +268.826s [fw-irda] [fw-beacon]
1779882974.320 +268.986s [fw-irda] [fw-beacon]
1779882974.475 +269.141s [fw-irda] [fw-beacon]
1779882974.628 +269.294s [fw-irda] [fw-beacon]
1779882974.788 +269.454s [fw-irda] [fw-beacon]
1779882974.948 +269.614s [fw-irda] [fw-beacon]
1779882975.106 +269.772s [fw-irda] [fw-beacon]
1779882975.267 +269.933s [fw-irda] [fw-beacon]
1779882975.429 +270.095s [fw-irda] [fw-beacon]
1779882975.590 +270.256s [fw-irda] [fw-beacon]
1779882975.743 +270.409s [fw-irda] [fw-beacon]
1779882975.897 +270.563s [fw-irda] [fw-beacon]
1779882976.052 +270.718s [fw-irda] [fw-beacon]
1779882976.213 +270.879s [fw-irda] [fw-beacon]
1779882976.372 +271.038s [fw-irda] [fw-beacon]
1779882976.528 +271.194s [fw-irda] [fw-beacon]
1779882976.684 +271.350s [fw-irda] [fw-beacon]
1779882976.842 +271.508s [fw-irda] [fw-beacon]
1779882977.008 +271.674s [fw-irda] [fw-beacon]
1779882977.190 +271.856s [fw-irda] [fw-beacon]
1779882977.376 +272.042s [fw-irda] [fw-beacon]
1779882977.560 +272.226s [fw-irda] [fw-beacon]
1779882977.736 +272.402s [fw-irda] [fw-beacon]
1779882977.888 +272.554s [fw-irda] [fw-beacon]
1779882978.058 +272.724s [fw-irda] [fw-beacon]
1779882978.216 +272.882s [fw-irda] [fw-beacon]
1779882978.395 +273.061s [fw-irda] [fw-beacon]
1779882978.573 +273.239s [fw-irda] [fw-beacon]
1779882978.756 +273.422s [fw-irda] [fw-beacon]
1779882978.911 +273.577s [fw-irda] [fw-beacon]
1779882979.069 +273.735s [fw-irda] [fw-beacon]
1779882979.226 +273.892s [fw-irda] [fw-beacon]
1779882979.403 +274.069s [fw-irda] [fw-beacon]
1779882979.601 +274.267s [fw-irda] [fw-beacon]
1779882979.789 +274.455s [fw-irda] [fw-beacon]
1779882979.974 +274.640s [fw-irda] [fw-beacon]
1779882980.161 +274.827s [fw-irda] [fw-beacon]
1779882980.345 +275.011s [fw-irda] [fw-beacon]
1779882980.524 +275.190s [fw-irda] [fw-beacon]
1779882980.681 +275.347s [fw-irda] [fw-beacon]
1779882980.834 +275.500s [fw-irda] [fw-beacon]
1779882980.988 +275.654s [fw-irda] [fw-beacon]
1779882981.147 +275.812s [fw-irda] [fw-beacon]
1779882981.309 +275.975s [fw-irda] [fw-beacon]
1779882981.470 +276.136s [fw-irda] [fw-beacon]
1779882981.630 +276.296s [fw-irda] [fw-beacon]
1779882981.790 +276.456s [fw-irda] [fw-beacon]
1779882981.950 +276.616s [fw-irda] [fw-beacon]
1779882982.113 +276.779s [fw-irda] [fw-beacon]
1779882982.278 +276.944s [fw-irda] [fw-beacon]
1779882982.454 +277.120s [fw-irda] [fw-beacon]
1779882982.633 +277.299s [fw-irda] [fw-beacon]
1779882982.812 +277.478s [fw-irda] [fw-beacon]
1779882982.996 +277.661s [fw-irda] [fw-beacon]
1779882983.177 +277.843s [fw-irda] [fw-beacon]
1779882983.359 +278.025s [fw-irda] [fw-beacon]
1779882983.541 +278.206s [fw-irda] [fw-beacon]
1779882983.723 +278.389s [fw-irda] [fw-beacon]
1779882983.909 +278.575s [fw-irda] [fw-beacon]
1779882984.095 +278.761s [fw-irda] [fw-beacon]
1779882984.277 +278.943s [fw-irda] [fw-beacon]
1779882984.455 +279.121s [fw-irda] [fw-beacon]
1779882984.636 +279.302s [fw-irda] [fw-beacon]
1779882984.821 +279.487s [fw-irda] [fw-beacon]
1779882985.003 +279.669s [fw-irda] [fw-beacon]
1779882985.186 +279.852s [fw-irda] [fw-beacon]
1779882985.367 +280.033s [fw-irda] [fw-beacon]
1779882985.549 +280.215s [fw-irda] [fw-beacon]
1779882985.728 +280.394s [fw-irda] [fw-beacon]
1779882985.903 +280.569s [fw-irda] [fw-beacon]
1779882986.064 +280.730s [fw-irda] [fw-beacon]
1779882986.223 +280.889s [fw-irda] [fw-beacon]
1779882986.382 +281.048s [fw-irda] [fw-beacon]
1779882986.537 +281.203s [fw-irda] [fw-beacon]
1779882986.692 +281.358s [fw-irda] [fw-beacon]
1779882986.855 +281.521s [fw-irda] [fw-beacon]
1779882987.018 +281.684s [fw-irda] [fw-beacon]
1779882987.176 +281.841s [fw-irda] [fw-beacon]
1779882987.334 +282.000s [fw-irda] [fw-beacon]
1779882987.492 +282.158s [fw-irda] [fw-beacon]
1779882987.666 +282.332s [fw-irda] [fw-beacon]
1779882987.839 +282.505s [fw-irda] [fw-beacon]
1779882988.019 +282.685s [fw-irda] [fw-beacon]
1779882988.202 +282.868s [fw-irda] [fw-beacon]
1779882988.385 +283.051s [fw-irda] [fw-beacon]
1779882988.573 +283.239s [fw-irda] [fw-beacon]
1779882988.757 +283.423s [fw-irda] [fw-beacon]
1779882988.938 +283.604s [fw-irda] [fw-beacon]
1779882989.120 +283.785s [fw-irda] [fw-beacon]
1779882989.302 +283.968s [fw-irda] [fw-beacon]
1779882989.487 +284.152s [fw-irda] [fw-beacon]
1779882989.668 +284.334s [fw-irda] [fw-beacon]
1779882989.852 +284.518s [fw-irda] [fw-beacon]
1779882990.034 +284.700s [fw-irda] [fw-beacon]
1779882990.216 +284.882s [fw-irda] [fw-beacon]
1779882990.398 +285.064s [fw-irda] [fw-beacon]
1779882990.583 +285.249s [fw-irda] [fw-beacon]
1779882990.766 +285.432s [fw-irda] [fw-beacon]
1779882990.946 +285.612s [fw-irda] [fw-beacon]
1779882991.125 +285.791s [fw-irda] [fw-beacon]
1779882991.312 +285.978s [fw-irda] [fw-beacon]
1779882991.489 +286.155s [fw-irda] [fw-beacon]
1779882991.671 +286.337s [fw-irda] [fw-beacon]
1779882991.855 +286.521s [fw-irda] [fw-beacon]
1779882992.037 +286.702s [fw-irda] [fw-beacon]
1779882992.224 +286.890s [fw-irda] [fw-beacon]
1779882992.408 +287.074s [fw-irda] [fw-beacon]
1779882992.594 +287.260s [fw-irda] [fw-beacon]
1779882992.781 +287.447s [fw-irda] [fw-beacon]
1779882992.968 +287.634s [fw-irda] [fw-beacon]
1779882993.155 +287.821s [fw-irda] [fw-beacon]
1779882993.334 +288.000s [fw-irda] [fw-beacon]
1779882993.517 +288.182s [fw-irda] [fw-beacon]
1779882993.697 +288.363s [fw-irda] [fw-beacon]
1779882993.880 +288.546s [fw-irda] [fw-beacon]
1779882994.066 +288.732s [fw-irda] [fw-beacon]
1779882994.249 +288.915s [fw-irda] [fw-beacon]
1779882994.431 +289.097s [fw-irda] [fw-beacon]
1779882994.618 +289.284s [fw-irda] [fw-beacon]
1779882994.799 +289.465s [fw-irda] [fw-beacon]
1779882994.980 +289.646s [fw-irda] [fw-beacon]
1779882995.162 +289.828s [fw-irda] [fw-beacon]
1779882995.343 +290.009s [fw-irda] [fw-beacon]
1779882995.530 +290.196s [fw-irda] [fw-beacon]
1779882995.716 +290.382s [fw-irda] [fw-beacon]
1779882995.900 +290.566s [fw-irda] [fw-beacon]
1779882996.075 +290.741s [fw-irda] [fw-beacon]
1779882996.245 +290.911s [fw-irda] [fw-beacon]
1779882996.413 +291.079s [fw-irda] [fw-beacon]
1779882996.597 +291.263s [fw-irda] [fw-beacon]
1779882996.777 +291.443s [fw-irda] [fw-beacon]
1779882996.956 +291.622s [fw-irda] [fw-beacon]
1779882997.134 +291.800s [fw-irda] [fw-beacon]
1779882997.316 +291.981s [fw-irda] [fw-beacon]
1779882997.498 +292.164s [fw-irda] [fw-beacon]
1779882997.682 +292.348s [fw-irda] [fw-beacon]
1779882997.865 +292.531s [fw-irda] [fw-beacon]
1779882998.049 +292.714s [fw-irda] [fw-beacon]
1779882998.231 +292.897s [fw-irda] [fw-beacon]
1779882998.414 +293.080s [fw-irda] [fw-beacon]
1779882998.597 +293.263s [fw-irda] [fw-beacon]
1779882998.779 +293.445s [fw-irda] [fw-beacon]
1779882998.961 +293.626s [fw-irda] [fw-beacon]
1779882999.145 +293.811s [fw-irda] [fw-beacon]
1779882999.325 +293.991s [fw-irda] [fw-beacon]
1779882999.509 +294.175s [fw-irda] [fw-beacon]
1779882999.692 +294.358s [fw-irda] [fw-beacon]
1779882999.879 +294.545s [fw-irda] [fw-beacon]
1779883000.062 +294.728s [fw-irda] [fw-beacon]
1779883000.243 +294.909s [fw-irda] [fw-beacon]
1779883000.426 +295.092s [fw-irda] [fw-beacon]
1779883000.607 +295.272s [fw-irda] [fw-beacon]
1779883000.786 +295.452s [fw-irda] [fw-beacon]
1779883000.967 +295.632s [fw-irda] [fw-beacon]
1779883001.151 +295.817s [fw-irda] [fw-beacon]
1779883001.334 +296.000s [fw-irda] [fw-beacon]
1779883001.514 +296.180s [fw-irda] [fw-beacon]
1779883001.697 +296.363s [fw-irda] [fw-beacon]
1779883001.881 +296.547s [fw-irda] [fw-beacon]
1779883002.063 +296.729s [fw-irda] [fw-beacon]
1779883002.238 +296.904s [fw-irda] [fw-beacon]
1779883002.406 +297.072s [fw-irda] [fw-beacon]
1779883002.571 +297.237s [fw-irda] [fw-beacon]
1779883002.754 +297.420s [fw-irda] [fw-beacon]
1779883002.933 +297.599s [fw-irda] [fw-beacon]
1779883003.116 +297.782s [fw-irda] [fw-beacon]
1779883003.298 +297.964s [fw-irda] [fw-beacon]
1779883003.479 +298.145s [fw-irda] [fw-beacon]
1779883003.658 +298.324s [fw-irda] [fw-beacon]
1779883003.841 +298.506s [fw-irda] [fw-beacon]
1779883004.020 +298.685s [fw-irda] [fw-beacon]
1779883004.203 +298.869s [fw-irda] [fw-beacon]
1779883004.389 +299.055s [fw-irda] [fw-beacon]
1779883004.569 +299.235s [fw-irda] [fw-beacon]
1779883004.746 +299.412s [fw-irda] [fw-beacon]
1779883004.927 +299.593s [fw-irda] [fw-beacon]
1779883005.112 +299.778s [fw-irda] [fw-beacon]
1779883005.298 +299.964s [fw-irda] [fw-beacon]
1779883005.479 +300.145s [fw-irda] [fw-beacon]
1779883005.663 +300.328s [fw-irda] [fw-beacon]
1779883005.845 +300.510s [fw-irda] [fw-beacon]
1779883006.030 +300.695s [fw-irda] [fw-beacon]
1779883006.211 +300.877s [fw-irda] [fw-beacon]
1779883006.392 +301.058s [fw-irda] [fw-beacon]
1779883006.574 +301.239s [fw-irda] [fw-beacon]
1779883006.757 +301.423s [fw-irda] [fw-beacon]
1779883006.940 +301.606s [fw-irda] [fw-beacon]
1779883007.123 +301.789s [fw-irda] [fw-beacon]
1779883007.304 +301.969s [fw-irda] [fw-beacon]
1779883007.483 +302.149s [fw-irda] [fw-beacon]
1779883007.665 +302.331s [fw-irda] [fw-beacon]
1779883007.850 +302.516s [fw-irda] [fw-beacon]
1779883008.033 +302.699s [fw-irda] [fw-beacon]
1779883008.202 +302.868s [fw-irda] [fw-beacon]
1779883008.371 +303.037s [fw-irda] [fw-beacon]
1779883008.542 +303.208s [fw-irda] [fw-beacon]
1779883008.727 +303.393s [fw-irda] [fw-beacon]
1779883008.906 +303.572s [fw-irda] [fw-beacon]
1779883009.085 +303.751s [fw-irda] [fw-beacon]
1779883009.266 +303.932s [fw-irda] [fw-beacon]
1779883009.448 +304.114s [fw-irda] [fw-beacon]
1779883009.632 +304.298s [fw-irda] [fw-beacon]
1779883009.814 +304.480s [fw-irda] [fw-beacon]
1779883009.997 +304.662s [fw-irda] [fw-beacon]
1779883010.179 +304.844s [fw-irda] [fw-beacon]
1779883010.356 +305.022s [fw-irda] [fw-beacon]
1779883010.540 +305.206s [fw-irda] [fw-beacon]
1779883010.722 +305.388s [fw-irda] [fw-beacon]
1779883010.905 +305.571s [fw-irda] [fw-beacon]
1779883011.086 +305.752s [fw-irda] [fw-beacon]
1779883011.269 +305.935s [fw-irda] [fw-beacon]
1779883011.453 +306.119s [fw-irda] [fw-beacon]
1779883011.636 +306.302s [fw-irda] [fw-beacon]
1779883011.818 +306.484s [fw-irda] [fw-beacon]
1779883012.000 +306.666s [fw-irda] [fw-beacon]
1779883012.188 +306.854s [fw-irda] [fw-beacon]
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (264,756 bytes, 1822 lignes)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCC <0006> gsm48_cc.c:62 init Call Control
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:7079 init Radio Ressource process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1480 init Mobility Management process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1197 Selecting PLMN SEARCH state, because no SIM.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMOB <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DLGLOBAL <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:606 (ms 1) Inserting test card (IMSI=001010001000001, Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:611 -> Test card registered to 001-01-65534 (Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:626 -> Test card not GPRS registered
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:5129 (ms 1) Received 'MMR_REG_REQ' event
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_SIM_INSERT' for automatic PLMN selection in state 'A0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:1353 Start search of last registered PLMN (mcc-001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:1358 Use RPLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:800 new state 'A0 null' -> 'A1 trying RPLMN'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:3587 Selecting PLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:3595 Start stored cell selection.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C2 stored cell selection'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C2 stored cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:823 new state 'C2 stored cell selection' -> 'C1 normal cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C1 normal cell selection' -> 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A1 trying RPLMN'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4805 MCC    |MNC    |allowed|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4806 -------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1141 No PLMN in list.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:1808 Select using access class 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1066 Not any PLMN allowable. Do limited search with RPLMN.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:800 new state 'A1 trying RPLMN' -> 'A4 wait for PLMN to appear'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:3583 Selected PLMN with limited service.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, PLMN search
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:1051 new MM IDLE state PLMN search -> no cell available
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882738.077 +30.877s Wed May 27 11:52:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882742.429 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882746.430 +39.230s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882750.747 +43.547s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882755.099 +47.899s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882759.453 +52.253s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882781.271 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882781.366 +74.165s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)

[... 1122 lines truncated ...]

1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882982.368 +275.168s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882999.943 +292.742s Wed May 27 11:56:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
osmocon.log (1,011,208 bytes, 5974 lignes)
1779882706.288 +0.642s got 2 bytes from modem, data looks like: 3e 69  >i
1779882706.288 +0.642s Received ident ack from phone, sending parameter sequence
1779882706.288 +0.642s read_file(/opt/GSM/firmware/board/compal_e88/layer1.highram.bin): file_size=65236, hdr_len=0, dnload_len=65239
1779882706.288 +0.642s Received parameter ack from phone, starting download
1779882707.190 +1.544s Progress: 1%Progress: 3%Progress: 4%Progress: 6%Progress: 7%Progress: 9%Progress: 10%Progress: 12%Progress: 14%Progress: 15%Progress: 17%Progress: 18%Progress: 20%Progress: 21%Progress: 23%Progress: 25%Progress: 26%Progress: 28%Progress: 29%Progress: 31%Progress: 32%Progress: 34%Progress: 36%Progress: 37%Progress: 39%Progress: 40%Progress: 42%Progress: 43%Progress: 45%Progress: 47%Progress: 48%Progress: 50%Progress: 51%Progress: 53%Progress: 54%Progress: 56%Progress: 58%Progress: 59%Progress: 61%Progress: 62%Progress: 64%Progress: 65%Progress: 67%Progress: 69%Progress: 70%Progress: 72%Progress: 73%Progress: 75%Progress: 76%Progress: 78%Progress: 80%Progress: 81%Progress: 83%Progress: 84%Progress: 86%Progress: 87%Progress: 89%Progress: 91%Progress: 92%Progress: 94%Progress: 95%Progress: 97%Progress: 98%Progress: 100%L1CTL_RESET_REQ: FULL!L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882707.207 +1.561s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882707.208 +1.562s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882707.229 +1.583s Starting FCCH RecognitionFB0 (613:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.598s FB1 (616:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.599s   fn_offset=615 (fn=616 + attempt=1 + ntdma = 0)
1779882707.245 +1.599s   delay=9 (fn_offset=615 + 11 - fn=616 - 1
1779882707.245 +1.600s   scheduling next FB/SB detection task with delay 9
1779882707.301 +1.656s =>FB @ FNR 615 fn_offset=614 qbits=4908
1779882707.301 +1.656s Synchronize_TDMA
1779882707.301 +1.656s SB1 (1243:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.302 +1.656s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882707.302 +1.656s Synchronize_TDMA
1779882707.303 +1.657s =>FB @ FNR 1242 fn_offset=52 qbits=4908
1779882708.499 +2.854s Finished, sent 64 blocks in total
1779882708.499 +2.854s Received branch ack, your code is running now!
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882708.499 +2.854s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.548 +5.902s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ......L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882711.563 +5.918s Starting FCCH RecognitionFB0 (1008:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.578 +5.933s FB1 (1011:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.579 +5.933s   fn_offset=1010 (fn=1011 + attempt=1 + ntdma = 0)
1779882711.579 +5.934s   delay=9 (fn_offset=1010 + 11 - fn=1011 - 1
1779882711.580 +5.934s   scheduling next FB/SB detection task with delay 9
1779882711.635 +5.989s =>FB @ FNR 1010 fn_offset=1009 qbits=4908
1779882711.635 +5.989s Synchronize_TDMA
1779882711.635 +5.989s SB1 (2033:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.636 +5.990s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882711.636 +5.990s Synchronize_TDMA
1779882711.637 +5.991s =>FB @ FNR 2032 fn_offset=52 qbits=4908
1779882712.795 +7.150s ......?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 cb 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 cf 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882712.795 +7.150s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882715.881 +10.235s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882715.897 +10.251s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882715.898 +10.252s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882715.917 +10.271s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779882715.932 +10.286s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779882715.932 +10.286s   scheduling next FB/SB detection task with delay 9
1779882715.986 +10.340s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779882715.986 +10.340s Synchronize_TDMA
1779882715.986 +10.340s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.987 +10.341s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882715.987 +10.341s Synchronize_TDMA
1779882715.987 +10.342s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779882716.959 +11.313s ++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882720.230 +14.584s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  .........L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882720.259 +14.613s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882720.260 +14.614s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882720.295 +14.650s Starting FCCH RecognitionFB0 (964:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.308 +14.663s FB1 (967:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.309 +14.663s   fn_offset=966 (fn=967 + attempt=1 + ntdma = 0)
1779882720.309 +14.664s   delay=9 (fn_offset=966 + 11 - fn=967 - 1
1779882720.310 +14.664s   scheduling next FB/SB detection task with delay 9
1779882720.359 +14.713s =>FB @ FNR 966 fn_offset=965 qbits=4908
1779882720.359 +14.713s Synchronize_TDMA
1779882720.359 +14.713s SB1 (1945:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.359 +14.713s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882720.359 +14.714s Synchronize_TDMA
1779882720.360 +14.714s =>FB @ FNR 1944 fn_offset=52 qbits=4908
1779882721.226 +15.580s ..e?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........

[... 5574 lines truncated (file too large : 1,011,208 bytes) ...]

1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779883008.532 +302.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779883008.551 +302.905s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779883008.552 +302.906s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779883008.570 +302.925s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.584 +302.938s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.585 +302.939s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779883008.585 +302.939s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779883008.586 +302.940s   scheduling next FB/SB detection task with delay 9
1779883008.639 +302.994s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779883008.639 +302.994s Synchronize_TDMA
1779883008.639 +302.994s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.640 +302.994s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779883008.640 +302.994s Synchronize_TDMA
1779883008.640 +302.995s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779883009.379 +303.733s 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
pc_hist.log (0 bytes, 0 lignes)
qemu_diag.log (3,003,224 bytes, 37411 lignes)
19:1779882704.316 +0.032s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
55:1779882704.318 +0.035s qemu-system-arm: [dsp-shunt] active — c54x emulator should be skipped, BSP DMA→DARAM should be gated. Phase 1: canned dispatch TODO. Watch /tmp/qemu.log for LATCH/DISPATCH lines.
183:1779882704.350 +0.067s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
204:1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
208:1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
210:1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
212:1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
215:1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
217:1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
220:1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
222:1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
225:1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
227:1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
230:1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
232:1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
235:1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
237:1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
240:1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
242:1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
245:1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
247:1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
250:1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
252:1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
302:1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
310:1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
317:1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
322:1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
409:1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
414:1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
560:1779882707.195 +2.912s [calypso-trx] ARM TASK WR [0x0008] = 1 fn=608
562:1779882707.195 +2.912s [calypso-trx] fbsb hook fired task=1 fn=608
690:1779882707.217 +2.934s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=612
691:1779882707.217 +2.934s [calypso-trx] fbsb hook fired task=5 fn=612
699:1779882707.219 +2.935s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
702:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=614 #1
709:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=614 #2
710:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=614 #3
711:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=614 #4
712:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=614 #5
713:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=614 #6
716:1779882707.233 +2.950s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=615
717:1779882707.233 +2.950s [calypso-trx] fbsb hook fired task=5 fn=615
727:1779882707.234 +2.951s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
730:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=617 #7
735:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=617 #8
736:1779882707.242 +2.959s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=617 #9
737:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=617 #10
738:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=617 #11
739:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=617 #12
764:1779882707.285 +3.001s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=626
765:1779882707.285 +3.001s [calypso-trx] fbsb hook fired task=6 fn=626
775:1779882707.290 +3.007s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=627
776:1779882707.290 +3.007s [calypso-trx] fbsb hook fired task=6 fn=627
853:1779882707.520 +3.237s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=678
854:1779882707.520 +3.237s [calypso-trx] fbsb hook fired task=24 fn=678
865:1779882707.525 +3.242s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=679
866:1779882707.525 +3.242s [calypso-trx] fbsb hook fired task=24 fn=679
875:1779882707.530 +3.247s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=680
876:1779882707.530 +3.247s [calypso-trx] fbsb hook fired task=24 fn=680
884:1779882707.534 +3.251s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=681
885:1779882707.534 +3.251s [calypso-trx] fbsb hook fired task=24 fn=681
895:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=683 #1
896:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=683 #2
897:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=683 #3
898:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=683 #4
899:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=683 #5
900:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=683 #6
901:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=683 #7
902:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=683 #8
903:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=683 #9
904:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=683 #10
905:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=683 #11
906:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=683 #12
956:1779882707.568 +3.285s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=688
957:1779882707.568 +3.285s [calypso-trx] fbsb hook fired task=24 fn=688
966:1779882707.574 +3.290s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=689
967:1779882707.574 +3.290s [calypso-trx] fbsb hook fired task=24 fn=689
976:1779882707.578 +3.295s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=690
977:1779882707.578 +3.295s [calypso-trx] fbsb hook fired task=24 fn=690
986:1779882707.583 +3.300s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=691
987:1779882707.583 +3.300s [calypso-trx] fbsb hook fired task=24 fn=691
995:1779882707.588 +3.304s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=692
996:1779882707.588 +3.304s [calypso-trx] fbsb hook fired task=24 fn=692
1002:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=693 #13
1003:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=693 #14
1004:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=693 #15
1005:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=693 #16
1006:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=693 #17
1007:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=693 #18
1008:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=693 #19
1009:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=693 #20
1010:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=693 #21
1011:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=693 #22
1012:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=693 #23
1013:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=693 #24
1015:1779882707.592 +3.309s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=693
1016:1779882707.592 +3.309s [calypso-trx] fbsb hook fired task=24 fn=693
1025:1779882707.597 +3.314s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=694
1026:1779882707.597 +3.314s [calypso-trx] fbsb hook fired task=24 fn=694
1033:1779882707.601 +3.318s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=695
1034:1779882707.601 +3.318s [calypso-trx] fbsb hook fired task=24 fn=695
1041:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=697 #25
1042:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=697 #26
1043:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=697 #27
1044:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=697 #28
1045:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=697 #29
1046:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=697 #30
1047:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=697 #31
1048:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=697 #32
1049:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=697 #33
1050:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=697 #34
1051:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=697 #35
1052:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=697 #36
1057:1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1073:1779882707.753 +3.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=729
1074:1779882707.753 +3.470s [calypso-trx] fbsb hook fired task=24 fn=729
1080:1779882707.757 +3.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=730
1081:1779882707.757 +3.474s [calypso-trx] fbsb hook fired task=24 fn=730
1087:1779882707.762 +3.478s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=731
1088:1779882707.762 +3.478s [calypso-trx] fbsb hook fired task=24 fn=731
1094:1779882707.766 +3.483s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=732
1095:1779882707.766 +3.483s [calypso-trx] fbsb hook fired task=24 fn=732
1101:1779882707.771 +3.487s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=733
1102:1779882707.771 +3.487s [calypso-trx] fbsb hook fired task=24 fn=733
1107:1779882707.775 +3.491s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=734 #37
1108:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=734 #38
1109:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=734 #39
1110:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=734 #40
1111:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=734 #41
1112:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=734 #42
1113:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=734 #43
1114:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=734 #44
1115:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=734 #45
1116:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=734 #46
1117:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=734 #47
1118:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=734 #48
1120:1779882707.775 +3.492s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=734
1121:1779882707.775 +3.492s [calypso-trx] fbsb hook fired task=24 fn=734
1128:1779882707.780 +3.497s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=735
1129:1779882707.780 +3.497s [calypso-trx] fbsb hook fired task=24 fn=735
1135:1779882707.784 +3.501s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=736
1136:1779882707.784 +3.501s [calypso-trx] fbsb hook fired task=24 fn=736
1141:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=738 #49
1142:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=738 #50
1143:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=738 #51
1144:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=738 #52
1145:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=738 #53
1146:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=738 #54
1147:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=738 #55
1148:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=738 #56
1149:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=738 #57
1150:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=738 #58
1151:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=738 #59
1152:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=738 #60
1155:1779882707.798 +3.515s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=739
1156:1779882707.798 +3.515s [calypso-trx] fbsb hook fired task=24 fn=739
1162:1779882707.803 +3.519s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=740
1163:1779882707.803 +3.519s [calypso-trx] fbsb hook fired task=24 fn=740
1169:1779882707.807 +3.524s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=741
1170:1779882707.807 +3.524s [calypso-trx] fbsb hook fired task=24 fn=741
1179:1779882707.811 +3.528s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=742
1180:1779882707.811 +3.528s [calypso-trx] fbsb hook fired task=24 fn=742
1186:1779882707.816 +3.532s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=743
1187:1779882707.816 +3.532s [calypso-trx] fbsb hook fired task=24 fn=743
1192:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=744 #61
1193:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=744 #62
1194:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=744 #63
1195:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=744 #64
1196:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=744 #65
1197:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=744 #66
1198:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=744 #67
1199:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=744 #68
1200:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=744 #69
1201:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=744 #70
1202:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=744 #71
1203:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=744 #72
1205:1779882707.820 +3.537s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=744
1206:1779882707.820 +3.537s [calypso-trx] fbsb hook fired task=24 fn=744
1213:1779882707.826 +3.543s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=745
1214:1779882707.826 +3.543s [calypso-trx] fbsb hook fired task=24 fn=745
1220:1779882707.831 +3.547s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=746
1221:1779882707.831 +3.547s [calypso-trx] fbsb hook fired task=24 fn=746
1226:1779882707.839 +3.556s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=748 #73
1227:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=748 #74
1228:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=748 #75
1229:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=748 #76
1230:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=748 #77
1231:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=748 #78
1232:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=748 #79
1233:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=748 #80
1234:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=748 #81
1235:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=748 #82
1236:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=748 #83
1237:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=748 #84
1240:1779882707.979 +3.696s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=780
1241:1779882707.979 +3.696s [calypso-trx] fbsb hook fired task=24 fn=780
1247:1779882707.983 +3.700s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=781
1248:1779882707.983 +3.700s [calypso-trx] fbsb hook fired task=24 fn=781
1254:1779882707.987 +3.704s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=782
1255:1779882707.987 +3.704s [calypso-trx] fbsb hook fired task=24 fn=782
1263:1779882707.991 +3.707s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=783
1264:1779882707.991 +3.707s [calypso-trx] fbsb hook fired task=24 fn=783
1270:1779882707.995 +3.711s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=784
1271:1779882707.995 +3.711s [calypso-trx] fbsb hook fired task=24 fn=784
1276:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=785 #85
1277:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=785 #86
1278:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=785 #87
1279:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=785 #88
1280:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=785 #89
1281:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=785 #90
1282:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=785 #91
1283:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=785 #92
1284:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=785 #93
1285:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=785 #94
1286:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=785 #95
1287:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=785 #96
1289:1779882707.999 +3.715s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=785
1290:1779882707.999 +3.715s [calypso-trx] fbsb hook fired task=24 fn=785
1297:1779882708.003 +3.720s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=786
1298:1779882708.003 +3.720s [calypso-trx] fbsb hook fired task=24 fn=786
1304:1779882708.007 +3.724s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=787
1305:1779882708.007 +3.724s [calypso-trx] fbsb hook fired task=24 fn=787
1310:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=789 #97
1311:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=789 #98
1312:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=789 #99
1313:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=789 #100
1314:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=789 #101
1315:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=789 #102
1316:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=789 #103
1317:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=789 #104
1318:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=789 #105
1319:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=789 #106
1320:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=789 #107
1321:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=789 #108
1324:1779882708.020 +3.736s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=790
1325:1779882708.020 +3.736s [calypso-trx] fbsb hook fired task=24 fn=790
1331:1779882708.024 +3.740s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=791
1332:1779882708.024 +3.740s [calypso-trx] fbsb hook fired task=24 fn=791
1338:1779882708.028 +3.744s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=792
1339:1779882708.028 +3.744s [calypso-trx] fbsb hook fired task=24 fn=792
1345:1779882708.032 +3.748s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=793
1346:1779882708.032 +3.748s [calypso-trx] fbsb hook fired task=24 fn=793
1352:1779882708.036 +3.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=794
1353:1779882708.036 +3.752s [calypso-trx] fbsb hook fired task=24 fn=794
1358:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=795 #109
1359:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=795 #110
1360:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=795 #111
1361:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=795 #112
1362:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=795 #113
1363:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=795 #114
1364:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=795 #115
1365:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=795 #116
1366:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=795 #117
1367:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=795 #118
1368:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=795 #119
1369:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=795 #120
1371:1779882708.039 +3.756s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=795
1372:1779882708.039 +3.756s [calypso-trx] fbsb hook fired task=24 fn=795
1379:1779882708.044 +3.761s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=796
1380:1779882708.044 +3.761s [calypso-trx] fbsb hook fired task=24 fn=796
1386:1779882708.048 +3.765s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=797
1387:1779882708.048 +3.765s [calypso-trx] fbsb hook fired task=24 fn=797
1392:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=799 #121
1393:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=799 #122
1394:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=799 #123
1395:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=799 #124
1396:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=799 #125
1397:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=799 #126
1398:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=799 #127
1399:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=799 #128
1400:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=799 #129
1401:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=799 #130
1402:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=799 #131
1403:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=799 #132
1405:1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1409:1779882708.183 +3.900s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=831
1410:1779882708.183 +3.900s [calypso-trx] fbsb hook fired task=24 fn=831
1416:1779882708.187 +3.904s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=832
1417:1779882708.187 +3.904s [calypso-trx] fbsb hook fired task=24 fn=832
1423:1779882708.191 +3.908s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=833
1424:1779882708.191 +3.908s [calypso-trx] fbsb hook fired task=24 fn=833
1430:1779882708.195 +3.912s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=834
1431:1779882708.195 +3.912s [calypso-trx] fbsb hook fired task=24 fn=834
1437:1779882708.199 +3.915s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=835
1438:1779882708.199 +3.915s [calypso-trx] fbsb hook fired task=24 fn=835
1443:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=836 #133
1444:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=836 #134
1445:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=836 #135
1446:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=836 #136
1447:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=836 #137
1448:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=836 #138
1449:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=836 #139
1450:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=836 #140
1451:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=836 #141
1452:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=836 #142
1453:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=836 #143
1454:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=836 #144
1456:1779882708.203 +3.919s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=836
1457:1779882708.203 +3.919s [calypso-trx] fbsb hook fired task=24 fn=836
1464:1779882708.207 +3.924s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=837

[... 37011 lines truncated (file too large : 3,003,224 bytes) ...]

120750:1779883011.450 +307.167s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61198
120751:1779883011.450 +307.167s [calypso-trx] fbsb hook fired task=24 fn=61198
120758:1779883011.459 +307.176s [c54x] IRQ #61200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120760:1779883011.603 +307.319s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61232
120761:1779883011.603 +307.319s [calypso-trx] fbsb hook fired task=24 fn=61232
120766:1779883011.607 +307.324s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61233
120767:1779883011.607 +307.324s [calypso-trx] fbsb hook fired task=24 fn=61233
120772:1779883011.612 +307.328s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61234
120773:1779883011.612 +307.328s [calypso-trx] fbsb hook fired task=24 fn=61234
120778:1779883011.616 +307.333s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61235
120779:1779883011.616 +307.333s [calypso-trx] fbsb hook fired task=24 fn=61235
120784:1779883011.621 +307.338s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61236
120785:1779883011.621 +307.338s [calypso-trx] fbsb hook fired task=24 fn=61236
120790:1779883011.625 +307.342s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61237
120791:1779883011.625 +307.342s [calypso-trx] fbsb hook fired task=24 fn=61237
120797:1779883011.630 +307.347s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61238
120798:1779883011.630 +307.347s [calypso-trx] fbsb hook fired task=24 fn=61238
120803:1779883011.635 +307.352s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61239
120804:1779883011.635 +307.352s [calypso-trx] fbsb hook fired task=24 fn=61239
120812:1779883011.649 +307.365s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61242
120813:1779883011.649 +307.365s [calypso-trx] fbsb hook fired task=24 fn=61242
120818:1779883011.653 +307.370s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61243
120819:1779883011.653 +307.370s [calypso-trx] fbsb hook fired task=24 fn=61243
120824:1779883011.658 +307.374s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61244
120825:1779883011.658 +307.374s [calypso-trx] fbsb hook fired task=24 fn=61244
120830:1779883011.662 +307.379s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61245
120831:1779883011.662 +307.379s [calypso-trx] fbsb hook fired task=24 fn=61245
120836:1779883011.667 +307.383s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61246
120837:1779883011.667 +307.383s [calypso-trx] fbsb hook fired task=24 fn=61246
120842:1779883011.671 +307.388s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61247
120843:1779883011.671 +307.388s [calypso-trx] fbsb hook fired task=24 fn=61247
120849:1779883011.677 +307.393s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61248
120850:1779883011.677 +307.394s [calypso-trx] fbsb hook fired task=24 fn=61248
120855:1779883011.682 +307.398s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61249
120856:1779883011.682 +307.398s [calypso-trx] fbsb hook fired task=24 fn=61249
120865:1779883011.832 +307.549s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61283
120866:1779883011.832 +307.549s [calypso-trx] fbsb hook fired task=24 fn=61283
120871:1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
120872:1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
120877:1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
120878:1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
120883:1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
120884:1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
120889:1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
120890:1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
120895:1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
120896:1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
120902:1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
120903:1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
120908:1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
120909:1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
120915:1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
120916:1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
120921:1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
120922:1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
120927:1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
120928:1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
120933:1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
120934:1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
120939:1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
120940:1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
120945:1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
120946:1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
120952:1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
120953:1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
120958:1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120959:1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
120960:1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
120968:1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
120969:1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
120974:1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
120975:1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
120980:1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
120981:1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
120986:1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
120987:1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
120992:1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
120993:1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
120998:1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
120999:1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
121005:1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
121006:1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
121011:1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
121012:1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
121018:1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
121019:1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
121024:1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
121025:1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
121030:1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
121031:1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
121036:1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
121037:1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
121042:1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
121043:1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
121049:1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
121050:1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
121056:1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
121057:1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
121062:1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
121063:1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
qemu_tail.log (331,699 bytes, 4000 lignes)
1779883002.856 +298.573s [calypso-fbsb] on_dsp_task_change task=24 fn=59320 state=5
1779883002.856 +298.573s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.856 +298.573s [iota] WARN pending queue full, dropping oldest
1779883002.857 +298.573s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.858 +298.574s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.861 +298.578s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59321
1779883002.861 +298.578s [calypso-trx] fbsb hook fired task=24 fn=59321
1779883002.861 +298.578s [calypso-fbsb] on_dsp_task_change task=24 fn=59321 state=5
1779883002.861 +298.578s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.861 +298.578s [iota] WARN pending queue full, dropping oldest
1779883002.862 +298.579s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.866 +298.582s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59322
1779883002.866 +298.582s [calypso-trx] fbsb hook fired task=24 fn=59322
1779883002.866 +298.582s [calypso-fbsb] on_dsp_task_change task=24 fn=59322 state=5
1779883002.866 +298.582s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.866 +298.582s [iota] WARN pending queue full, dropping oldest
1779883002.867 +298.583s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.875 +298.591s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.879 +298.596s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59325
1779883002.879 +298.596s [calypso-trx] fbsb hook fired task=24 fn=59325
1779883002.879 +298.596s [calypso-fbsb] on_dsp_task_change task=24 fn=59325 state=5
1779883002.879 +298.596s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.879 +298.596s [iota] WARN pending queue full, dropping oldest
1779883002.880 +298.597s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.883 +298.600s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59326
1779883002.883 +298.600s [calypso-trx] fbsb hook fired task=24 fn=59326
1779883002.883 +298.600s [calypso-fbsb] on_dsp_task_change task=24 fn=59326 state=5
1779883002.883 +298.600s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.883 +298.600s [iota] WARN pending queue full, dropping oldest
1779883002.884 +298.601s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.888 +298.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59327
1779883002.888 +298.604s [calypso-trx] fbsb hook fired task=24 fn=59327
1779883002.888 +298.604s [calypso-fbsb] on_dsp_task_change task=24 fn=59327 state=5
1779883002.888 +298.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.888 +298.604s [iota] WARN pending queue full, dropping oldest
1779883002.889 +298.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.892 +298.609s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59328
1779883002.892 +298.609s [calypso-trx] fbsb hook fired task=24 fn=59328
1779883002.892 +298.609s [calypso-fbsb] on_dsp_task_change task=24 fn=59328 state=5
1779883002.892 +298.609s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.892 +298.609s [iota] WARN pending queue full, dropping oldest
1779883002.893 +298.610s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.897 +298.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59329
1779883002.897 +298.613s [calypso-trx] fbsb hook fired task=24 fn=59329
1779883002.897 +298.613s [calypso-fbsb] on_dsp_task_change task=24 fn=59329 state=5
1779883002.897 +298.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.897 +298.613s [iota] WARN pending queue full, dropping oldest
1779883002.898 +298.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.901 +298.618s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59330
1779883002.901 +298.618s [calypso-trx] fbsb hook fired task=24 fn=59330
1779883002.901 +298.618s [calypso-fbsb] on_dsp_task_change task=24 fn=59330 state=5
1779883002.901 +298.618s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.901 +298.618s [iota] WARN pending queue full, dropping oldest
1779883002.902 +298.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.903 +298.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.906 +298.623s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59331
1779883002.906 +298.623s [calypso-trx] fbsb hook fired task=24 fn=59331
1779883002.906 +298.623s [calypso-fbsb] on_dsp_task_change task=24 fn=59331 state=5
1779883002.906 +298.623s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.906 +298.623s [iota] WARN pending queue full, dropping oldest
1779883002.907 +298.624s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.910 +298.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59332
1779883002.911 +298.627s [calypso-trx] fbsb hook fired task=24 fn=59332
1779883002.911 +298.627s [calypso-fbsb] on_dsp_task_change task=24 fn=59332 state=5
1779883002.911 +298.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.911 +298.627s [iota] WARN pending queue full, dropping oldest
1779883002.912 +298.628s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.920 +298.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.933 +298.650s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883002.933 +298.650s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.062 +298.779s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59366
1779883003.062 +298.779s [calypso-trx] fbsb hook fired task=24 fn=59366
1779883003.062 +298.779s [calypso-fbsb] on_dsp_task_change task=24 fn=59366 state=5
1779883003.062 +298.779s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.062 +298.779s [iota] WARN pending queue full, dropping oldest
1779883003.063 +298.780s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.066 +298.783s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59367
1779883003.066 +298.783s [calypso-trx] fbsb hook fired task=24 fn=59367
1779883003.066 +298.783s [calypso-fbsb] on_dsp_task_change task=24 fn=59367 state=5
1779883003.066 +298.783s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.066 +298.783s [iota] WARN pending queue full, dropping oldest
1779883003.067 +298.784s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.071 +298.788s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59368
1779883003.071 +298.788s [calypso-trx] fbsb hook fired task=24 fn=59368
1779883003.071 +298.788s [calypso-fbsb] on_dsp_task_change task=24 fn=59368 state=5
1779883003.071 +298.788s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.071 +298.788s [iota] WARN pending queue full, dropping oldest
1779883003.072 +298.789s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.075 +298.792s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59369
1779883003.075 +298.792s [calypso-trx] fbsb hook fired task=24 fn=59369
1779883003.075 +298.792s [calypso-fbsb] on_dsp_task_change task=24 fn=59369 state=5
1779883003.075 +298.792s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.075 +298.792s [iota] WARN pending queue full, dropping oldest
1779883003.076 +298.793s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.080 +298.796s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59370
1779883003.080 +298.796s [calypso-trx] fbsb hook fired task=24 fn=59370
1779883003.080 +298.796s [calypso-fbsb] on_dsp_task_change task=24 fn=59370 state=5
1779883003.080 +298.796s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.080 +298.796s [iota] WARN pending queue full, dropping oldest
1779883003.081 +298.797s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.084 +298.801s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59371
1779883003.084 +298.801s [calypso-trx] fbsb hook fired task=24 fn=59371
1779883003.084 +298.801s [calypso-fbsb] on_dsp_task_change task=24 fn=59371 state=5
1779883003.084 +298.801s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.084 +298.801s [iota] WARN pending queue full, dropping oldest
1779883003.085 +298.801s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.086 +298.803s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.089 +298.806s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59372
1779883003.089 +298.806s [calypso-trx] fbsb hook fired task=24 fn=59372
1779883003.089 +298.806s [calypso-fbsb] on_dsp_task_change task=24 fn=59372 state=5
1779883003.089 +298.806s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.089 +298.806s [iota] WARN pending queue full, dropping oldest
1779883003.089 +298.806s [iota] BDLENA rising edge #17900 tn=0 pending=31
1779883003.090 +298.807s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.094 +298.810s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59373
1779883003.094 +298.810s [calypso-trx] fbsb hook fired task=24 fn=59373
1779883003.094 +298.810s [calypso-fbsb] on_dsp_task_change task=24 fn=59373 state=5
1779883003.094 +298.810s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.094 +298.810s [iota] WARN pending queue full, dropping oldest
1779883003.095 +298.811s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.103 +298.820s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.108 +298.825s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59376
1779883003.108 +298.825s [calypso-trx] fbsb hook fired task=24 fn=59376
1779883003.108 +298.825s [calypso-fbsb] on_dsp_task_change task=24 fn=59376 state=5
1779883003.108 +298.825s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.108 +298.825s [iota] WARN pending queue full, dropping oldest
1779883003.109 +298.826s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.112 +298.829s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59377
1779883003.112 +298.829s [calypso-trx] fbsb hook fired task=24 fn=59377
1779883003.112 +298.829s [calypso-fbsb] on_dsp_task_change task=24 fn=59377 state=5
1779883003.112 +298.829s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.112 +298.829s [iota] WARN pending queue full, dropping oldest
1779883003.113 +298.830s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.116 +298.832s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.116 +298.833s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.117 +298.834s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59378
1779883003.117 +298.834s [calypso-trx] fbsb hook fired task=24 fn=59378
1779883003.117 +298.834s [calypso-fbsb] on_dsp_task_change task=24 fn=59378 state=5
1779883003.117 +298.834s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.117 +298.834s [iota] WARN pending queue full, dropping oldest
1779883003.118 +298.835s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.122 +298.838s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59379
1779883003.122 +298.838s [calypso-trx] fbsb hook fired task=24 fn=59379
1779883003.122 +298.838s [calypso-fbsb] on_dsp_task_change task=24 fn=59379 state=5
1779883003.122 +298.838s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.122 +298.838s [iota] WARN pending queue full, dropping oldest
1779883003.123 +298.839s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.126 +298.843s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59380
1779883003.126 +298.843s [calypso-trx] fbsb hook fired task=24 fn=59380
1779883003.126 +298.843s [calypso-fbsb] on_dsp_task_change task=24 fn=59380 state=5
1779883003.126 +298.843s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.126 +298.843s [iota] WARN pending queue full, dropping oldest
1779883003.127 +298.844s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.130 +298.847s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59381
1779883003.130 +298.847s [calypso-trx] fbsb hook fired task=24 fn=59381
1779883003.130 +298.847s [calypso-fbsb] on_dsp_task_change task=24 fn=59381 state=5
1779883003.130 +298.847s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.130 +298.847s [iota] WARN pending queue full, dropping oldest
1779883003.131 +298.848s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.132 +298.849s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.135 +298.852s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59382
1779883003.135 +298.852s [calypso-trx] fbsb hook fired task=24 fn=59382
1779883003.135 +298.852s [calypso-fbsb] on_dsp_task_change task=24 fn=59382 state=5
1779883003.135 +298.852s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.135 +298.852s [iota] WARN pending queue full, dropping oldest
1779883003.137 +298.853s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.140 +298.857s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59383
1779883003.140 +298.857s [calypso-trx] fbsb hook fired task=24 fn=59383
1779883003.140 +298.857s [calypso-fbsb] on_dsp_task_change task=24 fn=59383 state=5
1779883003.140 +298.857s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.140 +298.857s [iota] WARN pending queue full, dropping oldest
1779883003.141 +298.858s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.149 +298.866s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.216 +298.933s [c54x] IRQ #59400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.292 +299.008s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59417
1779883003.292 +299.009s [calypso-trx] fbsb hook fired task=24 fn=59417
1779883003.292 +299.009s [calypso-fbsb] on_dsp_task_change task=24 fn=59417 state=5
1779883003.292 +299.009s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.292 +299.009s [iota] WARN pending queue full, dropping oldest
1779883003.293 +299.009s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.296 +299.013s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59418
1779883003.296 +299.013s [calypso-trx] fbsb hook fired task=24 fn=59418
1779883003.296 +299.013s [calypso-fbsb] on_dsp_task_change task=24 fn=59418 state=5
1779883003.296 +299.013s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.296 +299.013s [iota] WARN pending queue full, dropping oldest
1779883003.297 +299.014s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.297 +299.014s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.298 +299.014s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.301 +299.018s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59419
1779883003.301 +299.018s [calypso-trx] fbsb hook fired task=24 fn=59419
1779883003.301 +299.018s [calypso-fbsb] on_dsp_task_change task=24 fn=59419 state=5
1779883003.301 +299.018s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.301 +299.018s [iota] WARN pending queue full, dropping oldest
1779883003.302 +299.019s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.306 +299.023s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59420
1779883003.306 +299.023s [calypso-trx] fbsb hook fired task=24 fn=59420
1779883003.306 +299.023s [calypso-fbsb] on_dsp_task_change task=24 fn=59420 state=5
1779883003.306 +299.023s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.306 +299.023s [iota] WARN pending queue full, dropping oldest
1779883003.307 +299.024s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.310 +299.027s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59421
1779883003.311 +299.027s [calypso-trx] fbsb hook fired task=24 fn=59421
1779883003.311 +299.027s [calypso-fbsb] on_dsp_task_change task=24 fn=59421 state=5
1779883003.311 +299.027s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.311 +299.027s [iota] WARN pending queue full, dropping oldest
1779883003.312 +299.028s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.315 +299.032s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59422
1779883003.315 +299.032s [calypso-trx] fbsb hook fired task=24 fn=59422
1779883003.315 +299.032s [calypso-fbsb] on_dsp_task_change task=24 fn=59422 state=5
1779883003.315 +299.032s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.315 +299.032s [iota] WARN pending queue full, dropping oldest
1779883003.316 +299.032s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.317 +299.033s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.320 +299.037s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59423
1779883003.320 +299.037s [calypso-trx] fbsb hook fired task=24 fn=59423
1779883003.320 +299.037s [calypso-fbsb] on_dsp_task_change task=24 fn=59423 state=5
1779883003.320 +299.037s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.320 +299.037s [iota] WARN pending queue full, dropping oldest
1779883003.321 +299.038s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.324 +299.041s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59424
1779883003.324 +299.041s [calypso-trx] fbsb hook fired task=24 fn=59424
1779883003.324 +299.041s [calypso-fbsb] on_dsp_task_change task=24 fn=59424 state=5
1779883003.324 +299.041s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.324 +299.041s [iota] WARN pending queue full, dropping oldest
1779883003.325 +299.042s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.333 +299.050s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.338 +299.054s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59427
1779883003.338 +299.054s [calypso-trx] fbsb hook fired task=24 fn=59427
1779883003.338 +299.054s [calypso-fbsb] on_dsp_task_change task=24 fn=59427 state=5
1779883003.338 +299.054s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.338 +299.054s [iota] WARN pending queue full, dropping oldest
1779883003.339 +299.055s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.342 +299.059s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59428
1779883003.342 +299.059s [calypso-trx] fbsb hook fired task=24 fn=59428
1779883003.342 +299.059s [calypso-fbsb] on_dsp_task_change task=24 fn=59428 state=5
1779883003.342 +299.059s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.342 +299.059s [iota] WARN pending queue full, dropping oldest
1779883003.343 +299.060s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.347 +299.063s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59429
1779883003.347 +299.063s [calypso-trx] fbsb hook fired task=24 fn=59429
1779883003.347 +299.063s [calypso-fbsb] on_dsp_task_change task=24 fn=59429 state=5
1779883003.347 +299.063s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.347 +299.063s [iota] WARN pending queue full, dropping oldest
1779883003.348 +299.064s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.351 +299.068s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59430
1779883003.351 +299.068s [calypso-trx] fbsb hook fired task=24 fn=59430
1779883003.351 +299.068s [calypso-fbsb] on_dsp_task_change task=24 fn=59430 state=5
1779883003.351 +299.068s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.351 +299.068s [iota] WARN pending queue full, dropping oldest
1779883003.352 +299.069s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.356 +299.073s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59431
1779883003.356 +299.073s [calypso-trx] fbsb hook fired task=24 fn=59431
1779883003.356 +299.073s [calypso-fbsb] on_dsp_task_change task=24 fn=59431 state=5
1779883003.356 +299.073s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.356 +299.073s [iota] WARN pending queue full, dropping oldest
1779883003.357 +299.074s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.361 +299.077s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59432
1779883003.361 +299.077s [calypso-trx] fbsb hook fired task=24 fn=59432
1779883003.361 +299.077s [calypso-fbsb] on_dsp_task_change task=24 fn=59432 state=5
1779883003.361 +299.077s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.361 +299.077s [iota] WARN pending queue full, dropping oldest
1779883003.361 +299.078s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.362 +299.079s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.366 +299.083s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59433
1779883003.366 +299.083s [calypso-trx] fbsb hook fired task=24 fn=59433
1779883003.366 +299.083s [calypso-fbsb] on_dsp_task_change task=24 fn=59433 state=5
1779883003.366 +299.083s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.366 +299.083s [iota] WARN pending queue full, dropping oldest
1779883003.367 +299.084s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.371 +299.087s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59434
1779883003.371 +299.087s [calypso-trx] fbsb hook fired task=24 fn=59434
1779883003.371 +299.087s [calypso-fbsb] on_dsp_task_change task=24 fn=59434 state=5
1779883003.371 +299.087s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.371 +299.087s [iota] WARN pending queue full, dropping oldest
1779883003.372 +299.088s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.380 +299.097s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.479 +299.196s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.479 +299.196s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.520 +299.236s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59468
1779883003.520 +299.236s [calypso-trx] fbsb hook fired task=24 fn=59468
1779883003.520 +299.236s [calypso-fbsb] on_dsp_task_change task=24 fn=59468 state=5
1779883003.520 +299.236s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.520 +299.236s [iota] WARN pending queue full, dropping oldest
1779883003.521 +299.237s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.524 +299.241s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59469
1779883003.524 +299.241s [calypso-trx] fbsb hook fired task=24 fn=59469
1779883003.524 +299.241s [calypso-fbsb] on_dsp_task_change task=24 fn=59469 state=5
1779883003.524 +299.241s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.524 +299.241s [iota] WARN pending queue full, dropping oldest
1779883003.525 +299.242s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.528 +299.245s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59470
1779883003.528 +299.245s [calypso-trx] fbsb hook fired task=24 fn=59470
1779883003.528 +299.245s [calypso-fbsb] on_dsp_task_change task=24 fn=59470 state=5
1779883003.528 +299.245s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.528 +299.245s [iota] WARN pending queue full, dropping oldest
1779883003.529 +299.246s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.533 +299.249s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59471
1779883003.533 +299.249s [calypso-trx] fbsb hook fired task=24 fn=59471
1779883003.533 +299.249s [calypso-fbsb] on_dsp_task_change task=24 fn=59471 state=5
1779883003.533 +299.249s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.533 +299.249s [iota] WARN pending queue full, dropping oldest
1779883003.534 +299.250s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.537 +299.254s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59472
1779883003.537 +299.254s [calypso-trx] fbsb hook fired task=24 fn=59472
1779883003.537 +299.254s [calypso-fbsb] on_dsp_task_change task=24 fn=59472 state=5
1779883003.537 +299.254s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.537 +299.254s [iota] WARN pending queue full, dropping oldest
1779883003.538 +299.255s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.541 +299.258s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59473
1779883003.541 +299.258s [calypso-trx] fbsb hook fired task=24 fn=59473
1779883003.541 +299.258s [calypso-fbsb] on_dsp_task_change task=24 fn=59473 state=5
1779883003.541 +299.258s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.541 +299.258s [iota] WARN pending queue full, dropping oldest
1779883003.542 +299.259s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.543 +299.260s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.547 +299.263s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59474
1779883003.547 +299.263s [calypso-trx] fbsb hook fired task=24 fn=59474
1779883003.547 +299.263s [calypso-fbsb] on_dsp_task_change task=24 fn=59474 state=5
1779883003.547 +299.263s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.547 +299.263s [iota] WARN pending queue full, dropping oldest
1779883003.548 +299.264s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.551 +299.268s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59475
1779883003.551 +299.268s [calypso-trx] fbsb hook fired task=24 fn=59475
1779883003.551 +299.268s [calypso-fbsb] on_dsp_task_change task=24 fn=59475 state=5
1779883003.551 +299.268s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.551 +299.268s [iota] WARN pending queue full, dropping oldest
1779883003.552 +299.269s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.560 +299.276s [BSP] RX delta stats (last 500): min=0 max=0 mean=0
1779883003.560 +299.277s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.564 +299.281s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59478
1779883003.564 +299.281s [calypso-trx] fbsb hook fired task=24 fn=59478
1779883003.564 +299.281s [calypso-fbsb] on_dsp_task_change task=24 fn=59478 state=5
1779883003.564 +299.281s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.564 +299.281s [iota] WARN pending queue full, dropping oldest
1779883003.564 +299.281s [BSP] RX tn=0 fn=59478 cur_fn=59478 delta=0
1779883003.565 +299.282s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.568 +299.285s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59479
1779883003.568 +299.285s [calypso-trx] fbsb hook fired task=24 fn=59479
1779883003.568 +299.285s [calypso-fbsb] on_dsp_task_change task=24 fn=59479 state=5
1779883003.568 +299.285s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.568 +299.285s [iota] WARN pending queue full, dropping oldest
1779883003.569 +299.286s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.573 +299.289s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59480
1779883003.573 +299.289s [calypso-trx] fbsb hook fired task=24 fn=59480
1779883003.573 +299.289s [calypso-fbsb] on_dsp_task_change task=24 fn=59480 state=5
1779883003.573 +299.289s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.573 +299.289s [iota] WARN pending queue full, dropping oldest
1779883003.574 +299.291s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.577 +299.294s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59481
1779883003.577 +299.294s [calypso-trx] fbsb hook fired task=24 fn=59481
1779883003.577 +299.294s [calypso-fbsb] on_dsp_task_change task=24 fn=59481 state=5
1779883003.577 +299.294s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.577 +299.294s [iota] WARN pending queue full, dropping oldest
1779883003.578 +299.295s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.582 +299.298s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59482
1779883003.582 +299.298s [calypso-trx] fbsb hook fired task=24 fn=59482
1779883003.582 +299.298s [calypso-fbsb] on_dsp_task_change task=24 fn=59482 state=5
1779883003.582 +299.298s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.582 +299.298s [iota] WARN pending queue full, dropping oldest
1779883003.583 +299.299s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.586 +299.303s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59483
1779883003.586 +299.303s [calypso-trx] fbsb hook fired task=24 fn=59483
1779883003.586 +299.303s [calypso-fbsb] on_dsp_task_change task=24 fn=59483 state=5
1779883003.586 +299.303s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.586 +299.303s [iota] WARN pending queue full, dropping oldest
1779883003.587 +299.303s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.588 +299.305s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.591 +299.308s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59484
1779883003.591 +299.308s [calypso-trx] fbsb hook fired task=24 fn=59484
1779883003.591 +299.308s [calypso-fbsb] on_dsp_task_change task=24 fn=59484 state=5
1779883003.591 +299.308s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.591 +299.308s [iota] WARN pending queue full, dropping oldest
1779883003.592 +299.309s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.596 +299.312s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59485
1779883003.596 +299.312s [calypso-trx] fbsb hook fired task=24 fn=59485
1779883003.596 +299.312s [calypso-fbsb] on_dsp_task_change task=24 fn=59485 state=5
1779883003.596 +299.312s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.596 +299.312s [iota] WARN pending queue full, dropping oldest
1779883003.597 +299.313s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.605 +299.321s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.658 +299.375s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.658 +299.375s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.662 +299.379s [c54x] IRQ #59500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.741 +299.458s [kick] fire #59400 vt=274704885188 rt=18713743386743
1779883003.744 +299.461s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59519
1779883003.744 +299.461s [calypso-trx] fbsb hook fired task=24 fn=59519
1779883003.744 +299.461s [calypso-fbsb] on_dsp_task_change task=24 fn=59519 state=5
1779883003.744 +299.461s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.744 +299.461s [iota] WARN pending queue full, dropping oldest
1779883003.745 +299.462s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.749 +299.465s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59520
1779883003.749 +299.465s [calypso-trx] fbsb hook fired task=24 fn=59520
1779883003.749 +299.465s [calypso-fbsb] on_dsp_task_change task=24 fn=59520 state=5
1779883003.749 +299.465s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.749 +299.465s [iota] WARN pending queue full, dropping oldest
1779883003.750 +299.466s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.753 +299.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59521
1779883003.753 +299.470s [calypso-trx] fbsb hook fired task=24 fn=59521
1779883003.753 +299.470s [calypso-fbsb] on_dsp_task_change task=24 fn=59521 state=5
1779883003.753 +299.470s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.753 +299.470s [iota] WARN pending queue full, dropping oldest
1779883003.754 +299.471s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.758 +299.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59522
1779883003.758 +299.475s [calypso-trx] fbsb hook fired task=24 fn=59522
1779883003.758 +299.475s [calypso-fbsb] on_dsp_task_change task=24 fn=59522 state=5
1779883003.758 +299.475s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.758 +299.475s [iota] WARN pending queue full, dropping oldest
1779883003.759 +299.476s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.762 +299.479s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59523
1779883003.762 +299.479s [calypso-trx] fbsb hook fired task=24 fn=59523
1779883003.763 +299.479s [calypso-fbsb] on_dsp_task_change task=24 fn=59523 state=5
1779883003.763 +299.479s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.763 +299.479s [iota] WARN pending queue full, dropping oldest
1779883003.763 +299.480s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.768 +299.485s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59524
1779883003.768 +299.485s [calypso-trx] fbsb hook fired task=24 fn=59524
1779883003.768 +299.485s [calypso-fbsb] on_dsp_task_change task=24 fn=59524 state=5
1779883003.768 +299.485s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.768 +299.485s [iota] WARN pending queue full, dropping oldest
1779883003.769 +299.485s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.776 +299.493s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59525
1779883003.776 +299.493s [calypso-trx] fbsb hook fired task=24 fn=59525
1779883003.776 +299.493s [calypso-fbsb] on_dsp_task_change task=24 fn=59525 state=5
1779883003.776 +299.493s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.776 +299.493s [iota] WARN pending queue full, dropping oldest
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.778 +299.494s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59526
1779883003.778 +299.494s [calypso-trx] fbsb hook fired task=24 fn=59526
1779883003.778 +299.494s [calypso-fbsb] on_dsp_task_change task=24 fn=59526 state=5
1779883003.778 +299.494s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.778 +299.494s [iota] WARN pending queue full, dropping oldest
1779883003.779 +299.495s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.787 +299.504s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.792 +299.508s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59529
1779883003.792 +299.508s [calypso-trx] fbsb hook fired task=24 fn=59529
1779883003.792 +299.508s [calypso-fbsb] on_dsp_task_change task=24 fn=59529 state=5
1779883003.792 +299.508s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.792 +299.508s [iota] WARN pending queue full, dropping oldest
1779883003.793 +299.509s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.796 +299.513s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59530
1779883003.796 +299.513s [calypso-trx] fbsb hook fired task=24 fn=59530
1779883003.796 +299.513s [calypso-fbsb] on_dsp_task_change task=24 fn=59530 state=5
1779883003.796 +299.513s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.796 +299.513s [iota] WARN pending queue full, dropping oldest
1779883003.797 +299.514s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.800 +299.517s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59531
1779883003.800 +299.517s [calypso-trx] fbsb hook fired task=24 fn=59531
1779883003.800 +299.517s [calypso-fbsb] on_dsp_task_change task=24 fn=59531 state=5
1779883003.800 +299.517s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.800 +299.517s [iota] WARN pending queue full, dropping oldest
1779883003.801 +299.518s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.805 +299.521s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59532
1779883003.805 +299.521s [calypso-trx] fbsb hook fired task=24 fn=59532
1779883003.805 +299.521s [calypso-fbsb] on_dsp_task_change task=24 fn=59532 state=5
1779883003.805 +299.521s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.805 +299.521s [iota] WARN pending queue full, dropping oldest
1779883003.806 +299.522s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.809 +299.526s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59533
1779883003.809 +299.526s [calypso-trx] fbsb hook fired task=24 fn=59533
1779883003.809 +299.526s [calypso-fbsb] on_dsp_task_change task=24 fn=59533 state=5
1779883003.809 +299.526s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.809 +299.526s [iota] WARN pending queue full, dropping oldest
1779883003.810 +299.527s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.813 +299.530s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59534
1779883003.813 +299.530s [calypso-trx] fbsb hook fired task=24 fn=59534
1779883003.813 +299.530s [calypso-fbsb] on_dsp_task_change task=24 fn=59534 state=5
1779883003.813 +299.530s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.813 +299.530s [iota] WARN pending queue full, dropping oldest
1779883003.814 +299.531s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.815 +299.532s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.818 +299.535s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59535
1779883003.818 +299.535s [calypso-trx] fbsb hook fired task=24 fn=59535
1779883003.818 +299.535s [calypso-fbsb] on_dsp_task_change task=24 fn=59535 state=5
1779883003.818 +299.535s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.818 +299.535s [iota] WARN pending queue full, dropping oldest
1779883003.819 +299.536s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.823 +299.540s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59536
1779883003.823 +299.540s [calypso-trx] fbsb hook fired task=24 fn=59536
1779883003.823 +299.540s [calypso-fbsb] on_dsp_task_change task=24 fn=59536 state=5
1779883003.823 +299.540s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.823 +299.540s [iota] WARN pending queue full, dropping oldest
1779883003.824 +299.541s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.832 +299.549s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.840 +299.557s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.840 +299.557s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.971 +299.688s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59570
1779883003.971 +299.688s [calypso-trx] fbsb hook fired task=24 fn=59570
1779883003.971 +299.688s [calypso-fbsb] on_dsp_task_change task=24 fn=59570 state=5
1779883003.971 +299.688s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.971 +299.688s [iota] WARN pending queue full, dropping oldest
1779883003.972 +299.689s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.976 +299.692s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59571
1779883003.976 +299.693s [calypso-trx] fbsb hook fired task=24 fn=59571
1779883003.976 +299.693s [calypso-fbsb] on_dsp_task_change task=24 fn=59571 state=5
1779883003.976 +299.693s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.976 +299.693s [iota] WARN pending queue full, dropping oldest
1779883003.977 +299.693s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.980 +299.697s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59572
1779883003.980 +299.697s [calypso-trx] fbsb hook fired task=24 fn=59572

[... 3300 lines truncated ...]

1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
1779883011.837 +307.554s [calypso-fbsb] on_dsp_task_change task=24 fn=61284 state=5
1779883011.837 +307.554s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.837 +307.554s [iota] WARN pending queue full, dropping oldest
1779883011.838 +307.555s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
1779883011.841 +307.558s [calypso-fbsb] on_dsp_task_change task=24 fn=61285 state=5
1779883011.841 +307.558s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.841 +307.558s [iota] WARN pending queue full, dropping oldest
1779883011.842 +307.559s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
1779883011.846 +307.562s [calypso-fbsb] on_dsp_task_change task=24 fn=61286 state=5
1779883011.846 +307.562s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.846 +307.562s [iota] WARN pending queue full, dropping oldest
1779883011.847 +307.563s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
1779883011.850 +307.567s [calypso-fbsb] on_dsp_task_change task=24 fn=61287 state=5
1779883011.850 +307.567s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.850 +307.567s [iota] WARN pending queue full, dropping oldest
1779883011.851 +307.567s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
1779883011.854 +307.571s [calypso-fbsb] on_dsp_task_change task=24 fn=61288 state=5
1779883011.854 +307.571s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.854 +307.571s [iota] WARN pending queue full, dropping oldest
1779883011.855 +307.572s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.856 +307.573s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
1779883011.859 +307.576s [calypso-fbsb] on_dsp_task_change task=24 fn=61289 state=5
1779883011.859 +307.576s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.859 +307.576s [iota] WARN pending queue full, dropping oldest
1779883011.860 +307.577s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
1779883011.864 +307.581s [calypso-fbsb] on_dsp_task_change task=24 fn=61290 state=5
1779883011.864 +307.581s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.864 +307.581s [iota] WARN pending queue full, dropping oldest
1779883011.865 +307.582s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.874 +307.590s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
1779883011.878 +307.595s [calypso-fbsb] on_dsp_task_change task=24 fn=61293 state=5
1779883011.878 +307.595s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.878 +307.595s [iota] WARN pending queue full, dropping oldest
1779883011.879 +307.596s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
1779883011.883 +307.599s [calypso-fbsb] on_dsp_task_change task=24 fn=61294 state=5
1779883011.883 +307.599s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.883 +307.599s [iota] WARN pending queue full, dropping oldest
1779883011.884 +307.600s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
1779883011.887 +307.604s [calypso-fbsb] on_dsp_task_change task=24 fn=61295 state=5
1779883011.887 +307.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.887 +307.604s [iota] WARN pending queue full, dropping oldest
1779883011.888 +307.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
1779883011.892 +307.608s [calypso-fbsb] on_dsp_task_change task=24 fn=61296 state=5
1779883011.892 +307.608s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.892 +307.608s [iota] WARN pending queue full, dropping oldest
1779883011.893 +307.609s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
1779883011.896 +307.613s [calypso-fbsb] on_dsp_task_change task=24 fn=61297 state=5
1779883011.896 +307.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.896 +307.613s [iota] WARN pending queue full, dropping oldest
1779883011.897 +307.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
1779883011.900 +307.617s [calypso-fbsb] on_dsp_task_change task=24 fn=61298 state=5
1779883011.900 +307.617s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.900 +307.617s [iota] WARN pending queue full, dropping oldest
1779883011.901 +307.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.902 +307.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
1779883011.906 +307.622s [calypso-fbsb] on_dsp_task_change task=24 fn=61299 state=5
1779883011.906 +307.622s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.906 +307.622s [iota] WARN pending queue full, dropping oldest
1779883011.907 +307.623s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
1779883011.910 +307.627s [calypso-fbsb] on_dsp_task_change task=24 fn=61300 state=5
1779883011.910 +307.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.910 +307.627s [iota] WARN pending queue full, dropping oldest
1779883011.911 +307.627s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.920 +307.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.000 +307.717s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.000 +307.717s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
1779883012.064 +307.781s [calypso-fbsb] on_dsp_task_change task=24 fn=61334 state=5
1779883012.064 +307.781s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.064 +307.781s [iota] WARN pending queue full, dropping oldest
1779883012.065 +307.782s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
1779883012.069 +307.785s [calypso-fbsb] on_dsp_task_change task=24 fn=61335 state=5
1779883012.069 +307.785s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.069 +307.785s [iota] WARN pending queue full, dropping oldest
1779883012.070 +307.786s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
1779883012.073 +307.790s [calypso-fbsb] on_dsp_task_change task=24 fn=61336 state=5
1779883012.073 +307.790s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.073 +307.790s [iota] WARN pending queue full, dropping oldest
1779883012.074 +307.791s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
1779883012.078 +307.794s [calypso-fbsb] on_dsp_task_change task=24 fn=61337 state=5
1779883012.078 +307.794s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.078 +307.795s [iota] WARN pending queue full, dropping oldest
1779883012.079 +307.796s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
1779883012.082 +307.799s [calypso-fbsb] on_dsp_task_change task=24 fn=61338 state=5
1779883012.082 +307.799s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.082 +307.799s [iota] WARN pending queue full, dropping oldest
1779883012.083 +307.800s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
1779883012.087 +307.803s [calypso-fbsb] on_dsp_task_change task=24 fn=61339 state=5
1779883012.087 +307.803s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.087 +307.803s [iota] WARN pending queue full, dropping oldest
1779883012.087 +307.804s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.089 +307.805s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
1779883012.092 +307.809s [calypso-fbsb] on_dsp_task_change task=24 fn=61340 state=5
1779883012.092 +307.809s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.092 +307.809s [iota] WARN pending queue full, dropping oldest
1779883012.093 +307.810s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
1779883012.096 +307.813s [calypso-fbsb] on_dsp_task_change task=24 fn=61341 state=5
1779883012.096 +307.813s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.096 +307.813s [iota] WARN pending queue full, dropping oldest
1779883012.097 +307.814s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.106 +307.823s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
1779883012.111 +307.827s [calypso-fbsb] on_dsp_task_change task=24 fn=61344 state=5
1779883012.111 +307.827s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.111 +307.827s [iota] WARN pending queue full, dropping oldest
1779883012.112 +307.828s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
1779883012.115 +307.832s [calypso-fbsb] on_dsp_task_change task=24 fn=61345 state=5
1779883012.115 +307.832s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.115 +307.832s [iota] WARN pending queue full, dropping oldest
1779883012.116 +307.833s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
1779883012.120 +307.836s [calypso-fbsb] on_dsp_task_change task=24 fn=61346 state=5
1779883012.120 +307.836s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.120 +307.836s [iota] WARN pending queue full, dropping oldest
1779883012.121 +307.837s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
1779883012.124 +307.841s [calypso-fbsb] on_dsp_task_change task=24 fn=61347 state=5
1779883012.124 +307.841s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.124 +307.841s [iota] WARN pending queue full, dropping oldest
1779883012.125 +307.842s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
1779883012.129 +307.846s [calypso-fbsb] on_dsp_task_change task=24 fn=61348 state=5
1779883012.129 +307.846s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.129 +307.846s [iota] WARN pending queue full, dropping oldest
1779883012.129 +307.846s [iota] BDLENA rising edge #18500 tn=0 pending=31
1779883012.130 +307.847s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
1779883012.133 +307.850s [calypso-fbsb] on_dsp_task_change task=24 fn=61349 state=5
1779883012.133 +307.850s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.133 +307.850s [iota] WARN pending queue full, dropping oldest
1779883012.134 +307.851s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.135 +307.852s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
1779883012.139 +307.856s [calypso-fbsb] on_dsp_task_change task=24 fn=61350 state=5
1779883012.139 +307.856s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.139 +307.856s [iota] WARN pending queue full, dropping oldest
1779883012.140 +307.857s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
1779883012.144 +307.860s [calypso-fbsb] on_dsp_task_change task=24 fn=61351 state=5
1779883012.144 +307.860s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.144 +307.860s [iota] WARN pending queue full, dropping oldest
1779883012.145 +307.861s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.153 +307.870s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.188 +307.905s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.188 +307.905s [UART:irda] IER=0x00 (RX=0 TX=0)
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (3,154 bytes, 138 lignes)
=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (12,288 bytes, 165 lignes)
[prof] fn=1 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #0
[prof] fn=2 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #1
[prof] fn=3 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #2
[prof] fn=4 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #3
[prof] fn=5 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #4
[prof] fn=6 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #5
[prof] fn=7 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #6
[prof] fn=8 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #7
[prof] fn=9 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #8
[prof] fn=10 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #9
[prof] fn=11 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #10
[prof] fn=12 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #11
[prof] fn=13 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #12
[prof] fn=14 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #13
[prof] fn=15 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #14
[prof] fn=16 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #15
[prof] fn=17 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #16
[prof] fn=18 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #17
[prof] fn=19 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #18
[prof] fn=20 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #19
[prof] fn=21 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #20
[prof] fn=22 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #21
[prof] fn=23 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #22
[prof] fn=24 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #23
[prof] fn=25 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #24
[prof] fn=26 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #25
[prof] fn=27 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #26
[prof] fn=28 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #27
[prof] fn=29 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #28
[prof] fn=30 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #29
[prof] fn=31 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #30
[prof] fn=32 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #31
[prof] fn=33 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #32
[prof] fn=34 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #33
[prof] fn=35 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #34
[prof] fn=36 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #35
[prof] fn=37 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #36
[prof] fn=38 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #37
[prof] fn=39 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #38
[prof] fn=40 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #39
[prof] fn=41 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #40
[prof] fn=42 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #41
[prof] fn=43 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #42
[prof] fn=44 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #43
[prof] fn=45 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #44
[prof] fn=46 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #45
[prof] fn=47 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #46
[prof] fn=48 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #47
[prof] fn=49 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #48
[prof] fn=50 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #49
[prof] fn=51 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #50
[prof] fn=52 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #51
[prof] fn=53 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #52
[prof] fn=54 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #53
[prof] fn=55 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #54
[prof] fn=56 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #55
[prof] fn=57 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #56
[prof] fn=58 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #57
[prof] fn=59 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #58
[prof] fn=60 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #59
[prof] fn=61 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #60
[prof] fn=62 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #61
[prof] fn=63 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #62
[prof] fn=64 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #63
[prof] fn=65 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #64
[prof] fn=66 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #65
[prof] fn=67 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #66
[prof] fn=68 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #67
[prof] fn=69 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #68
[prof] fn=70 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #69
[prof] fn=71 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #70
[prof] fn=72 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #71
[prof] fn=73 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #72
[prof] fn=74 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #73
[prof] fn=75 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #74
[prof] fn=76 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #75
[prof] fn=77 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #76
[prof] fn=78 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #77
[prof] fn=79 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #78
[prof] fn=80 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #79
[prof] fn=81 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #80
[prof] fn=82 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #81
[prof] fn=83 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #82
[prof] fn=84 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #83
[prof] fn=85 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #84
[prof] fn=86 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #85
[prof] fn=87 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #86
[prof] fn=88 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #87
[prof] fn=89 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #88
[prof] fn=90 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #89
[prof] fn=91 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #90
[prof] fn=92 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #91
[prof] fn=93 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #92
[prof] fn=94 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #93
[prof] fn=95 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #94
[prof] fn=96 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #95
[prof] fn=97 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #96
[prof] fn=98 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #97
[prof] fn=99 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #98
[prof] fn=100 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #99
[prof] fn=101 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #100
[prof] fn=102 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #101
[prof] fn=103 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #102
[prof] fn=104 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #103
[prof] fn=105 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #104
[prof] fn=106 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #105
[prof] fn=107 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #106
[prof] fn=108 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #107
[prof] fn=109 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #108
[prof] fn=110 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #109
[prof] fn=111 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #110
[prof] fn=112 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #111
[prof] fn=113 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #112
[prof] fn=114 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #113
[prof] fn=115 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #114
[prof] fn=116 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #115
[prof] fn=117 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #116
[prof] fn=118 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #117
[prof] fn=119 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #118
[prof] fn=120 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #119
[prof] fn=121 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #120
[prof] fn=122 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #121
[prof] fn=123 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #122
[prof] fn=124 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #123
[prof] fn=125 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #124
[prof] fn=126 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #125
[prof] fn=127 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #126
[prof] fn=128 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #127
[prof] fn=129 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #128
[prof] fn=130 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #129
[prof] fn=131 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #130
[prof] fn=132 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #131
[prof] fn=133 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #132
[prof] fn=134 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #133
[prof] fn=135 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #134
[prof] fn=136 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #135
[prof] fn=137 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #136
[prof] fn=138 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #137
[prof] fn=139 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #138
[prof] fn=140 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #139
[prof] fn=141 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #140
[prof] fn=142 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #141
[prof] fn=143 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #142
[prof] fn=144 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #143
[prof] fn=145 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #144
[prof] fn=146 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #145
[prof] fn=147 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #146
[prof] fn=148 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #147
[prof] fn=149 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #148
[prof] fn=150 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #149
[prof] fn=151 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #150
[prof] fn=152 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #151
[prof] fn=153 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #152
[prof] fn=154 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #153
[prof] fn=155 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #154
[prof] fn=156 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #155
[prof] fn=157 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #156
[prof] fn=158 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #157
[prof] fn=159 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #158
[prof] fn=160 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #159
[prof] fn=161 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #160
[prof] fn=162 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #161
[prof] fn=163 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #162
[prof] fn=164 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #163
[prof] fn=165 clk=0 uart=0 dspboot=0 dspir
tdma_tick.log (32,768 bytes, 500 lignes)
[tdma-tick] entry=32887128 exit=32887128 work_dt=0 fn=1 #0
[tdma-tick] entry=37502128 exit=37502128 work_dt=0 fn=2 #1
[tdma-tick] entry=42117128 exit=42117128 work_dt=0 fn=3 #2
[tdma-tick] entry=46732128 exit=46732128 work_dt=0 fn=4 #3
[tdma-tick] entry=51347128 exit=51347128 work_dt=0 fn=5 #4
[tdma-tick] entry=55962128 exit=55962128 work_dt=0 fn=6 #5
[tdma-tick] entry=60577128 exit=60577128 work_dt=0 fn=7 #6
[tdma-tick] entry=65192128 exit=65192128 work_dt=0 fn=8 #7
[tdma-tick] entry=69807128 exit=69807128 work_dt=0 fn=9 #8
[tdma-tick] entry=74422128 exit=74422128 work_dt=0 fn=10 #9
[tdma-tick] entry=79037128 exit=79037128 work_dt=0 fn=11 #10
[tdma-tick] entry=83652128 exit=83652128 work_dt=0 fn=12 #11
[tdma-tick] entry=88267128 exit=88267128 work_dt=0 fn=13 #12
[tdma-tick] entry=92882128 exit=92882128 work_dt=0 fn=14 #13
[tdma-tick] entry=97497128 exit=97497128 work_dt=0 fn=15 #14
[tdma-tick] entry=102112128 exit=102112128 work_dt=0 fn=16 #15
[tdma-tick] entry=106727128 exit=106727128 work_dt=0 fn=17 #16
[tdma-tick] entry=111342128 exit=111342128 work_dt=0 fn=18 #17
[tdma-tick] entry=115957128 exit=115957128 work_dt=0 fn=19 #18
[tdma-tick] entry=120572128 exit=120572128 work_dt=0 fn=20 #19
[tdma-tick] entry=125187128 exit=125187128 work_dt=0 fn=21 #20
[tdma-tick] entry=129802128 exit=129802128 work_dt=0 fn=22 #21
[tdma-tick] entry=134417128 exit=134417128 work_dt=0 fn=23 #22
[tdma-tick] entry=139032128 exit=139032128 work_dt=0 fn=24 #23
[tdma-tick] entry=143647128 exit=143647128 work_dt=0 fn=25 #24
[tdma-tick] entry=148262128 exit=148262128 work_dt=0 fn=26 #25
[tdma-tick] entry=152877128 exit=152877128 work_dt=0 fn=27 #26
[tdma-tick] entry=157492128 exit=157492128 work_dt=0 fn=28 #27
[tdma-tick] entry=162107128 exit=162107128 work_dt=0 fn=29 #28
[tdma-tick] entry=166722128 exit=166722128 work_dt=0 fn=30 #29
[tdma-tick] entry=171337128 exit=171337128 work_dt=0 fn=31 #30
[tdma-tick] entry=175952128 exit=175952128 work_dt=0 fn=32 #31
[tdma-tick] entry=180567128 exit=180567128 work_dt=0 fn=33 #32
[tdma-tick] entry=185182128 exit=185182128 work_dt=0 fn=34 #33
[tdma-tick] entry=189797128 exit=189797128 work_dt=0 fn=35 #34
[tdma-tick] entry=194412128 exit=194412128 work_dt=0 fn=36 #35
[tdma-tick] entry=199027128 exit=199027128 work_dt=0 fn=37 #36
[tdma-tick] entry=203642128 exit=203642128 work_dt=0 fn=38 #37
[tdma-tick] entry=208257128 exit=208257128 work_dt=0 fn=39 #38
[tdma-tick] entry=212872128 exit=212872128 work_dt=0 fn=40 #39
[tdma-tick] entry=217487128 exit=217487128 work_dt=0 fn=41 #40
[tdma-tick] entry=222102128 exit=222102128 work_dt=0 fn=42 #41
[tdma-tick] entry=226717128 exit=226717128 work_dt=0 fn=43 #42
[tdma-tick] entry=231332128 exit=231332128 work_dt=0 fn=44 #43
[tdma-tick] entry=235947128 exit=235947128 work_dt=0 fn=45 #44
[tdma-tick] entry=240562128 exit=240562128 work_dt=0 fn=46 #45
[tdma-tick] entry=245177128 exit=245177128 work_dt=0 fn=47 #46
[tdma-tick] entry=249792128 exit=249792128 work_dt=0 fn=48 #47
[tdma-tick] entry=254407128 exit=254407128 work_dt=0 fn=49 #48
[tdma-tick] entry=259022128 exit=259022128 work_dt=0 fn=50 #49
[tdma-tick] entry=263637128 exit=263637128 work_dt=0 fn=51 #50
[tdma-tick] entry=268252128 exit=268252128 work_dt=0 fn=52 #51
[tdma-tick] entry=272867128 exit=272867128 work_dt=0 fn=53 #52
[tdma-tick] entry=277482128 exit=277482128 work_dt=0 fn=54 #53
[tdma-tick] entry=282097128 exit=282097128 work_dt=0 fn=55 #54
[tdma-tick] entry=286712128 exit=286712128 work_dt=0 fn=56 #55
[tdma-tick] entry=291327128 exit=291327128 work_dt=0 fn=57 #56
[tdma-tick] entry=295942128 exit=295942128 work_dt=0 fn=58 #57
[tdma-tick] entry=300557128 exit=300557128 work_dt=0 fn=59 #58
[tdma-tick] entry=305172128 exit=305172128 work_dt=0 fn=60 #59
[tdma-tick] entry=309787128 exit=309787128 work_dt=0 fn=61 #60
[tdma-tick] entry=314402128 exit=314402128 work_dt=0 fn=62 #61
[tdma-tick] entry=319017128 exit=319017128 work_dt=0 fn=63 #62
[tdma-tick] entry=323632128 exit=323632128 work_dt=0 fn=64 #63
[tdma-tick] entry=328247128 exit=328247128 work_dt=0 fn=65 #64
[tdma-tick] entry=332862128 exit=332862128 work_dt=0 fn=66 #65
[tdma-tick] entry=337477128 exit=337477128 work_dt=0 fn=67 #66
[tdma-tick] entry=342092128 exit=342092128 work_dt=0 fn=68 #67
[tdma-tick] entry=346707128 exit=346707128 work_dt=0 fn=69 #68
[tdma-tick] entry=351322128 exit=351322128 work_dt=0 fn=70 #69
[tdma-tick] entry=355937128 exit=355937128 work_dt=0 fn=71 #70
[tdma-tick] entry=360552128 exit=360552128 work_dt=0 fn=72 #71
[tdma-tick] entry=365167128 exit=365167128 work_dt=0 fn=73 #72
[tdma-tick] entry=369782128 exit=369782128 work_dt=0 fn=74 #73
[tdma-tick] entry=374397128 exit=374397128 work_dt=0 fn=75 #74
[tdma-tick] entry=379012128 exit=379012128 work_dt=0 fn=76 #75
[tdma-tick] entry=383627128 exit=383627128 work_dt=0 fn=77 #76
[tdma-tick] entry=388242128 exit=388242128 work_dt=0 fn=78 #77
[tdma-tick] entry=392857128 exit=392857128 work_dt=0 fn=79 #78
[tdma-tick] entry=397472128 exit=397472128 work_dt=0 fn=80 #79
[tdma-tick] entry=402087128 exit=402087128 work_dt=0 fn=81 #80
[tdma-tick] entry=406702128 exit=406702128 work_dt=0 fn=82 #81
[tdma-tick] entry=411317128 exit=411317128 work_dt=0 fn=83 #82
[tdma-tick] entry=415932128 exit=415932128 work_dt=0 fn=84 #83
[tdma-tick] entry=420547128 exit=420547128 work_dt=0 fn=85 #84
[tdma-tick] entry=425162128 exit=425162128 work_dt=0 fn=86 #85
[tdma-tick] entry=429777128 exit=429777128 work_dt=0 fn=87 #86
[tdma-tick] entry=434392128 exit=434392128 work_dt=0 fn=88 #87
[tdma-tick] entry=439007128 exit=439007128 work_dt=0 fn=89 #88
[tdma-tick] entry=443622128 exit=443622128 work_dt=0 fn=90 #89
[tdma-tick] entry=448237128 exit=448237128 work_dt=0 fn=91 #90
[tdma-tick] entry=452852128 exit=452852128 work_dt=0 fn=92 #91
[tdma-tick] entry=457467128 exit=457467128 work_dt=0 fn=93 #92
[tdma-tick] entry=462082128 exit=462082128 work_dt=0 fn=94 #93
[tdma-tick] entry=466697128 exit=466697128 work_dt=0 fn=95 #94
[tdma-tick] entry=471312128 exit=471312128 work_dt=0 fn=96 #95
[tdma-tick] entry=475927128 exit=475927128 work_dt=0 fn=97 #96
[tdma-tick] entry=480542128 exit=480542128 work_dt=0 fn=98 #97
[tdma-tick] entry=485157128 exit=485157128 work_dt=0 fn=99 #98
[tdma-tick] entry=489772128 exit=489772128 work_dt=0 fn=100 #99
[tdma-tick] entry=494387128 exit=494387128 work_dt=0 fn=101 #100
[tdma-tick] entry=499002128 exit=499002128 work_dt=0 fn=102 #101
[tdma-tick] entry=503617128 exit=503617128 work_dt=0 fn=103 #102
[tdma-tick] entry=508232128 exit=508232128 work_dt=0 fn=104 #103
[tdma-tick] entry=512847128 exit=512847128 work_dt=0 fn=105 #104
[tdma-tick] entry=517462128 exit=517462128 work_dt=0 fn=106 #105
[tdma-tick] entry=522077128 exit=522077128 work_dt=0 fn=107 #106
[tdma-tick] entry=526692128 exit=526692128 work_dt=0 fn=108 #107
[tdma-tick] entry=531307128 exit=531307128 work_dt=0 fn=109 #108
[tdma-tick] entry=535922128 exit=535922128 work_dt=0 fn=110 #109
[tdma-tick] entry=540537128 exit=540537128 work_dt=0 fn=111 #110
[tdma-tick] entry=545152128 exit=545152128 work_dt=0 fn=112 #111
[tdma-tick] entry=549767128 exit=549767128 work_dt=0 fn=113 #112
[tdma-tick] entry=554382128 exit=554382128 work_dt=0 fn=114 #113
[tdma-tick] entry=558997128 exit=558997128 work_dt=0 fn=115 #114
[tdma-tick] entry=563612128 exit=563612128 work_dt=0 fn=116 #115
[tdma-tick] entry=568227128 exit=568227128 work_dt=0 fn=117 #116
[tdma-tick] entry=572842128 exit=572842128 work_dt=0 fn=118 #117
[tdma-tick] entry=577457128 exit=577457128 work_dt=0 fn=119 #118
[tdma-tick] entry=582072128 exit=582072128 work_dt=0 fn=120 #119
[tdma-tick] entry=586687128 exit=586687128 work_dt=0 fn=121 #120
[tdma-tick] entry=591302128 exit=591302128 work_dt=0 fn=122 #121
[tdma-tick] entry=595917128 exit=595917128 work_dt=0 fn=123 #122
[tdma-tick] entry=600532128 exit=600532128 work_dt=0 fn=124 #123
[tdma-tick] entry=605147128 exit=605147128 work_dt=0 fn=125 #124
[tdma-tick] entry=609762128 exit=609762128 work_dt=0 fn=126 #125
[tdma-tick] entry=614377128 exit=614377128 work_dt=0 fn=127 #126
[tdma-tick] entry=618992128 exit=618992128 work_dt=0 fn=128 #127
[tdma-tick] entry=623607128 exit=623607128 work_dt=0 fn=129 #128
[tdma-tick] entry=628222128 exit=628222128 work_dt=0 fn=130 #129
[tdma-tick] entry=632837128 exit=632837128 work_dt=0 fn=131 #130
[tdma-tick] entry=637452128 exit=637452128 work_dt=0 fn=132 #131
[tdma-tick] entry=642067128 exit=642067128 work_dt=0 fn=133 #132
[tdma-tick] entry=646682128 exit=646682128 work_dt=0 fn=134 #133
[tdma-tick] entry=651297128 exit=651297128 work_dt=0 fn=135 #134
[tdma-tick] entry=655912128 exit=655912128 work_dt=0 fn=136 #135
[tdma-tick] entry=660527128 exit=660527128 work_dt=0 fn=137 #136
[tdma-tick] entry=665142128 exit=665142128 work_dt=0 fn=138 #137
[tdma-tick] entry=669757128 exit=669757128 work_dt=0 fn=139 #138
[tdma-tick] entry=674372128 exit=674372128 work_dt=0 fn=140 #139
[tdma-tick] entry=678987128 exit=678987128 work_dt=0 fn=141 #140
[tdma-tick] entry=683602128 exit=683602128 work_dt=0 fn=142 #141
[tdma-tick] entry=688217128 exit=688217128 work_dt=0 fn=143 #142
[tdma-tick] entry=692832128 exit=692832128 work_dt=0 fn=144 #143
[tdma-tick] entry=697447128 exit=697447128 work_dt=0 fn=145 #144
[tdma-tick] entry=702062128 exit=702062128 work_dt=0 fn=146 #145
[tdma-tick] entry=706677128 exit=706677128 work_dt=0 fn=147 #146
[tdma-tick] entry=711292128 exit=711292128 work_dt=0 fn=148 #147
[tdma-tick] entry=715907128 exit=715907128 work_dt=0 fn=149 #148
[tdma-tick] entry=720522128 exit=720522128 work_dt=0 fn=150 #149
[tdma-tick] entry=725137128 exit=725137128 work_dt=0 fn=151 #150
[tdma-tick] entry=729752128 exit=729752128 work_dt=0 fn=152 #151
[tdma-tick] entry=734367128 exit=734367128 work_dt=0 fn=153 #152
[tdma-tick] entry=738982128 exit=738982128 work_dt=0 fn=154 #153
[tdma-tick] entry=743597128 exit=743597128 work_dt=0 fn=155 #154
[tdma-tick] entry=748212128 exit=748212128 work_dt=0 fn=156 #155
[tdma-tick] entry=752827128 exit=752827128 work_dt=0 fn=157 #156
[tdma-tick] entry=757442128 exit=757442128 work_dt=0 fn=158 #157
[tdma-tick] entry=762057128 exit=762057128 work_dt=0 fn=159 #158
[tdma-tick] entry=766672128 exit=766672128 work_dt=0 fn=160 #159
[tdma-tick] entry=771287128 exit=771287128 work_dt=0 fn=161 #160
[tdma-tick] entry=775902128 exit=775902128 work_dt=0 fn=162 #161
[tdma-tick] entry=780517128 exit=780517128 work_dt=0 fn=163 #162
[tdma-tick] entry=785132128 exit=785132128 work_dt=0 fn=164 #163
[tdma-tick] entry=789747128 exit=789747128 work_dt=0 fn=165 #164
[tdma-tick] entry=794362128 exit=794362128 work_dt=0 fn=166 #165
[tdma-tick] entry=798977128 exit=798977128 work_dt=0 fn=167 #166
[tdma-tick] entry=803592128 exit=803592128 work_dt=0 fn=168 #167
[tdma-tick] entry=808207128 exit=808207128 work_dt=0 fn=169 #168
[tdma-tick] entry=812822128 exit=812822128 work_dt=0 fn=170 #169
[tdma-tick] entry=817437128 exit=817437128 work_dt=0 fn=171 #170
[tdma-tick] entry=822052128 exit=822052128 work_dt=0 fn=172 #171
[tdma-tick] entry=826667128 exit=826667128 work_dt=0 fn=173 #172
[tdma-tick] entry=831282128 exit=831282128 work_dt=0 fn=174 #173
[tdma-tick] entry=835897128 exit=835897128 work_dt=0 fn=175 #174
[tdma-tick] entry=840512128 exit=840512128 work_dt=0 fn=176 #175
[tdma-tick] entry=845127128 exit=845127128 work_dt=0 fn=177 #176
[tdma-tick] entry=849742128 exit=849742128 work_dt=0 fn=178 #177
[tdma-tick] entry=854357128 exit=854357128 work_dt=0 fn=179 #178
[tdma-tick] entry=858972128 exit=858972128 work_dt=0 fn=180 #179
[tdma-tick] entry=863587128 exit=863587128 work_dt=0 fn=181 #180
[tdma-tick] entry=868202128 exit=868202128 work_dt=0 fn=182 #181
[tdma-tick] entry=872817128 exit=872817128 work_dt=0 fn=183 #182
[tdma-tick] entry=877432128 exit=877432128 work_dt=0 fn=184 #183
[tdma-tick] entry=882047128 exit=882047128 work_dt=0 fn=185 #184
[tdma-tick] entry=886662128 exit=886662128 work_dt=0 fn=186 #185
[tdma-tick] entry=891277128 exit=891277128 work_dt=0 fn=187 #186
[tdma-tick] entry=895892128 exit=895892128 work_dt=0 fn=188 #187
[tdma-tick] entry=900507128 exit=900507128 work_dt=0 fn=189 #188
[tdma-tick] entry=905122128 exit=905122128 work_dt=0 fn=190 #189
[tdma-tick] entry=909737128 exit=909737128 work_dt=0 fn=191 #190
[tdma-tick] entry=914352128 exit=914352128 work_dt=0 fn=192 #191
[tdma-tick] entry=918967128 exit=918967128 work_dt=0 fn=193 #192
[tdma-tick] entry=923582128 exit=923582128 work_dt=0 fn=194 #193
[tdma-tick] entry=928197128 exit=928197128 work_dt=0 fn=195 #194
[tdma-tick] entry=932812128 exit=932812128 work_dt=0 fn=196 #195
[tdma-tick] entry=937427128 exit=937427128 work_dt=0 fn=197 #196
[tdma-tick] entry=942042128 exit=942042128 work_dt=0 fn=198 #197
[tdma-tick] entry=946657128 exit=946657128 work_dt=0 fn=199 #198
[tdma-tick] entry=951272128 exit=951272128 work_dt=0 fn=200 #199
[tdma-tick] entry=955887128 exit=955887128 work_dt=0 fn=201 #200
[tdma-tick] entry=960502128 exit=960502128 work_dt=0 fn=202 #201
[tdma-tick] entry=965117128 exit=965117128 work_dt=0 fn=203 #202
[tdma-tick] entry=969732128 exit=969732128 work_dt=0 fn=204 #203
[tdma-tick] entry=974347128 exit=974347128 work_dt=0 fn=205 #204
[tdma-tick] entry=978962128 exit=978962128 work_dt=0 fn=206 #205
[tdma-tick] entry=983577128 exit=983577128 work_dt=0 fn=207 #206
[tdma-tick] entry=988192128 exit=988192128 work_dt=0 fn=208 #207
[tdma-tick] entry=992807128 exit=992807128 work_dt=0 fn=209 #208
[tdma-tick] entry=997422128 exit=997422128 work_dt=0 fn=210 #209
[tdma-tick] entry=1002037128 exit=1002037128 work_dt=0 fn=211 #210
[tdma-tick] entry=1006652128 exit=1006652128 work_dt=0 fn=212 #211
[tdma-tick] entry=1011267128 exit=1011267128 work_dt=0 fn=213 #212
[tdma-tick] entry=1015882128 exit=1015882128 work_dt=0 fn=214 #213
[tdma-tick] entry=1020497128 exit=1020497128 work_dt=0 fn=215 #214
[tdma-tick] entry=1025112128 exit=1025112128 work_dt=0 fn=216 #215
[tdma-tick] entry=1029727128 exit=1029727128 work_dt=0 fn=217 #216
[tdma-tick] entry=1034342128 exit=1034342128 work_dt=0 fn=218 #217
[tdma-tick] entry=1038957128 exit=1038957128 work_dt=0 fn=219 #218
[tdma-tick] entry=1043572128 exit=1043572128 work_dt=0 fn=220 #219
[tdma-tick] entry=1048187128 exit=1048187128 work_dt=0 fn=221 #220
[tdma-tick] entry=1052802128 exit=1052802128 work_dt=0 fn=222 #221
[tdma-tick] entry=1057417128 exit=1057417128 work_dt=0 fn=223 #222
[tdma-tick] entry=1062032128 exit=1062032128 work_dt=0 fn=224 #223
[tdma-tick] entry=1066647128 exit=1066647128 work_dt=0 fn=225 #224
[tdma-tick] entry=1071262128 exit=1071262128 work_dt=0 fn=226 #225
[tdma-tick] entry=1075877128 exit=1075877128 work_dt=0 fn=227 #226
[tdma-tick] entry=1080492128 exit=1080492128 work_dt=0 fn=228 #227
[tdma-tick] entry=1085107128 exit=1085107128 work_dt=0 fn=229 #228
[tdma-tick] entry=1089722128 exit=1089722128 work_dt=0 fn=230 #229
[tdma-tick] entry=1094337128 exit=1094337128 work_dt=0 fn=231 #230
[tdma-tick] entry=1098952128 exit=1098952128 work_dt=0 fn=232 #231
[tdma-tick] entry=1103567128 exit=1103567128 work_dt=0 fn=233 #232
[tdma-tick] entry=1108182128 exit=1108182128 work_dt=0 fn=234 #233
[tdma-tick] entry=1112797128 exit=1112797128 work_dt=0 fn=235 #234
[tdma-tick] entry=1117412128 exit=1117412128 work_dt=0 fn=236 #235
[tdma-tick] entry=1122027128 exit=1122027128 work_dt=0 fn=237 #236
[tdma-tick] entry=1126642128 exit=1126642128 work_dt=0 fn=238 #237
[tdma-tick] entry=1131257128 exit=1131257128 work_dt=0 fn=239 #238
[tdma-tick] entry=1135872128 exit=1135872128 work_dt=0 fn=240 #239
[tdma-tick] entry=1140487128 exit=1140487128 work_dt=0 fn=241 #240
[tdma-tick] entry=1145102128 exit=1145102128 work_dt=0 fn=242 #241
[tdma-tick] entry=1149717128 exit=1149717128 work_dt=0 fn=243 #242
[tdma-tick] entry=1154332128 exit=1154332128 work_dt=0 fn=244 #243
[tdma-tick] entry=1158947128 exit=1158947128 work_dt=0 fn=245 #244
[tdma-tick] entry=1163562128 exit=1163562128 work_dt=0 fn=246 #245
[tdma-tick] entry=1168177128 exit=1168177128 work_dt=0 fn=247 #246
[tdma-tick] entry=1172792128 exit=1172792128 work_dt=0 fn=248 #247
[tdma-tick] entry=1177407128 exit=1177407128 work_dt=0 fn=249 #248
[tdma-tick] entry=1182022128 exit=1182022128 work_dt=0 fn=250 #249
[tdma-tick] entry=1186637128 exit=1186637128 work_dt=0 fn=251 #250
[tdma-tick] entry=1191252128 exit=1191252128 work_dt=0 fn=252 #251
[tdma-tick] entry=1195867128 exit=1195867128 work_dt=0 fn=253 #252
[tdma-tick] entry=1200482128 exit=1200482128 work_dt=0 fn=254 #253
[tdma-tick] entry=1205097128 exit=1205097128 work_dt=0 fn=255 #254
[tdma-tick] entry=1209712128 exit=1209712128 work_dt=0 fn=256 #255
[tdma-tick] entry=1214327128 exit=1214327128 work_dt=0 fn=257 #256
[tdma-tick] entry=1218942128 exit=1218942128 work_dt=0 fn=258 #257
[tdma-tick] entry=1223557128 exit=1223557128 work_dt=0 fn=259 #258
[tdma-tick] entry=1228172128 exit=1228172128 work_dt=0 fn=260 #259
[tdma-tick] entry=1232787128 exit=1232787128 work_dt=0 fn=261 #260
[tdma-tick] entry=1237402128 exit=1237402128 work_dt=0 fn=262 #261
[tdma-tick] entry=1242017128 exit=1242017128 work_dt=0 fn=263 #262
[tdma-tick] entry=1246632128 exit=1246632128 work_dt=0 fn=264 #263
[tdma-tick] entry=1251247128 exit=1251247128 work_dt=0 fn=265 #264
[tdma-tick] entry=1255862128 exit=1255862128 work_dt=0 fn=266 #265
[tdma-tick] entry=1260477128 exit=1260477128 work_dt=0 fn=267 #266
[tdma-tick] entry=1265092128 exit=1265092128 work_dt=0 fn=268 #267
[tdma-tick] entry=1269707128 exit=1269707128 work_dt=0 fn=269 #268
[tdma-tick] entry=1274322128 exit=1274322128 work_dt=0 fn=270 #269
[tdma-tick] entry=1278937128 exit=1278937128 work_dt=0 fn=271 #270
[tdma-tick] entry=1283552128 exit=1283552128 work_dt=0 fn=272 #271
[tdma-tick] entry=1288167128 exit=1288167128 work_dt=0 fn=273 #272
[tdma-tick] entry=1292782128 exit=1292782128 work_dt=0 fn=274 #273
[tdma-tick] entry=1297397128 exit=1297397128 work_dt=0 fn=275 #274
[tdma-tick] entry=1302012128 exit=1302012128 work_dt=0 fn=276 #275
[tdma-tick] entry=1306627128 exit=1306627128 work_dt=0 fn=277 #276
[tdma-tick] entry=1311242128 exit=1311242128 work_dt=0 fn=278 #277
[tdma-tick] entry=1315857128 exit=1315857128 work_dt=0 fn=279 #278
[tdma-tick] entry=1320472128 exit=1320472128 work_dt=0 fn=280 #279
[tdma-tick] entry=1325087128 exit=1325087128 work_dt=0 fn=281 #280
[tdma-tick] entry=1329702128 exit=1329702128 work_dt=0 fn=282 #281
[tdma-tick] entry=1334317128 exit=1334317128 work_dt=0 fn=283 #282
[tdma-tick] entry=1338932128 exit=1338932128 work_dt=0 fn=284 #283
[tdma-tick] entry=1343547128 exit=1343547128 work_dt=0 fn=285 #284
[tdma-tick] entry=1348162128 exit=1348162128 work_dt=0 fn=286 #285
[tdma-tick] entry=1352777128 exit=1352777128 work_dt=0 fn=287 #286
[tdma-tick] entry=1357392128 exit=1357392128 work_dt=0 fn=288 #287
[tdma-tick] entry=1362007128 exit=1362007128 work_dt=0 fn=289 #288
[tdma-tick] entry=1366622128 exit=1366622128 work_dt=0 fn=290 #289
[tdma-tick] entry=1371237128 exit=1371237128 work_dt=0 fn=291 #290
[tdma-tick] entry=1375852128 exit=1375852128 work_dt=0 fn=292 #291
[tdma-tick] entry=1380467128 exit=1380467128 work_dt=0 fn=293 #292
[tdma-tick] entry=1385082128 exit=1385082128 work_dt=0 fn=294 #293
[tdma-tick] entry=1389697128 exit=1389697128 work_dt=0 fn=295 #294
[tdma-tick] entry=1394312128 exit=1394312128 work_dt=0 fn=296 #295
[tdma-tick] entry=1398927128 exit=1398927128 work_dt=0 fn=297 #296
[tdma-tick] entry=1403542128 exit=1403542128 work_dt=0 fn=298 #297
[tdma-tick] entry=1408157128 exit=1408157128 work_dt=0 fn=299 #298
[tdma-tick] entry=1412772128 exit=1412772128 work_dt=0 fn=300 #299
[tdma-tick] entry=1417387128 exit=1417387128 work_dt=0 fn=301 #300
[tdma-tick] entry=1422002128 exit=1422002128 work_dt=0 fn=302 #301
[tdma-tick] entry=1426617128 exit=1426617128 work_dt=0 fn=303 #302
[tdma-tick] entry=1431232128 exit=1431232128 work_dt=0 fn=304 #303
[tdma-tick] entry=1435847128 exit=1435847128 work_dt=0 fn=305 #304
[tdma-tick] entry=1440462128 exit=1440462128 work_dt=0 fn=306 #305
[tdma-tick] entry=1445077128 exit=1445077128 work_dt=0 fn=307 #306
[tdma-tick] entry=1449692128 exit=1449692128 work_dt=0 fn=308 #307
[tdma-tick] entry=1454307128 exit=1454307128 work_dt=0 fn=309 #308
[tdma-tick] entry=1458922128 exit=1458922128 work_dt=0 fn=310 #309
[tdma-tick] entry=1463537128 exit=1463537128 work_dt=0 fn=311 #310
[tdma-tick] entry=1468152128 exit=1468152128 work_dt=0 fn=312 #311
[tdma-tick] entry=1472767128 exit=1472767128 work_dt=0 fn=313 #312
[tdma-tick] entry=1477382128 exit=1477382128 work_dt=0 fn=314 #313
[tdma-tick] entry=1481997128 exit=1481997128 work_dt=0 fn=315 #314
[tdma-tick] entry=1486612128 exit=1486612128 work_dt=0 fn=316 #315
[tdma-tick] entry=1491227128 exit=1491227128 work_dt=0 fn=317 #316
[tdma-tick] entry=1495842128 exit=1495842128 work_dt=0 fn=318 #317
[tdma-tick] entry=1500457128 exit=1500457128 work_dt=0 fn=319 #318
[tdma-tick] entry=1505072128 exit=1505072128 work_dt=0 fn=320 #319
[tdma-tick] entry=1509687128 exit=1509687128 work_dt=0 fn=321 #320
[tdma-tick] entry=1514302128 exit=1514302128 work_dt=0 fn=322 #321
[tdma-tick] entry=1518917128 exit=1518917128 work_dt=0 fn=323 #322
[tdma-tick] entry=1523532128 exit=1523532128 work_dt=0 fn=324 #323
[tdma-tick] entry=1528147128 exit=1528147128 work_dt=0 fn=325 #324
[tdma-tick] entry=1532762128 exit=1532762128 work_dt=0 fn=326 #325
[tdma-tick] entry=1537377128 exit=1537377128 work_dt=0 fn=327 #326
[tdma-tick] entry=1541992128 exit=1541992128 work_dt=0 fn=328 #327
[tdma-tick] entry=1546607128 exit=1546607128 work_dt=0 fn=329 #328
[tdma-tick] entry=1551222128 exit=1551222128 work_dt=0 fn=330 #329
[tdma-tick] entry=1555837128 exit=1555837128 work_dt=0 fn=331 #330
[tdma-tick] entry=1560452128 exit=1560452128 work_dt=0 fn=332 #331
[tdma-tick] entry=1565067128 exit=1565067128 work_dt=0 fn=333 #332
[tdma-tick] entry=1569682128 exit=1569682128 work_dt=0 fn=334 #333
[tdma-tick] entry=1574297128 exit=1574297128 work_dt=0 fn=335 #334
[tdma-tick] entry=1578912128 exit=1578912128 work_dt=0 fn=336 #335
[tdma-tick] entry=1583527128 exit=1583527128 work_dt=0 fn=337 #336
[tdma-tick] entry=1588142128 exit=1588142128 work_dt=0 fn=338 #337
[tdma-tick] entry=1592757128 exit=1592757128 work_dt=0 fn=339 #338
[tdma-tick] entry=1597372128 exit=1597372128 work_dt=0 fn=340 #339
[tdma-tick] entry=1601987128 exit=1601987128 work_dt=0 fn=341 #340
[tdma-tick] entry=1606602128 exit=1606602128 work_dt=0 fn=342 #341
[tdma-tick] entry=1611217128 exit=1611217128 work_dt=0 fn=343 #342
[tdma-tick] entry=1615832128 exit=1615832128 work_dt=0 fn=344 #343
[tdma-tick] entry=1620447128 exit=1620447128 work_dt=0 fn=345 #344
[tdma-tick] entry=1625062128 exit=1625062128 work_dt=0 fn=346 #345
[tdma-tick] entry=1629677128 exit=1629677128 work_dt=0 fn=347 #346
[tdma-tick] entry=1634292128 exit=1634292128 work_dt=0 fn=348 #347
[tdma-tick] entry=1638907128 exit=1638907128 work_dt=0 fn=349 #348
[tdma-tick] entry=1643522128 exit=1643522128 work_dt=0 fn=350 #349
[tdma-tick] entry=1648137128 exit=1648137128 work_dt=0 fn=351 #350
[tdma-tick] entry=1652752128 exit=1652752128 work_dt=0 fn=352 #351
[tdma-tick] entry=1657367128 exit=1657367128 work_dt=0 fn=353 #352
[tdma-tick] entry=1661982128 exit=1661982128 work_dt=0 fn=354 #353
[tdma-tick] entry=1666597128 exit=1666597128 work_dt=0 fn=355 #354
[tdma-tick] entry=1671212128 exit=1671212128 work_dt=0 fn=356 #355
[tdma-tick] entry=1675827128 exit=1675827128 work_dt=0 fn=357 #356
[tdma-tick] entry=1680442128 exit=1680442128 work_dt=0 fn=358 #357
[tdma-tick] entry=1685057128 exit=1685057128 work_dt=0 fn=359 #358
[tdma-tick] entry=1689672128 exit=1689672128 work_dt=0 fn=360 #359
[tdma-tick] entry=1694287128 exit=1694287128 work_dt=0 fn=361 #360
[tdma-tick] entry=1698902128 exit=1698902128 work_dt=0 fn=362 #361
[tdma-tick] entry=1703517128 exit=1703517128 work_dt=0 fn=363 #362
[tdma-tick] entry=1708132128 exit=1708132128 work_dt=0 fn=364 #363
[tdma-tick] entry=1712747128 exit=1712747128 work_dt=0 fn=365 #364
[tdma-tick] entry=1717362128 exit=1717362128 work_dt=0 fn=366 #365
[tdma-tick] entry=1721977128 exit=1721977128 work_dt=0 fn=367 #366
[tdma-tick] entry=1726592128 exit=1726592128 work_dt=0 fn=368 #367
[tdma-tick] entry=1731207128 exit=1731207128 work_dt=0 fn=369 #368
[tdma-tick] entry=1735822128 exit=1735822128 work_dt=0 fn=370 #369
[tdma-tick] entry=1740437128 exit=1740437128 work_dt=0 fn=371 #370
[tdma-tick] entry=1745052128 exit=1745052128 work_dt=0 fn=372 #371
[tdma-tick] entry=1749667128 exit=1749667128 work_dt=0 fn=373 #372
[tdma-tick] entry=1754282128 exit=1754282128 work_dt=0 fn=374 #373
[tdma-tick] entry=1758897128 exit=1758897128 work_dt=0 fn=375 #374
[tdma-tick] entry=1763512128 exit=1763512128 work_dt=0 fn=376 #375
[tdma-tick] entry=1768127128 exit=1768127128 work_dt=0 fn=377 #376
[tdma-tick] entry=1772742128 exit=1772742128 work_dt=0 fn=378 #377
[tdma-tick] entry=1777357128 exit=1777357128 work_dt=0 fn=379 #378
[tdma-tick] entry=1781972128 exit=1781972128 work_dt=0 fn=380 #379
[tdma-tick] entry=1786587128 exit=1786587128 work_dt=0 fn=381 #380
[tdma-tick] entry=1791202128 exit=1791202128 work_dt=0 fn=382 #381
[tdma-tick] entry=1795817128 exit=1795817128 work_dt=0 fn=383 #382
[tdma-tick] entry=1800432128 exit=1800432128 work_dt=0 fn=384 #383
[tdma-tick] entry=1805047128 exit=1805047128 work_dt=0 fn=385 #384
[tdma-tick] entry=1809662128 exit=1809662128 work_dt=0 fn=386 #385
[tdma-tick] entry=1814277128 exit=1814277128 work_dt=0 fn=387 #386
[tdma-tick] entry=1818892128 exit=1818892128 work_dt=0 fn=388 #387
[tdma-tick] entry=1823507128 exit=1823507128 work_dt=0 fn=389 #388
[tdma-tick] entry=1828122128 exit=1828122128 work_dt=0 fn=390 #389
[tdma-tick] entry=1832737128 exit=1832737128 work_dt=0 fn=391 #390
[tdma-tick] entry=1837352128 exit=1837352128 work_dt=0 fn=392 #391
[tdma-tick] entry=1841967128 exit=1841967128 work_dt=0 fn=393 #392
[tdma-tick] entry=1846582128 exit=1846582128 work_dt=0 fn=394 #393
[tdma-tick] entry=1851197128 exit=1851197128 work_dt=0 fn=395 #394
[tdma-tick] entry=1855812128 exit=1855812128 work_dt=0 fn=396 #395
[tdma-tick] entry=1860427128 exit=1860427128 work_dt=0 fn=397 #396
[tdma-tick] entry=1865042128 exit=1865042128 work_dt=0 fn=398 #397
[tdma-tick] entry=1869657128 exit=1869657128 work_dt=0 fn=399 #398
[tdma-tick] entry=1874272128 exit=1874272128 work_dt=0 fn=400 #399
[tdma-tick] entry=1878887128 exit=1878887128 work_dt=0 fn=401 #400
[tdma-tick] entry=1883502128 exit=1883502128 work_dt=0 fn=402 #401
[tdma-tick] entry=1888117128 exit=1888117128 work_dt=0 fn=403 #402
[tdma-tick] entry=1892732128 exit=1892732128 work_dt=0 fn=404 #403
[tdma-tick] entry=1897347128 exit=1897347128 work_dt=0 fn=405 #404
[tdma-tick] entry=1901962128 exit=1901962128 work_dt=0 fn=406 #405
[tdma-tick] entry=1906577128 exit=1906577128 work_dt=0 fn=407 #406
[tdma-tick] entry=1911192128 exit=1911192128 work_dt=0 fn=408 #407
[tdma-tick] entry=1915807128 exit=1915807128 work_dt=0 fn=409 #408
[tdma-tick] entry=1920422128 exit=1920422128 work_dt=0 fn=410 #409
[tdma-tick] entry=1925037128 exit=1925037128 work_dt=0 fn=411 #410
[tdma-tick] entry=1929652128 exit=1929652128 work_dt=0 fn=412 #411
[tdma-tick] entry=1934267128 exit=1934267128 work_dt=0 fn=413 #412
[tdma-tick] entry=1938882128 exit=1938882128 work_dt=0 fn=414 #413
[tdma-tick] entry=1943497128 exit=1943497128 work_dt=0 fn=415 #414
[tdma-tick] entry=1948112128 exit=1948112128 work_dt=0 fn=416 #415
[tdma-tick] entry=1952727128 exit=1952727128 work_dt=0 fn=417 #416
[tdma-tick] entry=1957342128 exit=1957342128 work_dt=0 fn=418 #417
[tdma-tick] entry=1961957128 exit=1961957128 work_dt=0 fn=419 #418
[tdma-tick] entry=1966572128 exit=1966572128 work_dt=0 fn=420 #419
[tdma-tick] entry=1971187128 exit=1971187128 work_dt=0 fn=421 #420
[tdma-tick] entry=1975802128 exit=1975802128 work_dt=0 fn=422 #421
[tdma-tick] entry=1980417128 exit=1980417128 work_dt=0 fn=423 #422
[tdma-tick] entry=1985032128 exit=1985032128 work_dt=0 fn=424 #423
[tdma-tick] entry=1989647128 exit=1989647128 work_dt=0 fn=425 #424
[tdma-tick] entry=1994262128 exit=1994262128 work_dt=0 fn=426 #425
[tdma-tick] entry=1998877128 exit=1998877128 work_dt=0 fn=427 #426
[tdma-tick] entry=2003492128 exit=2003492128 work_dt=0 fn=428 #427
[tdma-tick] entry=2008107128 exit=2008107128 work_dt=0 fn=429 #428
[tdma-tick] entry=2012722128 exit=2012722128 work_dt=0 fn=430 #429
[tdma-tick] entry=2017337128 exit=2017337128 work_dt=0 fn=431 #430
[tdma-tick] entry=2021952128 exit=2021952128 work_dt=0 fn=432 #431
[tdma-tick] entry=2026567128 exit=2026567128 work_dt=0 fn=433 #432
[tdma-tick] entry=2031182128 exit=2031182128 work_dt=0 fn=434 #433
[tdma-tick] entry=2035797128 exit=2035797128 work_dt=0 fn=435 #434
[tdma-tick] entry=2040412128 exit=2040412128 work_dt=0 fn=436 #435
[tdma-tick] entry=2045027128 exit=2045027128 work_dt=0 fn=437 #436
[tdma-tick] entry=2049642128 exit=2049642128 work_dt=0 fn=438 #437
[tdma-tick] entry=2054257128 exit=2054257128 work_dt=0 fn=439 #438
[tdma-tick] entry=2058872128 exit=2058872128 work_dt=0 fn=440 #439
[tdma-tick] entry=2063487128 exit=2063487128 work_dt=0 fn=441 #440
[tdma-tick] entry=2068102128 exit=2068102128 work_dt=0 fn=442 #441
[tdma-tick] entry=2072717128 exit=2072717128 work_dt=0 fn=443 #442
[tdma-tick] entry=2077332128 exit=2077332128 work_dt=0 fn=444 #443
[tdma-tick] entry=2081947128 exit=2081947128 work_dt=0 fn=445 #444
[tdma-tick] entry=2086562128 exit=2086562128 work_dt=0 fn=446 #445
[tdma-tick] entry=2091177128 exit=2091177128 work_dt=0 fn=447 #446
[tdma-tick] entry=2095792128 exit=2095792128 work_dt=0 fn=448 #447
[tdma-tick] entry=2100407128 exit=2100407128 work_dt=0 fn=449 #448
[tdma-tick] entry=2105022128 exit=2105022128 work_dt=0 fn=450 #449
[tdma-tick] entry=2109637128 exit=2109637128 work_dt=0 fn=451 #450
[tdma-tick] entry=2114252128 exit=2114252128 work_dt=0 fn=452 #451
[tdma-tick] entry=2118867128 exit=2118867128 work_dt=0 fn=453 #452
[tdma-tick] entry=2123482128 exit=2123482128 work_dt=0 fn=454 #453
[tdma-tick] entry=2128097128 exit=2128097128 work_dt=0 fn=455 #454
[tdma-tick] entry=2132712128 exit=2132712128 work_dt=0 fn=456 #455
[tdma-tick] entry=2137327128 exit=2137327128 work_dt=0 fn=457 #456
[tdma-tick] entry=2141942128 exit=2141942128 work_dt=0 fn=458 #457
[tdma-tick] entry=2146557128 exit=2146557128 work_dt=0 fn=459 #458
[tdma-tick] entry=2151172128 exit=2151172128 work_dt=0 fn=460 #459
[tdma-tick] entry=2155787128 exit=2155787128 work_dt=0 fn=461 #460
[tdma-tick] entry=2160402128 exit=2160402128 work_dt=0 fn=462 #461
[tdma-tick] entry=2165017128 exit=2165017128 work_dt=0 fn=463 #462
[tdma-tick] entry=2169632128 exit=2169632128 work_dt=0 fn=464 #463
[tdma-tick] entry=2174247128 exit=2174247128 work_dt=0 fn=465 #464
[tdma-tick] entry=2178862128 exit=2178862128 work_dt=0 fn=466 #465
[tdma-tick] entry=2183477128 exit=2183477128 work_dt=0 fn=467 #466
[tdma-tick] entry=2188092128 exit=2188092128 work_dt=0 fn=468 #467
[tdma-tick] entry=2192707128 exit=2192707128 work_dt=0 fn=469 #468
[tdma-tick] entry=2197322128 exit=2197322128 work_dt=0 fn=470 #469
[tdma-tick] entry=2201937128 exit=2201937128 work_dt=0 fn=471 #470
[tdma-tick] entry=2206552128 exit=2206552128 work_dt=0 fn=472 #471
[tdma-tick] entry=2211167128 exit=2211167128 work_dt=0 fn=473 #472
[tdma-tick] entry=2215782128 exit=2215782128 work_dt=0 fn=474 #473
[tdma-tick] entry=2220397128 exit=2220397128 work_dt=0 fn=475 #474
[tdma-tick] entry=2225012128 exit=2225012128 work_dt=0 fn=476 #475
[tdma-tick] entry=2229627128 exit=2229627128 work_dt=0 fn=477 #476
[tdma-tick] entry=2234242128 exit=2234242128 work_dt=0 fn=478 #477
[tdma-tick] entry=2238857128 exit=2238857128 work_dt=0 fn=479 #478
[tdma-tick] entry=2243472128 exit=2243472128 work_dt=0 fn=480 #479
[tdma-tick] entry=2248087128 exit=2248087128 work_dt=0 fn=481 #480
[tdma-tick] entry=2252702128 exit=2252702128 work_dt=0 fn=482 #481
[tdma-tick] entry=2257317128 exit=2257317128 work_dt=0 fn=483 #482
[tdma-tick] entry=2261932128 exit=2261932128 work_dt=0 fn=484 #483
[tdma-tick] entry=2266547128 exit=2266547128 work_dt=0 fn=485 #484
[tdma-tick] entry=2271162128 exit=2271162128 work_dt=0 fn=486 #485
[tdma-tick] entry=2275777128 exit=2275777128 work_dt=0 fn=487 #486
[tdma-tick] entry=2280392128 exit=2280392128 work_dt=0 fn=488 #487
[tdma-tick] entry=2285007128 exit=2285007128 work_dt=0 fn=489 #488
[tdma-tick] entry=2289622128 exit=2289622128 work_dt=0 fn=490 #489
[tdma-tick] entry=2294237128 exit=2294237128 work_dt=0 fn=491 #490
[tdma-tick] entry=2298852128 exit=2298852128 work_dt=0 fn=492 #491
[tdma-tick] entry=2303467128 exit=2303467128 work_dt=0 fn=493 #492
[tdma-tick] entry=2308082128 exit=2308082128 work_dt=0 fn=494 #493
[tdma-tick] entry=2312697128 exit=2312697128 work_dt=0 fn=495 #494
[tdma-tick] entry=2317312128 exit=2317312128 work_dt=0 fn=496 #495
[tdma-tick] entry=2321927128 exit=2321927128 work_dt=0 fn=497 #496
[tdma-tick] entry=2326542128 exit=2326542128 work_dt=0 fn=498 #497
[tdma-tick] entry=2331157128 exit=2331157128 work_dt=0 fn=499 #498
[td

Annexe — Détail complet de tous les tests

Ar / — — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_ar2_zero_categorization ar_imr_invariant 0.01s
test_imr_not_persistently_zero ar_imr_invariant 0.01s
test_irq_servicing_imr_nonzero ar_imr_invariant 0.01s
test_no_bootstub_entry ar_imr_invariant 0.01s
test_reset_pmst_silicon ar_imr_invariant 0.00s
test_reset_sp_silicon ar_imr_invariant 0.00s
test_tpu_frame_irq_delivered ar_imr_invariant 0.01s
⏭️ test_rsbx_intm_reached_or_flag_nmi ar_imr_invariant 0.01s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 211, ’Skipped: RSBX INTM jamais atteint sur boot path → candidat 1 doc §7 exclu, NMI (candidat 2) à implémenter probablement. Pas une régress

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 2.60s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>
⚠️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 3.01s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>

Injection / NDB — 19/19

Test Markers Durée Erreur / raison (si non-pass)
test_clear_ndb inject_frames 0.33s
test_inject_a_cd_invalid_length inject_frames 0.00s
test_inject_a_cd_pattern_23B inject_frames 0.37s
test_inject_a_cd_pattern_30B inject_frames 0.37s
test_inject_d_burst[0] inject_frames,parametrize 0.08s
test_inject_d_burst[1] inject_frames,parametrize 0.08s
test_inject_d_task[24-0] inject_frames,parametrize 0.08s
test_inject_d_task[28-1] inject_frames,parametrize 0.08s
test_inject_d_task[5-0] inject_frames,parametrize 0.08s
test_inject_d_task[6-1] inject_frames,parametrize 0.08s
test_inject_fbsb_fb_found inject_frames 0.70s
test_inject_fbsb_sb_found inject_frames 0.58s
test_inject_si[1] inject_frames,parametrize 0.37s
test_inject_si[2] inject_frames,parametrize 0.37s
test_inject_si[3] inject_frames,parametrize 0.37s
test_inject_si[4] inject_frames,parametrize 0.37s
test_inject_si[5] inject_frames,parametrize 0.37s
test_inject_si[6] inject_frames,parametrize 0.37s
test_probe_ndb inject_frames 0.29s

Milestone / DSP — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_dwell_no_regression milestone_dsp_decoder 30.45s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s container_alive = None
⏭️ test_dsp_throughput_5x milestone_dsp_decoder 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 333, ‘Skipped: Pas de INSN-COUNT-STATS dans qemu.log — QEMU pas rebuildé’)
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s container_alive = None
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s container_alive = None
⚠️ test_no_pending_irq_gated milestone_irq 0.00s container_alive = None
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s container_alive = None
⏭️ test_synth_zero_path_active milestone_fb_det 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 504, ‘Skipped: Impossible de détecter CALYPSO_FBSB_SYNTH dans qemu.log’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_received milestone_l1ctl 0.02s container_alive = None
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s container_alive = None

Milestone / L1-data — 0/4

Test Markers Durée Erreur / raison (si non-pass)
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.01s container_alive = None, log_offset = 6675323
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO
⏭️ test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 416, ‘Skipped: Pas de DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé’)

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s container_alive = None
⚠️ test_rach_emitted milestone_mm_lu 0.00s container_alive = None
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s container_alive = None

Osmocom / — — 16/23

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_clock_from_qemu_default osmocom_bridge,osmocom_divergent 0.00s “““(removed) devrait être =1 par défaut sous icount=auto pour
test_bridge_select_timeout_low_jitter osmocom_bridge,osmocom_compliant 0.00s “““calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
test_force_rx_done_default_on osmocom_boot,osmocom_compliant 0.00s “““run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c’est la gestion
test_rxdone_addr_matches_firmware_nm osmocom_compliant,osmocom_sim 0.00s “““Le default rxdone_addr dans QEMU doit matcher l’adresse réelle dans le
test_sim_defer_clear_timer_present osmocom_compliant,osmocom_sim 0.00s “““calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
test_bsp_drain_timer_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_runtime_bts_no_fn_skew_messages osmocom_clock,osmocom_compliant,skipif 0.00s
test_sim_dtx_write_clears_it_tx osmocom_compliant,osmocom_sim 0.00s
test_sim_it_read_clear_mask_per_firmware_spec osmocom_compliant,osmocom_sim 0.00s
test_sim_rx_is_level_sensitive osmocom_compliant,osmocom_sim 0.00s
test_tdma_tick_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_timer_physical_param[BSP_DRAIN_PERIOD_MS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_HYPERFRAME] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_TDMA_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_KICK_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TDMA_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TINT0_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[TINT0_PERIOD_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[WT_DELAY_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_tint0_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
⚠️ test_runtime_sim_it_wt_rxdone_log_present osmocom_boot,osmocom_compliant,skipif 0.02s reason=“qemu.log absent”)
⚠️ test_tcg_strne_commits_under_icount_auto osmocom_divergent,xfail 0.00s “not patched, workarounded via SIM defer clear”)

Other / unmarked — 7/7

Test Markers Durée Erreur / raison (si non-pass)
test_verdict_bts_dead 0.00s
test_verdict_instability 0.00s
test_verdict_ipc_chan_mismatch 0.00s
test_verdict_mobile_stuck_gsm322 0.00s
test_verdict_shunt_silent 0.00s
test_verdict_shunt_works 0.00s
test_zz_per_mode_report 0.00s

Parametrize / — — 1/5

Test Markers Durée Erreur / raison (si non-pass)
test_timer_runtime_period[bts_clk_ind] parametrize,timer_audit 0.00s name = ‘bts_clk_ind’, log_path = ‘/tmp/bts.log’
test_timer_runtime_period[kick] parametrize,timer_audit 0.10s
⏭️ test_timer_runtime_period[bridge_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bridge.log vide’)
⏭️ test_timer_runtime_period[bsp_burst] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: bsp_burst: only 25 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[tdma_tick] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 172, ‘Skipped: tdma_tick: only 0 clean samples’)

Runtime / DSP — 2/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_reaches_zero runtime_dsp 0.01s “““PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu’INTM clear au moins une fois.”“”
test_no_enter_7740_dwell runtime_dsp 0.01s
test_no_wait_a21a_on_window runtime_dsp 0.01s
⏭️ test_bsp_daram_write_distribution runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 554, “Skipped: Aucun DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé avec l’instrumentation bsp.c (cf rapport 05-14 § Priorité A)”)
⏭️ test_d_fb_det_data_no_longer_zero runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 599, ‘Skipped: Aucun hit D_FB_DET — milestone non testable encore’)
⏭️ test_d_fb_det_pattern_unchanged runtime_dsp 0.02s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 505, ‘Skipped: Aucun hit D_FB_DET-WR-SITE dans /root/qemu.log — probe inactive’)
⏭️ test_dsp_throughput_above_threshold runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 410, “Skipped: Aucun INSN-COUNT-STATS — QEMU pas rebuildé avec l’instrumentation, ou run trop jeune (<1M insn)”)
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.01s “““Hypothèse (a) : si info dsp_irq montre interrupt_ex_called=0 → IRQ never fires.”“”
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)
⚠️ test_no_pending_irq_gating runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)

Runtime / FS — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_fd_usage_below_limit runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.00s

Runtime / Firmware-state — 3/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s “““bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.”“”
test_pc_advances runtime_firmware 0.11s “““PC ARM change entre 2 samples espacés de 100ms — firmware exécute.”“”
test_pc_not_in_known_busy_loop runtime_firmware 0.00s
test_qemu_monitor_responsive runtime_firmware 0.00s
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s

Runtime / GDB-introspect — 8/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.00s
test_gdb_query_supported runtime_gdb 0.00s
test_gdb_read_arm_registers runtime_gdb 0.00s
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s
test_gdb_read_pc_nonzero runtime_gdb 0.00s
test_gdb_stub_reachable runtime_gdb 0.00s
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.31s

Runtime / Infra — 5/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s
test_mobile_pcap_growing runtime_health 10.01s
test_no_zombie_or_defunct runtime_health 0.01s
test_qemu_log_is_fresh runtime_health 3.01s
test_volumes_mounted runtime_health 0.01s

Runtime / IrDA-channel — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_capture_process_alive runtime_irda 0.00s
test_irda_channel_produces_bytes runtime_irda 5.26s
test_irda_does_not_break_uart_modem runtime_irda 0.01s
test_irda_log_has_timestamp_prefix runtime_irda 0.00s
test_irda_pty_exists runtime_irda 0.00s
test_irda_pty_readable runtime_irda 0.00s
test_irda_throughput_below_saturation runtime_irda 10.13s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s “““Le marker ‘fw-irda boot’ apparaît dans fw-irda.log (Phase 0.5).”“”

Runtime / L1-ctrl — 1/6

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.02s ““”
test_l1ctl_data_ind_received runtime_l1ctl 0.02s ““”
test_neigh_pm_req_loop_alive runtime_l1ctl 0.35s
⚠️ test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.03s ““”
⏭️ test_a_cd_writes_nonzero runtime_l1ctl 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 738, ‘Skipped: Aucun A_CD-WR — QEMU pas rebuildé avec helper watch_write_zone_check’)
⚠️ test_rach_attempted runtime_l1ctl 0.00s “““Le mobile tente-t-il un RACH ? Bloqué tant qu’il ne sort pas de gsm322.”“”

Runtime / L1-data — 1/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_log_shows_traffic runtime_bridge 0.00s r = dexec([“tail”, “-n”, “200”, “/tmp/bridge.log”])
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s ““”

Runtime / Log-grep — 21/30

Test Markers Durée Erreur / raison (si non-pass)
test_grep_qemu_bsp_dma_active runtime_log_grep 0.01s “““Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).”“”
test_blocker_fwirda_no_panic runtime_log_grep 0.01s
test_blocker_mobile_no_crash runtime_log_grep 0.00s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.01s
test_blocker_no_out_of_memory runtime_log_grep 0.01s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.00s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.01s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.01s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.01s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.01s
test_blocker_qemu_no_panic runtime_log_grep 0.01s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.01s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.01s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.00s
test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.01s
test_grep_qemu_dsp_booted runtime_log_grep 0.02s
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.01s
test_grep_qemu_task24_dispatched runtime_log_grep 0.02s
⏭️ test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 288, ‘Skipped’)
⏭️ test_blocker_bridge_no_rach_parity runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 296, ‘Skipped’)
⏭️ test_blocker_bridge_no_socket_error runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 304, ‘Skipped’)
⏭️ test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 115, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 124, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 137, ‘Skipped’)
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.00s “““Le marker fw-irda boot ou boot OK apparaît (Phase 0.5).”“”
⚠️ test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.02s “““Le ratio A_CD-WR / task24_fire DEVRAIT être > 0.001 (≥ 1 demod complet / 1000 dispatch).

Runtime / Mgmt — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 1.52s
test_mobile_mm_state_is_null_or_idle runtime_vty 1.52s
test_mobile_vty_reachable runtime_vty 1.52s

Runtime / Monitor-extended — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 3.00s
test_monitor_info_irq_listed runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_irda runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_modem runtime_monitor 3.00s
test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 3.00s
test_monitor_info_qtree_has_calypso runtime_monitor 3.00s
test_monitor_info_registers_arm runtime_monitor 3.00s
test_monitor_info_status_is_running runtime_monitor 3.00s
test_monitor_socket_reachable runtime_monitor 3.00s

Runtime / Net — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_no_unexpected_high_ports runtime_net 0.02s
test_qemu_ports_listening runtime_net 0.03s

Runtime / Osmocon — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_past_romload runtime_osmocon 0.01s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.41s

Timer / — — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_timer_drift_summary_table timer_graph 0.29s
test_timer_temporal_graphs_emit_mermaid timer_graph 0.29s

Timing / Drift — 4/10

Test Markers Durée Erreur / raison (si non-pass)
test_log_start_within_10s drift 0.02s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.01s
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.05s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.05s
⏭️ test_bridge_qfn_advances_steadily drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 150, ‘Skipped: only 0 qfn samples’)
⏭️ test_bridge_qfn_tracks_qemu_fn drift 0.06s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 126, ‘Skipped: few samples bridge=0 qemu=9112’)
⏭️ test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 178, ‘Skipped: /tmp/bridge.log has no timestamped lines’)
⏭️ test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 216, ‘Skipped: bridge: only 0 samples’)
⏭️ test_qemu_insn_rate_cv_below_0_4 drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 91, ‘Skipped: only 0 INSN-COUNT-STATS samples — needs >= 20’)
⏭️ test_qemu_insn_rate_p1_above_1m drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 104, ‘Skipped: only 0 samples — needs >= 100’)

Timing / Timers — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_dsp_budget_saturation_signal timer_invariant 0.00s
test_dsp_n_exec_within_budget timer_invariant 0.00s
test_frame_irq_per_tdma_ratio timer_invariant 0.00s
test_kick_realtime_cadence timer_invariant 0.00s
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.00s
test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s
test_tdma_log_present timer_invariant 0.00s
test_tdma_period_virtual_close_to_target timer_invariant 0.00s

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
PASSED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
FAILED   test_firmware_state.py::test_pc_advances
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop
PASSED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds
PASSED   test_gdb_stub.py::test_gdb_query_supported
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero
PASSED   test_gdb_stub.py::test_gdb_stub_reachable
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
PASSED   test_inject_frames.py::test_clear_ndb
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B
PASSED   test_inject_frames.py::test_inject_d_burst[0]
PASSED   test_inject_frames.py::test_inject_d_burst[1]
PASSED   test_inject_frames.py::test_inject_d_task[24-0]
PASSED   test_inject_frames.py::test_inject_d_task[28-1]
PASSED   test_inject_frames.py::test_inject_d_task[5-0]
PASSED   test_inject_frames.py::test_inject_d_task[6-1]
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found
PASSED   test_inject_frames.py::test_inject_si[1]
PASSED   test_inject_frames.py::test_inject_si[2]
PASSED   test_inject_frames.py::test_inject_si[3]
PASSED   test_inject_frames.py::test_inject_si[4]
PASSED   test_inject_frames.py::test_inject_si[5]
PASSED   test_inject_frames.py::test_inject_si[6]
PASSED   test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix
PASSED   test_irda_channel.py::test_irda_pty_exists
PASSED   test_irda_channel.py::test_irda_pty_readable
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
PASSED   test_layer_drift.py::test_log_start_within_10s
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched
PASSED   test_mode_verdict.py::test_verdict_bts_dead
PASSED   test_mode_verdict.py::test_verdict_instability
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322
PASSED   test_mode_verdict.py::test_verdict_shunt_silent
PASSED   test_mode_verdict.py::test_verdict_shunt_works
PASSED   test_mode_verdict.py::test_zz_per_mode_report
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero
PASSED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
FAILED   test_run_observability.py::test_bridge_log_shows_traffic
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
FAILED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
FAILED   test_run_observability.py::test_l1ctl_data_ind_received
PASSED   test_run_observability.py::test_mobile_imsi_loaded
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
PASSED   test_run_observability.py::test_mobile_pcap_growing
PASSED   test_run_observability.py::test_mobile_vty_reachable
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
PASSED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio
PASSED   test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
PASSED   test_timer_invariants.py::test_tdma_log_present
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst]
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick]
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260527_115651/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-27T11:56:52.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-27T11:56:52

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0

🛑 2. test_pc_advances

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.11s
  • Nodeid : test_firmware_state.py::test_pc_advances
  • Assertion : """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0

🛑 3. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0

🛑 4. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6675323

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0

🛑 5. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0

🛑 6. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0

🛑 7. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """

🛑 8. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """

🛑 9. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0

🛑 10. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0

🛑 11. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0

🛑 12. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0

🛑 13. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0

🛑 14. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0

🛑 15. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

1.2 Bridge

<!DOCTYPE html> Calypso test report

Calypso test report

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
         <p>auto-generated (tests/conftest.py) </p>
      </div>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
  <p class="date">2026-05-27 00:00</p>
</div>

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra["Infra 5/5"]
  class P_Infra pass;
  P_GDB_introspect["GDB-introspect 8/8"]
  class P_GDB_introspect pass;
  P_Infra --> P_GDB_introspect
  P_Monitor_extended["Monitor-extended 9/9"]
  class P_Monitor_extended pass;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state["Firmware-state 3/5"]
  class P_Firmware_state partial;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon["Osmocon 3/3"]
  class P_Osmocon pass;
  P_Firmware_state --> P_Osmocon
  P_DSP["DSP 5/20"]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data["L1-data 1/7"]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl["L1-ctrl 1/8"]
  class P_L1_ctrl partial;
  P_L1_data --> P_L1_ctrl
  P_Timers["Timers 9/9"]
  class P_Timers pass;
  P_L1_ctrl --> P_Timers
  P_Drift["Drift 4/10"]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB["NDB 19/19"]
  class P_NDB pass;
  P_Drift --> P_NDB
  P_ARM_feedback["ARM-feedback 0/2"]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_ARM_feedback -.->|BREAK| BREAK_ARM_feedback["BREAK HERE ARM-feedback 0% pass"]
  class BREAK_ARM_feedback brk;
  P_IrDA_channel["IrDA-channel 7/8"]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM["L3-MM 0/5"]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt["Mgmt 3/3"]
  class P_Mgmt pass;
  P_L3_MM --> P_Mgmt
  P_Net["Net 2/2"]
  class P_Net pass;
  P_Mgmt --> P_Net
  P_FS["FS 3/3"]
  class P_FS pass;
  P_Net --> P_FS
  P_Log_grep["Log-grep 21/30"]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary["Summary 1/1"]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Ar — 7/8

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Ar["Ar 7/8"]
  C_Ar --> T_001_pass_grp_Ar["PASS 7 0.1s"]
  C_Ar --> T_002_test_rsbx_intm_reached_or_flag_nmi["test_rsbx_intm_reached_or_flag_nmi — · ar_imr_invariant 0.01s"]
  class C_Ar partial;
  class T_001_pass_grp_Ar pass;
  class T_002_test_rsbx_intm_reached_or_flag_nmi skip;

🟡 Injection — 19/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection["Injection 19/21"]
  C_Injection --> T_003_pass_grp_Injection["PASS 19 5.4s"]
  C_Injection --> T_004_test_efficacy_arm_reads_d_fb_det_1["test_efficacy_arm_reads_d_fb_det_1 ARM-feedback · inject_efficacy 3.01s"]
  C_Injection --> T_005_test_efficacy_arm_reads_a_cd["test_efficacy_arm_reads_a_cd ARM-feedback · inject_efficacy 2.60s"]
  class C_Injection partial;
  class T_003_pass_grp_Injection pass;
  class T_004_test_efficacy_arm_reads_d_fb_det_1 xfail;
  class T_005_test_efficacy_arm_reads_a_cd xfail;

🟡 Milestone — 3/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone["Milestone 3/21"]
  C_Milestone --> T_006_pass_grp_Milestone["PASS 3 30.5s"]
  C_Milestone --> T_007_test_dsp_throughput_5x["test_dsp_throughput_5x DSP · milestone_dsp_decoder 0.01s"]
  C_Milestone --> T_008_test_fb0_att_nonzero["test_fb0_att_nonzero DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_009_test_synth_zero_path_active["test_synth_zero_path_active DSP · milestone_fb_det 0.01s"]
  C_Milestone --> T_010_test_c54x_interrupt_ex_called_nonzero["test_c54x_interrupt_ex_called_nonzero DSP · milestone_irq 0.00s"]
  C_Milestone --> T_011_test_isr_entered_implies_rete["test_isr_entered_implies_rete DSP · milestone_irq 0.00s"]
  C_Milestone --> T_012_test_no_pending_irq_gated["test_no_pending_irq_gated DSP · milestone_irq 0.00s"]
  C_Milestone --> T_013_test_rxdoneflag_no_longer_blocks["test_rxdoneflag_no_longer_blocks DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_014_test_ar3_init_source_identified["test_ar3_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_015_test_ar4_init_source_identified["test_ar4_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_016_test_bsp_dma_target_matches_correlator_read_zone["test_bsp_dma_target_matches_correlator L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_017_test_no_d_fb_det_wr_site_anomaly["test_no_d_fb_det_wr_site_anomaly L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_018_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · milestone_l1ctl 0.02s"]
  C_Milestone --> T_019_test_neigh_pm_req_response_unchanged["test_neigh_pm_req_response_unchanged L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_020_test_rach_emitted["test_rach_emitted L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_021_test_immediate_assignment_decoded["test_immediate_assignment_decoded L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_022_test_rr_sdcch_established["test_rr_sdcch_established L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_023_test_location_updating_request_sent["test_location_updating_request_sent L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_024_test_location_updating_accept_received["test_location_updating_accept_received L3-MM · milestone_mm_lu 0.00s"]
  class C_Milestone partial;
  class T_006_pass_grp_Milestone pass;
  class T_007_test_dsp_throughput_5x skip;
  class T_008_test_fb0_att_nonzero xfail;
  class T_009_test_synth_zero_path_active skip;
  class T_010_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_011_test_isr_entered_implies_rete xfail;
  class T_012_test_no_pending_irq_gated xfail;
  class T_013_test_rxdoneflag_no_longer_blocks xfail;
  class T_014_test_ar3_init_source_identified skip;
  class T_015_test_ar4_init_source_identified skip;
  class T_016_test_bsp_dma_target_matches_correlator_read_zone skip;
  class T_017_test_no_d_fb_det_wr_site_anomaly fail;
  class T_018_test_l1ctl_data_ind_received fail;
  class T_019_test_neigh_pm_req_response_unchanged xfail;
  class T_020_test_rach_emitted xfail;
  class T_021_test_immediate_assignment_decoded xfail;
  class T_022_test_rr_sdcch_established xfail;
  class T_023_test_location_updating_request_sent xfail;
  class T_024_test_location_updating_accept_received xfail;

🟡 Osmocom — 16/23

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Osmocom["Osmocom 16/23"]
  C_Osmocom --> T_025_pass_grp_Osmocom["PASS 16 0.0s"]
  C_Osmocom --> T_026_test_rxdone_addr_matches_firmware_nm["test_rxdone_addr_matches_firmware_nm — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_027_test_bridge_select_timeout_low_jitter["test_bridge_select_timeout_low_jitter — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_028_test_sim_defer_clear_timer_present["test_sim_defer_clear_timer_present — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_029_test_force_rx_done_defaultX_on["test_force_rx_done_default_on — · osmocom_boot 0.00s"]
  C_Osmocom --> T_030_test_tcg_strne_commits_under_icount_auto["test_tcg_strne_commits_under_icount_au — · osmocom_divergent 0.00s"]
  C_Osmocom --> T_031_test_bridge_clock_from_qemu_defaultX["test_bridge_clock_from_qemu_default — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_032_test_runtime_sim_it_wt_rxdone_log_present["test_runtime_sim_it_wt_rxdone_log_pres — · osmocom_boot 0.02s"]
  class C_Osmocom partial;
  class T_025_pass_grp_Osmocom pass;
  class T_026_test_rxdone_addr_matches_firmware_nm fail;
  class T_027_test_bridge_select_timeout_low_jitter fail;
  class T_028_test_sim_defer_clear_timer_present fail;
  class T_029_test_force_rx_done_defaultX_on fail;
  class T_030_test_tcg_strne_commits_under_icount_auto xfail;
  class T_031_test_bridge_clock_from_qemu_defaultX fail;
  class T_032_test_runtime_sim_it_wt_rxdone_log_present xfail;

Other — 7/7

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Other["Other 7/7"]
  C_Other --> T_033_pass_grp_Other["PASS 7 0.0s"]
  class C_Other pass;
  class T_033_pass_grp_Other pass;

🟡 Parametrize — 1/5

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Parametrize["Parametrize 1/5"]
  C_Parametrize --> T_034_pass_grp_Parametrize["PASS 1 0.1s"]
  C_Parametrize --> T_035_test_timer_runtime_period_tdma_tick_["test_timer_runtime_period(tdma_tick) — · parametrize 0.10s"]
  C_Parametrize --> T_036_test_timer_runtime_period_bridge_clk_ind_["test_timer_runtime_period(bridge_clk_i — · parametrize 0.00s"]
  C_Parametrize --> T_037_test_timer_runtime_period_bts_clk_ind_["test_timer_runtime_period(bts_clk_ind) — · parametrize 0.00s"]
  C_Parametrize --> T_038_test_timer_runtime_period_bsp_burst_["test_timer_runtime_period(bsp_burst) — · parametrize 0.10s"]
  class C_Parametrize partial;
  class T_034_pass_grp_Parametrize pass;
  class T_035_test_timer_runtime_period_tdma_tick_ skip;
  class T_036_test_timer_runtime_period_bridge_clk_ind_ skip;
  class T_037_test_timer_runtime_period_bts_clk_ind_ fail;
  class T_038_test_timer_runtime_period_bsp_burst_ skip;

🟡 Runtime — 69/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime["Runtime 69/96"]
  C_Runtime --> T_039_pass_grp_Runtime["PASS 69 91.4s"]
  C_Runtime --> T_040_test_pc_advances["test_pc_advances Firmware-state · runtime_firmware 0.11s"]
  C_Runtime --> T_041_test_bridge_has_dl_bursts["test_bridge_has_dl_bursts Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_042_test_irda_boot_marker_present["test_irda_boot_marker_present IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_043_test_grep_qemu_bsp_dma_active["test_grep_qemu_bsp_dma_active Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_044_test_grep_bridge_dl_bursts_received["test_grep_bridge_dl_bursts_received Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_045_test_grep_bridge_fb_pattern_dominant["test_grep_bridge_fb_pattern_dominant Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_046_test_grep_bridge_no_clock_skew_shutdown["test_grep_bridge_no_clock_skew_shutdow Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_047_test_grep_fwirda_boot_marker["test_grep_fwirda_boot_marker Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_048_test_blocker_bridge_no_bts_shutdown["test_blocker_bridge_no_bts_shutdown Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_049_test_blocker_bridge_no_rach_parity["test_blocker_bridge_no_rach_parity Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_050_test_blocker_bridge_no_socket_error["test_blocker_bridge_no_socket_error Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_051_test_grep_qemu_a_cd_wr_vs_task24["test_grep_qemu_a_cd_wr_vs_task24 Log-grep · runtime_log_grep 0.02s"]
  C_Runtime --> T_052_test_intm_reaches_zero["test_intm_reaches_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_053_test_dsp_throughput_above_threshold["test_dsp_throughput_above_threshold DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_054_test_d_fb_det_pattern_unchanged["test_d_fb_det_pattern_unchanged DSP · runtime_dsp 0.02s"]
  C_Runtime --> T_055_test_bsp_daram_write_distribution["test_bsp_daram_write_distribution DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_056_test_d_fb_det_data_no_longer_zero["test_d_fb_det_data_no_longer_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_057_test_interrupt_ex_called_counter_exposed["test_interrupt_ex_called_counter_expos DSP · runtime_irq 0.01s"]
  C_Runtime --> T_058_test_isr_entered_matches_rete["test_isr_entered_matches_rete DSP · runtime_irq 0.01s"]
  C_Runtime --> T_059_test_no_pending_irq_gating["test_no_pending_irq_gating DSP · runtime_irq 0.01s"]
  C_Runtime --> T_060_test_bridge_log_shows_traffic["test_bridge_log_shows_traffic L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_061_test_bridge_fn_drift_under_threshold["test_bridge_fn_drift_under_threshold L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_062_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_063_test_a_cd_writes_nonzero["test_a_cd_writes_nonzero L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_064_test_a_cd_write_pc_includes_ccch_demod["test_a_cd_write_pc_includes_ccch_demod L1-ctrl · runtime_l1ctl 0.03s"]
  C_Runtime --> T_065_test_l1ctl_data_ind_rate_vs_alc["test_l1ctl_data_ind_rate_vs_alc L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_066_test_rach_attempted["test_rach_attempted L1-ctrl · runtime_l1ctl 0.00s"]
  class C_Runtime partial;
  class T_039_pass_grp_Runtime pass;
  class T_040_test_pc_advances fail;
  class T_041_test_bridge_has_dl_bursts fail;
  class T_042_test_irda_boot_marker_present xfail;
  class T_043_test_grep_qemu_bsp_dma_active fail;
  class T_044_test_grep_bridge_dl_bursts_received skip;
  class T_045_test_grep_bridge_fb_pattern_dominant skip;
  class T_046_test_grep_bridge_no_clock_skew_shutdown skip;
  class T_047_test_grep_fwirda_boot_marker xfail;
  class T_048_test_blocker_bridge_no_bts_shutdown skip;
  class T_049_test_blocker_bridge_no_rach_parity skip;
  class T_050_test_blocker_bridge_no_socket_error skip;
  class T_051_test_grep_qemu_a_cd_wr_vs_task24 xfail;
  class T_052_test_intm_reaches_zero fail;
  class T_053_test_dsp_throughput_above_threshold skip;
  class T_054_test_d_fb_det_pattern_unchanged skip;
  class T_055_test_bsp_daram_write_distribution skip;
  class T_056_test_d_fb_det_data_no_longer_zero skip;
  class T_057_test_interrupt_ex_called_counter_exposed xfail;
  class T_058_test_isr_entered_matches_rete xfail;
  class T_059_test_no_pending_irq_gating xfail;
  class T_060_test_bridge_log_shows_traffic fail;
  class T_061_test_bridge_fn_drift_under_threshold xfail;
  class T_062_test_l1ctl_data_ind_received fail;
  class T_063_test_a_cd_writes_nonzero skip;
  class T_064_test_a_cd_write_pc_includes_ccch_demod xfail;
  class T_065_test_l1ctl_data_ind_rate_vs_alc fail;
  class T_066_test_rach_attempted xfail;

Timer — 2/2

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timer["Timer 2/2"]
  C_Timer --> T_067_pass_grp_Timer["PASS 2 0.6s"]
  class C_Timer pass;
  class T_067_pass_grp_Timer pass;

🟡 Timing — 13/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing["Timing 13/19"]
  C_Timing --> T_068_pass_grp_Timing["PASS 13 0.1s"]
  C_Timing --> T_069_test_qemu_insn_rate_cv_below_0_4["test_qemu_insn_rate_cv_below_0_4 Drift · drift 0.04s"]
  C_Timing --> T_070_test_qemu_insn_rate_p1_above_1m["test_qemu_insn_rate_p1_above_1m Drift · drift 0.04s"]
  C_Timing --> T_071_test_bridge_qfn_tracks_qemu_fn["test_bridge_qfn_tracks_qemu_fn Drift · drift 0.06s"]
  C_Timing --> T_072_test_bridge_qfn_advances_steadily["test_bridge_qfn_advances_steadily Drift · drift 0.00s"]
  C_Timing --> T_073_test_log_still_growing_bridge__tmp_bridge_log_10["test_log_still_growing(bridge-/tmp/bri Drift · drift 0.00s"]
  C_Timing --> T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_["test_no_long_gap(bridge-/tmp/bridge.lo Drift · drift 0.00s"]
  class C_Timing partial;
  class T_068_pass_grp_Timing pass;
  class T_069_test_qemu_insn_rate_cv_below_0_4 skip;
  class T_070_test_qemu_insn_rate_p1_above_1m skip;
  class T_071_test_bridge_qfn_tracks_qemu_fn skip;
  class T_072_test_bridge_qfn_advances_steadily skip;
  class T_073_test_log_still_growing_bridge__tmp_bridge_log_10 skip;
  class T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_ skip;

Skipped / xfailed

50 skipped

  • test_rsbx_intm_reached_or_flag_nmi — ar_imr_invariant
  • test_dsp_throughput_5x — milestone_dsp_decoder
  • test_ar3_init_source_identified — milestone_bsp_dma
  • test_ar4_init_source_identified — milestone_bsp_dma
  • test_bsp_dma_target_matches_correlator_read_zone — milestone_bsp_dma
  • test_fb0_att_nonzero — milestone_fb_det
  • test_synth_zero_path_active — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_qemu_insn_rate_cv_below_0_4 — drift
  • test_qemu_insn_rate_p1_above_1m — drift
  • test_bridge_qfn_tracks_qemu_fn — drift
  • test_bridge_qfn_advances_steadily — drift
  • test_log_still_growing[bridge-/tmp/bridge.log-10] — drift,parametrize
  • test_no_long_gap[bridge-/tmp/bridge.log-10.0] — drift,parametrize
  • test_grep_bridge_dl_bursts_received — runtime_log_grep
  • test_grep_bridge_fb_pattern_dominant — runtime_log_grep
  • test_grep_bridge_no_clock_skew_shutdown — runtime_log_grep
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_blocker_bridge_no_bts_shutdown — runtime_log_grep
  • test_blocker_bridge_no_rach_parity — runtime_log_grep
  • test_blocker_bridge_no_socket_error — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_dsp_throughput_above_threshold — runtime_dsp
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bsp_daram_write_distribution — runtime_dsp
  • test_d_fb_det_data_no_longer_zero — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_writes_nonzero — runtime_l1ctl
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_timer_runtime_period[tdma_tick] — parametrize,timer_audit
  • test_timer_runtime_period[bridge_clk_ind] — parametrize,timer_audit
  • test_timer_runtime_period[bsp_burst] — parametrize,timer_audit

24 xfailed

  • test_fb0_att_nonzero — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

ar_imr_invariant — 7/8

Status Test Durée Fichier
✅ passed test_ar2_zero_categorization 0.01s test_ar_imr_inth_invariants.py
✅ passed test_imr_not_persistently_zero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_irq_servicing_imr_nonzero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_no_bootstub_entry 0.01s test_ar_imr_inth_invariants.py
✅ passed test_reset_pmst_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_sp_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_tpu_frame_irq_delivered 0.01s test_ar_imr_inth_invariants.py
⏭️ skipped test_rsbx_intm_reached_or_flag_nmi 0.01s test_ar_imr_inth_invariants.py

drift — 4/10

Status Test Durée Fichier
✅ passed test_log_start_within_10s 0.02s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
⏭️ skipped test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_tracks_qemu_fn 0.06s test_layer_drift.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_cv_below_0_4 0.04s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_p1_above_1m 0.04s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

inject_frames — 19/21

Status Test Durée Fichier
✅ passed test_clear_ndb 0.33s test_inject_frames.py
✅ passed test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_23B 0.37s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_30B 0.37s test_inject_frames.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_fbsb_fb_found 0.70s test_inject_frames.py
✅ passed test_inject_fbsb_sb_found 0.58s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_probe_ndb 0.29s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

milestone_bsp_dma — 0/4

Status Test Durée Fichier
❌ failed test_no_d_fb_det_wr_site_anomaly 0.01s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_bsp_dma_target_matches_correlator_read_zone 0.01s test_calypso_milestones.py

milestone_dsp_decoder — 3/5

Status Test Durée Fichier
✅ passed test_intm_dwell_no_regression 30.45s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⏭️ skipped test_dsp_throughput_5x 0.01s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.01s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_received 0.02s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

osmocom_boot — 0/2

Status Test Durée Fichier
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_bridge — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py

osmocom_clock — 13/13

Status Test Durée Fichier
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py

osmocom_compliant — 7/12

Status Test Durée Fichier
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_divergent — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

osmocom_sim — 3/5

Status Test Durée Fichier
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py

parametrize — 25/31

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

runtime_bridge — 1/3

Status Test Durée Fichier
❌ failed test_bridge_log_shows_traffic 0.00s test_run_observability.py
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 2/7

Status Test Durée Fichier
❌ failed test_intm_reaches_zero 0.01s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.01s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.01s test_run_observability.py
⏭️ skipped test_bsp_daram_write_distribution 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_data_no_longer_zero 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_pattern_unchanged 0.02s test_run_observability.py
⏭️ skipped test_dsp_throughput_above_threshold 0.01s test_run_observability.py

runtime_firmware — 3/5

Status Test Durée Fichier
❌ failed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
❌ failed test_pc_advances 0.11s test_firmware_state.py
✅ passed test_pc_not_in_known_busy_loop 0.00s test_firmware_state.py
✅ passed test_qemu_monitor_responsive 0.00s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py

runtime_fs — 3/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.00s test_runtime_net_fs.py

runtime_gdb — 8/8

Status Test Durée Fichier
✅ passed test_gdb_handshake_succeeds 0.00s test_gdb_stub.py
✅ passed test_gdb_query_supported 0.00s test_gdb_stub.py
✅ passed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
✅ passed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
✅ passed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
✅ passed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_reachable 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_survives_3_quick_reconnects 0.31s test_gdb_stub.py

runtime_health — 5/5

Status Test Durée Fichier
✅ passed test_all_expected_processes_present 0.01s test_run_observability.py
✅ passed test_mobile_pcap_growing 10.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.01s test_run_observability.py
✅ passed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_volumes_mounted 0.01s test_run_observability.py

runtime_irda — 7/8

Status Test Durée Fichier
✅ passed test_irda_capture_process_alive 0.00s test_irda_channel.py
✅ passed test_irda_channel_produces_bytes 5.26s test_irda_channel.py
✅ passed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
✅ passed test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
✅ passed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_pty_readable 0.00s test_irda_channel.py
✅ passed test_irda_throughput_below_saturation 10.13s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.01s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 1/6

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_rate_vs_alc 0.02s test_run_observability.py
❌ failed test_l1ctl_data_ind_received 0.02s test_run_observability.py
✅ passed test_neigh_pm_req_loop_alive 0.35s test_run_observability.py
⚠️ xfail test_a_cd_write_pc_includes_ccch_demod 0.03s test_run_observability.py
⏭️ skipped test_a_cd_writes_nonzero 0.01s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 21/30

Status Test Durée Fichier
❌ failed test_grep_qemu_bsp_dma_active 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.00s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.01s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.01s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_reset_req 0.00s test_log_grep.py
✅ passed test_grep_osmocon_lost_ratio_acceptable 0.01s test_log_grep.py
✅ passed test_grep_qemu_dsp_booted 0.02s test_log_grep.py
✅ passed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.01s test_log_grep.py
✅ passed test_grep_qemu_task24_dispatched 0.02s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_bts_shutdown 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_rach_parity 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_socket_error 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.00s test_log_grep.py
⚠️ xfail test_grep_qemu_a_cd_wr_vs_task24 0.02s test_log_grep.py

runtime_monitor — 9/9

Status Test Durée Fichier
✅ passed test_monitor_info_chardev_lists_serial 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_irq_listed 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_irda 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_modem 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qom_tree_has_calypso_or_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qtree_has_calypso 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_registers_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_status_is_running 3.00s test_qemu_introspection.py
✅ passed test_monitor_socket_reachable 3.00s test_qemu_introspection.py

runtime_net — 2/2

Status Test Durée Fichier
✅ passed test_no_unexpected_high_ports 0.02s test_runtime_net_fs.py
✅ passed test_qemu_ports_listening 0.03s test_runtime_net_fs.py

runtime_osmocon — 3/3

Status Test Durée Fichier
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_past_romload 0.01s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.41s test_run_observability.py

runtime_vty — 3/3

Status Test Durée Fichier
✅ passed test_mobile_imsi_loaded 1.52s test_run_observability.py
✅ passed test_mobile_mm_state_is_null_or_idle 1.52s test_run_observability.py
✅ passed test_mobile_vty_reachable 1.52s test_run_observability.py

skipif — 1/2

Status Test Durée Fichier
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

timer_audit — 10/14

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

timer_graph — 2/2

Status Test Durée Fichier
✅ passed test_timer_drift_summary_table 0.29s test_timer_physical_audit.py
✅ passed test_timer_temporal_graphs_emit_mermaid 0.29s test_timer_physical_audit.py

timer_invariant — 9/9

Status Test Durée Fichier
✅ passed test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py
✅ passed test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
✅ passed test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
✅ passed test_kick_realtime_cadence 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
✅ passed test_tdma_log_present 0.00s test_timer_invariants.py
✅ passed test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py

unmarked — 7/7

Status Test Durée Fichier
✅ passed test_verdict_bts_dead 0.00s test_mode_verdict.py
✅ passed test_verdict_instability 0.00s test_mode_verdict.py
✅ passed test_verdict_ipc_chan_mismatch 0.00s test_mode_verdict.py
✅ passed test_verdict_mobile_stuck_gsm322 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_silent 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_works 0.00s test_mode_verdict.py
✅ passed test_zz_per_mode_report 0.00s test_mode_verdict.py

xfail — 0/1

Status Test Durée Fichier
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 307.7s  buckets=31  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |     4292 |        0 |      158 |       53 |        2 |        2 |       39 |        4 |        0
   10.0  |     4563 |        0 |      203 |       61 |        2 |        2 |       10 |        4 |        0
   20.0  |     4190 |        0 |      224 |       84 |        2 |        2 |       10 |        6 |        0
   30.0  |     4287 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
   40.0  |     4345 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
   50.0  |     4240 |        0 |      218 |       84 |        3 |        3 |       10 |        6 |        0
   60.0  |     4364 |        0 |      234 |       56 |        2 |        2 |       10 |        4 |        0
   70.0  |     4280 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
   80.0  |     4230 |        0 |      205 |       56 |        2 |        2 |       10 |        4 |        0
   90.0  |     2005 |        0 |       92 |       42 |        1 |        1 |       10 |        2 |        0
  100.0  |     1445 |        0 |       81 |       42 |        1 |        1 |       10 |        4 |        0
  110.0  |     4299 |        0 |      232 |       56 |        2 |        2 |        9 |        4 |        0
  120.0  |     4348 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  130.0  |     4215 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  140.0  |     4251 |        0 |      210 |       60 |        2 |        2 |       10 |        4 |        0
  150.0  |     4275 |        0 |      204 |       56 |        3 |        3 |       10 |        4 |        0
  160.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  170.0  |     4243 |        0 |      249 |       84 |        2 |        2 |       10 |        6 |        0
  180.0  |     4283 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
  190.0  |     4278 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  200.0  |      349 |        0 |        3 |       21 |        0 |        0 |       10 |        0 |        0
  210.0  |     2639 |        0 |      154 |       35 |        2 |        2 |       10 |        4 |        0
  220.0  |     4173 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  230.0  |     4317 |        0 |      210 |       60 |        2 |        2 |        9 |        4 |        0
  240.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  250.0  |     4319 |        0 |      226 |       56 |        2 |        2 |       10 |        4 |        0
  260.0  |     4140 |        0 |      224 |       84 |        3 |        3 |       10 |        6 |        0
  270.0  |     4282 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
  280.0  |     4304 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  290.0  |     4240 |        0 |      211 |       77 |        2 |        2 |       10 |        6 |        0
  300.0  |     3247 |        0 |      148 |       35 |        2 |        2 |        8 |        2 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization (0.008s)
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero (0.011s)
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi (0.010s)
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered (0.011s)
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.002s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.004s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.452s)
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x (0.009s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.014s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.013s)
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.010s)
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.008s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.008s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received (0.019s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
PASSED   test_firmware_state.py::test_qemu_monitor_responsive (0.004s)
FAILED   test_firmware_state.py::test_pc_advances (0.110s)
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop (0.005s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.003s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.003s)
PASSED   test_firmware_state.py::test_osmocon_past_romload (0.008s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.002s)
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_reachable (0.002s)
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.001s)
PASSED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.001s)
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.310s)
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.001s)
PASSED   test_inject_frames.py::test_probe_ndb (0.287s)
PASSED   test_inject_frames.py::test_clear_ndb (0.329s)
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found (0.698s)
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found (0.579s)
PASSED   test_inject_frames.py::test_inject_si[1] (0.374s)
PASSED   test_inject_frames.py::test_inject_si[2] (0.372s)
PASSED   test_inject_frames.py::test_inject_si[3] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[4] (0.370s)
PASSED   test_inject_frames.py::test_inject_si[5] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[6] (0.370s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B (0.374s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B (0.371s)
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
PASSED   test_inject_frames.py::test_inject_d_task[5-0] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_task[6-1] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[24-0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[28-1] (0.081s)
PASSED   test_inject_frames.py::test_inject_d_burst[0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_burst[1] (0.083s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (3.012s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd (2.600s)
PASSED   test_irda_channel.py::test_irda_pty_exists (0.000s)
PASSED   test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.001s)
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes (5.257s)
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.013s)
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.001s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.005s)
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation (10.125s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.044s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.044s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.059s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.047s)
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.007s)
PASSED   test_layer_drift.py::test_log_start_within_10s (0.023s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.055s)
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted (0.018s)
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.011s)
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.017s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.006s)
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.000s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.010s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.005s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.009s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.015s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.006s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error (0.000s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.005s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.005s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.005s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.005s)
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.025s)
PASSED   test_mode_verdict.py::test_verdict_shunt_works (0.000s)
PASSED   test_mode_verdict.py::test_verdict_shunt_silent (0.000s)
PASSED   test_mode_verdict.py::test_verdict_bts_dead (0.000s)
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch (0.000s)
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322 (0.000s)
PASSED   test_mode_verdict.py::test_verdict_instability (0.000s)
PASSED   test_mode_verdict.py::test_zz_per_mode_report (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec (0.001s)
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive (0.000s)
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm (0.004s)
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock (0.001s)
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock (0.000s)
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter (0.000s)
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present (0.002s)
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on (0.002s)
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default (0.001s)
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present (0.022s)
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages (0.000s)
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed (3.003s)
PASSED   test_run_observability.py::test_all_expected_processes_present (0.007s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.008s)
PASSED   test_run_observability.py::test_qemu_log_is_fresh (3.010s)
PASSED   test_run_observability.py::test_mobile_pcap_growing (10.010s)
PASSED   test_run_observability.py::test_volumes_mounted (0.006s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.011s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.013s)
FAILED   test_run_observability.py::test_intm_reaches_zero (0.009s)
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold (0.008s)
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged (0.017s)
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution (0.009s)
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.008s)
FAILED   test_run_observability.py::test_bridge_log_shows_traffic (0.002s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.002s)
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.350s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_received (0.023s)
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero (0.012s)
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.026s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.022s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
PASSED   test_run_observability.py::test_mobile_vty_reachable (1.517s)
PASSED   test_run_observability.py::test_mobile_imsi_loaded (1.517s)
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (1.516s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.007s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.006s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.006s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.414s)
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening (0.026s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.024s)
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.012s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.004s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.005s)
PASSED   test_timer_invariants.py::test_tdma_log_present (0.000s)
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
PASSED   test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick] (0.099s)
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick] (0.101s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind] (0.000s)
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] (0.003s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst] (0.097s)
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid (0.295s)
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table (0.291s)

============================================================
137 passed, 15 failed, 26 skipped, 24 xfailed in 134.47s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_bridge_has_dl_bursts():
        """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""
        n = _grep_count((removed), "bridge: DL #")
>       assert n >= 10, (
            f"{n} DL bursts dans bridge.log — osmo-bts-trx pas connecté ou "
            f"bridge ne route pas (vérifier BSP UDP 6702 listening)"
        )
E       AssertionError: 0 DL bursts dans bridge.log — osmo-bts-trx pas connecté ou bridge ne route pas (vérifier BSP UDP 6702 listening)
E       assert 0 >= 10

test_firmware_state.py:196: AssertionError

🛑 2. test_pc_advances

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.11s
  • Nodeid : test_firmware_state.py::test_pc_advances
  • Assertion : """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_pc_advances():
        """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""
        pc1 = _read_pc()
        if pc1 is None:
            pytest.skip("QEMU monitor pas dispo (PC unreadable)")
        time.sleep(0.1)
        pc2 = _read_pc()
        if pc2 is None:
            pytest.skip("PC unreadable 2nd sample")
        # On accepte un changement même petit ; si PC strictement égal sur 2
        # samples espacés de 100ms, c'est un busy-wait étroit (à investiguer).
>       assert pc1 != pc2, (
            f"firmware figé : PC stable à 0x{pc1:08x} sur 100ms — "
            f"vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE"
        )
E       AssertionError: firmware figé : PC stable à 0x00825358 sur 100ms — vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE
E       assert 8541016 != 8541016

test_firmware_state.py:113: AssertionError

🛑 3. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_dsp
    def test_intm_reaches_zero():
        """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""
        n = grep_count_in_qemu_log("POST-BOOTSTUB-RET")
>       assert n > 0, "POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression"
E       AssertionError: POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression
E       assert 0 > 0

test_run_observability.py:390: AssertionError

🛑 4. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6675323

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None, log_offset = 6675323

    @pytest.mark.milestone_bsp_dma
    def test_no_d_fb_det_wr_site_anomaly(container_alive, log_offset):
        """
        Le probe D_FB_DET-WR-SITE fire-t-il sur le sweep FB-det attendu ?
    
        ⚠️ Ancienne formulation 2026-05-14 (« data[AR1]=bbef→0000, anomalie data
        path ») obsolète. data[AR1] est une lecture de table PROM0 confirmée
        bit-pour-bit, et la convergence data[AR0]/AR2 fait basculer
        `test_d_fb_det_data_no_longer_zero`.
    
        Test refait : on vérifie juste que le sweep s'exécute (au moins 50 hits
        capturés). Si 0, le probe n'est plus dans le path d'exécution = vraie
        anomalie structurelle.
        """
        r = docker_exec([
            "sh", "-c",
            f"grep -c 'D_FB_DET-WR-SITE' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n >= 50, (
            f"D_FB_DET-WR-SITE seulement {n} hits — sweep FB-det ne s'exécute pas. "
            f"Régression structurelle, le DSP n'atteint plus PC=0x8f51."
        )
E       AssertionError: D_FB_DET-WR-SITE seulement 0 hits — sweep FB-det ne s'exécute pas. Régression structurelle, le DSP n'atteint plus PC=0x8f51.
E       assert 0 >= 50

test_calypso_milestones.py:453: AssertionError

🛑 5. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_bridge
    def test_bridge_log_shows_traffic():
        r = dexec(["tail", "-n", "200", "/tmp/bridge.log"])
>       assert r.stdout.strip(), "bridge.log vide — calypso-ipc-device muet, problème UDP ?"
E       AssertionError: bridge.log vide — calypso-ipc-device muet, problème UDP ?
E       assert ''
E        +  where '' = <built-in method strip of str object at 0x78b4901dc030>()
E        +    where <built-in method strip of str object at 0x78b4901dc030> = ''.strip
E        +      where '' = CompletedProcess(args=['tail', '-n', '200', '/tmp/bridge.log'], returncode=1, stdout='', stderr="tail: cannot open '/tmp/bridge.log' for reading: No such file or directory\n").stdout

test_run_observability.py:630: AssertionError

🛑 6. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None

    @pytest.mark.milestone_l1ctl
    def test_l1ctl_data_ind_received(container_alive):
        """
        Milestone L1 : L1CTL_DATA_IND vers mobile non-zéro.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies,
                    la mesure DATA_IND n'a pas de sens (variance/régime intermittent)
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6,
                    ARM ne forward pas a_cd[] au mobile (vraie régression à creuser)
        """
        r_allc = docker_exec([
            "sh", "-c",
            f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        allc_str = r_allc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = docker_exec([
            "sh", "-c",
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6. "
            f"ARM ne forward pas a_cd[] au mobile."
        )
E       AssertionError: task=24 fire 23507× mais DATA_IND=0 — vrai mur couche 6. ARM ne forward pas a_cd[] au mobile.
E       assert 0 > 0

test_calypso_milestones.py:582: AssertionError

🛑 7. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_rate_vs_alc():
        """
        Cohérence entre ARM ALLC hooks (task=24, demande CCCH) et DATA_IND envoyés.
        Si ALLC > 0 mais DATA_IND = 0 → bug ARM L1 ne forward pas.
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        r_ind = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        try:
            alc = int(r_alc.stdout.strip() or "0")
            ind = int(r_ind.stdout.strip() or "0")
        except ValueError:
            pytest.skip("Parse failure")
        if alc == 0:
            pytest.skip("Aucun task=24 ALLC hook")
        print(f"\n  ALLC hooks (task=24) = {alc}")
        print(f"  L1CTL_DATA_IND       = {ind}")
        print(f"  ratio IND/ALLC       = {ind/alc:.2f}")
>       assert ind > 0, "ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile"
E       AssertionError: ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile
E       assert 0 > 0

test_run_observability.py:796: AssertionError

🛑 8. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_received():
        """
        L1CTL_DATA_IND envoyés au mobile = ARM L1 consomme a_cd[] et forward au L23.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        allc_str = r_alc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6"
        )
E       AssertionError: task=24 fire 30777× mais DATA_IND=0 — vrai mur couche 6
E       assert 0 > 0

test_run_observability.py:722: AssertionError

🛑 9. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_log_grep
    def test_grep_qemu_bsp_dma_active():
        """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""
        n = _grep_count(QEMU_LOG, "DARAM-WR-STATS")
>       assert n >= 10, f"BSP DMA stats trop rares : {n} (attendu ≥ 10)"
E       AssertionError: BSP DMA stats trop rares : 0 (attendu ≥ 10)
E       assert 0 >= 10

test_log_grep.py:91: AssertionError

🛑 10. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_divergent
    @pytest.mark.osmocom_bridge
    def test_bridge_clock_from_qemu_default():
        """(removed) devrait être =1 par défaut sous icount=auto pour
        aligner la bridge clock sur QEMU FN au lieu de wall.
    
        Actuel default = 0 (wall-paced). Sous icount=auto + default=0, bridge
        drifte de qfn. À flipper par défaut quand on confirme icount=auto stable.
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
        m = re.search(
            r'(removed)\s*=\s*"\$\{\s*(removed)\s*:-\s*([01])\s*\}"',
            src)
>       assert m, "(removed) default line not found"
E       AssertionError: (removed) default line not found
E       assert None

test_osmocom_workflow.py:339: AssertionError

🛑 11. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_bridge
    def test_bridge_select_timeout_low_jitter():
        """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
        sur l'émission CLK IND (sub-frame).
    
        Avant fix 2026-05-24 : 50ms → jitter ±10 frames → BTS log spam
        'We were 1 FN faster/slower than TRX'.
        Fix : 1ms → ±0.2 frame, sous seuil compensation BTS.
        """
        src = _read(BRIDGE_PY)
>       assert src, f"can't read {BRIDGE_PY}"
E       AssertionError: can't read /opt/GSM/qemu-src/calypso-ipc-device
E       assert ''

test_osmocom_workflow.py:247: AssertionError

🛑 12. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_boot
    def test_force_rx_done_default_on():
        """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion
        SIM normative (firmware ne peut pas commit le STRNE rxDoneFlag sous icount=auto).
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
>       assert re.search(
            r'CALYPSO_FORCE_RX_DONE\s*=\s*"\$\{\s*CALYPSO_FORCE_RX_DONE\s*:-\s*1\s*\}"',
            src), "run.sh must default CALYPSO_FORCE_RX_DONE=1"
E       AssertionError: run.sh must default CALYPSO_FORCE_RX_DONE=1
E       assert None
E        +  where None = <function search at 0x78b48ff7c550>('CALYPSO_FORCE_RX_DONE\\s*=\\s*"\\$\\{\\s*CALYPSO_FORCE_RX_DONE\\s*:-\\s*1\\s*\\}"', '#!/bin/bash\n# run.sh -- Calypso QEMU pipeline.\n#\n# Data path : osmo-bts-trx : osmo-trx-ipc : calypso-ipc-device : QEMU BSP\n# DMA : DSP CCCH demod : a_cd[] in NDB : ARM L1 : L1CTL_DATA_IND.\n# Modem GMSK integre dans osmo-trx (chaine radio software-defined complete).\n\nset -euo pipefail\n\nSESSION="calypso"\n\n# ---- args : --gen-doc / --help -----------------------------------------------\n# --gen-doc : ne (re)lance PAS le pipeline ; suppose qu\'il tourne deja dans le\n# container et lance pytest pour produire la doc (report.md condense +\n# test_results.md/qmd complets). Cree une fenetre tmux `gen-doc` dans la session\n# `calypso` existante et y bascule pour montrer le run pytest en direct.\nGEN_DOC_MODE=0\nMENU_MODE=0\nDEBUG_FULL_MODE=0\nfor arg in "$@"; do\n    case "$arg" in\n        --gen-doc-local) GEN_DOC_MODE=1 ;;\n        --menu) MENU_MODE=1 ;;\n        --debug-full) DEBUG_FULL_MODE=1 ;;\n        --run-all)\n            echo "[run.sh] --run-all : delegating to run-all.sh"\n            exec "$(dirname "$0")/run-all.sh" "${@:2}"\n            ;;\n        --run-all-debug)\n            echo "[run.sh] --run-all-debug : delegating to run-all-debug.sh"\n            exec "$(dirname "$0")/run-all-debug.sh" "${@:2}"\n            ;;\n        --select-verdict)\n            echo "[run.sh] --select-verdict : delegating to select-verdict.sh"\n            exec "$(dirname "$0")/select-verdict.sh" "${@:2}"\n            ;;\n        -h|--help)\n            cat <<\'EOF\'\nUsage: ./run.sh [FLAG]\n\nLance le pipeline Calypso complet : QEMU (ARM + DSP c54x emul\xe9) + osmocon\n(romload stub) + bridge ipc-device|trx-ipc|bridge.py + osmo-bts-trx +\nmobile/L2 client + gsmtap capture + irda capture. Tout dans une session\ntmux \'calypso\'. Par d\xe9faut attache la session en fin.\n\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nFLAGS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n\n  --menu         S\xe9lection interactive (whiptail) du profile avant launch.\n                 Mode, components, L2 client, DIAG profile, advanced toggles.\n\n  --debug-full   Active TOUTES les probes debug (CALYPSO_*_TRACE/PROBE)\n                 sur le mode courant (default \'full\', ou celui s\xe9lectionn\xe9\n                 via --menu). icount=auto + DIAG full + gdb pane on.\n                 Lourd en log (~1-2 GB/min qemu.log). SINGLE-SHOT.\n\n  --gen-doc-local  Skip launch, lance pytest in-container, g\xe9n\xe8re doc.\n                   Artefacts /tmp/report.md, test_results.md, .qmd, etc.\n\n

🛑 13. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_rxdone_addr_matches_firmware_nm():
        """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le
        firmware ELF (per `nm`).
    
        Avant fix 2026-05-24 : default stale `0x008302a0` (vieux build), firmware
        était à `0x008302d4`. Le hack tapait la mauvaise case.
        """
        expected = _nm_symbol(FW_ELF, "rxDoneFlag")
        if expected is None:
            pytest.skip(f"can't resolve rxDoneFlag in {FW_ELF}")
        for path in (SIM_C, TRX_C):
            src = _read(path)
            # Cherche le default fallback dans le getenv pattern
            m = re.search(r":\s*(0x008302[0-9a-fA-F]{2})\s*;", src)
>           assert m, f"no default rxdone_addr in {path}"
E           AssertionError: no default rxdone_addr in /opt/GSM/qemu-src/hw/arm/calypso/calypso_sim.c
E           assert None

test_osmocom_workflow.py:174: AssertionError

🛑 14. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_sim_defer_clear_timer_present():
        """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
    
        Sans ça, le clear synchrone dans la callback MMIO race avec
        cpu_io_recompile (TB truncation) → STRNE rxDoneFlag jamais committé.
        """
        src = _read(SIM_C)
        assert src, f"can't read {SIM_C}"
>       assert "QEMUTimer  *clear_edge_timer" in src or \
               "QEMUTimer *clear_edge_timer" in src, (
            "Missing clear_edge_timer field in CalypsoSim struct")
E       AssertionError: Missing clear_edge_timer field in CalypsoSim struct
E       assert ('QEMUTimer  *clear_edge_timer' in '/*\n * calypso_sim.c \u2014 ISO 7816 / GSM 11.11 SIM emulator for the Calypso\n *\n * Replaces the historical 1-line ATR-pulse stub. Implements:\n *   - ATR delivery on CMDSTART\n *   - APDU framing through the TX/RX FIFO\n *   - Minimum viable GSM 11.11 file system (MF, DF_GSM, DF_TELECOM)\n *   - Standard commands: SELECT (A4), READ_BINARY (B0), READ_RECORD (B2),\n *                         GET_RESPONSE (C0), STATUS (F2), VERIFY_CHV (20),\n *                         RUN_GSM_ALGORITHM (88)\n *\n * Test SIM identity (matches the standard test PLMN 001/01):\n *   IMSI = 001 01 0000000001  (15 digits)\n *   ICCID = 8901010000000000001 F  (BCD swapped)\n *   Ki = 00..00 (16 bytes \u2014 auth always returns deterministic SRES/Kc)\n *\n * Bytes flow: firmware writes APDU bytes one at a time to DTX. We parse\n * the 5-byte ISO 7816 header, optionally collect data bytes (P3 of length\n * for outgoing case 3) and dispatch. Response bytes are pushed to RX FIFO,\n * IT_RX raised, IRQ pulsed.\n */\n\n#include "qemu/osdep.h"\n#include "qemu/timer.h"\n#include "qemu/main-loop.h"\n#include "exec/cpu-common.h"\n#include "hw/core/cpu.h"\n#include "hw/arm/calypso/calypso_sim.h"\n\n#define SIM_LOG(...) do { fprintf(stderr, "[sim] " __VA_ARGS__); fputc(\'\\n\', stderr); } while(0)\n\n#define APDU_MAX_LEN     261\n#define RX_FIFO_SIZE     512\n#define ATR_DELAY_NS     1000000  /* 1 ms simulated */\n\n/* Minimal valid ATR (4 bytes):\n *   TS = 0x3B  (direct convention)\n *   T0 = 0x02  (Y1=0 \u2192 no TA/TB/TC/TD interface bytes,\n *               K =2 \u2192 2 historical bytes follow)\n *   Hist[0..1] = 0x14 0x50  (arbitrary, identifies a test card)\n * No TCK byte because no T!=0 protocol indicated.\n * Total bytes the firmware will read = 4. */\nstatic const uint8_t SIM_ATR[] = { 0x3B, 0x02, 0x14, 0x50 };\n\n/* ---------- file system ---------------------------------------------- */\n\ntypedef enum {\n    EF_TRANSPARENT = 0,\n    EF_LINEAR_FIXED = 1,\n    EF_CYCLIC = 2,\n    EF_DF = 0xF0,    /* not a real EF \u2014 directory entry */\n    EF_MF = 0xF1,\n} EfStructure;\n\ntypedef struct SimFile {\n    uint16_t fid;\n    uint16_t parent;\n    uint8_t  structure;\n    uint16_t size;        /* total bytes (transparent) or rec_len * nrec */\n    uint8_t  rec_len;     /* records (linear/cyclic) */\n    uint8_t  data[64];    /* in-line storage (small EFs only) */\n} SimFile;\n\n/* SIM identity defaults (overridden at boot from the osmocom-bb mobile\n * config \u2014 see load_config_from_file). EF_IMSI is GSM 11.11 BCD-packed\n * with the standard length-byte + parity-nibble layout. */\n\nstatic SimFile sim_files[] = {\n    { 0x3F00, 0x0000, EF_MF, 0, 0, {0} },          /* MF root */\n    { 0x7F20, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_GSM */\n    { 0x7F10, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_TELECOM */\n    { 0x2FE2, 0x3F00, EF_TRANSPARENT, 10, 0,       /* EF_ICCID */\n      { 0x98, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F07, 0x7F20, EF_TRANSPARENT, 9, 0,        /* EF_IMSI */\n      { 0x08, 0x09, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F30, 0x7F20, EF_TRANSPARENT, 24, 0,       /* EF_PLMNsel: 001 01 = FFFFFF empty list */\n      { 0x00, 0xF1, 0x10,  /* PLMN 001 01 */\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF

🛑 15. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
name = 'bts_clk_ind', log_path = '/tmp/bts.log'
pattern = 'Clock indication: fn=', expected_ms = 235.4
desc = 'BTS CLK IND reçu'

    @pytest.mark.timer_audit
    @pytest.mark.parametrize("name,log_path,pattern,expected_ms,desc",
                             TIMER_RUNTIME_PROBES,
                             ids=[p[0] for p in TIMER_RUNTIME_PROBES])
    def test_timer_runtime_period(name, log_path, pattern, expected_ms, desc):
        """Mesure le period réel des timers depuis logs vs valeur attendue.
        Skip si pas assez de samples (run trop court)."""
        log = _read(log_path)
        if not log:
            pytest.skip(f"{log_path} vide")
        ts = _parse_timestamps(log, pattern)
        if len(ts) < 30:
            pytest.skip(f"{name}: only {len(ts)} samples in {log_path}")
        periods = _periods_ms(ts)
        # Filtre outliers extrêmes (gap > 10× expected = pause / restart)
        periods = [p for p in periods if p < expected_ms * 10]
        if len(periods) < 20:
            pytest.skip(f"{name}: only {len(periods)} clean samples")
        p_med = median(periods)
        p_mean = mean(periods)
        p_std = stdev(periods) if len(periods) > 1 else 0.0
        pct = abs(p_med - expected_ms) / expected_ms * 100.0
        msg = (f"{name} ({desc}): expected={expected_ms} ms, "
               f"median={p_med:.2f} ms, mean={p_mean:.2f} ms, "
               f"σ={p_std:.2f} ms, Δ_med={pct:+.1f}% (N={len(periods)})")
        print(f"  RUNTIME {msg}")
        # Tolérance large (50%) : sous icount=auto le rate dévie
>       assert pct < 50.0, f"OFF EXPECTED : {msg}"
E       AssertionError: OFF EXPECTED : bts_clk_ind (BTS CLK IND reçu): expected=235.4 ms, median=1044.00 ms, mean=1043.50 ms, σ=6.52 ms, Δ_med=+343.5% (N=291)
E       assert 343.5004880090031 < 50.0

test_timer_physical_audit.py:182: AssertionError

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 202 tests
========================================================================

  passed    137  ██████████████······   67.8% brut
  failed     15
  xfailed    24   (R&D voie-2, accepté)
  skipped    26

  fonctionnel   90.1%   (passed / (passed+failed))
  actionable    75.2%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_no_d_fb_det_wr_site_anomaly                 [milestone_bsp_dma]
    ✗ test_l1ctl_data_ind_received                     [milestone_l1ctl]
  test_firmware_state.py
    ✗ test_pc_advances                                 [runtime_firmware]
    ✗ test_bridge_has_dl_bursts                        [runtime_firmware]
  test_log_grep.py
    ✗ test_grep_qemu_bsp_dma_active                    [runtime_log_grep]
  test_osmocom_workflow.py
    ✗ test_rxdone_addr_matches_firmware_nm             [osmocom_compliant,osmocom_sim]
    ✗ test_bridge_select_timeout_low_jitter            [osmocom_bridge,osmocom_compliant]
    ✗ test_sim_defer_clear_timer_present               [osmocom_compliant,osmocom_sim]
    ✗ test_force_rx_done_default_on                    [osmocom_boot,osmocom_compliant]
    ✗ test_bridge_clock_from_qemu_default              [osmocom_bridge,osmocom_divergent]
  test_run_observability.py
    ✗ test_intm_reaches_zero                           [runtime_dsp]
    ✗ test_bridge_log_shows_traffic                    [runtime_bridge]
    ✗ test_l1ctl_data_ind_received                     [runtime_l1ctl]
    ✗ test_l1ctl_data_ind_rate_vs_alc                  [runtime_l1ctl]
  test_timer_physical_audit.py
    ✗ test_timer_runtime_period[bts_clk_ind]           [parametrize,timer_audit]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             1/8   █████···············   25.0%  (fail=3, skip=4)
  L1-data             1/7   ███████·············   33.3%  (fail=2, skip=4)
  Firmware-state      3/5   ████████████········   60.0%  (fail=2, skip=0)
  —                  26/38  ████████████████····   81.2%  (fail=6, skip=6)
  DSP                 5/20  █████████████████···   83.3%  (fail=1, skip=14)
  Log-grep           21/30  ███████████████████·   95.5%  (fail=1, skip=8)
  Osmocon             3/3   ████████████████████  100.0%  (fail=0, skip=0)
  GDB-introspect      8/8   ████████████████████  100.0%  (fail=0, skip=0)
  NDB                19/19  ████████████████████  100.0%  (fail=0, skip=0)
  IrDA-channel        7/8   ████████████████████  100.0%  (fail=0, skip=1)
  Drift               4/10  ████████████████████  100.0%  (fail=0, skip=6)
  unmarked            7/7   ████████████████████  100.0%  (fail=0, skip=0)
  Monitor-extended    9/9   ████████████████████  100.0%  (fail=0, skip=0)
  Infra               5/5   ████████████████████  100.0%  (fail=0, skip=0)
  Mgmt                3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  Net                 2/2   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Timers              9/9   ████████████████████  100.0%  (fail=0, skip=0)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_irq
   2× inject_efficacy
   2× inject_frames
   2× runtime_log_grep
   2× runtime_l1ctl
   1× milestone_fb_det
   1× milestone_l1ctl
   1× milestone_dsp_decoder
   1× runtime_irda
   1× osmocom_divergent
   1× xfail
   1× osmocom_boot
   1× osmocom_compliant
   1× skipif
   1× runtime_bridge

─── Timeline 300s (31 buckets de 10s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                121.0k       3902.16    4563  31/31  
  bridge                 0.0          0.00       0   0/31  
  osmocon               6.0k        191.94     249  31/31  
  mobile                1.8k         58.77      84  31/31  
  tdma                  61.0          1.97       3  30/31  
  frame_irq             61.0          1.97       3  30/31  
  kick                   335         10.81      39  31/31  
  fb_det_hit             130          4.19       6  30/31    ← FB OK
  stack_in_ndb           0.0          0.00       0   0/31    ← bloquant

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 5/15  ·  voie-2 : 1  ·  autre : 9
  • stack_in_ndb=0 sur 100% des buckets → la pile mobile n'entre jamais en NDB malgré injection active
  • fb_det_hit stable (4.2/bucket) mais consommation NDB nulle → écriture OK, consommation par mobile manquante
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

diag : make_diag.sh introuvable à la racine du repo.

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (528,059 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
bts.log 204,824
env_boot.log 36,796
frame_irq.log 208,896
fw-irda.log 73,579
irda_capture.stderr.log 62
mobile.log 264,756
osmocon.log 1,011,208
pc_hist.log 0
qemu_diag.log 3,003,224
qemu_tail.log 331,699
source_excerpts.txt 43
static_decode.txt 3,154
tdma_profile.log 12,288
tdma_tick.log 32,768

Logs bruts (dépliables)

bts.log (204,824 bytes, 1516 lignes)
1779882707.181 +0.000s ((*))
1779882707.181 +0.000s   |
1779882707.181 +0.000s  / \ OsmoBTS
1779882707.186 +0.005s DL1C INFO TRX_PROV[0x5ff196bcec30]{CLOSED}: Allocated (fsm.c:456)
1779882707.186 +0.006s 'no osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now active by default
1779882707.186 +0.006s DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1026)
1779882707.186 +0.006s DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
1779882707.187 +0.006s DABIS NOTICE A-bis connection establishment to BSC (127.0.0.1) in progress... (abis.c:170)
1779882707.187 +0.006s DLINP NOTICE E1TS(0:1) enabling ipaccess BTS mode, OML connecting to 127.0.0.1:3002 (ipaccess.c:1078)
1779882707.187 +0.006s DL1C INFO phy0: PHY link state change shutdown -> connecting (phy_link.c:58)
1779882707.188 +0.008s DTRX NOTICE phy0.0: Opening TRXC/TRXD connections to 127.0.0.1 (trx_if.c:1283)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: Received Event TRX_PROV_EV_OPEN (trx_if.c:1363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWEROFF' (trx_if.c:268)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: state_chg to OPEN_POWEROFF (trx_provision_fsm.c:363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 1' (trx_if.c:268)
1779882707.188 +0.008s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP POWEROFF 0' (trx_if.c:687)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 1' (trx_if.c:687)
1779882707.189 +0.008s DOML ERROR OC=GPRS-CELL INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.189 +0.009s DOML NOTICE OC=GPRS-CELL(f1) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.191 +0.011s DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.192 +0.011s DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 0' (trx_if.c:268)
1779882707.192 +0.011s DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631)
1779882707.192 +0.011s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 0' (trx_if.c:687)
1779882707.192 +0.011s DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.011s DTRX INFO phy0.0: Requesting TRXD PDU version 2 (trx_if.c:296)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 2' (trx_if.c:268)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.011s DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.012s DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 2' (trx_if.c:687)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.192 +0.012s DTRX INFO phy0.0: Requesting TRXD PDU version 1 (trx_if.c:296)
1779882707.192 +0.012s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 1' (trx_if.c:268)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 1' (trx_if.c:687)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.193 +0.012s DTRX INFO phy0.0: Using TRXD PDU version 1 (trx_provision_fsm.c:472)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.013s DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.014s DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DOML NOTICE OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ARFCN (l1_if.c:223)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RXTUNE 890200' (trx_if.c:268)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD TXTUNE 935200' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_BSIC (l1_if.c:229)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETTSC 7' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ENABLE (l1_if.c:170)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=GPRS-NSVC(f2) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DTRX INFO phy0.0: Response message: 'RSP RXTUNE 0 890200' (trx_if.c:687)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_RXTUNE_CNF (trx_provision_fsm.c:66)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP TXTUNE 0 935200' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_TXTUNE_CNF (trx_provision_fsm.c:71)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOMTXPOWER' (trx_if.c:268)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP SETTSC 0 7' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETTSC_CNF (trx_provision_fsm.c:76)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP NOMTXPOWER 0 0' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_NOMTXPOWER_CNF (trx_provision_fsm.c:88)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: state_chg to OPEN_WAIT_POWERON_CNF (trx_provision_fsm.c:509)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWERON' (trx_if.c:268)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:720)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state ACTIVE -> NONE (lchan.c:291)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Deactivating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOHANDOVER 0 4' (trx_if.c:268)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.196 +0.016s DPCU NOTICE Disabling GPRS Indicator in SI (No PCU connected) (sysinfo.c:206)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO Updated AGCH max queue length to 12 (bts.c:512)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI13, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI13 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1330)
1779882707.204 +0.023s DTRX INFO phy0.0: Response message: 'RSP POWERON 0' (trx_if.c:687)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: Received Event TRX_PROV_EV_POWERON_CNF (trx_provision_fsm.c:56)
1779882707.204 +0.023s DL1C NOTICE GSM clock started, waiting for clock indications (scheduler_trx.c:491)
1779882707.204 +0.023s DL1C INFO phy0: PHY link state change connecting -> connected (phy_link.c:58)
1779882707.204 +0.023s DL1C INFO (bts=0,trx=0) power_ramp_start(cur=0, tgt=-50000, bypass) (tx_power.c:250)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: state_chg to OPEN_POWERON (trx_provision_fsm.c:549)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETRXGAIN 40' (trx_if.c:268)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 0 5' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 1 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 2 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 3 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 4 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 5 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 6 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 7 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP NOHANDOVER 0 0 4' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETRXGAIN 0 40' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 0 5' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 1 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 2 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 3 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 4 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 5 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 6 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 7 1' (trx_if.c:687)
1779882707.206 +0.025s DTRX INFO phy0.0: Clock indication: fn=69655 (trx_if.c:138)
1779882707.206 +0.025s DL1C INFO TRX Clock Ind: elapsed_us=18417208369, elapsed_fn=69655, error_us=+18095750544 (scheduler_trx.c:566)
1779882707.206 +0.025s DL1C NOTICE GSM clock skew: old fn=0, new fn=69655 (scheduler_trx.c:580)
1779882707.257 +0.076s DL1P INFO 069668/52/14/02/36 (bts=0,trx=0,ts=0) BCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.275 +0.095s DL1P INFO 069672/52/18/06/40 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.303 +0.122s DL1P INFO 069678/52/24/12/46 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.322 +0.141s DL1P INFO 069682/52/02/16/50 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882708.205 +1.024s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -2000 mdBm. (tx_power.c:181)
1779882708.205 +1.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 2' (trx_if.c:268)
1779882708.205 +1.024s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 2' (trx_if.c:687)
1779882708.252 +1.071s DTRX INFO phy0.0: Clock indication: fn=69871 (trx_if.c:138)
1779882708.252 +1.071s DL1C INFO TRX Clock Ind: elapsed_us=1045944, elapsed_fn=216, error_us=+49104 (scheduler_trx.c:566)
1779882708.252 +1.071s DL1C INFO GSM clock jitter: -48958us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882708.252 +1.071s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882708.331 +1.150s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882709.205 +2.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -4000 mdBm. (tx_power.c:181)
1779882709.205 +2.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 4' (trx_if.c:268)
1779882709.205 +2.025s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 4' (trx_if.c:687)
1779882709.301 +2.121s DTRX INFO phy0.0: Clock indication: fn=70088 (trx_if.c:138)
1779882709.301 +2.121s DL1C INFO TRX Clock Ind: elapsed_us=1049106, elapsed_fn=217, error_us=+47651 (scheduler_trx.c:566)
1779882709.301 +2.121s DL1C INFO GSM clock jitter: -47422us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882709.301 +2.121s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882710.206 +3.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -6000 mdBm. (tx_power.c:181)
1779882710.206 +3.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 6' (trx_if.c:268)
1779882710.206 +3.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 6' (trx_if.c:687)
1779882710.355 +3.174s DTRX INFO phy0.0: Clock indication: fn=70304 (trx_if.c:138)
1779882710.355 +3.174s DL1C INFO TRX Clock Ind: elapsed_us=1053259, elapsed_fn=216, error_us=+56419 (scheduler_trx.c:566)
1779882710.355 +3.174s DL1C INFO GSM clock jitter: -56233us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882710.355 +3.174s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882711.206 +4.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -8000 mdBm. (tx_power.c:181)
1779882711.207 +4.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 8' (trx_if.c:268)
1779882711.207 +4.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 8' (trx_if.c:687)
1779882711.315 +4.134s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882711.396 +4.215s DTRX INFO phy0.0: Clock indication: fn=70521 (trx_if.c:138)
1779882711.396 +4.215s DL1C INFO TRX Clock Ind: elapsed_us=1041446, elapsed_fn=217, error_us=+39991 (scheduler_trx.c:566)
1779882711.396 +4.215s DL1C INFO GSM clock jitter: -39861us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882711.396 +4.215s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882712.207 +5.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -10000 mdBm. (tx_power.c:181)
1779882712.207 +5.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 10' (trx_if.c:268)
1779882712.207 +5.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 10' (trx_if.c:687)
1779882712.440 +5.260s DTRX INFO phy0.0: Clock indication: fn=70737 (trx_if.c:138)
1779882712.440 +5.260s DL1C INFO TRX Clock Ind: elapsed_us=1044262, elapsed_fn=216, error_us=+47422 (scheduler_trx.c:566)
1779882712.440 +5.260s DL1C INFO GSM clock jitter: -47301us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882712.440 +5.260s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882713.208 +6.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -12000 mdBm. (tx_power.c:181)
1779882713.208 +6.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 12' (trx_if.c:268)
1779882713.208 +6.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 12' (trx_if.c:687)
1779882713.484 +6.304s DTRX INFO phy0.0: Clock indication: fn=70954 (trx_if.c:138)
1779882713.484 +6.304s DL1C INFO TRX Clock Ind: elapsed_us=1044049, elapsed_fn=217, error_us=+42594 (scheduler_trx.c:566)
1779882713.484 +6.304s DL1C INFO GSM clock jitter: -42395us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882713.484 +6.304s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882714.208 +7.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -14000 mdBm. (tx_power.c:181)
1779882714.208 +7.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 14' (trx_if.c:268)
1779882714.209 +7.028s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 14' (trx_if.c:687)
1779882714.324 +7.144s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882714.541 +7.360s DTRX INFO phy0.0: Clock indication: fn=71171 (trx_if.c:138)
1779882714.541 +7.360s DL1C INFO TRX Clock Ind: elapsed_us=1056844, elapsed_fn=217, error_us=+55389 (scheduler_trx.c:566)
1779882714.541 +7.360s DL1C INFO GSM clock jitter: -55254us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882714.541 +7.360s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882715.210 +8.029s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -16000 mdBm. (tx_power.c:181)
1779882715.210 +8.029s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 16' (trx_if.c:268)
1779882715.210 +8.029s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 16' (trx_if.c:687)
1779882715.589 +8.408s DTRX INFO phy0.0: Clock indication: fn=71387 (trx_if.c:138)
1779882715.589 +8.408s DL1C INFO TRX Clock Ind: elapsed_us=1047929, elapsed_fn=216, error_us=+51089 (scheduler_trx.c:566)
1779882715.589 +8.408s DL1C INFO GSM clock jitter: -50866us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882715.589 +8.408s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882716.211 +9.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -18000 mdBm. (tx_power.c:181)
1779882716.211 +9.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 18' (trx_if.c:268)
1779882716.211 +9.030s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 18' (trx_if.c:687)
1779882716.624 +9.443s DTRX INFO phy0.0: Clock indication: fn=71604 (trx_if.c:138)
1779882716.624 +9.443s DL1C INFO TRX Clock Ind: elapsed_us=1035090, elapsed_fn=217, error_us=+33635 (scheduler_trx.c:566)
1779882716.624 +9.443s DL1C INFO GSM clock jitter: -33488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882716.624 +9.443s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882717.211 +10.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -20000 mdBm. (tx_power.c:181)
1779882717.211 +10.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 20' (trx_if.c:268)
1779882717.211 +10.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 20' (trx_if.c:687)
1779882717.344 +10.163s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882717.656 +10.475s DTRX INFO phy0.0: Clock indication: fn=71820 (trx_if.c:138)
1779882717.656 +10.475s DL1C INFO TRX Clock Ind: elapsed_us=1031430, elapsed_fn=216, error_us=+34590 (scheduler_trx.c:566)
1779882717.656 +10.475s DL1C INFO GSM clock jitter: -34480us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882717.656 +10.475s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882718.212 +11.031s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -22000 mdBm. (tx_power.c:181)
1779882718.212 +11.031s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 22' (trx_if.c:268)
1779882718.212 +11.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 22' (trx_if.c:687)
1779882718.702 +11.521s DTRX INFO phy0.0: Clock indication: fn=72037 (trx_if.c:138)
1779882718.702 +11.521s DL1C INFO TRX Clock Ind: elapsed_us=1046526, elapsed_fn=217, error_us=+45071 (scheduler_trx.c:566)
1779882718.702 +11.521s DL1C INFO GSM clock jitter: -44890us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882718.702 +11.521s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882719.213 +12.032s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -24000 mdBm. (tx_power.c:181)
1779882719.213 +12.032s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 24' (trx_if.c:268)
1779882719.214 +12.033s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 24' (trx_if.c:687)
1779882719.748 +12.567s DTRX INFO phy0.0: Clock indication: fn=72253 (trx_if.c:138)
1779882719.748 +12.567s DL1C INFO TRX Clock Ind: elapsed_us=1045608, elapsed_fn=216, error_us=+48768 (scheduler_trx.c:566)
1779882719.748 +12.567s DL1C INFO GSM clock jitter: -48648us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882719.748 +12.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882720.214 +13.033s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -26000 mdBm. (tx_power.c:181)
1779882720.214 +13.033s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 26' (trx_if.c:268)
1779882720.214 +13.034s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 26' (trx_if.c:687)
1779882720.352 +13.172s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882720.784 +13.603s DTRX INFO phy0.0: Clock indication: fn=72470 (trx_if.c:138)
1779882720.784 +13.603s DL1C INFO TRX Clock Ind: elapsed_us=1035979, elapsed_fn=217, error_us=+34524 (scheduler_trx.c:566)
1779882720.784 +13.603s DL1C INFO GSM clock jitter: -34412us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882720.784 +13.603s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882721.215 +14.034s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -28000 mdBm. (tx_power.c:181)
1779882721.215 +14.034s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 28' (trx_if.c:268)
1779882721.216 +14.035s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 28' (trx_if.c:687)
1779882721.825 +14.644s DTRX INFO phy0.0: Clock indication: fn=72686 (trx_if.c:138)
1779882721.825 +14.644s DL1C INFO TRX Clock Ind: elapsed_us=1041175, elapsed_fn=216, error_us=+44335 (scheduler_trx.c:566)
1779882721.825 +14.644s DL1C INFO GSM clock jitter: -44214us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882721.825 +14.644s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882722.216 +15.036s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -30000 mdBm. (tx_power.c:181)
1779882722.216 +15.036s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 30' (trx_if.c:268)
1779882722.217 +15.036s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 30' (trx_if.c:687)
1779882722.865 +15.685s DTRX INFO phy0.0: Clock indication: fn=72903 (trx_if.c:138)
1779882722.865 +15.685s DL1C INFO TRX Clock Ind: elapsed_us=1040376, elapsed_fn=217, error_us=+38921 (scheduler_trx.c:566)
1779882722.865 +15.685s DL1C INFO GSM clock jitter: -38796us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882722.865 +15.685s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882723.217 +16.037s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -32000 mdBm. (tx_power.c:181)
1779882723.217 +16.037s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 32' (trx_if.c:268)
1779882723.218 +16.037s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 32' (trx_if.c:687)
1779882723.350 +16.169s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882723.905 +16.725s DTRX INFO phy0.0: Clock indication: fn=73119 (trx_if.c:138)
1779882723.905 +16.725s DL1C INFO TRX Clock Ind: elapsed_us=1040104, elapsed_fn=216, error_us=+43264 (scheduler_trx.c:566)
1779882723.905 +16.725s DL1C INFO GSM clock jitter: -43076us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882723.905 +16.725s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882724.218 +17.038s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -34000 mdBm. (tx_power.c:181)
1779882724.218 +17.038s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 34' (trx_if.c:268)
1779882724.219 +17.038s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 34' (trx_if.c:687)
1779882724.948 +17.767s DTRX INFO phy0.0: Clock indication: fn=73336 (trx_if.c:138)
1779882724.948 +17.767s DL1C INFO TRX Clock Ind: elapsed_us=1042618, elapsed_fn=217, error_us=+41163 (scheduler_trx.c:566)
1779882724.948 +17.767s DL1C INFO GSM clock jitter: -40999us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882724.948 +17.767s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882725.220 +18.039s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -36000 mdBm. (tx_power.c:181)
1779882725.220 +18.039s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 36' (trx_if.c:268)
1779882725.220 +18.039s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 36' (trx_if.c:687)
1779882725.986 +18.806s DTRX INFO phy0.0: Clock indication: fn=73552 (trx_if.c:138)
1779882725.986 +18.806s DL1C INFO TRX Clock Ind: elapsed_us=1038388, elapsed_fn=216, error_us=+41548 (scheduler_trx.c:566)
1779882725.986 +18.806s DL1C INFO GSM clock jitter: -41433us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882725.986 +18.806s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882726.220 +19.040s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -38000 mdBm. (tx_power.c:181)
1779882726.220 +19.040s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 38' (trx_if.c:268)
1779882726.221 +19.040s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 38' (trx_if.c:687)
1779882726.356 +19.175s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882727.036 +19.855s DTRX INFO phy0.0: Clock indication: fn=73769 (trx_if.c:138)
1779882727.036 +19.855s DL1C INFO TRX Clock Ind: elapsed_us=1049456, elapsed_fn=217, error_us=+48001 (scheduler_trx.c:566)
1779882727.036 +19.855s DL1C INFO GSM clock jitter: -47879us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882727.036 +19.855s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882727.222 +20.041s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -40000 mdBm. (tx_power.c:181)
1779882727.222 +20.041s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 40' (trx_if.c:268)
1779882727.222 +20.041s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 40' (trx_if.c:687)
1779882728.080 +20.899s DTRX INFO phy0.0: Clock indication: fn=73985 (trx_if.c:138)
1779882728.080 +20.899s DL1C INFO TRX Clock Ind: elapsed_us=1044347, elapsed_fn=216, error_us=+47507 (scheduler_trx.c:566)
1779882728.080 +20.899s DL1C INFO GSM clock jitter: -47314us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882728.080 +20.900s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882728.223 +21.042s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -42000 mdBm. (tx_power.c:181)
1779882728.223 +21.042s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 42' (trx_if.c:268)
1779882728.223 +21.042s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 42' (trx_if.c:687)
1779882729.121 +21.940s DTRX INFO phy0.0: Clock indication: fn=74202 (trx_if.c:138)
1779882729.121 +21.940s DL1C INFO TRX Clock Ind: elapsed_us=1041028, elapsed_fn=217, error_us=+39573 (scheduler_trx.c:566)
1779882729.121 +21.940s DL1C INFO GSM clock jitter: -39401us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882729.121 +21.940s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882729.224 +22.043s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -44000 mdBm. (tx_power.c:181)
1779882729.224 +22.043s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 44' (trx_if.c:268)
1779882729.225 +22.044s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 44' (trx_if.c:687)
1779882729.371 +22.190s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882730.165 +22.985s DTRX INFO phy0.0: Clock indication: fn=74418 (trx_if.c:138)
1779882730.165 +22.985s DL1C INFO TRX Clock Ind: elapsed_us=1044059, elapsed_fn=216, error_us=+47219 (scheduler_trx.c:566)
1779882730.165 +22.985s DL1C INFO GSM clock jitter: -47082us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882730.165 +22.985s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882730.225 +23.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -46000 mdBm. (tx_power.c:181)
1779882730.225 +23.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 46' (trx_if.c:268)
1779882730.226 +23.045s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 46' (trx_if.c:687)
1779882731.214 +24.033s DTRX INFO phy0.0: Clock indication: fn=74635 (trx_if.c:138)
1779882731.214 +24.033s DL1C INFO TRX Clock Ind: elapsed_us=1048463, elapsed_fn=217, error_us=+47008 (scheduler_trx.c:566)
1779882731.214 +24.033s DL1C INFO GSM clock jitter: -46895us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882731.214 +24.033s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882731.226 +24.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -48000 mdBm. (tx_power.c:181)
1779882731.226 +24.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 48' (trx_if.c:268)
1779882731.226 +24.046s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 48' (trx_if.c:687)
1779882732.227 +25.046s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -50000 mdBm. (tx_power.c:181)
1779882732.227 +25.046s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 50' (trx_if.c:268)
1779882732.228 +25.047s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 50' (trx_if.c:687)
1779882732.261 +25.081s DTRX INFO phy0.0: Clock indication: fn=74851 (trx_if.c:138)
1779882732.261 +25.081s DL1C INFO TRX Clock Ind: elapsed_us=1047574, elapsed_fn=216, error_us=+50734 (scheduler_trx.c:566)
1779882732.261 +25.081s DL1C INFO GSM clock jitter: -50620us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882732.261 +25.081s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882732.395 +25.214s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882733.304 +26.124s DTRX INFO phy0.0: Clock indication: fn=75068 (trx_if.c:138)
1779882733.304 +26.124s DL1C INFO TRX Clock Ind: elapsed_us=1042926, elapsed_fn=217, error_us=+41471 (scheduler_trx.c:566)
1779882733.304 +26.124s DL1C INFO GSM clock jitter: -41357us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882733.304 +26.124s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882734.351 +27.171s DTRX INFO phy0.0: Clock indication: fn=75284 (trx_if.c:138)
1779882734.351 +27.171s DL1C INFO TRX Clock Ind: elapsed_us=1047088, elapsed_fn=216, error_us=+50248 (scheduler_trx.c:566)
1779882734.351 +27.171s DL1C INFO GSM clock jitter: -50124us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882734.351 +27.171s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882735.367 +28.186s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882735.395 +28.215s DTRX INFO phy0.0: Clock indication: fn=75501 (trx_if.c:138)
1779882735.395 +28.215s DL1C INFO TRX Clock Ind: elapsed_us=1044127, elapsed_fn=217, error_us=+42672 (scheduler_trx.c:566)
1779882735.395 +28.215s DL1C INFO GSM clock jitter: -42520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882735.395 +28.215s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882736.445 +29.264s DTRX INFO phy0.0: Clock indication: fn=75717 (trx_if.c:138)
1779882736.445 +29.264s DL1C INFO TRX Clock Ind: elapsed_us=1049187, elapsed_fn=216, error_us=+52347 (scheduler_trx.c:566)
1779882736.445 +29.264s DL1C INFO GSM clock jitter: -52227us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882736.445 +29.264s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882737.491 +30.310s DTRX INFO phy0.0: Clock indication: fn=75934 (trx_if.c:138)
1779882737.491 +30.310s DL1C INFO TRX Clock Ind: elapsed_us=1046341, elapsed_fn=217, error_us=+44886 (scheduler_trx.c:566)
1779882737.491 +30.310s DL1C INFO GSM clock jitter: -44696us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882737.491 +30.310s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882738.386 +31.206s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882738.538 +31.357s DTRX INFO phy0.0: Clock indication: fn=76151 (trx_if.c:138)
1779882738.538 +31.357s DL1C INFO TRX Clock Ind: elapsed_us=1046847, elapsed_fn=217, error_us=+45392 (scheduler_trx.c:566)
1779882738.538 +31.357s DL1C INFO GSM clock jitter: -45271us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882738.538 +31.357s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882739.581 +32.400s DTRX INFO phy0.0: Clock indication: fn=76367 (trx_if.c:138)
1779882739.581 +32.400s DL1C INFO TRX Clock Ind: elapsed_us=1042758, elapsed_fn=216, error_us=+45918 (scheduler_trx.c:566)
1779882739.581 +32.400s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882739.581 +32.400s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882740.624 +33.443s DTRX INFO phy0.0: Clock indication: fn=76584 (trx_if.c:138)
1779882740.624 +33.443s DL1C INFO TRX Clock Ind: elapsed_us=1043316, elapsed_fn=217, error_us=+41861 (scheduler_trx.c:566)
1779882740.624 +33.443s DL1C INFO GSM clock jitter: -41657us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882740.624 +33.443s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882741.399 +34.219s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882741.667 +34.487s DTRX INFO phy0.0: Clock indication: fn=76801 (trx_if.c:138)
1779882741.667 +34.487s DL1C INFO TRX Clock Ind: elapsed_us=1043396, elapsed_fn=217, error_us=+41941 (scheduler_trx.c:566)
1779882741.667 +34.487s DL1C INFO GSM clock jitter: -41829us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882741.667 +34.487s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882742.710 +35.529s DTRX INFO phy0.0: Clock indication: fn=77017 (trx_if.c:138)
1779882742.710 +35.529s DL1C INFO TRX Clock Ind: elapsed_us=1042558, elapsed_fn=216, error_us=+45718 (scheduler_trx.c:566)
1779882742.710 +35.529s DL1C INFO GSM clock jitter: -45520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882742.710 +35.529s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882743.753 +36.573s DTRX INFO phy0.0: Clock indication: fn=77234 (trx_if.c:138)
1779882743.754 +36.573s DL1C INFO TRX Clock Ind: elapsed_us=1043637, elapsed_fn=217, error_us=+42182 (scheduler_trx.c:566)
1779882743.754 +36.573s DL1C INFO GSM clock jitter: -41973us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882743.754 +36.573s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882744.409 +37.228s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882744.795 +37.615s DTRX INFO phy0.0: Clock indication: fn=77450 (trx_if.c:138)
1779882744.795 +37.615s DL1C INFO TRX Clock Ind: elapsed_us=1041904, elapsed_fn=216, error_us=+45064 (scheduler_trx.c:566)
1779882744.795 +37.615s DL1C INFO GSM clock jitter: -44939us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882744.795 +37.615s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882745.839 +38.658s DTRX INFO phy0.0: Clock indication: fn=77667 (trx_if.c:138)
1779882745.839 +38.658s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=217, error_us=+42033 (scheduler_trx.c:566)
1779882745.839 +38.658s DL1C INFO GSM clock jitter: -41790us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882745.839 +38.658s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882746.886 +39.705s DTRX INFO phy0.0: Clock indication: fn=77884 (trx_if.c:138)
1779882746.886 +39.705s DL1C INFO TRX Clock Ind: elapsed_us=1046869, elapsed_fn=217, error_us=+45414 (scheduler_trx.c:566)
1779882746.886 +39.705s DL1C INFO GSM clock jitter: -45291us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882746.886 +39.705s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882747.421 +40.240s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882747.929 +40.749s DTRX INFO phy0.0: Clock indication: fn=78100 (trx_if.c:138)
1779882747.929 +40.749s DL1C INFO TRX Clock Ind: elapsed_us=1043634, elapsed_fn=216, error_us=+46794 (scheduler_trx.c:566)
1779882747.929 +40.749s DL1C INFO GSM clock jitter: -46606us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882747.929 +40.749s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882748.975 +41.795s DTRX INFO phy0.0: Clock indication: fn=78317 (trx_if.c:138)
1779882748.975 +41.795s DL1C INFO TRX Clock Ind: elapsed_us=1045971, elapsed_fn=217, error_us=+44516 (scheduler_trx.c:566)
1779882748.975 +41.795s DL1C INFO GSM clock jitter: -44319us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882748.975 +41.795s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.018 +42.837s DTRX INFO phy0.0: Clock indication: fn=78533 (trx_if.c:138)
1779882750.018 +42.837s DL1C INFO TRX Clock Ind: elapsed_us=1042654, elapsed_fn=216, error_us=+45814 (scheduler_trx.c:566)
1779882750.018 +42.837s DL1C INFO GSM clock jitter: -45699us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882750.018 +42.837s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.438 +43.257s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882751.064 +43.883s DTRX INFO phy0.0: Clock indication: fn=78750 (trx_if.c:138)
1779882751.064 +43.883s DL1C INFO TRX Clock Ind: elapsed_us=1046124, elapsed_fn=217, error_us=+44669 (scheduler_trx.c:566)
1779882751.064 +43.883s DL1C INFO GSM clock jitter: -44546us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882751.064 +43.883s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882752.103 +44.922s DTRX INFO phy0.0: Clock indication: fn=78967 (trx_if.c:138)
1779882752.103 +44.922s DL1C INFO TRX Clock Ind: elapsed_us=1038574, elapsed_fn=217, error_us=+37119 (scheduler_trx.c:566)
1779882752.103 +44.922s DL1C INFO GSM clock jitter: -37002us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882752.103 +44.922s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.146 +45.965s DTRX INFO phy0.0: Clock indication: fn=79183 (trx_if.c:138)
1779882753.146 +45.965s DL1C INFO TRX Clock Ind: elapsed_us=1043207, elapsed_fn=216, error_us=+46367 (scheduler_trx.c:566)
1779882753.146 +45.965s DL1C INFO GSM clock jitter: -46249us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882753.146 +45.965s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.446 +46.265s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882754.190 +47.009s DTRX INFO phy0.0: Clock indication: fn=79400 (trx_if.c:138)
1779882754.190 +47.009s DL1C INFO TRX Clock Ind: elapsed_us=1043615, elapsed_fn=217, error_us=+42160 (scheduler_trx.c:566)
1779882754.190 +47.009s DL1C INFO GSM clock jitter: -42027us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882754.190 +47.009s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882755.236 +48.056s DTRX INFO phy0.0: Clock indication: fn=79617 (trx_if.c:138)
1779882755.236 +48.056s DL1C INFO TRX Clock Ind: elapsed_us=1046748, elapsed_fn=217, error_us=+45293 (scheduler_trx.c:566)
1779882755.236 +48.056s DL1C INFO GSM clock jitter: -45096us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882755.236 +48.056s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.280 +49.100s DTRX INFO phy0.0: Clock indication: fn=79833 (trx_if.c:138)
1779882756.280 +49.100s DL1C INFO TRX Clock Ind: elapsed_us=1043948, elapsed_fn=216, error_us=+47108 (scheduler_trx.c:566)
1779882756.280 +49.100s DL1C INFO GSM clock jitter: -46970us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882756.280 +49.100s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.460 +49.280s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882757.319 +50.138s DTRX INFO phy0.0: Clock indication: fn=80050 (trx_if.c:138)
1779882757.319 +50.138s DL1C INFO TRX Clock Ind: elapsed_us=1038890, elapsed_fn=217, error_us=+37435 (scheduler_trx.c:566)
1779882757.319 +50.138s DL1C INFO GSM clock jitter: -37239us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882757.319 +50.138s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882758.364 +51.184s DTRX INFO phy0.0: Clock indication: fn=80267 (trx_if.c:138)
1779882758.364 +51.184s DL1C INFO TRX Clock Ind: elapsed_us=1045200, elapsed_fn=217, error_us=+43745 (scheduler_trx.c:566)
1779882758.364 +51.184s DL1C INFO GSM clock jitter: -43632us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882758.364 +51.184s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.408 +52.228s DTRX INFO phy0.0: Clock indication: fn=80483 (trx_if.c:138)
1779882759.408 +52.228s DL1C INFO TRX Clock Ind: elapsed_us=1043957, elapsed_fn=216, error_us=+47117 (scheduler_trx.c:566)
1779882759.408 +52.228s DL1C INFO GSM clock jitter: -46942us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882759.408 +52.228s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.468 +52.288s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882760.450 +53.270s DTRX INFO phy0.0: Clock indication: fn=80700 (trx_if.c:138)
1779882760.450 +53.270s DL1C INFO TRX Clock Ind: elapsed_us=1041995, elapsed_fn=217, error_us=+40540 (scheduler_trx.c:566)
1779882760.450 +53.270s DL1C INFO GSM clock jitter: -40343us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882760.450 +53.270s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882761.489 +54.308s DTRX INFO phy0.0: Clock indication: fn=80916 (trx_if.c:138)
1779882761.489 +54.308s DL1C INFO TRX Clock Ind: elapsed_us=1038900, elapsed_fn=216, error_us=+42060 (scheduler_trx.c:566)
1779882761.489 +54.308s DL1C INFO GSM clock jitter: -41819us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882761.489 +54.308s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882762.431 +55.250s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882762.532 +55.351s DTRX INFO phy0.0: Clock indication: fn=81133 (trx_if.c:138)
1779882762.532 +55.351s DL1C INFO TRX Clock Ind: elapsed_us=1042645, elapsed_fn=217, error_us=+41190 (scheduler_trx.c:566)
1779882762.532 +55.351s DL1C INFO GSM clock jitter: -41061us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882762.532 +55.351s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882763.575 +56.394s DTRX INFO phy0.0: Clock indication: fn=81350 (trx_if.c:138)
1779882763.575 +56.394s DL1C INFO TRX Clock Ind: elapsed_us=1042816, elapsed_fn=217, error_us=+41361 (scheduler_trx.c:566)
1779882763.575 +56.394s DL1C INFO GSM clock jitter: -41234us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882763.575 +56.394s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882764.615 +57.434s DTRX INFO phy0.0: Clock indication: fn=81566 (trx_if.c:138)
1779882764.615 +57.434s DL1C INFO TRX Clock Ind: elapsed_us=1040293, elapsed_fn=216, error_us=+43453 (scheduler_trx.c:566)
1779882764.615 +57.434s DL1C INFO GSM clock jitter: -43339us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882764.615 +57.434s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882765.437 +58.256s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882765.660 +58.479s DTRX INFO phy0.0: Clock indication: fn=81783 (trx_if.c:138)
1779882765.660 +58.479s DL1C INFO TRX Clock Ind: elapsed_us=1044733, elapsed_fn=217, error_us=+43278 (scheduler_trx.c:566)
1779882765.660 +58.479s DL1C INFO GSM clock jitter: -43157us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882765.660 +58.479s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882766.695 +59.514s DTRX INFO phy0.0: Clock indication: fn=82000 (trx_if.c:138)
1779882766.695 +59.514s DL1C INFO TRX Clock Ind: elapsed_us=1035514, elapsed_fn=217, error_us=+34059 (scheduler_trx.c:566)
1779882766.695 +59.514s DL1C INFO GSM clock jitter: -33899us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882766.695 +59.515s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882767.728 +60.547s DTRX INFO phy0.0: Clock indication: fn=82216 (trx_if.c:138)
1779882767.728 +60.547s DL1C INFO TRX Clock Ind: elapsed_us=1032612, elapsed_fn=216, error_us=+35772 (scheduler_trx.c:566)
1779882767.728 +60.547s DL1C INFO GSM clock jitter: -35488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882767.728 +60.547s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882768.429 +61.249s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882768.778 +61.597s DTRX INFO phy0.0: Clock indication: fn=82433 (trx_if.c:138)

[... 816 lines truncated ...]

1779882965.015 +257.834s DTRX INFO phy0.0: Clock indication: fn=123150 (trx_if.c:138)
1779882965.015 +257.834s DL1C INFO TRX Clock Ind: elapsed_us=1048832, elapsed_fn=216, error_us=+51992 (scheduler_trx.c:566)
1779882965.015 +257.834s DL1C INFO GSM clock jitter: -51865us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882965.015 +257.834s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.065 +258.884s DTRX INFO phy0.0: Clock indication: fn=123367 (trx_if.c:138)
1779882966.065 +258.884s DL1C INFO TRX Clock Ind: elapsed_us=1049573, elapsed_fn=217, error_us=+48118 (scheduler_trx.c:566)
1779882966.065 +258.884s DL1C INFO GSM clock jitter: -47987us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882966.065 +258.884s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.919 +259.738s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882967.104 +259.924s DTRX INFO phy0.0: Clock indication: fn=123584 (trx_if.c:138)
1779882967.104 +259.924s DL1C INFO TRX Clock Ind: elapsed_us=1039547, elapsed_fn=217, error_us=+38092 (scheduler_trx.c:566)
1779882967.104 +259.924s DL1C INFO GSM clock jitter: -37971us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882967.104 +259.924s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882968.151 +260.971s DTRX INFO phy0.0: Clock indication: fn=123801 (trx_if.c:138)
1779882968.151 +260.971s DL1C INFO TRX Clock Ind: elapsed_us=1047198, elapsed_fn=217, error_us=+45743 (scheduler_trx.c:566)
1779882968.151 +260.971s DL1C INFO GSM clock jitter: -45615us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882968.151 +260.971s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.195 +262.015s DTRX INFO phy0.0: Clock indication: fn=124017 (trx_if.c:138)
1779882969.195 +262.015s DL1C INFO TRX Clock Ind: elapsed_us=1044076, elapsed_fn=216, error_us=+47236 (scheduler_trx.c:566)
1779882969.195 +262.015s DL1C INFO GSM clock jitter: -47090us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882969.195 +262.015s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.929 +262.749s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882970.240 +263.059s DTRX INFO phy0.0: Clock indication: fn=124234 (trx_if.c:138)
1779882970.240 +263.059s DL1C INFO TRX Clock Ind: elapsed_us=1044646, elapsed_fn=217, error_us=+43191 (scheduler_trx.c:566)
1779882970.240 +263.059s DL1C INFO GSM clock jitter: -42965us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882970.240 +263.059s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882971.286 +264.106s DTRX INFO phy0.0: Clock indication: fn=124451 (trx_if.c:138)
1779882971.286 +264.106s DL1C INFO TRX Clock Ind: elapsed_us=1046294, elapsed_fn=217, error_us=+44839 (scheduler_trx.c:566)
1779882971.286 +264.106s DL1C INFO GSM clock jitter: -44718us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882971.286 +264.106s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.326 +265.145s DTRX INFO phy0.0: Clock indication: fn=124667 (trx_if.c:138)
1779882972.326 +265.145s DL1C INFO TRX Clock Ind: elapsed_us=1039202, elapsed_fn=216, error_us=+42362 (scheduler_trx.c:566)
1779882972.326 +265.145s DL1C INFO GSM clock jitter: -42148us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882972.326 +265.145s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.939 +265.759s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882973.370 +266.189s DTRX INFO phy0.0: Clock indication: fn=124884 (trx_if.c:138)
1779882973.370 +266.189s DL1C INFO TRX Clock Ind: elapsed_us=1044255, elapsed_fn=217, error_us=+42800 (scheduler_trx.c:566)
1779882973.370 +266.189s DL1C INFO GSM clock jitter: -42619us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882973.370 +266.189s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882974.411 +267.230s DTRX INFO phy0.0: Clock indication: fn=125100 (trx_if.c:138)
1779882974.411 +267.230s DL1C INFO TRX Clock Ind: elapsed_us=1041263, elapsed_fn=216, error_us=+44423 (scheduler_trx.c:566)
1779882974.411 +267.230s DL1C INFO GSM clock jitter: -44263us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882974.411 +267.230s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.448 +268.267s DTRX INFO phy0.0: Clock indication: fn=125317 (trx_if.c:138)
1779882975.448 +268.267s DL1C INFO TRX Clock Ind: elapsed_us=1036739, elapsed_fn=217, error_us=+35284 (scheduler_trx.c:566)
1779882975.448 +268.267s DL1C INFO GSM clock jitter: -35142us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882975.448 +268.267s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.942 +268.761s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882976.494 +269.314s DTRX INFO phy0.0: Clock indication: fn=125534 (trx_if.c:138)
1779882976.494 +269.314s DL1C INFO TRX Clock Ind: elapsed_us=1046519, elapsed_fn=217, error_us=+45064 (scheduler_trx.c:566)
1779882976.494 +269.314s DL1C INFO GSM clock jitter: -44919us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882976.494 +269.314s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882977.529 +270.348s DTRX INFO phy0.0: Clock indication: fn=125750 (trx_if.c:138)
1779882977.529 +270.348s DL1C INFO TRX Clock Ind: elapsed_us=1034445, elapsed_fn=216, error_us=+37605 (scheduler_trx.c:566)
1779882977.529 +270.348s DL1C INFO GSM clock jitter: -37463us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882977.529 +270.348s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.569 +271.388s DTRX INFO phy0.0: Clock indication: fn=125967 (trx_if.c:138)
1779882978.569 +271.388s DL1C INFO TRX Clock Ind: elapsed_us=1040203, elapsed_fn=217, error_us=+38748 (scheduler_trx.c:566)
1779882978.569 +271.388s DL1C INFO GSM clock jitter: -38621us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882978.569 +271.388s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.943 +271.762s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882979.605 +272.424s DTRX INFO phy0.0: Clock indication: fn=126184 (trx_if.c:138)
1779882979.605 +272.424s DL1C INFO TRX Clock Ind: elapsed_us=1035702, elapsed_fn=217, error_us=+34247 (scheduler_trx.c:566)
1779882979.605 +272.424s DL1C INFO GSM clock jitter: -34136us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882979.605 +272.424s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882980.633 +273.452s DTRX INFO phy0.0: Clock indication: fn=126401 (trx_if.c:138)
1779882980.633 +273.452s DL1C INFO TRX Clock Ind: elapsed_us=1028215, elapsed_fn=217, error_us=+26760 (scheduler_trx.c:566)
1779882980.633 +273.452s DL1C INFO GSM clock jitter: -26621us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882980.633 +273.452s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.668 +274.487s DTRX INFO phy0.0: Clock indication: fn=126618 (trx_if.c:138)
1779882981.668 +274.487s DL1C INFO TRX Clock Ind: elapsed_us=1035177, elapsed_fn=217, error_us=+33722 (scheduler_trx.c:566)
1779882981.668 +274.487s DL1C INFO GSM clock jitter: -33523us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882981.668 +274.487s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.917 +274.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882982.699 +275.519s DTRX INFO phy0.0: Clock indication: fn=126834 (trx_if.c:138)
1779882982.700 +275.519s DL1C INFO TRX Clock Ind: elapsed_us=1031378, elapsed_fn=216, error_us=+34538 (scheduler_trx.c:566)
1779882982.700 +275.519s DL1C INFO GSM clock jitter: -34427us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882982.700 +275.519s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882983.747 +276.567s DTRX INFO phy0.0: Clock indication: fn=127051 (trx_if.c:138)
1779882983.747 +276.567s DL1C INFO TRX Clock Ind: elapsed_us=1047843, elapsed_fn=217, error_us=+46388 (scheduler_trx.c:566)
1779882983.747 +276.567s DL1C INFO GSM clock jitter: -46267us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882983.747 +276.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.790 +277.609s DTRX INFO phy0.0: Clock indication: fn=127267 (trx_if.c:138)
1779882984.790 +277.609s DL1C INFO TRX Clock Ind: elapsed_us=1042768, elapsed_fn=216, error_us=+45928 (scheduler_trx.c:566)
1779882984.790 +277.609s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882984.790 +277.609s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.924 +277.743s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882985.834 +278.653s DTRX INFO phy0.0: Clock indication: fn=127484 (trx_if.c:138)
1779882985.834 +278.653s DL1C INFO TRX Clock Ind: elapsed_us=1043989, elapsed_fn=217, error_us=+42534 (scheduler_trx.c:566)
1779882985.834 +278.653s DL1C INFO GSM clock jitter: -42413us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882985.834 +278.653s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882986.878 +279.697s DTRX INFO phy0.0: Clock indication: fn=127700 (trx_if.c:138)
1779882986.878 +279.697s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=216, error_us=+46648 (scheduler_trx.c:566)
1779882986.878 +279.697s DL1C INFO GSM clock jitter: -46527us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882986.878 +279.697s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882987.893 +280.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882987.914 +280.733s DTRX INFO phy0.0: Clock indication: fn=127917 (trx_if.c:138)
1779882987.914 +280.733s DL1C INFO TRX Clock Ind: elapsed_us=1036196, elapsed_fn=217, error_us=+34741 (scheduler_trx.c:566)
1779882987.914 +280.733s DL1C INFO GSM clock jitter: -34628us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882987.914 +280.733s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882988.959 +281.778s DTRX INFO phy0.0: Clock indication: fn=128134 (trx_if.c:138)
1779882988.959 +281.778s DL1C INFO TRX Clock Ind: elapsed_us=1045220, elapsed_fn=217, error_us=+43765 (scheduler_trx.c:566)
1779882988.959 +281.778s DL1C INFO GSM clock jitter: -43644us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882988.959 +281.778s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.003 +282.823s DTRX INFO phy0.0: Clock indication: fn=128350 (trx_if.c:138)
1779882990.003 +282.823s DL1C INFO TRX Clock Ind: elapsed_us=1044352, elapsed_fn=216, error_us=+47512 (scheduler_trx.c:566)
1779882990.003 +282.823s DL1C INFO GSM clock jitter: -47394us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882990.003 +282.823s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.899 +283.718s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882991.047 +283.867s DTRX INFO phy0.0: Clock indication: fn=128567 (trx_if.c:138)
1779882991.047 +283.867s DL1C INFO TRX Clock Ind: elapsed_us=1043875, elapsed_fn=217, error_us=+42420 (scheduler_trx.c:566)
1779882991.047 +283.867s DL1C INFO GSM clock jitter: -42254us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882991.047 +283.867s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882992.088 +284.907s DTRX INFO phy0.0: Clock indication: fn=128783 (trx_if.c:138)
1779882992.088 +284.907s DL1C INFO TRX Clock Ind: elapsed_us=1040773, elapsed_fn=216, error_us=+43933 (scheduler_trx.c:566)
1779882992.088 +284.907s DL1C INFO GSM clock jitter: -43816us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882992.088 +284.907s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.114 +285.933s DTRX INFO phy0.0: Clock indication: fn=129000 (trx_if.c:138)
1779882993.114 +285.933s DL1C INFO TRX Clock Ind: elapsed_us=1026107, elapsed_fn=217, error_us=+24652 (scheduler_trx.c:566)
1779882993.114 +285.933s DL1C INFO GSM clock jitter: -24442us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882993.114 +285.933s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.890 +286.709s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882994.156 +286.975s DTRX INFO phy0.0: Clock indication: fn=129216 (trx_if.c:138)
1779882994.156 +286.975s DL1C INFO TRX Clock Ind: elapsed_us=1042021, elapsed_fn=216, error_us=+45181 (scheduler_trx.c:566)
1779882994.156 +286.975s DL1C INFO GSM clock jitter: -44936us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882994.156 +286.975s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882995.198 +288.017s DTRX INFO phy0.0: Clock indication: fn=129433 (trx_if.c:138)
1779882995.198 +288.017s DL1C INFO TRX Clock Ind: elapsed_us=1041432, elapsed_fn=217, error_us=+39977 (scheduler_trx.c:566)
1779882995.198 +288.017s DL1C INFO GSM clock jitter: -39779us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882995.198 +288.017s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.237 +289.057s DTRX INFO phy0.0: Clock indication: fn=129650 (trx_if.c:138)
1779882996.237 +289.057s DL1C INFO TRX Clock Ind: elapsed_us=1039840, elapsed_fn=217, error_us=+38385 (scheduler_trx.c:566)
1779882996.237 +289.057s DL1C INFO GSM clock jitter: -38260us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882996.237 +289.057s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.893 +289.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882997.290 +290.109s DTRX INFO phy0.0: Clock indication: fn=129866 (trx_if.c:138)
1779882997.290 +290.109s DL1C INFO TRX Clock Ind: elapsed_us=1052746, elapsed_fn=216, error_us=+55906 (scheduler_trx.c:566)
1779882997.290 +290.109s DL1C INFO GSM clock jitter: -55719us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882997.290 +290.109s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882998.337 +291.156s DTRX INFO phy0.0: Clock indication: fn=130083 (trx_if.c:138)
1779882998.337 +291.157s DL1C INFO TRX Clock Ind: elapsed_us=1047018, elapsed_fn=217, error_us=+45563 (scheduler_trx.c:566)
1779882998.337 +291.157s DL1C INFO GSM clock jitter: -45429us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882998.337 +291.157s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.382 +292.201s DTRX INFO phy0.0: Clock indication: fn=130300 (trx_if.c:138)
1779882999.382 +292.201s DL1C INFO TRX Clock Ind: elapsed_us=1044625, elapsed_fn=217, error_us=+43170 (scheduler_trx.c:566)
1779882999.382 +292.201s DL1C INFO GSM clock jitter: -43031us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882999.382 +292.201s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.917 +292.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883000.425 +293.245s DTRX INFO phy0.0: Clock indication: fn=130516 (trx_if.c:138)
1779883000.425 +293.245s DL1C INFO TRX Clock Ind: elapsed_us=1043534, elapsed_fn=216, error_us=+46694 (scheduler_trx.c:566)
1779883000.425 +293.245s DL1C INFO GSM clock jitter: -46529us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883000.425 +293.245s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883001.468 +294.287s DTRX INFO phy0.0: Clock indication: fn=130733 (trx_if.c:138)
1779883001.468 +294.287s DL1C INFO TRX Clock Ind: elapsed_us=1042566, elapsed_fn=217, error_us=+41111 (scheduler_trx.c:566)
1779883001.468 +294.287s DL1C INFO GSM clock jitter: -40914us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883001.468 +294.287s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.512 +295.332s DTRX INFO phy0.0: Clock indication: fn=130950 (trx_if.c:138)
1779883002.512 +295.332s DL1C INFO TRX Clock Ind: elapsed_us=1044376, elapsed_fn=217, error_us=+42921 (scheduler_trx.c:566)
1779883002.512 +295.332s DL1C INFO GSM clock jitter: -42800us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883002.512 +295.332s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.928 +295.747s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883003.556 +296.376s DTRX INFO phy0.0: Clock indication: fn=131166 (trx_if.c:138)
1779883003.556 +296.376s DL1C INFO TRX Clock Ind: elapsed_us=1044091, elapsed_fn=216, error_us=+47251 (scheduler_trx.c:566)
1779883003.556 +296.376s DL1C INFO GSM clock jitter: -47113us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883003.556 +296.376s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883004.599 +297.419s DTRX INFO phy0.0: Clock indication: fn=131383 (trx_if.c:138)
1779883004.600 +297.419s DL1C INFO TRX Clock Ind: elapsed_us=1043177, elapsed_fn=217, error_us=+41722 (scheduler_trx.c:566)
1779883004.600 +297.419s DL1C INFO GSM clock jitter: -41600us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883004.600 +297.419s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.644 +298.463s DTRX INFO phy0.0: Clock indication: fn=131600 (trx_if.c:138)
1779883005.644 +298.463s DL1C INFO TRX Clock Ind: elapsed_us=1044025, elapsed_fn=217, error_us=+42570 (scheduler_trx.c:566)
1779883005.644 +298.463s DL1C INFO GSM clock jitter: -42383us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883005.644 +298.463s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.939 +298.758s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883006.695 +299.515s DTRX INFO phy0.0: Clock indication: fn=131816 (trx_if.c:138)
1779883006.695 +299.515s DL1C INFO TRX Clock Ind: elapsed_us=1051640, elapsed_fn=216, error_us=+54800 (scheduler_trx.c:566)
1779883006.695 +299.515s DL1C INFO GSM clock jitter: -54671us (elapsed_fn=-11) (scheduler_trx.c:585)
1779883006.695 +299.515s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883007.733 +300.553s DTRX INFO phy0.0: Clock indication: fn=132033 (trx_if.c:138)
1779883007.733 +300.553s DL1C INFO TRX Clock Ind: elapsed_us=1038012, elapsed_fn=217, error_us=+36557 (scheduler_trx.c:566)
1779883007.733 +300.553s DL1C INFO GSM clock jitter: -36438us (elapsed_fn=-7) (scheduler_trx.c:585)
1779883007.733 +300.553s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.773 +301.593s DTRX INFO phy0.0: Clock indication: fn=132249 (trx_if.c:138)
1779883008.773 +301.593s DL1C INFO TRX Clock Ind: elapsed_us=1040175, elapsed_fn=216, error_us=+43335 (scheduler_trx.c:566)
1779883008.773 +301.593s DL1C INFO GSM clock jitter: -43149us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883008.773 +301.593s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.954 +301.773s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883009.819 +302.639s DTRX INFO phy0.0: Clock indication: fn=132466 (trx_if.c:138)
1779883009.819 +302.639s DL1C INFO TRX Clock Ind: elapsed_us=1046016, elapsed_fn=217, error_us=+44561 (scheduler_trx.c:566)
1779883009.819 +302.639s DL1C INFO GSM clock jitter: -44421us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883009.819 +302.639s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883010.865 +303.685s DTRX INFO phy0.0: Clock indication: fn=132682 (trx_if.c:138)
1779883010.865 +303.685s DL1C INFO TRX Clock Ind: elapsed_us=1045994, elapsed_fn=216, error_us=+49154 (scheduler_trx.c:566)
1779883010.865 +303.685s DL1C INFO GSM clock jitter: -48967us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883010.865 +303.685s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.912 +304.731s DTRX INFO phy0.0: Clock indication: fn=132899 (trx_if.c:138)
1779883011.912 +304.731s DL1C INFO TRX Clock Ind: elapsed_us=1046461, elapsed_fn=217, error_us=+45006 (scheduler_trx.c:566)
1779883011.912 +304.731s DL1C INFO GSM clock jitter: -44885us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883011.912 +304.731s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.972 +304.791s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)

env_boot.log (36,796 bytes, 300 lignes)
1779882704.283 +0.000s [MB] === calypso_machine_init START ===
1779882704.286 +0.002s [SOC] === calypso_soc_realize START ===
1779882704.287 +0.003s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779882704.316 +0.032s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779882704.316 +0.032s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.316 +0.032s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.316 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779882704.316 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779882704.317 +0.034s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779882704.317 +0.034s [SOC] === calypso_soc_realize DONE ===
1779882704.348 +0.065s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1779882704.350 +0.067s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.350 +0.067s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.358 +0.075s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.494 +4.211s [c54x] IRQ #900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.945 +4.662s [c54x] IRQ #1000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.397 +5.113s [c54x] IRQ #1100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.845 +5.562s [c54x] IRQ #1200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.296 +6.013s [c54x] IRQ #1300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.742 +6.459s [c54x] IRQ #1400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.191 +6.907s [c54x] IRQ #1500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.646 +7.362s [c54x] IRQ #1600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.093 +7.810s [c54x] IRQ #1700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.708 +8.425s [c54x] IRQ #1800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.156 +8.873s [c54x] IRQ #1900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.607 +9.323s [c54x] IRQ #2000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.055 +9.772s [c54x] IRQ #2100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.504 +10.220s [c54x] IRQ #2200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.952 +10.669s [c54x] IRQ #2300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.401 +11.118s [c54x] IRQ #2400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.848 +11.564s [c54x] IRQ #2500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.300 +12.017s [c54x] IRQ #2600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.747 +12.464s [c54x] IRQ #2700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.194 +12.911s [c54x] IRQ #2800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.646 +13.362s [c54x] IRQ #2900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.154 +13.871s [c54x] IRQ #3000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.727 +14.443s [c54x] IRQ #3100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.050 +14.767s [c54x] IRQ #3200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.494 +15.211s [c54x] IRQ #3300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.954 +15.671s [c54x] IRQ #3400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.534 +16.251s [c54x] IRQ #3500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.963 +16.680s [c54x] IRQ #3600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.372 +17.088s [c54x] IRQ #3700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.903 +17.619s [c54x] IRQ #3800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.351 +18.068s [c54x] IRQ #3900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.797 +18.514s [c54x] IRQ #4000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.242 +18.958s [c54x] IRQ #4100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.684 +19.401s [c54x] IRQ #4200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.123 +19.839s [c54x] IRQ #4300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.563 +20.280s [c54x] IRQ #4400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.142 +20.858s [c54x] IRQ #4500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.620 +21.337s [c54x] IRQ #4600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.019 +21.736s [c54x] IRQ #4700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.460 +22.177s [c54x] IRQ #4800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.910 +22.626s [c54x] IRQ #4900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.360 +23.076s [c54x] IRQ #5000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.835 +23.552s [c54x] IRQ #5100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.342 +24.059s [c54x] IRQ #5200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.738 +24.454s [c54x] IRQ #5300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.297 +25.014s [c54x] IRQ #5400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.714 +25.430s [c54x] IRQ #5500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.167 +25.884s [c54x] IRQ #5600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.619 +26.336s [c54x] IRQ #5700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.055 +26.772s [c54x] IRQ #5800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.737 +27.453s [c54x] IRQ #5900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.043 +27.760s [c54x] IRQ #6000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.518 +28.235s [c54x] IRQ #6100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.008 +28.725s [c54x] IRQ #6200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.404 +29.120s [c54x] IRQ #6300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.802 +29.519s [c54x] IRQ #6400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.357 +30.074s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.752 +30.468s [c54x] IRQ #6600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.290 +31.007s [c54x] IRQ #6700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.768 +31.485s [c54x] IRQ #6800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.150 +31.867s [c54x] IRQ #6900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.730 +32.447s [c54x] IRQ #7000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.133 +32.850s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.561 +33.277s [c54x] IRQ #7200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.006 +33.723s [c54x] IRQ #7300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.409 +34.126s [c54x] IRQ #7400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.966 +34.683s [c54x] IRQ #7500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.362 +35.079s [c54x] IRQ #7600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.907 +35.624s [c54x] IRQ #7700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.385 +36.102s [c54x] IRQ #7800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.833 +36.550s [c54x] IRQ #7900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.283 +37.000s [c54x] IRQ #8000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.717 +37.433s [c54x] IRQ #8100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.143 +37.860s [c54x] IRQ #8200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.590 +38.307s [c54x] IRQ #8300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.018 +38.735s [c54x] IRQ #8400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.650 +39.367s [c54x] IRQ #8500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.081 +39.798s [c54x] IRQ #8600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.530 +40.247s [c54x] IRQ #8700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.982 +40.698s [c54x] IRQ #8800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.425 +41.142s [c54x] IRQ #8900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.853 +41.570s [c54x] IRQ #9000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.341 +42.058s [c54x] IRQ #9100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.793 +42.509s [c54x] IRQ #9200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.180 +42.897s [c54x] IRQ #9300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.728 +43.445s [c54x] IRQ #9400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.123 +43.840s [c54x] IRQ #9500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.675 +44.392s [c54x] IRQ #9600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.105 +44.821s [c54x] IRQ #9700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.557 +45.273s [c54x] IRQ #9800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.007 +45.724s [c54x] IRQ #9900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.460 +46.177s [c54x] IRQ #10000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.917 +46.634s [c54x] IRQ #10100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.366 +47.082s [c54x] IRQ #10200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.817 +47.534s [c54x] IRQ #10300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.266 +47.982s [c54x] IRQ #10400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.716 +48.432s [c54x] IRQ #10500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.201 +48.918s [c54x] IRQ #10600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.767 +49.483s [c54x] IRQ #10700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.182 +49.898s [c54x] IRQ #10800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.623 +50.339s [c54x] IRQ #10900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.068 +50.785s [c54x] IRQ #11000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.524 +51.241s [c54x] IRQ #11100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.946 +51.663s [c54x] IRQ #11200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.626 +52.343s [c54x] IRQ #11300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.892 +52.609s [c54x] IRQ #11400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.344 +53.061s [c54x] IRQ #11500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.795 +53.512s [c54x] IRQ #11600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.264 +53.981s [c54x] IRQ #11700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.865 +54.581s [c54x] IRQ #11800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.318 +55.035s [c54x] IRQ #11900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.770 +55.487s [c54x] IRQ #12000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.223 +55.939s [c54x] IRQ #12100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.673 +56.390s [c54x] IRQ #12200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.120 +56.837s [c54x] IRQ #12300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.572 +57.289s [c54x] IRQ #12400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.997 +57.714s [c54x] IRQ #12500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.444 +58.161s [c54x] IRQ #12600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.895 +58.611s [c54x] IRQ #12700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.345 +59.062s [c54x] IRQ #12800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.801 +59.517s [c54x] IRQ #12900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.255 +59.971s [c54x] IRQ #13000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.710 +60.427s [c54x] IRQ #13100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.326 +61.043s [c54x] IRQ #13200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.778 +61.495s [c54x] IRQ #13300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.228 +61.945s [c54x] IRQ #13400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.678 +62.395s [c54x] IRQ #13500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.087 +62.804s [c54x] IRQ #13600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.481 +63.198s [c54x] IRQ #13700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.111 +63.828s [c54x] IRQ #13800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.511 +64.228s [c54x] IRQ #13900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.922 +64.639s [c54x] IRQ #14000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.367 +65.084s [c54x] IRQ #14100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.892 +65.609s [c54x] IRQ #14200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.330 +66.046s [c54x] IRQ #14300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.729 +66.446s [c54x] IRQ #14400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.298 +67.014s [c54x] IRQ #14500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.742 +67.459s [c54x] IRQ #14600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.180 +67.897s [c54x] IRQ #14700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.593 +68.310s [c54x] IRQ #14800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.140 +68.856s [c54x] IRQ #14900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.527 +69.243s [c54x] IRQ #15000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.958 +69.674s [c54x] IRQ #15100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.412 +70.128s [c54x] IRQ #15200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.862 +70.578s [c54x] IRQ #15300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.555 +71.271s [c54x] IRQ #15400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.827 +71.544s [c54x] IRQ #15500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.252 +71.969s [c54x] IRQ #15600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.705 +72.421s [c54x] IRQ #15700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.324 +73.041s [c54x] IRQ #15800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.776 +73.493s [c54x] IRQ #15900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.223 +73.940s [c54x] IRQ #16000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.665 +74.382s [c54x] IRQ #16100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.060 +74.777s [c54x] IRQ #16200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.583 +75.300s [c54x] IRQ #16300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.016 +75.733s [c54x] IRQ #16400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.456 +76.173s [c54x] IRQ #16500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.906 +76.622s [c54x] IRQ #16600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.325 +77.042s [c54x] IRQ #16700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.957 +77.674s [c54x] IRQ #16800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.353 +78.070s [c54x] IRQ #16900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.742 +78.458s [c54x] IRQ #17000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.289 +79.006s [c54x] IRQ #17100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.697 +79.414s [c54x] IRQ #17200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.139 +79.855s [c54x] IRQ #17300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.647 +80.364s [c54x] IRQ #17400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.159 +80.876s [c54x] IRQ #17500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.601 +81.318s [c54x] IRQ #17600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.016 +81.733s [c54x] IRQ #17700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.422 +82.138s [c54x] IRQ #17800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.975 +82.692s [c54x] IRQ #17900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.370 +83.086s [c54x] IRQ #18000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.828 +83.544s [c54x] IRQ #18100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.337 +84.054s [c54x] IRQ #18200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.766 +84.483s [c54x] IRQ #18300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.218 +84.935s [c54x] IRQ #18400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.666 +85.383s [c54x] IRQ #18500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.200 +85.916s [c54x] IRQ #18600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.656 +86.373s [c54x] IRQ #18700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.108 +86.825s [c54x] IRQ #18800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.503 +87.220s [c54x] IRQ #18900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.940 +87.657s [c54x] IRQ #19000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882792.395 +88.111s [c54x] IRQ #19100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.011 +88.728s [c54x] IRQ #19200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.462 +89.179s [c54x] IRQ #19300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.915 +89.632s [c54x] IRQ #19400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.371 +90.088s [c54x] IRQ #19500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.828 +90.545s [c54x] IRQ #19600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.282 +90.999s [c54x] IRQ #19700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.735 +91.452s [c54x] IRQ #19800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.187 +91.903s [c54x] IRQ #19900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.632 +92.348s [c54x] IRQ #20000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.084 +92.801s [c54x] IRQ #20100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.536 +93.253s [c54x] IRQ #20200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.983 +93.700s [c54x] IRQ #20300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882798.434 +94.151s [c54x] IRQ #20400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882808.990 +104.706s [c54x] IRQ #20500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882809.948 +105.665s [c54x] IRQ #20600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882811.672 +107.389s [c54x] IRQ #20700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.123 +107.839s [c54x] IRQ #20800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.570 +108.287s [c54x] IRQ #20900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.020 +108.737s [c54x] IRQ #21000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.472 +109.189s [c54x] IRQ #21100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.925 +109.642s [c54x] IRQ #21200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.699 +110.416s [c54x] IRQ #21300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.904 +110.621s [c54x] IRQ #21400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.463 +111.179s [c54x] IRQ #21500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.909 +111.626s [c54x] IRQ #21600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.361 +112.078s [c54x] IRQ #21700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.811 +112.528s [c54x] IRQ #21800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.262 +112.978s [c54x] IRQ #21900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.712 +113.429s [c54x] IRQ #22000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.173 +113.889s [c54x] IRQ #22100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.626 +114.342s [c54x] IRQ #22200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.074 +114.791s [c54x] IRQ #22300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.521 +115.238s [c54x] IRQ #22400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.971 +115.688s [c54x] IRQ #22500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.401 +116.117s [c54x] IRQ #22600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.953 +116.670s [c54x] IRQ #22700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.362 +117.079s [c54x] IRQ #22800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.805 +117.521s [c54x] IRQ #22900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.241 +117.958s [c54x] IRQ #23000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.717 +118.434s [c54x] IRQ #23100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.297 +119.014s [c54x] IRQ #23200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.741 +119.457s [c54x] IRQ #23300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.142 +119.859s [c54x] IRQ #23400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.597 +120.313s [c54x] IRQ #23500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.080 +120.797s [c54x] IRQ #23600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.477 +121.194s [c54x] IRQ #23700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.933 +121.649s [c54x] IRQ #23800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.535 +122.252s [c54x] IRQ #23900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.950 +122.667s [c54x] IRQ #24000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.361 +123.078s [c54x] IRQ #24100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.793 +123.510s [c54x] IRQ #24200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.278 +123.995s [c54x] IRQ #24300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.835 +124.552s [c54x] IRQ #24400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.272 +124.989s [c54x] IRQ #24500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.665 +125.382s [c54x] IRQ #24600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.125 +125.842s [c54x] IRQ #24700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.575 +126.292s [c54x] IRQ #24800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.026 +126.743s [c54x] IRQ #24900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.477 +127.194s [c54x] IRQ #25000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.927 +127.644s [c54x] IRQ #25100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.385 +128.102s [c54x] IRQ #25200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.996 +128.713s [c54x] IRQ #25300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.444 +129.161s [c54x] IRQ #25400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.884 +129.601s [c54x] IRQ #25500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.283 +130.000s [c54x] IRQ #25600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.721 +130.438s [c54x] IRQ #25700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.233 +130.950s [c54x] IRQ #25800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.743 +131.460s [c54x] IRQ #25900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.146 +131.863s [c54x] IRQ #26000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.593 +132.310s [c54x] IRQ #26100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.044 +132.761s [c54x] IRQ #26200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.500 +133.217s [c54x] IRQ #26300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.956 +133.672s [c54x] IRQ #26400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.405 +134.122s [c54x] IRQ #26500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.852 +134.568s [c54x] IRQ #26600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
frame_irq.log (208,896 bytes, 1996 lignes)
[frame-irq] raise t_virt=32887128 dt=0 next_target=37502128 gap_to_target=4615000 fn=1 #0
[frame-irq] raise t_virt=37502128 dt=4615000 next_target=42117128 gap_to_target=4615000 fn=2 #1
[frame-irq] raise t_virt=42117128 dt=4615000 next_target=46732128 gap_to_target=4615000 fn=3 #2
[frame-irq] raise t_virt=46732128 dt=4615000 next_target=51347128 gap_to_target=4615000 fn=4 #3
[frame-irq] raise t_virt=51347128 dt=4615000 next_target=55962128 gap_to_target=4615000 fn=5 #4
[frame-irq] raise t_virt=55962128 dt=4615000 next_target=60577128 gap_to_target=4615000 fn=6 #5
[frame-irq] raise t_virt=60577128 dt=4615000 next_target=65192128 gap_to_target=4615000 fn=7 #6
[frame-irq] raise t_virt=65192128 dt=4615000 next_target=69807128 gap_to_target=4615000 fn=8 #7
[frame-irq] raise t_virt=69807128 dt=4615000 next_target=74422128 gap_to_target=4615000 fn=9 #8
[frame-irq] raise t_virt=74422128 dt=4615000 next_target=79037128 gap_to_target=4615000 fn=10 #9
[frame-irq] raise t_virt=79037128 dt=4615000 next_target=83652128 gap_to_target=4615000 fn=11 #10
[frame-irq] raise t_virt=83652128 dt=4615000 next_target=88267128 gap_to_target=4615000 fn=12 #11
[frame-irq] raise t_virt=88267128 dt=4615000 next_target=92882128 gap_to_target=4615000 fn=13 #12
[frame-irq] raise t_virt=92882128 dt=4615000 next_target=97497128 gap_to_target=4615000 fn=14 #13
[frame-irq] raise t_virt=97497128 dt=4615000 next_target=102112128 gap_to_target=4615000 fn=15 #14
[frame-irq] raise t_virt=102112128 dt=4615000 next_target=106727128 gap_to_target=4615000 fn=16 #15
[frame-irq] raise t_virt=106727128 dt=4615000 next_target=111342128 gap_to_target=4615000 fn=17 #16
[frame-irq] raise t_virt=111342128 dt=4615000 next_target=115957128 gap_to_target=4615000 fn=18 #17
[frame-irq] raise t_virt=115957128 dt=4615000 next_target=120572128 gap_to_target=4615000 fn=19 #18
[frame-irq] raise t_virt=120572128 dt=4615000 next_target=125187128 gap_to_target=4615000 fn=20 #19
[frame-irq] raise t_virt=125187128 dt=4615000 next_target=129802128 gap_to_target=4615000 fn=21 #20
[frame-irq] raise t_virt=129802128 dt=4615000 next_target=134417128 gap_to_target=4615000 fn=22 #21
[frame-irq] raise t_virt=134417128 dt=4615000 next_target=139032128 gap_to_target=4615000 fn=23 #22
[frame-irq] raise t_virt=139032128 dt=4615000 next_target=143647128 gap_to_target=4615000 fn=24 #23
[frame-irq] raise t_virt=143647128 dt=4615000 next_target=148262128 gap_to_target=4615000 fn=25 #24
[frame-irq] raise t_virt=148262128 dt=4615000 next_target=152877128 gap_to_target=4615000 fn=26 #25
[frame-irq] raise t_virt=152877128 dt=4615000 next_target=157492128 gap_to_target=4615000 fn=27 #26
[frame-irq] raise t_virt=157492128 dt=4615000 next_target=162107128 gap_to_target=4615000 fn=28 #27
[frame-irq] raise t_virt=162107128 dt=4615000 next_target=166722128 gap_to_target=4615000 fn=29 #28
[frame-irq] raise t_virt=166722128 dt=4615000 next_target=171337128 gap_to_target=4615000 fn=30 #29
[frame-irq] raise t_virt=171337128 dt=4615000 next_target=175952128 gap_to_target=4615000 fn=31 #30
[frame-irq] raise t_virt=175952128 dt=4615000 next_target=180567128 gap_to_target=4615000 fn=32 #31
[frame-irq] raise t_virt=180567128 dt=4615000 next_target=185182128 gap_to_target=4615000 fn=33 #32
[frame-irq] raise t_virt=185182128 dt=4615000 next_target=189797128 gap_to_target=4615000 fn=34 #33
[frame-irq] raise t_virt=189797128 dt=4615000 next_target=194412128 gap_to_target=4615000 fn=35 #34
[frame-irq] raise t_virt=194412128 dt=4615000 next_target=199027128 gap_to_target=4615000 fn=36 #35
[frame-irq] raise t_virt=199027128 dt=4615000 next_target=203642128 gap_to_target=4615000 fn=37 #36
[frame-irq] raise t_virt=203642128 dt=4615000 next_target=208257128 gap_to_target=4615000 fn=38 #37
[frame-irq] raise t_virt=208257128 dt=4615000 next_target=212872128 gap_to_target=4615000 fn=39 #38
[frame-irq] raise t_virt=212872128 dt=4615000 next_target=217487128 gap_to_target=4615000 fn=40 #39
[frame-irq] raise t_virt=217487128 dt=4615000 next_target=222102128 gap_to_target=4615000 fn=41 #40
[frame-irq] raise t_virt=222102128 dt=4615000 next_target=226717128 gap_to_target=4615000 fn=42 #41
[frame-irq] raise t_virt=226717128 dt=4615000 next_target=231332128 gap_to_target=4615000 fn=43 #42
[frame-irq] raise t_virt=231332128 dt=4615000 next_target=235947128 gap_to_target=4615000 fn=44 #43
[frame-irq] raise t_virt=235947128 dt=4615000 next_target=240562128 gap_to_target=4615000 fn=45 #44
[frame-irq] raise t_virt=240562128 dt=4615000 next_target=245177128 gap_to_target=4615000 fn=46 #45
[frame-irq] raise t_virt=245177128 dt=4615000 next_target=249792128 gap_to_target=4615000 fn=47 #46
[frame-irq] raise t_virt=249792128 dt=4615000 next_target=254407128 gap_to_target=4615000 fn=48 #47
[frame-irq] raise t_virt=254407128 dt=4615000 next_target=259022128 gap_to_target=4615000 fn=49 #48
[frame-irq] raise t_virt=259022128 dt=4615000 next_target=263637128 gap_to_target=4615000 fn=50 #49
[frame-irq] raise t_virt=263637128 dt=4615000 next_target=268252128 gap_to_target=4615000 fn=51 #50
[frame-irq] raise t_virt=268252128 dt=4615000 next_target=272867128 gap_to_target=4615000 fn=52 #51
[frame-irq] raise t_virt=272867128 dt=4615000 next_target=277482128 gap_to_target=4615000 fn=53 #52
[frame-irq] raise t_virt=277482128 dt=4615000 next_target=282097128 gap_to_target=4615000 fn=54 #53
[frame-irq] raise t_virt=282097128 dt=4615000 next_target=286712128 gap_to_target=4615000 fn=55 #54
[frame-irq] raise t_virt=286712128 dt=4615000 next_target=291327128 gap_to_target=4615000 fn=56 #55
[frame-irq] raise t_virt=291327128 dt=4615000 next_target=295942128 gap_to_target=4615000 fn=57 #56
[frame-irq] raise t_virt=295942128 dt=4615000 next_target=300557128 gap_to_target=4615000 fn=58 #57
[frame-irq] raise t_virt=300557128 dt=4615000 next_target=305172128 gap_to_target=4615000 fn=59 #58
[frame-irq] raise t_virt=305172128 dt=4615000 next_target=309787128 gap_to_target=4615000 fn=60 #59
[frame-irq] raise t_virt=309787128 dt=4615000 next_target=314402128 gap_to_target=4615000 fn=61 #60
[frame-irq] raise t_virt=314402128 dt=4615000 next_target=319017128 gap_to_target=4615000 fn=62 #61
[frame-irq] raise t_virt=319017128 dt=4615000 next_target=323632128 gap_to_target=4615000 fn=63 #62
[frame-irq] raise t_virt=323632128 dt=4615000 next_target=328247128 gap_to_target=4615000 fn=64 #63
[frame-irq] raise t_virt=328247128 dt=4615000 next_target=332862128 gap_to_target=4615000 fn=65 #64
[frame-irq] raise t_virt=332862128 dt=4615000 next_target=337477128 gap_to_target=4615000 fn=66 #65
[frame-irq] raise t_virt=337477128 dt=4615000 next_target=342092128 gap_to_target=4615000 fn=67 #66
[frame-irq] raise t_virt=342092128 dt=4615000 next_target=346707128 gap_to_target=4615000 fn=68 #67
[frame-irq] raise t_virt=346707128 dt=4615000 next_target=351322128 gap_to_target=4615000 fn=69 #68
[frame-irq] raise t_virt=351322128 dt=4615000 next_target=355937128 gap_to_target=4615000 fn=70 #69
[frame-irq] raise t_virt=355937128 dt=4615000 next_target=360552128 gap_to_target=4615000 fn=71 #70
[frame-irq] raise t_virt=360552128 dt=4615000 next_target=365167128 gap_to_target=4615000 fn=72 #71
[frame-irq] raise t_virt=365167128 dt=4615000 next_target=369782128 gap_to_target=4615000 fn=73 #72
[frame-irq] raise t_virt=369782128 dt=4615000 next_target=374397128 gap_to_target=4615000 fn=74 #73
[frame-irq] raise t_virt=374397128 dt=4615000 next_target=379012128 gap_to_target=4615000 fn=75 #74
[frame-irq] raise t_virt=379012128 dt=4615000 next_target=383627128 gap_to_target=4615000 fn=76 #75
[frame-irq] raise t_virt=383627128 dt=4615000 next_target=388242128 gap_to_target=4615000 fn=77 #76
[frame-irq] raise t_virt=388242128 dt=4615000 next_target=392857128 gap_to_target=4615000 fn=78 #77
[frame-irq] raise t_virt=392857128 dt=4615000 next_target=397472128 gap_to_target=4615000 fn=79 #78
[frame-irq] raise t_virt=397472128 dt=4615000 next_target=402087128 gap_to_target=4615000 fn=80 #79
[frame-irq] raise t_virt=402087128 dt=4615000 next_target=406702128 gap_to_target=4615000 fn=81 #80
[frame-irq] raise t_virt=406702128 dt=4615000 next_target=411317128 gap_to_target=4615000 fn=82 #81
[frame-irq] raise t_virt=411317128 dt=4615000 next_target=415932128 gap_to_target=4615000 fn=83 #82
[frame-irq] raise t_virt=415932128 dt=4615000 next_target=420547128 gap_to_target=4615000 fn=84 #83
[frame-irq] raise t_virt=420547128 dt=4615000 next_target=425162128 gap_to_target=4615000 fn=85 #84
[frame-irq] raise t_virt=425162128 dt=4615000 next_target=429777128 gap_to_target=4615000 fn=86 #85
[frame-irq] raise t_virt=429777128 dt=4615000 next_target=434392128 gap_to_target=4615000 fn=87 #86
[frame-irq] raise t_virt=434392128 dt=4615000 next_target=439007128 gap_to_target=4615000 fn=88 #87
[frame-irq] raise t_virt=439007128 dt=4615000 next_target=443622128 gap_to_target=4615000 fn=89 #88
[frame-irq] raise t_virt=443622128 dt=4615000 next_target=448237128 gap_to_target=4615000 fn=90 #89
[frame-irq] raise t_virt=448237128 dt=4615000 next_target=452852128 gap_to_target=4615000 fn=91 #90
[frame-irq] raise t_virt=452852128 dt=4615000 next_target=457467128 gap_to_target=4615000 fn=92 #91
[frame-irq] raise t_virt=457467128 dt=4615000 next_target=462082128 gap_to_target=4615000 fn=93 #92
[frame-irq] raise t_virt=462082128 dt=4615000 next_target=466697128 gap_to_target=4615000 fn=94 #93
[frame-irq] raise t_virt=466697128 dt=4615000 next_target=471312128 gap_to_target=4615000 fn=95 #94
[frame-irq] raise t_virt=471312128 dt=4615000 next_target=475927128 gap_to_target=4615000 fn=96 #95
[frame-irq] raise t_virt=475927128 dt=4615000 next_target=480542128 gap_to_target=4615000 fn=97 #96
[frame-irq] raise t_virt=480542128 dt=4615000 next_target=485157128 gap_to_target=4615000 fn=98 #97
[frame-irq] raise t_virt=485157128 dt=4615000 next_target=489772128 gap_to_target=4615000 fn=99 #98
[frame-irq] raise t_virt=489772128 dt=4615000 next_target=494387128 gap_to_target=4615000 fn=100 #99
[frame-irq] raise t_virt=494387128 dt=4615000 next_target=499002128 gap_to_target=4615000 fn=101 #100
[frame-irq] raise t_virt=499002128 dt=4615000 next_target=503617128 gap_to_target=4615000 fn=102 #101
[frame-irq] raise t_virt=503617128 dt=4615000 next_target=508232128 gap_to_target=4615000 fn=103 #102
[frame-irq] raise t_virt=508232128 dt=4615000 next_target=512847128 gap_to_target=4615000 fn=104 #103
[frame-irq] raise t_virt=512847128 dt=4615000 next_target=517462128 gap_to_target=4615000 fn=105 #104
[frame-irq] raise t_virt=517462128 dt=4615000 next_target=522077128 gap_to_target=4615000 fn=106 #105
[frame-irq] raise t_virt=522077128 dt=4615000 next_target=526692128 gap_to_target=4615000 fn=107 #106
[frame-irq] raise t_virt=526692128 dt=4615000 next_target=531307128 gap_to_target=4615000 fn=108 #107
[frame-irq] raise t_virt=531307128 dt=4615000 next_target=535922128 gap_to_target=4615000 fn=109 #108
[frame-irq] raise t_virt=535922128 dt=4615000 next_target=540537128 gap_to_target=4615000 fn=110 #109
[frame-irq] raise t_virt=540537128 dt=4615000 next_target=545152128 gap_to_target=4615000 fn=111 #110
[frame-irq] raise t_virt=545152128 dt=4615000 next_target=549767128 gap_to_target=4615000 fn=112 #111
[frame-irq] raise t_virt=549767128 dt=4615000 next_target=554382128 gap_to_target=4615000 fn=113 #112
[frame-irq] raise t_virt=554382128 dt=4615000 next_target=558997128 gap_to_target=4615000 fn=114 #113
[frame-irq] raise t_virt=558997128 dt=4615000 next_target=563612128 gap_to_target=4615000 fn=115 #114
[frame-irq] raise t_virt=563612128 dt=4615000 next_target=568227128 gap_to_target=4615000 fn=116 #115
[frame-irq] raise t_virt=568227128 dt=4615000 next_target=572842128 gap_to_target=4615000 fn=117 #116
[frame-irq] raise t_virt=572842128 dt=4615000 next_target=577457128 gap_to_target=4615000 fn=118 #117
[frame-irq] raise t_virt=577457128 dt=4615000 next_target=582072128 gap_to_target=4615000 fn=119 #118
[frame-irq] raise t_virt=582072128 dt=4615000 next_target=586687128 gap_to_target=4615000 fn=120 #119
[frame-irq] raise t_virt=586687128 dt=4615000 next_target=591302128 gap_to_target=4615000 fn=121 #120
[frame-irq] raise t_virt=591302128 dt=4615000 next_target=595917128 gap_to_target=4615000 fn=122 #121
[frame-irq] raise t_virt=595917128 dt=4615000 next_target=600532128 gap_to_target=4615000 fn=123 #122
[frame-irq] raise t_virt=600532128 dt=4615000 next_target=605147128 gap_to_target=4615000 fn=124 #123
[frame-irq] raise t_virt=605147128 dt=4615000 next_target=609762128 gap_to_target=4615000 fn=125 #124
[frame-irq] raise t_virt=609762128 dt=4615000 next_target=614377128 gap_to_target=4615000 fn=126 #125
[frame-irq] raise t_virt=614377128 dt=4615000 next_target=618992128 gap_to_target=4615000 fn=127 #126
[frame-irq] raise t_virt=618992128 dt=4615000 next_target=623607128 gap_to_target=4615000 fn=128 #127
[frame-irq] raise t_virt=623607128 dt=4615000 next_target=628222128 gap_to_target=4615000 fn=129 #128
[frame-irq] raise t_virt=628222128 dt=4615000 next_target=632837128 gap_to_target=4615000 fn=130 #129
[frame-irq] raise t_virt=632837128 dt=4615000 next_target=637452128 gap_to_target=4615000 fn=131 #130
[frame-irq] raise t_virt=637452128 dt=4615000 next_target=642067128 gap_to_target=4615000 fn=132 #131
[frame-irq] raise t_virt=642067128 dt=4615000 next_target=646682128 gap_to_target=4615000 fn=133 #132
[frame-irq] raise t_virt=646682128 dt=4615000 next_target=651297128 gap_to_target=4615000 fn=134 #133
[frame-irq] raise t_virt=651297128 dt=4615000 next_target=655912128 gap_to_target=4615000 fn=135 #134
[frame-irq] raise t_virt=655912128 dt=4615000 next_target=660527128 gap_to_target=4615000 fn=136 #135
[frame-irq] raise t_virt=660527128 dt=4615000 next_target=665142128 gap_to_target=4615000 fn=137 #136
[frame-irq] raise t_virt=665142128 dt=4615000 next_target=669757128 gap_to_target=4615000 fn=138 #137
[frame-irq] raise t_virt=669757128 dt=4615000 next_target=674372128 gap_to_target=4615000 fn=139 #138
[frame-irq] raise t_virt=674372128 dt=4615000 next_target=678987128 gap_to_target=4615000 fn=140 #139
[frame-irq] raise t_virt=678987128 dt=4615000 next_target=683602128 gap_to_target=4615000 fn=141 #140
[frame-irq] raise t_virt=683602128 dt=4615000 next_target=688217128 gap_to_target=4615000 fn=142 #141
[frame-irq] raise t_virt=688217128 dt=4615000 next_target=692832128 gap_to_target=4615000 fn=143 #142
[frame-irq] raise t_virt=692832128 dt=4615000 next_target=697447128 gap_to_target=4615000 fn=144 #143
[frame-irq] raise t_virt=697447128 dt=4615000 next_target=702062128 gap_to_target=4615000 fn=145 #144
[frame-irq] raise t_virt=702062128 dt=4615000 next_target=706677128 gap_to_target=4615000 fn=146 #145
[frame-irq] raise t_virt=706677128 dt=4615000 next_target=711292128 gap_to_target=4615000 fn=147 #146
[frame-irq] raise t_virt=711292128 dt=4615000 next_target=715907128 gap_to_target=4615000 fn=148 #147
[frame-irq] raise t_virt=715907128 dt=4615000 next_target=720522128 gap_to_target=4615000 fn=149 #148
[frame-irq] raise t_virt=720522128 dt=4615000 next_target=725137128 gap_to_target=4615000 fn=150 #149
[frame-irq] raise t_virt=725137128 dt=4615000 next_target=729752128 gap_to_target=4615000 fn=151 #150
[frame-irq] raise t_virt=729752128 dt=4615000 next_target=734367128 gap_to_target=4615000 fn=152 #151
[frame-irq] raise t_virt=734367128 dt=4615000 next_target=738982128 gap_to_target=4615000 fn=153 #152
[frame-irq] raise t_virt=738982128 dt=4615000 next_target=743597128 gap_to_target=4615000 fn=154 #153
[frame-irq] raise t_virt=743597128 dt=4615000 next_target=748212128 gap_to_target=4615000 fn=155 #154
[frame-irq] raise t_virt=748212128 dt=4615000 next_target=752827128 gap_to_target=4615000 fn=156 #155
[frame-irq] raise t_virt=752827128 dt=4615000 next_target=757442128 gap_to_target=4615000 fn=157 #156
[frame-irq] raise t_virt=757442128 dt=4615000 next_target=762057128 gap_to_target=4615000 fn=158 #157
[frame-irq] raise t_virt=762057128 dt=4615000 next_target=766672128 gap_to_target=4615000 fn=159 #158
[frame-irq] raise t_virt=766672128 dt=4615000 next_target=771287128 gap_to_target=4615000 fn=160 #159
[frame-irq] raise t_virt=771287128 dt=4615000 next_target=775902128 gap_to_target=4615000 fn=161 #160
[frame-irq] raise t_virt=775902128 dt=4615000 next_target=780517128 gap_to_target=4615000 fn=162 #161
[frame-irq] raise t_virt=780517128 dt=4615000 next_target=785132128 gap_to_target=4615000 fn=163 #162
[frame-irq] raise t_virt=785132128 dt=4615000 next_target=789747128 gap_to_target=4615000 fn=164 #163
[frame-irq] raise t_virt=789747128 dt=4615000 next_target=794362128 gap_to_target=4615000 fn=165 #164
[frame-irq] raise t_virt=794362128 dt=4615000 next_target=798977128 gap_to_target=4615000 fn=166 #165
[frame-irq] raise t_virt=798977128 dt=4615000 next_target=803592128 gap_to_target=4615000 fn=167 #166
[frame-irq] raise t_virt=803592128 dt=4615000 next_target=808207128 gap_to_target=4615000 fn=168 #167
[frame-irq] raise t_virt=808207128 dt=4615000 next_target=812822128 gap_to_target=4615000 fn=169 #168
[frame-irq] raise t_virt=812822128 dt=4615000 next_target=817437128 gap_to_target=4615000 fn=170 #169
[frame-irq] raise t_virt=817437128 dt=4615000 next_target=822052128 gap_to_target=4615000 fn=171 #170
[frame-irq] raise t_virt=822052128 dt=4615000 next_target=826667128 gap_to_target=4615000 fn=172 #171
[frame-irq] raise t_virt=826667128 dt=4615000 next_target=831282128 gap_to_target=4615000 fn=173 #172
[frame-irq] raise t_virt=831282128 dt=4615000 next_target=835897128 gap_to_target=4615000 fn=174 #173
[frame-irq] raise t_virt=835897128 dt=4615000 next_target=840512128 gap_to_target=4615000 fn=175 #174
[frame-irq] raise t_virt=840512128 dt=4615000 next_target=845127128 gap_to_target=4615000 fn=176 #175
[frame-irq] raise t_virt=845127128 dt=4615000 next_target=849742128 gap_to_target=4615000 fn=177 #176
[frame-irq] raise t_virt=849742128 dt=4615000 next_target=854357128 gap_to_target=4615000 fn=178 #177
[frame-irq] raise t_virt=854357128 dt=4615000 next_target=858972128 gap_to_target=4615000 fn=179 #178
[frame-irq] raise t_virt=858972128 dt=4615000 next_target=863587128 gap_to_target=4615000 fn=180 #179
[frame-irq] raise t_virt=863587128 dt=4615000 next_target=868202128 gap_to_target=4615000 fn=181 #180
[frame-irq] raise t_virt=868202128 dt=4615000 next_target=872817128 gap_to_target=4615000 fn=182 #181
[frame-irq] raise t_virt=872817128 dt=4615000 next_target=877432128 gap_to_target=4615000 fn=183 #182
[frame-irq] raise t_virt=877432128 dt=4615000 next_target=882047128 gap_to_target=4615000 fn=184 #183
[frame-irq] raise t_virt=882047128 dt=4615000 next_target=886662128 gap_to_target=4615000 fn=185 #184
[frame-irq] raise t_virt=886662128 dt=4615000 next_target=891277128 gap_to_target=4615000 fn=186 #185
[frame-irq] raise t_virt=891277128 dt=4615000 next_target=895892128 gap_to_target=4615000 fn=187 #186
[frame-irq] raise t_virt=895892128 dt=4615000 next_target=900507128 gap_to_target=4615000 fn=188 #187
[frame-irq] raise t_virt=900507128 dt=4615000 next_target=905122128 gap_to_target=4615000 fn=189 #188
[frame-irq] raise t_virt=905122128 dt=4615000 next_target=909737128 gap_to_target=4615000 fn=190 #189
[frame-irq] raise t_virt=909737128 dt=4615000 next_target=914352128 gap_to_target=4615000 fn=191 #190
[frame-irq] raise t_virt=914352128 dt=4615000 next_target=918967128 gap_to_target=4615000 fn=192 #191
[frame-irq] raise t_virt=918967128 dt=4615000 next_target=923582128 gap_to_target=4615000 fn=193 #192
[frame-irq] raise t_virt=923582128 dt=4615000 next_target=928197128 gap_to_target=4615000 fn=194 #193
[frame-irq] raise t_virt=928197128 dt=4615000 next_target=932812128 gap_to_target=4615000 fn=195 #194
[frame-irq] raise t_virt=932812128 dt=4615000 next_target=937427128 gap_to_target=4615000 fn=196 #195
[frame-irq] raise t_virt=937427128 dt=4615000 next_target=942042128 gap_to_target=4615000 fn=197 #196
[frame-irq] raise t_virt=942042128 dt=4615000 next_target=946657128 gap_to_target=4615000 fn=198 #197
[frame-irq] raise t_virt=946657128 dt=4615000 next_target=951272128 gap_to_target=4615000 fn=199 #198
[frame-irq] raise t_virt=951272128 dt=4615000 next_target=955887128 gap_to_target=4615000 fn=200 #199
[frame-irq] raise t_virt=955887128 dt=4615000 next_target=960502128 gap_to_target=4615000 fn=201 #200
[frame-irq] raise t_virt=960502128 dt=4615000 next_target=965117128 gap_to_target=4615000 fn=202 #201
[frame-irq] raise t_virt=965117128 dt=4615000 next_target=969732128 gap_to_target=4615000 fn=203 #202
[frame-irq] raise t_virt=969732128 dt=4615000 next_target=974347128 gap_to_target=4615000 fn=204 #203
[frame-irq] raise t_virt=974347128 dt=4615000 next_target=978962128 gap_to_target=4615000 fn=205 #204
[frame-irq] raise t_virt=978962128 dt=4615000 next_target=983577128 gap_to_target=4615000 fn=206 #205
[frame-irq] raise t_virt=983577128 dt=4615000 next_target=988192128 gap_to_target=4615000 fn=207 #206
[frame-irq] raise t_virt=988192128 dt=4615000 next_target=992807128 gap_to_target=4615000 fn=208 #207
[frame-irq] raise t_virt=992807128 dt=4615000 next_target=997422128 gap_to_target=4615000 fn=209 #208
[frame-irq] raise t_virt=997422128 dt=4615000 next_target=1002037128 gap_to_target=4615000 fn=210 #209
[frame-irq] raise t_virt=1002037128 dt=4615000 next_target=1006652128 gap_to_target=4615000 fn=211 #210
[frame-irq] raise t_virt=1006652128 dt=4615000 next_target=1011267128 gap_to_target=4615000 fn=212 #211
[frame-irq] raise t_virt=1011267128 dt=4615000 next_target=1015882128 gap_to_target=4615000 fn=213 #212
[frame-irq] raise t_virt=1015882128 dt=4615000 next_target=1020497128 gap_to_target=4615000 fn=214 #213
[frame-irq] raise t_virt=1020497128 dt=4615000 next_target=1025112128 gap_to_target=4615000 fn=215 #214
[frame-irq] raise t_virt=1025112128 dt=4615000 next_target=1029727128 gap_to_target=4615000 fn=216 #215
[frame-irq] raise t_virt=1029727128 dt=4615000 next_target=1034342128 gap_to_target=4615000 fn=217 #216
[frame-irq] raise t_virt=1034342128 dt=4615000 next_target=1038957128 gap_to_target=4615000 fn=218 #217
[frame-irq] raise t_virt=1038957128 dt=4615000 next_target=1043572128 gap_to_target=4615000 fn=219 #218
[frame-irq] raise t_virt=1043572128 dt=4615000 next_target=1048187128 gap_to_target=4615000 fn=220 #219
[frame-irq] raise t_virt=1048187128 dt=4615000 next_target=1052802128 gap_to_target=4615000 fn=221 #220
[frame-irq] raise t_virt=1052802128 dt=4615000 next_target=1057417128 gap_to_target=4615000 fn=222 #221
[frame-irq] raise t_virt=1057417128 dt=4615000 next_target=1062032128 gap_to_target=4615000 fn=223 #222
[frame-irq] raise t_virt=1062032128 dt=4615000 next_target=1066647128 gap_to_target=4615000 fn=224 #223
[frame-irq] raise t_virt=1066647128 dt=4615000 next_target=1071262128 gap_to_target=4615000 fn=225 #224
[frame-irq] raise t_virt=1071262128 dt=4615000 next_target=1075877128 gap_to_target=4615000 fn=226 #225
[frame-irq] raise t_virt=1075877128 dt=4615000 next_target=1080492128 gap_to_target=4615000 fn=227 #226
[frame-irq] raise t_virt=1080492128 dt=4615000 next_target=1085107128 gap_to_target=4615000 fn=228 #227
[frame-irq] raise t_virt=1085107128 dt=4615000 next_target=1089722128 gap_to_target=4615000 fn=229 #228
[frame-irq] raise t_virt=1089722128 dt=4615000 next_target=1094337128 gap_to_target=4615000 fn=230 #229
[frame-irq] raise t_virt=1094337128 dt=4615000 next_target=1098952128 gap_to_target=4615000 fn=231 #230
[frame-irq] raise t_virt=1098952128 dt=4615000 next_target=1103567128 gap_to_target=4615000 fn=232 #231
[frame-irq] raise t_virt=1103567128 dt=4615000 next_target=1108182128 gap_to_target=4615000 fn=233 #232
[frame-irq] raise t_virt=1108182128 dt=4615000 next_target=1112797128 gap_to_target=4615000 fn=234 #233
[frame-irq] raise t_virt=1112797128 dt=4615000 next_target=1117412128 gap_to_target=4615000 fn=235 #234
[frame-irq] raise t_virt=1117412128 dt=4615000 next_target=1122027128 gap_to_target=4615000 fn=236 #235
[frame-irq] raise t_virt=1122027128 dt=4615000 next_target=1126642128 gap_to_target=4615000 fn=237 #236
[frame-irq] raise t_virt=1126642128 dt=4615000 next_target=1131257128 gap_to_target=4615000 fn=238 #237
[frame-irq] raise t_virt=1131257128 dt=4615000 next_target=1135872128 gap_to_target=4615000 fn=239 #238
[frame-irq] raise t_virt=1135872128 dt=4615000 next_target=1140487128 gap_to_target=4615000 fn=240 #239
[frame-irq] raise t_virt=1140487128 dt=4615000 next_target=1145102128 gap_to_target=4615000 fn=241 #240
[frame-irq] raise t_virt=1145102128 dt=4615000 next_target=1149717128 gap_to_target=4615000 fn=242 #241
[frame-irq] raise t_virt=1149717128 dt=4615000 next_target=1154332128 gap_to_target=4615000 fn=243 #242
[frame-irq] raise t_virt=1154332128 dt=4615000 next_target=1158947128 gap_to_target=4615000 fn=244 #243
[frame-irq] raise t_virt=1158947128 dt=4615000 next_target=1163562128 gap_to_target=4615000 fn=245 #244
[frame-irq] raise t_virt=1163562128 dt=4615000 next_target=1168177128 gap_to_target=4615000 fn=246 #245
[frame-irq] raise t_virt=1168177128 dt=4615000 next_target=1172792128 gap_to_target=4615000 fn=247 #246
[frame-irq] raise t_virt=1172792128 dt=4615000 next_target=1177407128 gap_to_target=4615000 fn=248 #247
[frame-irq] raise t_virt=1177407128 dt=4615000 next_target=1182022128 gap_to_target=4615000 fn=249 #248
[frame-irq] raise t_virt=1182022128 dt=4615000 next_target=1186637128 gap_to_target=4615000 fn=250 #249
[frame-irq] raise t_virt=1186637128 dt=4615000 next_target=1191252128 gap_to_target=4615000 fn=251 #250
[frame-irq] raise t_virt=1191252128 dt=4615000 next_target=1195867128 gap_to_target=4615000 fn=252 #251
[frame-irq] raise t_virt=1195867128 dt=4615000 next_target=1200482128 gap_to_target=4615000 fn=253 #252
[frame-irq] raise t_virt=1200482128 dt=4615000 next_target=1205097128 gap_to_target=4615000 fn=254 #253
[frame-irq] raise t_virt=1205097128 dt=4615000 next_target=1209712128 gap_to_target=4615000 fn=255 #254
[frame-irq] raise t_virt=1209712128 dt=4615000 next_target=1214327128 gap_to_target=4615000 fn=256 #255
[frame-irq] raise t_virt=1214327128 dt=4615000 next_target=1218942128 gap_to_target=4615000 fn=257 #256
[frame-irq] raise t_virt=1218942128 dt=4615000 next_target=1223557128 gap_to_target=4615000 fn=258 #257
[frame-irq] raise t_virt=1223557128 dt=4615000 next_target=1228172128 gap_to_target=4615000 fn=259 #258
[frame-irq] raise t_virt=1228172128 dt=4615000 next_target=1232787128 gap_to_target=4615000 fn=260 #259
[frame-irq] raise t_virt=1232787128 dt=4615000 next_target=1237402128 gap_to_target=4615000 fn=261 #260
[frame-irq] raise t_virt=1237402128 dt=4615000 next_target=1242017128 gap_to_target=4615000 fn=262 #261
[frame-irq] raise t_virt=1242017128 dt=4615000 next_target=1246632128 gap_to_target=4615000 fn=263 #262
[frame-irq] raise t_virt=1246632128 dt=4615000 next_target=1251247128 gap_to_target=4615000 fn=264 #263
[frame-irq] raise t_virt=1251247128 dt=4615000 next_target=1255862128 gap_to_target=4615000 fn=265 #264
[frame-irq] raise t_virt=1255862128 dt=4615000 next_target=1260477128 gap_to_target=4615000 fn=266 #265
[frame-irq] raise t_virt=1260477128 dt=4615000 next_target=1265092128 gap_to_target=4615000 fn=267 #266
[frame-irq] raise t_virt=1265092128 dt=4615000 next_target=1269707128 gap_to_target=4615000 fn=268 #267
[frame-irq] raise t_virt=1269707128 dt=4615000 next_target=1274322128 gap_to_target=4615000 fn=269 #268
[frame-irq] raise t_virt=1274322128 dt=4615000 next_target=1278937128 gap_to_target=4615000 fn=270 #269
[frame-irq] raise t_virt=1278937128 dt=4615000 next_target=1283552128 gap_to_target=4615000 fn=271 #270
[frame-irq] raise t_virt=1283552128 dt=4615000 next_target=1288167128 gap_to_target=4615000 fn=272 #271
[frame-irq] raise t_virt=1288167128 dt=4615000 next_target=1292782128 gap_to_target=4615000 fn=273 #272
[frame-irq] raise t_virt=1292782128 dt=4615000 next_target=1297397128 gap_to_target=4615000 fn=274 #273
[frame-irq] raise t_virt=1297397128 dt=4615000 next_target=1302012128 gap_to_target=4615000 fn=275 #274
[frame-irq] raise t_virt=1302012128 dt=4615000 next_target=1306627128 gap_to_target=4615000 fn=276 #275
[frame-irq] raise t_virt=1306627128 dt=4615000 next_target=1311242128 gap_to_target=4615000 fn=277 #276
[frame-irq] raise t_virt=1311242128 dt=4615000 next_target=1315857128 gap_to_target=4615000 fn=278 #277
[frame-irq] raise t_virt=1315857128 dt=4615000 next_target=1320472128 gap_to_target=4615000 fn=279 #278
[frame-irq] raise t_virt=1320472128 dt=4615000 next_target=1325087128 gap_to_target=4615000 fn=280 #279
[frame-irq] raise t_virt=1325087128 dt=4615000 next_target=1329702128 gap_to_target=4615000 fn=281 #280
[frame-irq] raise t_virt=1329702128 dt=4615000 next_target=1334317128 gap_to_target=4615000 fn=282 #281
[frame-irq] raise t_virt=1334317128 dt=4615000 next_target=1338932128 gap_to_target=4615000 fn=283 #282
[frame-irq] raise t_virt=1338932128 dt=4615000 next_target=1343547128 gap_to_target=4615000 fn=284 #283
[frame-irq] raise t_virt=1343547128 dt=4615000 next_target=1348162128 gap_to_target=4615000 fn=285 #284
[frame-irq] raise t_virt=1348162128 dt=4615000 next_target=1352777128 gap_to_target=4615000 fn=286 #285
[frame-irq] raise t_virt=1352777128 dt=4615000 next_target=1357392128 gap_to_target=4615000 fn=287 #286
[frame-irq] raise t_virt=1357392128 dt=4615000 next_target=1362007128 gap_to_target=4615000 fn=288 #287
[frame-irq] raise t_virt=1362007128 dt=4615000 next_target=1366622128 gap_to_target=4615000 fn=289 #288
[frame-irq] raise t_virt=1366622128 dt=4615000 next_target=1371237128 gap_to_target=4615000 fn=290 #289
[frame-irq] raise t_virt=1371237128 dt=4615000 next_target=1375852128 gap_to_target=4615000 fn=291 #290
[frame-irq] raise t_virt=1375852128 dt=4615000 next_target=1380467128 gap_to_target=4615000 fn=292 #291
[frame-irq] raise t_virt=1380467128 dt=4615000 next_target=1385082128 gap_to_target=4615000 fn=293 #292
[frame-irq] raise t_virt=1385082128 dt=4615000 next_target=1389697128 gap_to_target=4615000 fn=294 #293
[frame-irq] raise t_virt=1389697128 dt=4615000 next_target=1394312128 gap_to_target=4615000 fn=295 #294
[frame-irq] raise t_virt=1394312128 dt=4615000 next_target=1398927128 gap_to_target=4615000 fn=296 #295
[frame-irq] raise t_virt=1398927128 dt=4615000 next_target=1403542128 gap_to_target=4615000 fn=297 #296
[frame-irq] raise t_virt=1403542128 dt=4615000 next_target=1408157128 gap_to_target=4615000 fn=298 #297
[frame-irq] raise t_virt=1408157128 dt=4615000 next_target=1412772128 gap_to_target=4615000 fn=299 #298
[frame-irq] raise t_virt=1412772128 dt=4615000 next_target=1417387128 gap_to_target=4615000 fn=300 #299
[frame-irq] raise t_virt=1417387128 dt=4615000 next_target=1422002128 gap_to_target=4615000 fn=301 #300
[frame-irq] raise t_virt=1422002128 dt=4615000 next_target=1426617128 gap_to_target=4615000 fn=302 #301
[frame-irq] raise t_virt=1426617128 dt=4615000 next_target=1431232128 gap_to_target=4615000 fn=303 #302
[frame-irq] raise t_virt=1431232128 dt=4615000 next_target=1435847128 gap_to_target=4615000 fn=304 #303
[frame-irq] raise t_virt=1435847128 dt=4615000 next_target=1440462128 gap_to_target=4615000 fn=305 #304
[frame-irq] raise t_virt=1440462128 dt=4615000 next_target=1445077128 gap_to_target=4615000 fn=306 #305
[frame-irq] raise t_virt=1445077128 dt=4615000 next_target=1449692128 gap_to_target=4615000 fn=307 #306
[frame-irq] raise t_virt=1449692128 dt=4615000 next_target=1454307128 gap_to_target=4615000 fn=308 #307
[frame-irq] raise t_virt=1454307128 dt=4615000 next_target=1458922128 gap_to_target=4615000 fn=309 #308
[frame-irq] raise t_virt=1458922128 dt=4615000 next_target=1463537128 gap_to_target=4615000 fn=310 #309
[frame-irq] raise t_virt=1463537128 dt=4615000 next_target=1468152128 gap_to_target=4615000 fn=311 #310
[frame-irq] raise t_virt=1468152128 dt=4615000 next_target=1472767128 gap_to_target=4615000 fn=312 #311
[frame-irq] raise t_virt=1472767128 dt=4615000 next_target=1477382128 gap_to_target=4615000 fn=313 #312
[frame-irq] raise t_virt=1477382128 dt=4615000 next_target=1481997128 gap_to_target=4615000 fn=314 #313
[frame-irq] raise t_virt=1481997128 dt=4615000 next_target=1486612128 gap_to_target=4615000 fn=315 #314
[frame-irq] raise t_virt=1486612128 dt=4615000 next_target=1491227128 gap_to_target=4615000 fn=316 #315
[frame-irq] raise t_virt=1491227128 dt=4615000 next_target=1495842128 gap_to_target=4615000 fn=317 #316
[frame-irq] raise t_virt=1495842128 dt=4615000 next_target=1500457128 gap_to_target=4615000 fn=318 #317
[frame-irq] raise t_virt=1500457128 dt=4615000 next_target=1505072128 gap_to_target=4615000 fn=319 #318
[frame-irq] raise t_virt=1505072128 dt=4615000 next_target=1509687128 gap_to_target=4615000 fn=320 #319
[frame-irq] raise t_virt=1509687128 dt=4615000 next_target=1514302128 gap_to_target=4615000 fn=321 #320
[frame-irq] raise t_virt=1514302128 dt=4615000 next_target=1518917128 gap_to_target=4615000 fn=322 #321
[frame-irq] raise t_virt=1518917128 dt=4615000 next_target=1523532128 gap_to_target=4615000 fn=323 #322
[frame-irq] raise t_virt=1523532128 dt=4615000 next_target=1528147128 gap_to_target=4615000 fn=324 #323
[frame-irq] raise t_virt=1528147128 dt=4615000 next_target=1532762128 gap_to_target=4615000 fn=325 #324
[frame-irq] raise t_virt=1532762128 dt=4615000 next_target=1537377128 gap_to_target=4615000 fn=326 #325
[frame-irq] raise t_virt=1537377128 dt=4615000 next_target=1541992128 gap_to_target=4615000 fn=327 #326
[frame-irq] raise t_virt=1541992128 dt=4615000 next_target=1546607128 gap_to_target=4615000 fn=328 #327
[frame-irq] raise t_virt=1546607128 dt=4615000 next_target=1551222128 gap_to_target=4615000 fn=329 #328
[frame-irq] raise t_virt=1551222128 dt=4615000 next_target=1555837128 gap_to_target=4615000 fn=330 #329
[frame-irq] raise t_virt=1555837128 dt=4615000 next_target=1560452128 gap_to_target=4615000 fn=331 #330
[frame-irq] raise t_virt=1560452128 dt=4615000 next_target=1565067128 gap_to_target=4615000 fn=332 #331
[frame-irq] raise t_virt=1565067128 dt=4615000 next_target=1569682128 gap_to_target=4615000 fn=333 #332
[frame-irq] raise t_virt=1569682128 dt=4615000 next_target=1574297128 gap_to_target=4615000 fn=334 #333
[frame-irq] raise t_virt=1574297128 dt=4615000 next_target=1578912128 gap_to_target=4615000 fn=335 #334
[frame-irq] raise t_virt=1578912128 dt=4615000 next_target=1583527128 gap_to_target=4615000 fn=336 #335
[frame-irq] raise t_virt=1583527128 dt=4615000 next_target=1588142128 gap_to_target=4615000 fn=337 #336
[frame-irq] raise t_virt=1588142128 dt=4615000 next_target=1592757128 gap_to_target=4615000 fn=338 #337
[frame-irq] raise t_virt=1592757128 dt=4615000 next_target=1597372128 gap_to_target=4615000 fn=339 #338
[frame-irq] raise t_virt=1597372128 dt=4615000 next_target=1601987128 gap_to_target=4615000 fn=340 #339
[frame-irq] raise t_virt=1601987128 dt=4615000 next_target=1606602128 gap_to_target=4615000 fn=341 #340
[frame-irq] raise t_virt=1606602128 dt=4615000 next_target=1611217128 gap_to_target=4615000 fn=342 #341
[frame-irq] raise t_virt=1611217128 dt=4615000 next_target=1615832128 gap_to_target=4615000 fn=343 #342
[frame-irq] raise t_virt=1615832128 dt=4615000 next_target=1620447128 gap_to_target=4615000 fn=344 #343
[frame-irq] raise t_virt=1620447128 dt=4615000 next_target=1625062128 gap_to_target=4615000 fn=345 #344
[frame-irq] raise t_virt=1625062128 dt=4615000 next_target=1629677128 gap_to_target=4615000 fn=346 #345
[frame-irq] raise t_virt=1629677128 dt=4615000 next_target=1634292128 gap_to_target=4615000 fn=347 #346
[frame-irq] raise t_virt=1634292128 dt=4615000 next_target=1638907128 gap_to_target=4615000 fn=348 #347
[frame-irq] raise t_virt=1638907128 dt=4615000 next_target=1643522128 gap_to_target=4615000 fn=349 #348
[frame-irq] raise t_virt=1643522128 dt=4615000 next_target=1648137128 gap_to_target=4615000 fn=350 #349
[frame-irq] raise t_virt=1648137128 dt=4615000 next_target=1652752128 gap_to_target=4615000 fn=351 #350
[frame-irq] raise t_virt=1652752128 dt=4615000 next_target=1657367128 gap_to_target=4615000 fn=352 #351
[frame-irq] raise t_virt=1657367128 dt=4615000 next_target=1661982128 gap_to_target=4615000 fn=353 #352
[frame-irq] raise t_virt=1661982128 dt=4615000 next_target=1666597128 gap_to_target=4615000 fn=354 #353
[frame-irq] raise t_virt=1666597128 dt=4615000 next_target=1671212128 gap_to_target=4615000 fn=355 #354
[frame-irq] raise t_virt=1671212128 dt=4615000 next_target=1675827128 gap_to_target=4615000 fn=356 #355
[frame-irq] raise t_virt=1675827128 dt=4615000 next_target=1680442128 gap_to_target=4615000 fn=357 #356
[frame-irq] raise t_virt=1680442128 dt=4615000 next_target=1685057128 gap_to_target=4615000 fn=358 #357
[frame-irq] raise t_virt=1685057128 dt=4615000 next_target=1689672128 gap_to_target=4615000 fn=359 #358
[frame-irq] raise t_virt=1689672128 dt=4615000 next_target=1694287128 gap_to_target=4615000 fn=360 #359
[frame-irq] raise t_virt=1694287128 dt=4615000 next_target=1698902128 gap_to_target=4615000 fn=361 #360
[frame-irq] raise t_virt=1698902128 dt=4615000 next_target=1703517128 gap_to_target=4615000 fn=362 #361
[frame-irq] raise t_virt=1703517128 dt=4615000 next_target=1708132128 gap_to_target=4615000 fn=363 #362
[frame-irq] raise t_virt=1708132128 dt=4615000 next_target=1712747128 gap_to_target=4615000 fn=364 #363
[frame-irq] raise t_virt=1712747128 dt=4615000 next_target=1717362128 gap_to_target=4615000 fn=365 #364
[frame-irq] raise t_virt=1717362128 dt=4615000 next_target=1721977128 gap_to_target=4615000 fn=366 #365
[frame-irq] raise t_virt=1721977128 dt=4615000 next_target=1726592128 gap_to_target=4615000 fn=367 #366
[frame-irq] raise t_virt=1726592128 dt=4615000 next_target=1731207128 gap_to_target=4615000 fn=368 #367
[frame-irq] raise t_virt=1731207128 dt=4615000 next_target=1735822128 gap_to_target=4615000 fn=369 #368
[frame-irq] raise t_virt=1735822128 dt=4615000 next_target=1740437128 gap_to_target=4615000 fn=370 #369
[frame-irq] raise t_virt=1740437128 dt=4615000 next_target=1745052128 gap_to_target=4615000 fn=371 #370
[frame-irq] raise t_virt=1745052128 dt=4615000 next_target=1749667128 gap_to_target=4615000 fn=372 #371
[frame-irq] raise t_virt=1749667128 dt=4615000 next_target=1754282128 gap_to_target=4615000 fn=373 #372
[frame-irq] raise t_virt=1754282128 dt=4615000 next_target=1758897128 gap_to_target=4615000 fn=374 #373
[frame-irq] raise t_virt=1758897128 dt=4615000 next_target=1763512128 gap_to_target=4615000 fn=375 #374
[frame-irq] raise t_virt=1763512128 dt=4615000 next_target=1768127128 gap_to_target=4615000 fn=376 #375
[frame-irq] raise t_virt=1768127128 dt=4615000 next_target=1772742128 gap_to_target=4615000 fn=377 #376
[frame-irq] raise t_virt=1772742128 dt=4615000 next_target=1777357128 gap_to_target=4615000 fn=378 #377
[frame-irq] raise t_virt=1777357128 dt=4615000 next_target=1781972128 gap_to_target=4615000 fn=379 #378
[frame-irq] raise t_virt=1781972128 dt=4615000 next_target=1786587128 gap_to_target=4615000 fn=380 #379
[frame-irq] raise t_virt=1786587128 dt=4615000 next_target=1791202128 gap_to_target=4615000 fn=381 #380
[frame-irq] raise t_virt=1791202128 dt=4615000 next_target=1795817128 gap_to_target=4615000 fn=382 #381
[frame-irq] raise t_virt=1795817128 dt=4615000 next_target=1800432128 gap_to_target=4615000 fn=383 #382
[frame-irq] raise t_virt=1800432128 dt=4615000 next_target=1805047128 gap_to_target=4615000 fn=384 #383
[frame-irq] raise t_virt=1805047128 dt=4615000 next_target=1809662128 gap_to_target=4615000 fn=385 #384
[frame-irq] raise t_virt=1809662128 dt=4615000 next_target=1814277128 gap_to_target=4615000 fn=386 #385
[frame-irq] raise t_virt=1814277128 dt=4615000 next_target=1818892128 gap_to_target=4615000 fn=387 #386
[frame-irq] raise t_virt=1818892128 dt=4615000 next_target=1823507128 gap_to_target=4615000 fn=388 #387
[frame-irq] raise t_virt=1823507128 dt=4615000 next_target=1828122128 gap_to_target=4615000 fn=389 #388
[frame-irq] raise t_virt=1828122128 dt=4615000 next_target=1832737128 gap_to_target=4615000 fn=390 #389
[frame-irq] raise t_virt=1832737128 dt=4615000 next_target=1837352128 gap_to_target=4615000 fn=391 #390
[frame-irq] raise t_virt=1837352128 dt=4615000 next_target=1841967128 gap_to_target=4615000 fn=392 #391
[frame-irq] raise t_virt=1841967128 dt=4615000 next_target=1846582128 gap_to_target=4615000 fn=393 #392
[frame-irq] raise t_virt=1846582128 dt=4615000 next_target=1851197128 gap_to_target=4615000 fn=394 #393
[frame-irq] raise t_virt=1851197128 dt=4615000 next_target=1855812128 gap_to_target=4615000 fn=395 #394
[frame-irq] raise t_virt=1855812128 dt=4615000 next_target=1860427128 gap_to_target=4615000 fn=396 #395
[frame-irq] raise t_virt=1860427128 dt=4615000 next_target=1865042128 gap_to_target=4615000 fn=397 #396
[frame-irq] raise t_virt=1865042128 dt=4615000 next_target=1869657128 gap_to_target=4615000 fn=398 #397
[frame-irq] raise t_virt=1869657128 dt=4615000 next_target=1874272128 gap_to_target=4615000 fn=399 #398
[frame-irq] raise t_virt=1874272128 dt=4615000 next_target=1878887128 gap_to_target=4615000 fn=400 #399
[frame-irq] raise t_virt=1878887128 dt=4615000 next_target=1883502128 gap_to_target=4615000 fn=401 #400
[frame-irq] raise t_virt=1883502128 dt=4615000 next_target=1888117128 gap_to_target=4615000 fn=402 #401
[frame-irq] raise t_virt=1888117128 dt=4615000 next_target=1892732128 gap_to_target=4615000 fn=403 #402
[frame-irq] raise t_virt=1892732128 dt=4615000 next_target=1897347128 gap_to_target=4615000 fn=404 #403
[frame-irq] raise t_virt=1897347128 dt=4615000 next_target=1901962128 gap_to_target=4615000 fn=405 #404
[frame-irq] raise t_virt=1901962128 dt=4615000 next_target=1906577128 gap_to_target=4615000 fn=406 #405
[frame-irq] raise t_virt=1906577128 dt=4615000 next_target=1911192128 gap_to_target=4615000 fn=407 #406
[frame-irq] raise t_virt=1911192128 dt=4615000 next_target=1915807128 gap_to_target=4615000 fn=408 #407
[frame-irq] raise t_virt=1915807128 dt=4615000 next_target=1920422128 gap_to_target=4615000 fn=409 #408
[frame-irq] raise t_virt=1920422128 dt=4615000 next_target=1925037128 gap_to_target=4615000 fn=410 #409
[frame-irq] raise t_virt=1925037128 dt=4615000 next_target=1929652128 gap_to_target=4615000 fn=411 #410
[frame-irq] raise t_virt=1929652128 dt=4615000 next_target=1934267128 gap_to_target=4615000 fn=412 #411
[frame-irq] raise t_virt=1934267128 dt=4615000 next_target=1938882128 gap_to_target=4615000 fn=413 #412
[frame-irq] raise t_virt=1938882128 dt=4615000 next_target=1943497128 gap_to_target=4615000 fn=414 #413
[frame-irq] raise t_virt=1943497128 dt=4615000 next_target=1948112128 gap_to_target=4615000 fn=415 #414
[frame-irq] raise t_virt=1948112128 dt=4615000 next_target=1952727128 gap_to_target=4615000 fn=416 #415
[frame-irq] raise t_virt=1952727128 dt=4615000 next_target=1957342128 gap_to_target=4615000 fn=417 #416
[frame-irq] raise t_virt=1957342128 dt=4615000 next_target=1961957128 gap_to_target=4615000 fn=418 #417
[frame-irq] raise t_virt=1961957128 dt=4615000 next_target=1966572128 gap_to_target=4615000 fn=419 #418
[frame-irq] raise t_virt=1966572128 dt=4615000 next_target=1971187128 gap_to_target=4615000 fn=420 #419
[frame-irq] raise t_virt=1971187128 dt=4615000 next_target=1975802128 gap_to_target=4615000 fn=421 #420
[frame-irq] raise t_virt=1975802128 dt=4615000 next_target=1980417128 gap_to_target=4615000 fn=422 #421
[frame-irq] raise t_virt=1980417128 dt=4615000 next_target=1985032128 gap_to_target=4615000 fn=423 #422
[frame-irq] raise t_virt=1985032128 dt=4615000 next_target=1989647128 gap_to_target=4615000 fn=424 #423
[frame-irq] raise t_virt=1989647128 dt=4615000 next_target=1994262128 gap_to_target=4615000 fn=425 #424
[frame-irq] raise t_virt=1994262128 dt=4615000 next_target=1998877128 gap_to_target=4615000 fn=426 #425
[frame-irq] raise t_virt=1998877128 dt=4615000 next_target=2003492128 gap_to_target=4615000 fn=427 #426
[frame-irq] raise t_virt=2003492128 dt=4615000 next_target=2008107128 gap_to_target=4615000 fn=428 #427
[frame-irq] raise t_virt=2008107128 dt=4615000 next_target=2012722128 gap_to_target=4615000 fn=429 #428
[frame-irq] raise t_virt=2012722128 dt=4615000 next_target=2017337128 gap_to_target=4615000 fn=430 #429
[frame-irq] raise t_virt=2017337128 dt=4615000 next_target=2021952128 gap_to_target=4615000 fn=431 #430
[frame-irq] raise t_virt=2021952128 dt=4615000 next_target=2026567128 gap_to_target=4615000 fn=432 #431
[frame-irq] raise t_virt=2026567128 dt=4615000 next_target=2031182128 gap_to_target=4615000 fn=433 #432
[frame-irq] raise t_virt=2031182128 dt=4615000 next_target=2035797128 gap_to_target=4615000 fn=434 #433
[frame-irq] raise t_virt=2035797128 dt=4615000 next_target=2040412128 gap_to_target=4615000 fn=435 #434
[frame-irq] raise t_virt=2040412128 dt=4615000 next_target=2045027128 gap_to_target=4615000 fn=436 #435
[frame-irq] raise t_virt=2045027128 dt=4615000 next_target=2049642128 gap_to_target=4615000 fn=437 #436
[frame-irq] raise t_virt=2049642128 dt=4615000 next_target=2054257128 gap_to_target=4615000 fn=438 #437
[frame-irq] raise t_virt=2054257128 dt=4615000 next_target=2058872128 gap_to_target=4615000 fn=439 #438
[frame-irq] raise t_virt=2058872128 dt=4615000 next_target=2063487128 gap_to_target=4615000 fn=440 #439
[frame-irq] raise t_virt=2063487128 dt=4615000 next_target=2068102128 gap_to_target=4615000 fn=441 #440
[frame-irq] raise t_virt=2068102128 dt=4615000 next_target=2072717128 gap_to_target=4615000 fn=442 #441
[frame-irq] raise t_virt=2072717128 dt=4615000 next_target=2077332128 gap_to_target=4615000 fn=443 #442
[frame-irq] raise t_virt=2077332128 dt=4615000 next_target=2081947128 gap_to_target=4615000 fn=444 #443
[frame-irq] raise t_virt=2081947128 dt=4615000 next_target=2086562128 gap_to_target=4615000 fn=445 #444
[frame-irq] raise t_virt=2086562128 dt=4615000 next_target=2091177128 gap_to_target=4615000 fn=446 #445
[frame-irq] raise t_virt=2091177128 dt=4615000 next_target=2095792128 gap_to_target=4615000 fn=447 #446
[frame-irq] raise t_virt=2095792128 dt=4615000 next_target=2100407128 gap_to_target=4615000 fn=448 #447
[frame-irq] raise t_virt=2100407128 dt=4615000 next_target=2105022128 gap_to_target=4615000 fn=449 #448
[frame-irq] raise t_virt=2105022128 dt=4615000 next_target=2109637128 gap_to_target=4615000 fn=450 #449
[frame-irq] raise t_virt=2109637128 dt=4615000 next_target=2114252128 gap_to_target=4615000 fn=451 #450
[frame-irq] raise t_virt=2114252128 dt=4615000 next_target=2118867128 gap_to_target=4615000 fn=452 #451
[frame-irq] raise t_virt=2118867128 dt=4615000 next_target=2123482128 gap_to_target=4615000 fn=453 #452
[frame-irq] raise t_virt=2123482128 dt=4615000 next_target=2128097128 gap_to_target=4615000 fn=454 #453
[frame-irq] raise t_virt=2128097128 dt=4615000 next_target=2132712128 gap_to_target=4615000 fn=455 #454
[frame-irq] raise t_virt=2132712128 dt=4615000 next_target=2137327128 gap_to_target=4615000 fn=456 #455
[frame-irq] raise t_virt=2137327128 dt=4615000 next_target=2141942128 gap_to_target=4615000 fn=457 #456
[frame-irq] raise t_virt=2141942128 dt=4615000 next_target=2146557128 gap_to_target=4615000 fn=458 #457
[frame-irq] raise t_virt=2146557128 dt=4615000 next_target=2151172128 gap_to_target=4615000 fn=459 #458
[frame-irq] raise t_virt=2151172128 dt=4615000 next_target=2155787128 gap_to_target=4615000 fn=460 #459
[frame-irq] raise t_virt=2155787128 dt=4615000 next_target=2160402128 gap_to_target=4615000 fn=461 #460
[frame-irq] raise t_virt=2160402128 dt=4615000 next_target=2165017128 gap_to_target=4615000 fn=462 #461
[frame-irq] raise t_virt=2165017128 dt=4615000 next_target=2169632128 gap_to_target=4615000 fn=463 #462
[frame-irq] raise t_virt=2169632128 dt=4615000 next_target=2174247128 gap_to_target=4615000 fn=464 #463
[frame-irq] raise t_virt=2174247128 dt=4615000 next_target=2178862128 gap_to_target=4615000 fn=465 #464
[frame-irq] raise t_virt=2178862128 dt=4615000 next_target=2183477128 gap_to_target=4615000 fn=466 #465
[frame-irq] raise t_virt=2183477128 dt=4615000 next_target=2188092128 gap_to_target=4615000 fn=467 #466
[frame-irq] raise t_virt=2188092128 dt=4615000 next_target=2192707128 gap_to_target=4615000 fn=468 #467
[frame-irq] raise t_virt=2192707128 dt=4615000 next_target=2197322128 gap_to_target=4615000 fn=469 #468
[frame-irq] raise t_virt=2197322128 dt=4615000 next_target=2201937128 gap_to_target=4615000 fn=470 #469
[frame-irq] raise t_virt=2201937128 dt=4615000 next_target=2206552128 gap_to_target=4615000 fn=471 #470
[frame-irq] raise t_virt=2206552128 dt=4615000 next_target=2211167128 gap_to_target=4615000 fn=472 #471
[frame-irq] raise t_virt=2211167128 dt=4615000 next_target=2215782128 gap_to_target=4615000 fn=473 #472
[frame-irq] raise t_virt=2215782128 dt=4615000 next_target=2220397128 gap_to_target=4615000 fn=474 #473
[frame-irq] raise t_virt=2220397128 dt=4615000 next_target=2225012128 gap_to_target=4615000 fn=475 #474
[frame-irq] raise t_virt=2225012128 dt=4615000 next_target=2229627128 gap_to_target=4615000 fn=476 #475
[frame-irq] raise t_virt=2229627128 dt=4615000 next_target=2234242128 gap_to_target=4615000 fn=477 #476
[frame-irq] raise t_virt=2234242128 dt=4615000 next_target=2238857128 gap_to_target=4615000 fn=478 #477
[frame-irq] raise t_virt=2238857128 dt=4615000 next_target=2243472128 gap_to_target=4615000 fn=479 #478
[frame-irq] raise t_virt=2243472128 dt=4615000 next_target=2248087128 gap_to_target=4615000 fn=480 #479
[frame-irq] raise t_virt=2248087128 dt=4615000 next_target=2252702128 gap_to_target=4615000 fn=481 #480
[frame-irq] raise t_virt=2252702128 dt=4615000 next_target=2257317128 gap_to_target=4615000 fn=482 #481
[frame-irq] raise t_virt=2257317128 dt=4615000 next_target=2261932128 gap_to_target=4615000 fn=483 #482
[frame-irq] raise t_virt=2261932128 dt=4615000 next_target=2266547128 gap_to_target=4615000 fn=484 #483
[frame-irq] raise t_virt=2266547128 dt=4615000 next_target=2271162128 gap_to_target=4615000 fn=485 #484
[frame-irq] raise t_virt=2271162128 dt=4615000 next_target=2275777128 gap_to_target=4615000 fn=486 #485
[frame-irq] raise t_virt=2275777128 dt=4615000 next_target=2280392128 gap_to_target=4615000 fn=487 #486
[frame-irq] raise t_virt=2280392128 dt=4615000 next_target=2285007128 gap_to_target=4615000 fn=488 #487
[frame-irq] raise t_virt=2285007128 dt=4615000 next_target=2289622128 gap_to_target=4615000 fn=489 #488
[frame-irq] raise t_virt=2289622128 dt=4615000 next_target=2294237128 gap_to_target=4615000 fn=490 #489
[frame-irq] raise t_virt=2294237128 dt=4615000 next_target=2298852128 gap_to_target=4615000 fn=491 #490
[frame-irq] raise t_virt=2298852128 dt=4615000 next_target=2303467128 gap_to_target=4615000 fn=492 #491
[frame-irq] raise t_virt=2303467128 dt=4615000 next_target=2308082128 gap_to_target=4615000 fn=493 #492
[frame-irq] raise t_virt=2308082128 dt=4615000 next_target=2312697128 gap_to_target=4615000 fn=494 #493
[frame-irq] raise t_virt=2312697128 dt=4615000 next_target=2317312128 gap_to_target=4615000 fn=495 #494
[frame-irq] raise t_virt=2317312128 dt=4615000 next_target=2321927128 gap_to_target=4615000 fn=496 #495
[frame-irq] raise t_virt=2321927128 dt=4615000 next_target=2326542128 gap_to_target=4615000 fn=497 #496
[frame-irq] raise t_virt=2326542128 dt=4615000 next_target=2331157128 gap_to_target=4615000 fn=498 #497
[frame-irq] raise t_virt=2331157128 dt=4615000 next_target=2335772128 gap_to_target=4615000 fn=499 #498
[frame-irq] raise t_virt=2335772128 dt=4615000 next_target=2340387128 gap_to_target=4615000 fn=500 #499

[... 1296 lines truncated ...]

[frame-irq] raise t_virt=8321427128 dt=4615000 next_target=8326042128 gap_to_target=4615000 fn=1797 #1796
[frame-irq] raise t_virt=8326042128 dt=4615000 next_target=8330657128 gap_to_target=4615000 fn=1798 #1797
[frame-irq] raise t_virt=8330657128 dt=4615000 next_target=8335272128 gap_to_target=4615000 fn=1799 #1798
[frame-irq] raise t_virt=8335272128 dt=4615000 next_target=8339887128 gap_to_target=4615000 fn=1800 #1799
[frame-irq] raise t_virt=8339887128 dt=4615000 next_target=8344502128 gap_to_target=4615000 fn=1801 #1800
[frame-irq] raise t_virt=8344502128 dt=4615000 next_target=8349117128 gap_to_target=4615000 fn=1802 #1801
[frame-irq] raise t_virt=8349117128 dt=4615000 next_target=8353732128 gap_to_target=4615000 fn=1803 #1802
[frame-irq] raise t_virt=8353732128 dt=4615000 next_target=8358347128 gap_to_target=4615000 fn=1804 #1803
[frame-irq] raise t_virt=8358347128 dt=4615000 next_target=8362962128 gap_to_target=4615000 fn=1805 #1804
[frame-irq] raise t_virt=8362962128 dt=4615000 next_target=8367577128 gap_to_target=4615000 fn=1806 #1805
[frame-irq] raise t_virt=8367577128 dt=4615000 next_target=8372192128 gap_to_target=4615000 fn=1807 #1806
[frame-irq] raise t_virt=8372192128 dt=4615000 next_target=8376807128 gap_to_target=4615000 fn=1808 #1807
[frame-irq] raise t_virt=8376807128 dt=4615000 next_target=8381422128 gap_to_target=4615000 fn=1809 #1808
[frame-irq] raise t_virt=8381422128 dt=4615000 next_target=8386037128 gap_to_target=4615000 fn=1810 #1809
[frame-irq] raise t_virt=8386037128 dt=4615000 next_target=8390652128 gap_to_target=4615000 fn=1811 #1810
[frame-irq] raise t_virt=8390652128 dt=4615000 next_target=8395267128 gap_to_target=4615000 fn=1812 #1811
[frame-irq] raise t_virt=8395267128 dt=4615000 next_target=8399882128 gap_to_target=4615000 fn=1813 #1812
[frame-irq] raise t_virt=8399882128 dt=4615000 next_target=8404497128 gap_to_target=4615000 fn=1814 #1813
[frame-irq] raise t_virt=8404497128 dt=4615000 next_target=8409112128 gap_to_target=4615000 fn=1815 #1814
[frame-irq] raise t_virt=8409112128 dt=4615000 next_target=8413727128 gap_to_target=4615000 fn=1816 #1815
[frame-irq] raise t_virt=8413727128 dt=4615000 next_target=8418342128 gap_to_target=4615000 fn=1817 #1816
[frame-irq] raise t_virt=8418342128 dt=4615000 next_target=8422957128 gap_to_target=4615000 fn=1818 #1817
[frame-irq] raise t_virt=8422957128 dt=4615000 next_target=8427572128 gap_to_target=4615000 fn=1819 #1818
[frame-irq] raise t_virt=8427572128 dt=4615000 next_target=8432187128 gap_to_target=4615000 fn=1820 #1819
[frame-irq] raise t_virt=8432187128 dt=4615000 next_target=8436802128 gap_to_target=4615000 fn=1821 #1820
[frame-irq] raise t_virt=8436802128 dt=4615000 next_target=8441417128 gap_to_target=4615000 fn=1822 #1821
[frame-irq] raise t_virt=8441417128 dt=4615000 next_target=8446032128 gap_to_target=4615000 fn=1823 #1822
[frame-irq] raise t_virt=8446032128 dt=4615000 next_target=8450647128 gap_to_target=4615000 fn=1824 #1823
[frame-irq] raise t_virt=8450647128 dt=4615000 next_target=8455262128 gap_to_target=4615000 fn=1825 #1824
[frame-irq] raise t_virt=8455262128 dt=4615000 next_target=8459877128 gap_to_target=4615000 fn=1826 #1825
[frame-irq] raise t_virt=8459877128 dt=4615000 next_target=8464492128 gap_to_target=4615000 fn=1827 #1826
[frame-irq] raise t_virt=8464492128 dt=4615000 next_target=8469107128 gap_to_target=4615000 fn=1828 #1827
[frame-irq] raise t_virt=8469107128 dt=4615000 next_target=8473722128 gap_to_target=4615000 fn=1829 #1828
[frame-irq] raise t_virt=8473722128 dt=4615000 next_target=8478337128 gap_to_target=4615000 fn=1830 #1829
[frame-irq] raise t_virt=8478337128 dt=4615000 next_target=8482952128 gap_to_target=4615000 fn=1831 #1830
[frame-irq] raise t_virt=8482952128 dt=4615000 next_target=8487567128 gap_to_target=4615000 fn=1832 #1831
[frame-irq] raise t_virt=8487567128 dt=4615000 next_target=8492182128 gap_to_target=4615000 fn=1833 #1832
[frame-irq] raise t_virt=8492182128 dt=4615000 next_target=8496797128 gap_to_target=4615000 fn=1834 #1833
[frame-irq] raise t_virt=8496797128 dt=4615000 next_target=8501412128 gap_to_target=4615000 fn=1835 #1834
[frame-irq] raise t_virt=8501412128 dt=4615000 next_target=8506027128 gap_to_target=4615000 fn=1836 #1835
[frame-irq] raise t_virt=8506027128 dt=4615000 next_target=8510642128 gap_to_target=4615000 fn=1837 #1836
[frame-irq] raise t_virt=8510642128 dt=4615000 next_target=8515257128 gap_to_target=4615000 fn=1838 #1837
[frame-irq] raise t_virt=8515257128 dt=4615000 next_target=8519872128 gap_to_target=4615000 fn=1839 #1838
[frame-irq] raise t_virt=8519872128 dt=4615000 next_target=8524487128 gap_to_target=4615000 fn=1840 #1839
[frame-irq] raise t_virt=8524487128 dt=4615000 next_target=8529102128 gap_to_target=4615000 fn=1841 #1840
[frame-irq] raise t_virt=8529102128 dt=4615000 next_target=8533717128 gap_to_target=4615000 fn=1842 #1841
[frame-irq] raise t_virt=8533717128 dt=4615000 next_target=8538332128 gap_to_target=4615000 fn=1843 #1842
[frame-irq] raise t_virt=8538332128 dt=4615000 next_target=8542947128 gap_to_target=4615000 fn=1844 #1843
[frame-irq] raise t_virt=8542947128 dt=4615000 next_target=8547562128 gap_to_target=4615000 fn=1845 #1844
[frame-irq] raise t_virt=8547562128 dt=4615000 next_target=8552177128 gap_to_target=4615000 fn=1846 #1845
[frame-irq] raise t_virt=8552177128 dt=4615000 next_target=8556792128 gap_to_target=4615000 fn=1847 #1846
[frame-irq] raise t_virt=8556792128 dt=4615000 next_target=8561407128 gap_to_target=4615000 fn=1848 #1847
[frame-irq] raise t_virt=8561407128 dt=4615000 next_target=8566022128 gap_to_target=4615000 fn=1849 #1848
[frame-irq] raise t_virt=8566022128 dt=4615000 next_target=8570637128 gap_to_target=4615000 fn=1850 #1849
[frame-irq] raise t_virt=8570637128 dt=4615000 next_target=8575252128 gap_to_target=4615000 fn=1851 #1850
[frame-irq] raise t_virt=8575252128 dt=4615000 next_target=8579867128 gap_to_target=4615000 fn=1852 #1851
[frame-irq] raise t_virt=8579867128 dt=4615000 next_target=8584482128 gap_to_target=4615000 fn=1853 #1852
[frame-irq] raise t_virt=8584482128 dt=4615000 next_target=8589097128 gap_to_target=4615000 fn=1854 #1853
[frame-irq] raise t_virt=8589097128 dt=4615000 next_target=8593712128 gap_to_target=4615000 fn=1855 #1854
[frame-irq] raise t_virt=8593712128 dt=4615000 next_target=8598327128 gap_to_target=4615000 fn=1856 #1855
[frame-irq] raise t_virt=8598327128 dt=4615000 next_target=8602942128 gap_to_target=4615000 fn=1857 #1856
[frame-irq] raise t_virt=8602942128 dt=4615000 next_target=8607557128 gap_to_target=4615000 fn=1858 #1857
[frame-irq] raise t_virt=8607557128 dt=4615000 next_target=8612172128 gap_to_target=4615000 fn=1859 #1858
[frame-irq] raise t_virt=8612172128 dt=4615000 next_target=8616787128 gap_to_target=4615000 fn=1860 #1859
[frame-irq] raise t_virt=8616787128 dt=4615000 next_target=8621402128 gap_to_target=4615000 fn=1861 #1860
[frame-irq] raise t_virt=8621402128 dt=4615000 next_target=8626017128 gap_to_target=4615000 fn=1862 #1861
[frame-irq] raise t_virt=8626017128 dt=4615000 next_target=8630632128 gap_to_target=4615000 fn=1863 #1862
[frame-irq] raise t_virt=8630632128 dt=4615000 next_target=8635247128 gap_to_target=4615000 fn=1864 #1863
[frame-irq] raise t_virt=8635247128 dt=4615000 next_target=8639862128 gap_to_target=4615000 fn=1865 #1864
[frame-irq] raise t_virt=8639862128 dt=4615000 next_target=8644477128 gap_to_target=4615000 fn=1866 #1865
[frame-irq] raise t_virt=8644477128 dt=4615000 next_target=8649092128 gap_to_target=4615000 fn=1867 #1866
[frame-irq] raise t_virt=8649092128 dt=4615000 next_target=8653707128 gap_to_target=4615000 fn=1868 #1867
[frame-irq] raise t_virt=8653707128 dt=4615000 next_target=8658322128 gap_to_target=4615000 fn=1869 #1868
[frame-irq] raise t_virt=8658322128 dt=4615000 next_target=8662937128 gap_to_target=4615000 fn=1870 #1869
[frame-irq] raise t_virt=8662937128 dt=4615000 next_target=8667552128 gap_to_target=4615000 fn=1871 #1870
[frame-irq] raise t_virt=8667552128 dt=4615000 next_target=8672167128 gap_to_target=4615000 fn=1872 #1871
[frame-irq] raise t_virt=8672167128 dt=4615000 next_target=8676782128 gap_to_target=4615000 fn=1873 #1872
[frame-irq] raise t_virt=8676782128 dt=4615000 next_target=8681397128 gap_to_target=4615000 fn=1874 #1873
[frame-irq] raise t_virt=8681397128 dt=4615000 next_target=8686012128 gap_to_target=4615000 fn=1875 #1874
[frame-irq] raise t_virt=8686012128 dt=4615000 next_target=8690627128 gap_to_target=4615000 fn=1876 #1875
[frame-irq] raise t_virt=8690627128 dt=4615000 next_target=8695242128 gap_to_target=4615000 fn=1877 #1876
[frame-irq] raise t_virt=8695242128 dt=4615000 next_target=8699857128 gap_to_target=4615000 fn=1878 #1877
[frame-irq] raise t_virt=8699857128 dt=4615000 next_target=8704472128 gap_to_target=4615000 fn=1879 #1878
[frame-irq] raise t_virt=8704472128 dt=4615000 next_target=8709087128 gap_to_target=4615000 fn=1880 #1879
[frame-irq] raise t_virt=8709087128 dt=4615000 next_target=8713702128 gap_to_target=4615000 fn=1881 #1880
[frame-irq] raise t_virt=8713702128 dt=4615000 next_target=8718317128 gap_to_target=4615000 fn=1882 #1881
[frame-irq] raise t_virt=8718317128 dt=4615000 next_target=8722932128 gap_to_target=4615000 fn=1883 #1882
[frame-irq] raise t_virt=8722932128 dt=4615000 next_target=8727547128 gap_to_target=4615000 fn=1884 #1883
[frame-irq] raise t_virt=8727547128 dt=4615000 next_target=8732162128 gap_to_target=4615000 fn=1885 #1884
[frame-irq] raise t_virt=8732162128 dt=4615000 next_target=8736777128 gap_to_target=4615000 fn=1886 #1885
[frame-irq] raise t_virt=8736777128 dt=4615000 next_target=8741392128 gap_to_target=4615000 fn=1887 #1886
[frame-irq] raise t_virt=8741392128 dt=4615000 next_target=8746007128 gap_to_target=4615000 fn=1888 #1887
[frame-irq] raise t_virt=8746007128 dt=4615000 next_target=8750622128 gap_to_target=4615000 fn=1889 #1888
[frame-irq] raise t_virt=8750622128 dt=4615000 next_target=8755237128 gap_to_target=4615000 fn=1890 #1889
[frame-irq] raise t_virt=8755237128 dt=4615000 next_target=8759852128 gap_to_target=4615000 fn=1891 #1890
[frame-irq] raise t_virt=8759852128 dt=4615000 next_target=8764467128 gap_to_target=4615000 fn=1892 #1891
[frame-irq] raise t_virt=8764467128 dt=4615000 next_target=8769082128 gap_to_target=4615000 fn=1893 #1892
[frame-irq] raise t_virt=8769082128 dt=4615000 next_target=8773697128 gap_to_target=4615000 fn=1894 #1893
[frame-irq] raise t_virt=8773697128 dt=4615000 next_target=8778312128 gap_to_target=4615000 fn=1895 #1894
[frame-irq] raise t_virt=8778312128 dt=4615000 next_target=8782927128 gap_to_target=4615000 fn=1896 #1895
[frame-irq] raise t_virt=8782927128 dt=4615000 next_target=8787542128 gap_to_target=4615000 fn=1897 #1896
[frame-irq] raise t_virt=8787542128 dt=4615000 next_target=8792157128 gap_to_target=4615000 fn=1898 #1897
[frame-irq] raise t_virt=8792157128 dt=4615000 next_target=8796772128 gap_to_target=4615000 fn=1899 #1898
[frame-irq] raise t_virt=8796772128 dt=4615000 next_target=8801387128 gap_to_target=4615000 fn=1900 #1899
[frame-irq] raise t_virt=8801387128 dt=4615000 next_target=8806002128 gap_to_target=4615000 fn=1901 #1900
[frame-irq] raise t_virt=8806002128 dt=4615000 next_target=8810617128 gap_to_target=4615000 fn=1902 #1901
[frame-irq] raise t_virt=8810617128 dt=4615000 next_target=8815232128 gap_to_target=4615000 fn=1903 #1902
[frame-irq] raise t_virt=8815232128 dt=4615000 next_target=8819847128 gap_to_target=4615000 fn=1904 #1903
[frame-irq] raise t_virt=8819847128 dt=4615000 next_target=8824462128 gap_to_target=4615000 fn=1905 #1904
[frame-irq] raise t_virt=8824462128 dt=4615000 next_target=8829077128 gap_to_target=4615000 fn=1906 #1905
[frame-irq] raise t_virt=8829077128 dt=4615000 next_target=8833692128 gap_to_target=4615000 fn=1907 #1906
[frame-irq] raise t_virt=8833692128 dt=4615000 next_target=8838307128 gap_to_target=4615000 fn=1908 #1907
[frame-irq] raise t_virt=8838307128 dt=4615000 next_target=8842922128 gap_to_target=4615000 fn=1909 #1908
[frame-irq] raise t_virt=8842922128 dt=4615000 next_target=8847537128 gap_to_target=4615000 fn=1910 #1909
[frame-irq] raise t_virt=8847537128 dt=4615000 next_target=8852152128 gap_to_target=4615000 fn=1911 #1910
[frame-irq] raise t_virt=8852152128 dt=4615000 next_target=8856767128 gap_to_target=4615000 fn=1912 #1911
[frame-irq] raise t_virt=8856767128 dt=4615000 next_target=8861382128 gap_to_target=4615000 fn=1913 #1912
[frame-irq] raise t_virt=8861382128 dt=4615000 next_target=8865997128 gap_to_target=4615000 fn=1914 #1913
[frame-irq] raise t_virt=8865997128 dt=4615000 next_target=8870612128 gap_to_target=4615000 fn=1915 #1914
[frame-irq] raise t_virt=8870612128 dt=4615000 next_target=8875227128 gap_to_target=4615000 fn=1916 #1915
[frame-irq] raise t_virt=8875227128 dt=4615000 next_target=8879842128 gap_to_target=4615000 fn=1917 #1916
[frame-irq] raise t_virt=8879842128 dt=4615000 next_target=8884457128 gap_to_target=4615000 fn=1918 #1917
[frame-irq] raise t_virt=8884457128 dt=4615000 next_target=8889072128 gap_to_target=4615000 fn=1919 #1918
[frame-irq] raise t_virt=8889072128 dt=4615000 next_target=8893687128 gap_to_target=4615000 fn=1920 #1919
[frame-irq] raise t_virt=8893687128 dt=4615000 next_target=8898302128 gap_to_target=4615000 fn=1921 #1920
[frame-irq] raise t_virt=8898302128 dt=4615000 next_target=8902917128 gap_to_target=4615000 fn=1922 #1921
[frame-irq] raise t_virt=8902917128 dt=4615000 next_target=8907532128 gap_to_target=4615000 fn=1923 #1922
[frame-irq] raise t_virt=8907532128 dt=4615000 next_target=8912147128 gap_to_target=4615000 fn=1924 #1923
[frame-irq] raise t_virt=8912147128 dt=4615000 next_target=8916762128 gap_to_target=4615000 fn=1925 #1924
[frame-irq] raise t_virt=8916762128 dt=4615000 next_target=8921377128 gap_to_target=4615000 fn=1926 #1925
[frame-irq] raise t_virt=8921377128 dt=4615000 next_target=8925992128 gap_to_target=4615000 fn=1927 #1926
[frame-irq] raise t_virt=8925992128 dt=4615000 next_target=8930607128 gap_to_target=4615000 fn=1928 #1927
[frame-irq] raise t_virt=8930607128 dt=4615000 next_target=8935222128 gap_to_target=4615000 fn=1929 #1928
[frame-irq] raise t_virt=8935222128 dt=4615000 next_target=8939837128 gap_to_target=4615000 fn=1930 #1929
[frame-irq] raise t_virt=8939837128 dt=4615000 next_target=8944452128 gap_to_target=4615000 fn=1931 #1930
[frame-irq] raise t_virt=8944452128 dt=4615000 next_target=8949067128 gap_to_target=4615000 fn=1932 #1931
[frame-irq] raise t_virt=8949067128 dt=4615000 next_target=8953682128 gap_to_target=4615000 fn=1933 #1932
[frame-irq] raise t_virt=8953682128 dt=4615000 next_target=8958297128 gap_to_target=4615000 fn=1934 #1933
[frame-irq] raise t_virt=8958297128 dt=4615000 next_target=8962912128 gap_to_target=4615000 fn=1935 #1934
[frame-irq] raise t_virt=8962912128 dt=4615000 next_target=8967527128 gap_to_target=4615000 fn=1936 #1935
[frame-irq] raise t_virt=8967527128 dt=4615000 next_target=8972142128 gap_to_target=4615000 fn=1937 #1936
[frame-irq] raise t_virt=8972142128 dt=4615000 next_target=8976757128 gap_to_target=4615000 fn=1938 #1937
[frame-irq] raise t_virt=8976757128 dt=4615000 next_target=8981372128 gap_to_target=4615000 fn=1939 #1938
[frame-irq] raise t_virt=8981372128 dt=4615000 next_target=8985987128 gap_to_target=4615000 fn=1940 #1939
[frame-irq] raise t_virt=8985987128 dt=4615000 next_target=8990602128 gap_to_target=4615000 fn=1941 #1940
[frame-irq] raise t_virt=8990602128 dt=4615000 next_target=8995217128 gap_to_target=4615000 fn=1942 #1941
[frame-irq] raise t_virt=8995217128 dt=4615000 next_target=8999832128 gap_to_target=4615000 fn=1943 #1942
[frame-irq] raise t_virt=8999832128 dt=4615000 next_target=9004447128 gap_to_target=4615000 fn=1944 #1943
[frame-irq] raise t_virt=9004447128 dt=4615000 next_target=9009062128 gap_to_target=4615000 fn=1945 #1944
[frame-irq] raise t_virt=9009062128 dt=4615000 next_target=9013677128 gap_to_target=4615000 fn=1946 #1945
[frame-irq] raise t_virt=9013677128 dt=4615000 next_target=9018292128 gap_to_target=4615000 fn=1947 #1946
[frame-irq] raise t_virt=9018292128 dt=4615000 next_target=9022907128 gap_to_target=4615000 fn=1948 #1947
[frame-irq] raise t_virt=9022907128 dt=4615000 next_target=9027522128 gap_to_target=4615000 fn=1949 #1948
[frame-irq] raise t_virt=9027522128 dt=4615000 next_target=9032137128 gap_to_target=4615000 fn=1950 #1949
[frame-irq] raise t_virt=9032137128 dt=4615000 next_target=9036752128 gap_to_target=4615000 fn=1951 #1950
[frame-irq] raise t_virt=9036752128 dt=4615000 next_target=9041367128 gap_to_target=4615000 fn=1952 #1951
[frame-irq] raise t_virt=9041367128 dt=4615000 next_target=9045982128 gap_to_target=4615000 fn=1953 #1952
[frame-irq] raise t_virt=9045982128 dt=4615000 next_target=9050597128 gap_to_target=4615000 fn=1954 #1953
[frame-irq] raise t_virt=9050597128 dt=4615000 next_target=9055212128 gap_to_target=4615000 fn=1955 #1954
[frame-irq] raise t_virt=9055212128 dt=4615000 next_target=9059827128 gap_to_target=4615000 fn=1956 #1955
[frame-irq] raise t_virt=9059827128 dt=4615000 next_target=9064442128 gap_to_target=4615000 fn=1957 #1956
[frame-irq] raise t_virt=9064442128 dt=4615000 next_target=9069057128 gap_to_target=4615000 fn=1958 #1957
[frame-irq] raise t_virt=9069057128 dt=4615000 next_target=9073672128 gap_to_target=4615000 fn=1959 #1958
[frame-irq] raise t_virt=9073672128 dt=4615000 next_target=9078287128 gap_to_target=4615000 fn=1960 #1959
[frame-irq] raise t_virt=9078287128 dt=4615000 next_target=9082902128 gap_to_target=4615000 fn=1961 #1960
[frame-irq] raise t_virt=9082902128 dt=4615000 next_target=9087517128 gap_to_target=4615000 fn=1962 #1961
[frame-irq] raise t_virt=9087517128 dt=4615000 next_target=9092132128 gap_to_target=4615000 fn=1963 #1962
[frame-irq] raise t_virt=9092132128 dt=4615000 next_target=9096747128 gap_to_target=4615000 fn=1964 #1963
[frame-irq] raise t_virt=9096747128 dt=4615000 next_target=9101362128 gap_to_target=4615000 fn=1965 #1964
[frame-irq] raise t_virt=9101362128 dt=4615000 next_target=9105977128 gap_to_target=4615000 fn=1966 #1965
[frame-irq] raise t_virt=9105977128 dt=4615000 next_target=9110592128 gap_to_target=4615000 fn=1967 #1966
[frame-irq] raise t_virt=9110592128 dt=4615000 next_target=9115207128 gap_to_target=4615000 fn=1968 #1967
[frame-irq] raise t_virt=9115207128 dt=4615000 next_target=9119822128 gap_to_target=4615000 fn=1969 #1968
[frame-irq] raise t_virt=9119822128 dt=4615000 next_target=9124437128 gap_to_target=4615000 fn=1970 #1969
[frame-irq] raise t_virt=9124437128 dt=4615000 next_target=9129052128 gap_to_target=4615000 fn=1971 #1970
[frame-irq] raise t_virt=9129052128 dt=4615000 next_target=9133667128 gap_to_target=4615000 fn=1972 #1971
[frame-irq] raise t_virt=9133667128 dt=4615000 next_target=9138282128 gap_to_target=4615000 fn=1973 #1972
[frame-irq] raise t_virt=9138282128 dt=4615000 next_target=9142897128 gap_to_target=4615000 fn=1974 #1973
[frame-irq] raise t_virt=9142897128 dt=4615000 next_target=9147512128 gap_to_target=4615000 fn=1975 #1974
[frame-irq] raise t_virt=9147512128 dt=4615000 next_target=9152127128 gap_to_target=4615000 fn=1976 #1975
[frame-irq] raise t_virt=9152127128 dt=4615000 next_target=9156742128 gap_to_target=4615000 fn=1977 #1976
[frame-irq] raise t_virt=9156742128 dt=4615000 next_target=9161357128 gap_to_target=4615000 fn=1978 #1977
[frame-irq] raise t_virt=9161357128 dt=4615000 next_target=9165972128 gap_to_target=4615000 fn=1979 #1978
[frame-irq] raise t_virt=9165972128 dt=4615000 next_target=9170587128 gap_to_target=4615000 fn=1980 #1979
[frame-irq] raise t_virt=9170587128 dt=4615000 next_target=9175202128 gap_to_target=4615000 fn=1981 #1980
[frame-irq] raise t_virt=9175202128 dt=4615000 next_target=9179817128 gap_to_target=4615000 fn=1982 #1981
[frame-irq] raise t_virt=9179817128 dt=4615000 next_target=9184432128 gap_to_target=4615000 fn=1983 #1982
[frame-irq] raise t_virt=9184432128 dt=4615000 next_target=9189047128 gap_to_target=4615000 fn=1984 #1983
[frame-irq] raise t_virt=9189047128 dt=4615000 next_target=9193662128 gap_to_target=4615000 fn=1985 #1984
[frame-irq] raise t_virt=9193662128 dt=4615000 next_target=9198277128 gap_to_target=4615000 fn=1986 #1985
[frame-irq] raise t_virt=9198277128 dt=4615000 next_target=9202892128 gap_to_target=4615000 fn=1987 #1986
[frame-irq] raise t_virt=9202892128 dt=4615000 next_target=9207507128 gap_to_target=4615000 fn=1988 #1987
[frame-irq] raise t_virt=9207507128 dt=4615000 next_target=9212122128 gap_to_target=4615000 fn=1989 #1988
[frame-irq] raise t_virt=9212122128 dt=4615000 next_target=9216737128 gap_to_target=4615000 fn=1990 #1989
[frame-irq] raise t_virt=9216737128 dt=4615000 next_target=9221352128 gap_to_target=4615000 fn=1991 #1990
[frame-irq] raise t_virt=9221352128 dt=4615000 next_target=9225967128 gap_to_target=4615000 fn=1992 #1991
[frame-irq] raise t_virt=9225967128 dt=4615000 next_target=9230582128 gap_to_target=4615000 fn=1993 #1992
[frame-irq] raise t_virt=9230582128 dt=4615000 next_target=9235197128 gap_to_target=4615000 fn=1994 #1993
[frame-irq] raise t_virt=9235197128 dt=4615000 next_target=9239812128 gap_to_target=4615000 fn=1995 #1994
[frame-irq] raise t_virt=9239812128 dt=4615000 next_target=9244427128 gap_to_target=4615000 fn=19
fw-irda.log (73,579 bytes, 1578 lignes)
1779882705.406 +0.072s [fw-irda] [fw-beacon]
1779882705.587 +0.253s [fw-irda] [fw-beacon]
1779882705.743 +0.409s [fw-irda] [fw-beacon]
1779882705.900 +0.566s [fw-irda] [fw-beacon]
1779882706.054 +0.720s [fw-irda] [fw-beacon]
1779882706.209 +0.875s [fw-irda] [fw-beacon]
1779882706.370 +1.036s [fw-irda] [fw-beacon]
1779882706.535 +1.201s [fw-irda] [fw-beacon]
1779882706.708 +1.374s [fw-irda] [fw-beacon]
1779882706.884 +1.550s [fw-irda] [fw-beacon]
1779882707.064 +1.730s [fw-irda] [fw-beacon]
1779882707.258 +1.924s [fw-irda] [fw-beacon]
1779882707.440 +2.106s [fw-irda] [fw-beacon]
1779882707.629 +2.295s [fw-irda] [fw-beacon]
1779882707.809 +2.475s [fw-irda] [fw-beacon]
1779882707.987 +2.653s [fw-irda] [fw-beacon]
1779882708.151 +2.817s [fw-irda] [fw-beacon]
1779882708.331 +2.997s [fw-irda] [fw-beacon]
1779882708.511 +3.176s [fw-irda] [fw-beacon]
1779882708.692 +3.358s [fw-irda] [fw-beacon]
1779882708.875 +3.540s [fw-irda] [fw-beacon]
1779882709.057 +3.722s [fw-irda] [fw-beacon]
1779882709.242 +3.908s [fw-irda] [fw-beacon]
1779882709.426 +4.092s [fw-irda] [fw-beacon]
1779882709.607 +4.273s [fw-irda] [fw-beacon]
1779882709.787 +4.453s [fw-irda] [fw-beacon]
1779882709.971 +4.636s [fw-irda] [fw-beacon]
1779882710.156 +4.821s [fw-irda] [fw-beacon]
1779882710.336 +5.002s [fw-irda] [fw-beacon]
1779882710.514 +5.180s [fw-irda] [fw-beacon]
1779882710.697 +5.363s [fw-irda] [fw-beacon]
1779882710.881 +5.546s [fw-irda] [fw-beacon]
1779882711.064 +5.730s [fw-irda] [fw-beacon]
1779882711.242 +5.908s [fw-irda] [fw-beacon]
1779882711.422 +6.088s [fw-irda] [fw-beacon]
1779882711.610 +6.276s [fw-irda] [fw-beacon]
1779882711.793 +6.459s [fw-irda] [fw-beacon]
1779882711.977 +6.643s [fw-irda] [fw-beacon]
1779882712.157 +6.823s [fw-irda] [fw-beacon]
1779882712.325 +6.990s [fw-irda] [fw-beacon]
1779882712.492 +7.158s [fw-irda] [fw-beacon]
1779882712.674 +7.340s [fw-irda] [fw-beacon]
1779882712.858 +7.524s [fw-irda] [fw-beacon]
1779882713.040 +7.706s [fw-irda] [fw-beacon]
1779882713.219 +7.885s [fw-irda] [fw-beacon]
1779882713.399 +8.065s [fw-irda] [fw-beacon]
1779882713.585 +8.251s [fw-irda] [fw-beacon]
1779882713.768 +8.434s [fw-irda] [fw-beacon]
1779882713.952 +8.617s [fw-irda] [fw-beacon]
1779882714.131 +8.797s [fw-irda] [fw-beacon]
1779882714.309 +8.975s [fw-irda] [fw-beacon]
1779882714.493 +9.159s [fw-irda] [fw-beacon]
1779882714.677 +9.343s [fw-irda] [fw-beacon]
1779882714.860 +9.526s [fw-irda] [fw-beacon]
1779882715.038 +9.704s [fw-irda] [fw-beacon]
1779882715.220 +9.886s [fw-irda] [fw-beacon]
1779882715.402 +10.068s [fw-irda] [fw-beacon]
1779882715.585 +10.251s [fw-irda] [fw-beacon]
1779882715.765 +10.431s [fw-irda] [fw-beacon]
1779882715.949 +10.615s [fw-irda] [fw-beacon]
1779882716.133 +10.799s [fw-irda] [fw-beacon]
1779882716.313 +10.979s [fw-irda] [fw-beacon]
1779882716.492 +11.158s [fw-irda] [fw-beacon]
1779882716.674 +11.339s [fw-irda] [fw-beacon]
1779882716.858 +11.524s [fw-irda] [fw-beacon]
1779882717.038 +11.704s [fw-irda] [fw-beacon]
1779882717.220 +11.886s [fw-irda] [fw-beacon]
1779882717.401 +12.067s [fw-irda] [fw-beacon]
1779882717.584 +12.249s [fw-irda] [fw-beacon]
1779882717.768 +12.434s [fw-irda] [fw-beacon]
1779882717.950 +12.616s [fw-irda] [fw-beacon]
1779882718.123 +12.789s [fw-irda] [fw-beacon]
1779882718.290 +12.956s [fw-irda] [fw-beacon]
1779882718.456 +13.122s [fw-irda] [fw-beacon]
1779882718.631 +13.297s [fw-irda] [fw-beacon]
1779882718.822 +13.487s [fw-irda] [fw-beacon]
1779882719.002 +13.668s [fw-irda] [fw-beacon]
1779882719.181 +13.847s [fw-irda] [fw-beacon]
1779882719.363 +14.029s [fw-irda] [fw-beacon]
1779882719.543 +14.209s [fw-irda] [fw-beacon]
1779882719.722 +14.388s [fw-irda] [fw-beacon]
1779882719.902 +14.567s [fw-irda] [fw-beacon]
1779882720.074 +14.740s [fw-irda] [fw-beacon]
1779882720.243 +14.909s [fw-irda] [fw-beacon]
1779882720.418 +15.084s [fw-irda] [fw-beacon]
1779882720.576 +15.242s [fw-irda] [fw-beacon]
1779882720.758 +15.424s [fw-irda] [fw-beacon]
1779882720.930 +15.596s [fw-irda] [fw-beacon]
1779882721.093 +15.758s [fw-irda] [fw-beacon]
1779882721.252 +15.918s [fw-irda] [fw-beacon]
1779882721.428 +16.094s [fw-irda] [fw-beacon]
1779882721.587 +16.253s [fw-irda] [fw-beacon]
1779882721.746 +16.412s [fw-irda] [fw-beacon]
1779882721.898 +16.564s [fw-irda] [fw-beacon]
1779882722.057 +16.723s [fw-irda] [fw-beacon]
1779882722.227 +16.893s [fw-irda] [fw-beacon]
1779882722.407 +17.073s [fw-irda] [fw-beacon]
1779882722.587 +17.253s [fw-irda] [fw-beacon]
1779882722.771 +17.437s [fw-irda] [fw-beacon]
1779882722.952 +17.618s [fw-irda] [fw-beacon]
1779882723.131 +17.797s [fw-irda] [fw-beacon]
1779882723.308 +17.974s [fw-irda] [fw-beacon]
1779882723.489 +18.155s [fw-irda] [fw-beacon]
1779882723.669 +18.335s [fw-irda] [fw-beacon]
1779882723.849 +18.515s [fw-irda] [fw-beacon]
1779882724.024 +18.689s [fw-irda] [fw-beacon]
1779882724.201 +18.866s [fw-irda] [fw-beacon]
1779882724.381 +19.046s [fw-irda] [fw-beacon]
1779882724.560 +19.226s [fw-irda] [fw-beacon]
1779882724.750 +19.416s [fw-irda] [fw-beacon]
1779882724.905 +19.571s [fw-irda] [fw-beacon]
1779882725.059 +19.725s [fw-irda] [fw-beacon]
1779882725.213 +19.879s [fw-irda] [fw-beacon]
1779882725.369 +20.035s [fw-irda] [fw-beacon]
1779882725.528 +20.194s [fw-irda] [fw-beacon]
1779882725.690 +20.356s [fw-irda] [fw-beacon]
1779882725.853 +20.519s [fw-irda] [fw-beacon]
1779882726.014 +20.680s [fw-irda] [fw-beacon]
1779882726.186 +20.852s [fw-irda] [fw-beacon]
1779882726.368 +21.034s [fw-irda] [fw-beacon]
1779882726.549 +21.215s [fw-irda] [fw-beacon]
1779882726.733 +21.399s [fw-irda] [fw-beacon]
1779882726.917 +21.583s [fw-irda] [fw-beacon]
1779882727.098 +21.764s [fw-irda] [fw-beacon]
1779882727.278 +21.944s [fw-irda] [fw-beacon]
1779882727.463 +22.129s [fw-irda] [fw-beacon]
1779882727.640 +22.306s [fw-irda] [fw-beacon]
1779882727.797 +22.463s [fw-irda] [fw-beacon]
1779882727.952 +22.618s [fw-irda] [fw-beacon]
1779882728.110 +22.776s [fw-irda] [fw-beacon]
1779882728.271 +22.937s [fw-irda] [fw-beacon]
1779882728.432 +23.098s [fw-irda] [fw-beacon]
1779882728.592 +23.258s [fw-irda] [fw-beacon]
1779882728.753 +23.419s [fw-irda] [fw-beacon]
1779882728.913 +23.579s [fw-irda] [fw-beacon]
1779882729.072 +23.738s [fw-irda] [fw-beacon]
1779882729.228 +23.894s [fw-irda] [fw-beacon]
1779882729.386 +24.052s [fw-irda] [fw-beacon]
1779882729.546 +24.212s [fw-irda] [fw-beacon]
1779882729.730 +24.396s [fw-irda] [fw-beacon]
1779882729.909 +24.575s [fw-irda] [fw-beacon]
1779882730.093 +24.759s [fw-irda] [fw-beacon]
1779882730.280 +24.946s [fw-irda] [fw-beacon]
1779882730.466 +25.131s [fw-irda] [fw-beacon]
1779882730.647 +25.313s [fw-irda] [fw-beacon]
1779882730.829 +25.495s [fw-irda] [fw-beacon]
1779882731.005 +25.671s [fw-irda] [fw-beacon]
1779882731.166 +25.832s [fw-irda] [fw-beacon]
1779882731.326 +25.992s [fw-irda] [fw-beacon]
1779882731.478 +26.144s [fw-irda] [fw-beacon]
1779882731.630 +26.296s [fw-irda] [fw-beacon]
1779882731.786 +26.451s [fw-irda] [fw-beacon]
1779882731.947 +26.613s [fw-irda] [fw-beacon]
1779882732.130 +26.796s [fw-irda] [fw-beacon]
1779882732.292 +26.958s [fw-irda] [fw-beacon]
1779882732.445 +27.110s [fw-irda] [fw-beacon]
1779882732.600 +27.266s [fw-irda] [fw-beacon]
1779882732.753 +27.419s [fw-irda] [fw-beacon]
1779882732.914 +27.580s [fw-irda] [fw-beacon]
1779882733.075 +27.741s [fw-irda] [fw-beacon]
1779882733.237 +27.903s [fw-irda] [fw-beacon]
1779882733.396 +28.062s [fw-irda] [fw-beacon]
1779882733.560 +28.226s [fw-irda] [fw-beacon]
1779882733.719 +28.385s [fw-irda] [fw-beacon]
1779882733.877 +28.543s [fw-irda] [fw-beacon]
1779882734.031 +28.697s [fw-irda] [fw-beacon]
1779882734.186 +28.852s [fw-irda] [fw-beacon]
1779882734.348 +29.014s [fw-irda] [fw-beacon]
1779882734.508 +29.173s [fw-irda] [fw-beacon]
1779882734.666 +29.332s [fw-irda] [fw-beacon]
1779882734.827 +29.493s [fw-irda] [fw-beacon]
1779882734.989 +29.655s [fw-irda] [fw-beacon]
1779882735.157 +29.823s [fw-irda] [fw-beacon]
1779882735.326 +29.992s [fw-irda] [fw-beacon]
1779882735.491 +30.157s [fw-irda] [fw-beacon]
1779882735.670 +30.336s [fw-irda] [fw-beacon]
1779882735.852 +30.518s [fw-irda] [fw-beacon]
1779882736.013 +30.679s [fw-irda] [fw-beacon]
1779882736.177 +30.843s [fw-irda] [fw-beacon]
1779882736.331 +30.997s [fw-irda] [fw-beacon]
1779882736.485 +31.151s [fw-irda] [fw-beacon]
1779882736.644 +31.310s [fw-irda] [fw-beacon]
1779882736.804 +31.470s [fw-irda] [fw-beacon]
1779882736.967 +31.633s [fw-irda] [fw-beacon]
1779882737.132 +31.798s [fw-irda] [fw-beacon]
1779882737.313 +31.979s [fw-irda] [fw-beacon]
1779882737.483 +32.149s [fw-irda] [fw-beacon]
1779882737.648 +32.314s [fw-irda] [fw-beacon]
1779882737.833 +32.499s [fw-irda] [fw-beacon]
1779882738.017 +32.683s [fw-irda] [fw-beacon]
1779882738.185 +32.851s [fw-irda] [fw-beacon]
1779882738.344 +33.010s [fw-irda] [fw-beacon]
1779882738.500 +33.166s [fw-irda] [fw-beacon]
1779882738.658 +33.324s [fw-irda] [fw-beacon]
1779882738.814 +33.480s [fw-irda] [fw-beacon]
1779882738.975 +33.641s [fw-irda] [fw-beacon]
1779882739.136 +33.802s [fw-irda] [fw-beacon]
1779882739.297 +33.963s [fw-irda] [fw-beacon]
1779882739.456 +34.122s [fw-irda] [fw-beacon]
1779882739.615 +34.281s [fw-irda] [fw-beacon]
1779882739.782 +34.448s [fw-irda] [fw-beacon]
1779882739.947 +34.613s [fw-irda] [fw-beacon]
1779882740.124 +34.790s [fw-irda] [fw-beacon]
1779882740.306 +34.972s [fw-irda] [fw-beacon]
1779882740.488 +35.154s [fw-irda] [fw-beacon]
1779882740.668 +35.334s [fw-irda] [fw-beacon]
1779882740.853 +35.519s [fw-irda] [fw-beacon]
1779882741.037 +35.703s [fw-irda] [fw-beacon]
1779882741.219 +35.885s [fw-irda] [fw-beacon]
1779882741.398 +36.064s [fw-irda] [fw-beacon]
1779882741.569 +36.235s [fw-irda] [fw-beacon]
1779882741.745 +36.411s [fw-irda] [fw-beacon]
1779882741.908 +36.574s [fw-irda] [fw-beacon]
1779882742.085 +36.751s [fw-irda] [fw-beacon]
1779882742.273 +36.939s [fw-irda] [fw-beacon]
1779882742.453 +37.119s [fw-irda] [fw-beacon]
1779882742.633 +37.299s [fw-irda] [fw-beacon]
1779882742.814 +37.480s [fw-irda] [fw-beacon]
1779882742.983 +37.649s [fw-irda] [fw-beacon]
1779882743.138 +37.804s [fw-irda] [fw-beacon]
1779882743.293 +37.959s [fw-irda] [fw-beacon]
1779882743.445 +38.111s [fw-irda] [fw-beacon]
1779882743.603 +38.269s [fw-irda] [fw-beacon]
1779882743.762 +38.428s [fw-irda] [fw-beacon]
1779882743.941 +38.606s [fw-irda] [fw-beacon]
1779882744.124 +38.789s [fw-irda] [fw-beacon]
1779882744.304 +38.970s [fw-irda] [fw-beacon]
1779882744.489 +39.155s [fw-irda] [fw-beacon]
1779882744.671 +39.337s [fw-irda] [fw-beacon]
1779882744.853 +39.519s [fw-irda] [fw-beacon]
1779882745.035 +39.701s [fw-irda] [fw-beacon]
1779882745.218 +39.884s [fw-irda] [fw-beacon]
1779882745.399 +40.065s [fw-irda] [fw-beacon]
1779882745.572 +40.238s [fw-irda] [fw-beacon]
1779882745.752 +40.418s [fw-irda] [fw-beacon]
1779882745.910 +40.576s [fw-irda] [fw-beacon]
1779882746.068 +40.734s [fw-irda] [fw-beacon]
1779882746.223 +40.889s [fw-irda] [fw-beacon]
1779882746.376 +41.042s [fw-irda] [fw-beacon]
1779882746.535 +41.201s [fw-irda] [fw-beacon]
1779882746.692 +41.358s [fw-irda] [fw-beacon]
1779882746.849 +41.515s [fw-irda] [fw-beacon]
1779882747.007 +41.673s [fw-irda] [fw-beacon]
1779882747.163 +41.829s [fw-irda] [fw-beacon]
1779882747.318 +41.984s [fw-irda] [fw-beacon]
1779882747.471 +42.137s [fw-irda] [fw-beacon]
1779882747.626 +42.292s [fw-irda] [fw-beacon]
1779882747.784 +42.450s [fw-irda] [fw-beacon]
1779882747.941 +42.607s [fw-irda] [fw-beacon]
1779882748.105 +42.770s [fw-irda] [fw-beacon]
1779882748.261 +42.927s [fw-irda] [fw-beacon]
1779882748.420 +43.085s [fw-irda] [fw-beacon]
1779882748.573 +43.239s [fw-irda] [fw-beacon]
1779882748.731 +43.397s [fw-irda] [fw-beacon]
1779882748.901 +43.567s [fw-irda] [fw-beacon]
1779882749.082 +43.748s [fw-irda] [fw-beacon]
1779882749.267 +43.933s [fw-irda] [fw-beacon]
1779882749.450 +44.116s [fw-irda] [fw-beacon]
1779882749.634 +44.300s [fw-irda] [fw-beacon]
1779882749.817 +44.483s [fw-irda] [fw-beacon]
1779882749.997 +44.663s [fw-irda] [fw-beacon]
1779882750.182 +44.848s [fw-irda] [fw-beacon]
1779882750.365 +45.031s [fw-irda] [fw-beacon]
1779882750.550 +45.216s [fw-irda] [fw-beacon]
1779882750.729 +45.395s [fw-irda] [fw-beacon]
1779882750.920 +45.586s [fw-irda] [fw-beacon]
1779882751.098 +45.764s [fw-irda] [fw-beacon]
1779882751.281 +45.947s [fw-irda] [fw-beacon]
1779882751.465 +46.131s [fw-irda] [fw-beacon]
1779882751.649 +46.315s [fw-irda] [fw-beacon]
1779882751.831 +46.497s [fw-irda] [fw-beacon]
1779882752.014 +46.680s [fw-irda] [fw-beacon]
1779882752.196 +46.861s [fw-irda] [fw-beacon]
1779882752.377 +47.043s [fw-irda] [fw-beacon]
1779882752.562 +47.227s [fw-irda] [fw-beacon]
1779882752.742 +47.408s [fw-irda] [fw-beacon]
1779882752.924 +47.590s [fw-irda] [fw-beacon]
1779882753.105 +47.771s [fw-irda] [fw-beacon]
1779882753.273 +47.939s [fw-irda] [fw-beacon]
1779882753.441 +48.107s [fw-irda] [fw-beacon]
1779882753.622 +48.288s [fw-irda] [fw-beacon]
1779882753.789 +48.455s [fw-irda] [fw-beacon]
1779882753.949 +48.615s [fw-irda] [fw-beacon]
1779882754.123 +48.789s [fw-irda] [fw-beacon]
1779882754.305 +48.971s [fw-irda] [fw-beacon]
1779882754.478 +49.144s [fw-irda] [fw-beacon]
1779882754.660 +49.326s [fw-irda] [fw-beacon]
1779882754.839 +49.504s [fw-irda] [fw-beacon]
1779882755.020 +49.686s [fw-irda] [fw-beacon]
1779882755.209 +49.875s [fw-irda] [fw-beacon]
1779882755.391 +50.057s [fw-irda] [fw-beacon]
1779882755.571 +50.237s [fw-irda] [fw-beacon]
1779882755.753 +50.418s [fw-irda] [fw-beacon]
1779882755.913 +50.579s [fw-irda] [fw-beacon]
1779882756.071 +50.737s [fw-irda] [fw-beacon]
1779882756.239 +50.905s [fw-irda] [fw-beacon]
1779882756.406 +51.072s [fw-irda] [fw-beacon]
1779882756.574 +51.240s [fw-irda] [fw-beacon]
1779882756.764 +51.430s [fw-irda] [fw-beacon]
1779882756.952 +51.618s [fw-irda] [fw-beacon]
1779882757.134 +51.800s [fw-irda] [fw-beacon]
1779882757.318 +51.984s [fw-irda] [fw-beacon]
1779882757.502 +52.168s [fw-irda] [fw-beacon]
1779882757.684 +52.350s [fw-irda] [fw-beacon]
1779882757.869 +52.534s [fw-irda] [fw-beacon]
1779882758.055 +52.720s [fw-irda] [fw-beacon]
1779882758.230 +52.896s [fw-irda] [fw-beacon]
1779882758.398 +53.064s [fw-irda] [fw-beacon]
1779882758.564 +53.229s [fw-irda] [fw-beacon]
1779882758.747 +53.413s [fw-irda] [fw-beacon]
1779882758.938 +53.604s [fw-irda] [fw-beacon]
1779882759.120 +53.785s [fw-irda] [fw-beacon]
1779882759.303 +53.969s [fw-irda] [fw-beacon]
1779882759.488 +54.154s [fw-irda] [fw-beacon]
1779882759.673 +54.339s [fw-irda] [fw-beacon]
1779882759.854 +54.520s [fw-irda] [fw-beacon]
1779882760.038 +54.704s [fw-irda] [fw-beacon]
1779882760.220 +54.886s [fw-irda] [fw-beacon]
1779882760.403 +55.069s [fw-irda] [fw-beacon]
1779882760.587 +55.253s [fw-irda] [fw-beacon]
1779882760.764 +55.430s [fw-irda] [fw-beacon]
1779882760.945 +55.611s [fw-irda] [fw-beacon]
1779882761.129 +55.795s [fw-irda] [fw-beacon]
1779882761.313 +55.979s [fw-irda] [fw-beacon]
1779882761.497 +56.163s [fw-irda] [fw-beacon]
1779882761.666 +56.332s [fw-irda] [fw-beacon]
1779882761.836 +56.501s [fw-irda] [fw-beacon]
1779882762.018 +56.683s [fw-irda] [fw-beacon]
1779882762.201 +56.867s [fw-irda] [fw-beacon]
1779882762.380 +57.046s [fw-irda] [fw-beacon]
1779882762.563 +57.229s [fw-irda] [fw-beacon]
1779882762.744 +57.410s [fw-irda] [fw-beacon]
1779882762.929 +57.595s [fw-irda] [fw-beacon]
1779882763.113 +57.779s [fw-irda] [fw-beacon]
1779882763.295 +57.961s [fw-irda] [fw-beacon]
1779882763.478 +58.144s [fw-irda] [fw-beacon]
1779882763.660 +58.326s [fw-irda] [fw-beacon]
1779882763.849 +58.515s [fw-irda] [fw-beacon]
1779882764.032 +58.698s [fw-irda] [fw-beacon]
1779882764.215 +58.881s [fw-irda] [fw-beacon]
1779882764.397 +59.063s [fw-irda] [fw-beacon]
1779882764.581 +59.247s [fw-irda] [fw-beacon]
1779882764.766 +59.432s [fw-irda] [fw-beacon]
1779882764.939 +59.605s [fw-irda] [fw-beacon]
1779882765.107 +59.773s [fw-irda] [fw-beacon]
1779882765.284 +59.950s [fw-irda] [fw-beacon]
1779882765.468 +60.133s [fw-irda] [fw-beacon]
1779882765.646 +60.312s [fw-irda] [fw-beacon]
1779882765.833 +60.498s [fw-irda] [fw-beacon]
1779882766.016 +60.682s [fw-irda] [fw-beacon]
1779882766.198 +60.864s [fw-irda] [fw-beacon]
1779882766.377 +61.043s [fw-irda] [fw-beacon]
1779882766.561 +61.227s [fw-irda] [fw-beacon]
1779882766.744 +61.410s [fw-irda] [fw-beacon]
1779882766.916 +61.581s [fw-irda] [fw-beacon]
1779882767.071 +61.737s [fw-irda] [fw-beacon]
1779882767.230 +61.896s [fw-irda] [fw-beacon]
1779882767.390 +62.056s [fw-irda] [fw-beacon]
1779882767.550 +62.216s [fw-irda] [fw-beacon]
1779882767.702 +62.368s [fw-irda] [fw-beacon]
1779882767.857 +62.523s [fw-irda] [fw-beacon]
1779882768.009 +62.675s [fw-irda] [fw-beacon]
1779882768.173 +62.839s [fw-irda] [fw-beacon]
1779882768.335 +63.001s [fw-irda] [fw-beacon]
1779882768.494 +63.160s [fw-irda] [fw-beacon]
1779882768.651 +63.317s [fw-irda] [fw-beacon]
1779882768.816 +63.481s [fw-irda] [fw-beacon]
1779882769.000 +63.666s [fw-irda] [fw-beacon]
1779882769.182 +63.848s [fw-irda] [fw-beacon]
1779882769.361 +64.027s [fw-irda] [fw-beacon]
1779882769.522 +64.188s [fw-irda] [fw-beacon]
1779882769.682 +64.348s [fw-irda] [fw-beacon]
1779882769.835 +64.501s [fw-irda] [fw-beacon]
1779882769.991 +64.657s [fw-irda] [fw-beacon]
1779882770.162 +64.828s [fw-irda] [fw-beacon]
1779882770.322 +64.988s [fw-irda] [fw-beacon]
1779882770.483 +65.149s [fw-irda] [fw-beacon]
1779882770.646 +65.312s [fw-irda] [fw-beacon]
1779882770.809 +65.475s [fw-irda] [fw-beacon]
1779882770.962 +65.628s [fw-irda] [fw-beacon]
1779882771.118 +65.784s [fw-irda] [fw-beacon]
1779882771.287 +65.953s [fw-irda] [fw-beacon]
1779882771.469 +66.135s [fw-irda] [fw-beacon]
1779882771.647 +66.313s [fw-irda] [fw-beacon]
1779882771.823 +66.489s [fw-irda] [fw-beacon]
1779882772.002 +66.668s [fw-irda] [fw-beacon]
1779882772.183 +66.849s [fw-irda] [fw-beacon]
1779882772.358 +67.024s [fw-irda] [fw-beacon]
1779882772.521 +67.187s [fw-irda] [fw-beacon]
1779882772.678 +67.344s [fw-irda] [fw-beacon]
1779882772.832 +67.498s [fw-irda] [fw-beacon]
1779882772.986 +67.652s [fw-irda] [fw-beacon]
1779882773.141 +67.807s [fw-irda] [fw-beacon]
1779882773.297 +67.963s [fw-irda] [fw-beacon]
1779882773.455 +68.121s [fw-irda] [fw-beacon]
1779882773.612 +68.278s [fw-irda] [fw-beacon]
1779882773.790 +68.455s [fw-irda] [fw-beacon]
1779882773.972 +68.638s [fw-irda] [fw-beacon]
1779882774.156 +68.822s [fw-irda] [fw-beacon]
1779882774.341 +69.007s [fw-irda] [fw-beacon]
1779882774.523 +69.189s [fw-irda] [fw-beacon]
1779882774.708 +69.374s [fw-irda] [fw-beacon]
1779882774.887 +69.553s [fw-irda] [fw-beacon]
1779882775.066 +69.732s [fw-irda] [fw-beacon]
1779882775.235 +69.901s [fw-irda] [fw-beacon]
1779882775.401 +70.067s [fw-irda] [fw-beacon]
1779882775.567 +70.233s [fw-irda] [fw-beacon]
1779882775.756 +70.422s [fw-irda] [fw-beacon]
1779882775.929 +70.595s [fw-irda] [fw-beacon]
1779882776.109 +70.775s [fw-irda] [fw-beacon]
1779882776.288 +70.954s [fw-irda] [fw-beacon]
1779882776.473 +71.139s [fw-irda] [fw-beacon]
1779882776.655 +71.321s [fw-irda] [fw-beacon]
1779882776.832 +71.498s [fw-irda] [fw-beacon]
1779882777.003 +71.669s [fw-irda] [fw-beacon]
1779882777.177 +71.843s [fw-irda] [fw-beacon]
1779882777.359 +72.025s [fw-irda] [fw-beacon]
1779882777.542 +72.208s [fw-irda] [fw-beacon]
1779882777.725 +72.391s [fw-irda] [fw-beacon]
1779882777.907 +72.573s [fw-irda] [fw-beacon]
1779882778.089 +72.755s [fw-irda] [fw-beacon]
1779882778.272 +72.938s [fw-irda] [fw-beacon]
1779882778.455 +73.121s [fw-irda] [fw-beacon]
1779882778.630 +73.296s [fw-irda] [fw-beacon]
1779882778.792 +73.458s [fw-irda] [fw-beacon]
1779882778.953 +73.618s [fw-irda] [fw-beacon]
1779882779.113 +73.779s [fw-irda] [fw-beacon]
1779882779.273 +73.939s [fw-irda] [fw-beacon]
1779882779.429 +74.095s [fw-irda] [fw-beacon]
1779882779.582 +74.248s [fw-irda] [fw-beacon]
1779882779.740 +74.405s [fw-irda] [fw-beacon]
1779882779.901 +74.567s [fw-irda] [fw-beacon]
1779882780.061 +74.726s [fw-irda] [fw-beacon]
1779882780.239 +74.905s [fw-irda] [fw-beacon]
1779882780.420 +75.086s [fw-irda] [fw-beacon]
1779882780.603 +75.269s [fw-irda] [fw-beacon]
1779882780.787 +75.453s [fw-irda] [fw-beacon]
1779882780.968 +75.634s [fw-irda] [fw-beacon]
1779882781.137 +75.803s [fw-irda] [fw-beacon]
1779882781.302 +75.968s [fw-irda] [fw-beacon]
1779882781.463 +76.129s [fw-irda] [fw-beacon]
1779882781.615 +76.281s [fw-irda] [fw-beacon]
1779882781.768 +76.434s [fw-irda] [fw-beacon]
1779882781.925 +76.591s [fw-irda] [fw-beacon]
1779882782.087 +76.753s [fw-irda] [fw-beacon]
1779882782.248 +76.914s [fw-irda] [fw-beacon]
1779882782.404 +77.070s [fw-irda] [fw-beacon]
1779882782.562 +77.228s [fw-irda] [fw-beacon]
1779882782.720 +77.386s [fw-irda] [fw-beacon]
1779882782.877 +77.543s [fw-irda] [fw-beacon]
1779882783.030 +77.696s [fw-irda] [fw-beacon]
1779882783.185 +77.851s [fw-irda] [fw-beacon]
1779882783.339 +78.005s [fw-irda] [fw-beacon]
1779882783.497 +78.163s [fw-irda] [fw-beacon]
1779882783.675 +78.341s [fw-irda] [fw-beacon]
1779882783.846 +78.512s [fw-irda] [fw-beacon]
1779882784.025 +78.691s [fw-irda] [fw-beacon]
1779882784.205 +78.871s [fw-irda] [fw-beacon]
1779882784.365 +79.031s [fw-irda] [fw-beacon]
1779882784.521 +79.187s [fw-irda] [fw-beacon]
1779882784.685 +79.351s [fw-irda] [fw-beacon]
1779882784.861 +79.527s [fw-irda] [fw-beacon]
1779882785.043 +79.709s [fw-irda] [fw-beacon]
1779882785.228 +79.894s [fw-irda] [fw-beacon]
1779882785.405 +80.071s [fw-irda] [fw-beacon]
1779882785.585 +80.251s [fw-irda] [fw-beacon]
1779882785.759 +80.425s [fw-irda] [fw-beacon]
1779882785.922 +80.588s [fw-irda] [fw-beacon]
1779882786.097 +80.763s [fw-irda] [fw-beacon]
1779882786.258 +80.924s [fw-irda] [fw-beacon]
1779882786.418 +81.084s [fw-irda] [fw-beacon]
1779882786.577 +81.243s [fw-irda] [fw-beacon]
1779882786.730 +81.396s [fw-irda] [fw-beacon]
1779882786.887 +81.553s [fw-irda] [fw-beacon]
1779882787.046 +81.711s [fw-irda] [fw-beacon]
1779882787.204 +81.870s [fw-irda] [fw-beacon]
1779882787.365 +82.031s [fw-irda] [fw-beacon]
1779882787.538 +82.204s [fw-irda] [fw-beacon]
1779882787.703 +82.369s [fw-irda] [fw-beacon]
1779882787.856 +82.522s [fw-irda] [fw-beacon]
1779882788.011 +82.676s [fw-irda] [fw-beacon]
1779882788.167 +82.833s [fw-irda] [fw-beacon]
1779882788.332 +82.998s [fw-irda] [fw-beacon]
1779882788.493 +83.159s [fw-irda] [fw-beacon]
1779882788.676 +83.341s [fw-irda] [fw-beacon]
1779882788.855 +83.521s [fw-irda] [fw-beacon]
1779882789.037 +83.703s [fw-irda] [fw-beacon]
1779882789.224 +83.890s [fw-irda] [fw-beacon]
1779882789.408 +84.073s [fw-irda] [fw-beacon]
1779882789.590 +84.256s [fw-irda] [fw-beacon]
1779882789.754 +84.420s [fw-irda] [fw-beacon]
1779882789.915 +84.581s [fw-irda] [fw-beacon]
1779882790.073 +84.739s [fw-irda] [fw-beacon]
1779882790.235 +84.901s [fw-irda] [fw-beacon]
1779882790.413 +85.079s [fw-irda] [fw-beacon]
1779882790.577 +85.243s [fw-irda] [fw-beacon]
1779882790.764 +85.429s [fw-irda] [fw-beacon]
1779882790.942 +85.608s [fw-irda] [fw-beacon]
1779882791.125 +85.791s [fw-irda] [fw-beacon]
1779882791.287 +85.952s [fw-irda] [fw-beacon]
1779882791.445 +86.111s [fw-irda] [fw-beacon]
1779882791.606 +86.272s [fw-irda] [fw-beacon]
1779882791.785 +86.451s [fw-irda] [fw-beacon]
1779882791.969 +86.635s [fw-irda] [fw-beacon]
1779882792.154 +86.820s [fw-irda] [fw-beacon]
1779882792.340 +87.006s [fw-irda] [fw-beacon]
1779882792.511 +87.177s [fw-irda] [fw-beacon]
1779882792.681 +87.347s [fw-irda] [fw-beacon]
1779882792.853 +87.519s [fw-irda] [fw-beacon]
1779882793.038 +87.704s [fw-irda] [fw-beacon]
1779882793.222 +87.888s [fw-irda] [fw-beacon]
1779882793.404 +88.070s [fw-irda] [fw-beacon]
1779882793.587 +88.253s [fw-irda] [fw-beacon]
1779882793.771 +88.437s [fw-irda] [fw-beacon]
1779882793.955 +88.621s [fw-irda] [fw-beacon]
1779882794.141 +88.807s [fw-irda] [fw-beacon]
1779882794.326 +88.992s [fw-irda] [fw-beacon]
1779882794.509 +89.175s [fw-irda] [fw-beacon]
1779882794.697 +89.363s [fw-irda] [fw-beacon]
1779882794.881 +89.547s [fw-irda] [fw-beacon]
1779882795.063 +89.728s [fw-irda] [fw-beacon]
1779882795.248 +89.914s [fw-irda] [fw-beacon]
1779882795.432 +90.098s [fw-irda] [fw-beacon]
1779882795.617 +90.283s [fw-irda] [fw-beacon]
1779882795.800 +90.466s [fw-irda] [fw-beacon]
1779882795.980 +90.646s [fw-irda] [fw-beacon]
1779882796.164 +90.830s [fw-irda] [fw-beacon]
1779882796.349 +91.015s [fw-irda] [fw-beacon]
1779882796.529 +91.195s [fw-irda] [fw-beacon]
1779882796.708 +91.373s [fw-irda] [fw-beacon]
1779882796.889 +91.555s [fw-irda] [fw-beacon]
1779882797.073 +91.739s [fw-irda] [fw-beacon]
1779882797.256 +91.922s [fw-irda] [fw-beacon]
1779882797.442 +92.108s [fw-irda] [fw-beacon]
1779882797.624 +92.289s [fw-irda] [fw-beacon]
1779882797.803 +92.469s [fw-irda] [fw-beacon]
1779882797.985 +92.651s [fw-irda] [fw-beacon]
1779882798.168 +92.833s [fw-irda] [fw-beacon]
1779882798.352 +93.018s [fw-irda] [fw-beacon]
1779882798.530 +93.196s [fw-irda] [fw-beacon]
1779882798.710 +93.376s [fw-irda] [fw-beacon]
1779882809.004 +103.670s [fw-irda] [fw-beacon]
1779882809.438 +104.104s [fw-irda] [fw-beacon]
1779882809.791 +104.457s [fw-irda] [fw-beacon]
1779882810.143 +104.809s [fw-irda] [fw-beacon]
1779882811.519 +106.185s [fw-irda] [fw-beacon]
1779882811.697 +106.363s [fw-irda] [fw-beacon]
1779882812.064 +106.730s [fw-irda] [fw-beacon]
1779882812.245 +106.911s [fw-irda] 
1779882812.423 +107.089s [fw-irda] [fw-beacon]
1779882812.607 +107.273s [fw-irda] [fw-beacon]
1779882812.791 +107.457s [fw-irda] [fw-beacon]
1779882812.974 +107.640s [fw-irda] [fw-beacon]
1779882813.155 +107.821s [fw-irda] [fw-beacon]
1779882813.337 +108.003s [fw-irda] [fw-beacon]
1779882813.520 +108.186s [fw-irda] [fw-beacon]
1779882813.708 +108.374s [fw-irda] [fw-beacon]
1779882814.074 +108.740s [fw-irda] [fw-beacon]
1779882814.403 +109.069s [fw-irda] [fw-beacon]
1779882814.568 +109.233s [fw-irda] [fw-beacon]
1779882814.738 +109.403s [fw-irda] [fw-beacon]
1779882814.938 +109.604s [fw-irda] [fw-beacon]
1779882815.114 +109.780s [fw-irda] [fw-beacon]
1779882815.284 +109.950s [fw-irda] [fw-beacon]
1779882815.453 +110.119s [fw-irda] [fw-beacon]
1779882815.633 +110.299s [fw-irda] [fw-beacon]
1779882815.816 +110.482s [fw-irda] [fw-beacon]
1779882815.997 +110.663s [fw-irda] [fw-beacon]
1779882816.179 +110.845s [fw-irda] [fw-beacon]
1779882816.545 +111.211s [fw-irda] [fw-beacon]
1779882816.911 +111.576s [fw-irda] [fw-beacon]
1779882817.276 +111.942s [fw-irda] [fw-beacon]
1779882817.643 +112.309s [fw-irda] [fw-beacon]
1779882818.015 +112.681s [fw-irda] [fw-beacon]
1779882818.384 +113.050s [fw-irda] [fw-beacon]
1779882818.565 +113.230s [fw-irda] [fw-beacon]
1779882818.745 +113.410s [fw-irda] [fw-beacon]
1779882818.929 +113.594s [fw-irda] [fw-beacon]
1779882819.112 +113.777s [fw-irda] [fw-beacon]
1779882819.295 +113.961s [fw-irda] [fw-beacon]
1779882819.472 +114.138s [fw-irda] [fw-beacon]
1779882819.654 +114.320s [fw-irda] [fw-beacon]
1779882819.838 +114.504s [fw-irda] [fw-beacon]
1779882820.021 +114.687s [fw-irda] [fw-beacon]
1779882820.369 +115.035s [fw-irda] [fw-beacon]
1779882820.527 +115.193s [fw-irda] [fw-beacon]
1779882820.836 +115.502s [fw-irda] [fw-beacon]
1779882821.156 +115.822s [fw-irda] [fw-beacon]
1779882821.498 +116.163s [fw-irda] [fw-beacon]
1779882821.867 +116.533s [fw-irda] [fw-beacon]
1779882822.215 +116.881s [fw-irda] [fw-beacon]
1779882822.581 +117.247s [fw-irda] [fw-beacon]
1779882822.751 +117.417s [fw-irda] [fw-beacon]
1779882823.088 +117.754s [fw-irda] [fw-beacon]
1779882823.270 +117.936s [fw-irda] [fw-beacon]
1779882823.451 +118.117s [fw-irda] [fw-beacon]
1779882823.633 +118.299s [fw-irda] [fw-beacon]
1779882823.810 +118.476s [fw-irda] [fw-beacon]
1779882823.969 +118.635s [fw-irda] [fw-beacon]
1779882824.129 +118.795s [fw-irda] [fw-beacon]
1779882824.290 +118.956s [fw-irda] [fw-beacon]
1779882824.447 +119.113s [fw-irda] [fw-beacon]
1779882824.600 +119.266s [fw-irda] [fw-beacon]
1779882824.755 +119.421s [fw-irda] [fw-beacon]
1779882824.911 +119.577s [fw-irda] [fw-beacon]
1779882825.067 +119.733s [fw-irda] [fw-beacon]
1779882825.224 +119.890s [fw-irda] [fw-beacon]
1779882825.382 +120.048s [fw-irda] [fw-beacon]
1779882825.563 +120.229s [fw-irda] [fw-beacon]
1779882825.745 +120.411s [fw-irda] [fw-beacon]
1779882825.929 +120.595s [fw-irda] [fw-beacon]
1779882826.266 +120.932s [fw-irda] [fw-beacon]
1779882826.613 +121.279s [fw-irda] [fw-beacon]
1779882826.790 +121.455s [fw-irda] [fw-beacon]
1779882826.946 +121.612s [fw-irda] [fw-beacon]
1779882827.107 +121.773s [fw-irda] [fw-beacon]
1779882827.283 +121.949s [fw-irda] [fw-beacon]
1779882827.445 +122.111s [fw-irda] [fw-beacon]
1779882827.619 +122.285s [fw-irda] [fw-beacon]
1779882827.801 +122.467s [fw-irda] [fw-beacon]
1779882827.983 +122.649s [fw-irda] [fw-beacon]
1779882828.152 +122.818s [fw-irda] [fw-beacon]
1779882828.306 +122.972s [fw-irda] [fw-beacon]
1779882828.476 +123.142s [fw-irda] [fw-beacon]
1779882828.655 +123.320s [fw-irda] [fw-beacon]
1779882828.839 +123.504s [fw-irda] [fw-beacon]
1779882829.022 +123.688s [fw-irda] [fw-beacon]
1779882829.203 +123.869s [fw-irda] [fw-beacon]
1779882829.359 +124.025s [fw-irda] [fw-beacon]
1779882829.514 +124.180s [fw-irda] [fw-beacon]
1779882829.680 +124.346s [fw-irda] [fw-beacon]
1779882829.866 +124.532s [fw-irda] [fw-beacon]
1779882830.055 +124.721s [fw-irda] [fw-beacon]
1779882830.236 +124.902s [fw-irda] [fw-beacon]
1779882830.418 +125.084s [fw-irda] [fw-beacon]
1779882830.602 +125.268s [fw-irda] [fw-beacon]
1779882830.786 +125.452s [fw-irda] [fw-beacon]
1779882830.966 +125.632s [fw-irda] [fw-beacon]
1779882831.152 +125.818s [fw-irda] [fw-beacon]
1779882831.335 +126.000s [fw-irda] [fw-beacon]
1779882831.516 +126.182s [fw-irda] [fw-beacon]
1779882831.698 +126.364s [fw-irda] [fw-beacon]
1779882831.882 +126.548s [fw-irda] [fw-beacon]
1779882832.072 +126.738s [fw-irda] [fw-beacon]
1779882832.253 +126.919s [fw-irda] [fw-beacon]
1779882832.436 +127.101s [fw-irda] [fw-beacon]
1779882832.605 +127.271s [fw-irda] [fw-beacon]
1779882832.772 +127.438s [fw-irda] [fw-beacon]
1779882832.950 +127.616s [fw-irda] [fw-beacon]
1779882833.129 +127.795s [fw-irda] [fw-beacon]
1779882833.310 +127.976s [fw-irda] [fw-beacon]
1779882833.495 +128.161s [fw-irda] [fw-beacon]
1779882833.679 +128.345s [fw-irda] [fw-beacon]
1779882833.853 +128.519s [fw-irda] [fw-beacon]
1779882834.014 +128.680s [fw-irda] [fw-beacon]
1779882834.174 +128.840s [fw-irda] [fw-beacon]
1779882834.337 +129.002s [fw-irda] [fw-beacon]
1779882834.515 +129.181s [fw-irda] [fw-beacon]
1779882834.698 +129.364s [fw-irda] [fw-beacon]
1779882834.881 +129.547s [fw-irda] [fw-beacon]
1779882835.050 +129.716s [fw-irda] [fw-beacon]
1779882835.216 +129.882s [fw-irda] [fw-beacon]
1779882835.383 +130.049s [fw-irda] [fw-beacon]
1779882835.562 +130.228s [fw-irda] [fw-beacon]
1779882835.722 +130.388s [fw-irda] [fw-beacon]
1779882835.883 +130.549s [fw-irda] [fw-beacon]
1779882836.046 +130.712s [fw-irda] [fw-beacon]
1779882836.218 +130.884s [fw-irda] [fw-beacon]
1779882836.401 +131.067s [fw-irda] [fw-beacon]
1779882836.580 +131.246s [fw-irda] [fw-beacon]
1779882836.761 +131.427s [fw-irda] [fw-beacon]
1779882836.947 +131.613s [fw-irda] [fw-beacon]
1779882837.131 +131.797s [fw-irda] [fw-beacon]
1779882837.318 +131.984s [fw-irda] [fw-beacon]
1779882837.499 +132.165s [fw-irda] [fw-beacon]
1779882837.683 +132.349s [fw-irda] [fw-beacon]
1779882837.869 +132.535s [fw-irda] [fw-beacon]
1779882838.052 +132.718s [fw-irda] [fw-beacon]
1779882838.235 +132.901s [fw-irda] [fw-beacon]
1779882838.416 +133.082s [fw-irda] [fw-beacon]
1779882838.597 +133.263s [fw-irda] [fw-beacon]
1779882838.778 +133.444s [fw-irda] [fw-beacon]
1779882838.961 +133.627s [fw-irda] [fw-beacon]
1779882839.144 +133.810s [fw-irda] [fw-beacon]
1779882839.320 +133.986s [fw-irda] [fw-beacon]
1779882839.490 +134.156s [fw-irda] [fw-beacon]
1779882839.659 +134.324s [fw-irda] [fw-beacon]
1779882839.848 +134.514s [fw-irda] [fw-beacon]
1779882840.028 +134.694s [fw-irda] [fw-beacon]
1779882840.212 +134.878s [fw-irda] [fw-beacon]
1779882840.398 +135.064s [fw-irda] [fw-beacon]
1779882840.583 +135.249s [fw-irda] [fw-beacon]
1779882840.764 +135.430s [fw-irda] [fw-beacon]
1779882840.944 +135.610s [fw-irda] [fw-beacon]
1779882841.127 +135.793s [fw-irda] [fw-beacon]
1779882841.311 +135.977s [fw-irda] [fw-beacon]
1779882841.495 +136.161s [fw-irda] [fw-beacon]
1779882841.675 +136.341s [fw-irda] [fw-beacon]
1779882841.858 +136.524s [fw-irda] [fw-beacon]
1779882842.043 +136.709s [fw-irda] [fw-beacon]
1779882842.226 +136.892s [fw-irda] [fw-beacon]
1779882842.407 +137.073s [fw-irda] [fw-beacon]
1779882842.590 +137.256s [fw-irda] [fw-beacon]
1779882842.772 +137.438s [fw-irda] [fw-beacon]
1779882842.956 +137.622s [fw-irda] [fw-beacon]
1779882843.137 +137.803s [fw-irda] [fw-beacon]
1779882843.321 +137.987s [fw-irda] [fw-beacon]
1779882843.501 +138.167s [fw-irda] [fw-beacon]
1779882843.683 +138.349s [fw-irda] [fw-beacon]
1779882843.864 +138.530s [fw-irda] [fw-beacon]
1779882844.050 +138.716s [fw-irda] [fw-beacon]
1779882844.239 +138.905s [fw-irda] [fw-beacon]
1779882844.421 +139.087s [fw-irda] [fw-beacon]
1779882844.602 +139.268s [fw-irda] [fw-beacon]
1779882844.782 +139.448s [fw-irda] [fw-beacon]
1779882844.966 +139.632s [fw-irda] [fw-beacon]
1779882845.150 +139.816s [fw-irda] [fw-beacon]
1779882845.330 +139.996s [fw-irda] [fw-beacon]
1779882845.511 +140.177s [fw-irda] [fw-beacon]
1779882845.694 +140.360s [fw-irda] [fw-beacon]
1779882845.875 +140.541s [fw-irda] [fw-beacon]
1779882846.058 +140.724s [fw-irda] [fw-beacon]
1779882846.238 +140.904s [fw-irda] [fw-beacon]
1779882846.421 +141.087s [fw-irda] [fw-beacon]
1779882846.593 +141.259s [fw-irda] [fw-beacon]
1779882846.757 +141.423s [fw-irda] [fw-beacon]
1779882846.936 +141.602s [fw-irda] [fw-beacon]
1779882847.119 +141.785s [fw-irda] [fw-beacon]
1779882847.300 +141.966s [fw-irda] [fw-beacon]
1779882847.483 +142.149s [fw-irda] [fw-beacon]
1779882847.666 +142.332s [fw-irda] [fw-beacon]
1779882847.844 +142.510s [fw-irda] [fw-beacon]
1779882848.023 +142.689s [fw-irda] [fw-beacon]
1779882848.205 +142.871s [fw-irda] [fw-beacon]
1779882848.388 +143.054s [fw-irda] [fw-beacon]
1779882848.579 +143.244s [fw-irda] [fw-beacon]
1779882848.757 +143.423s [fw-irda] [fw-beacon]
1779882848.936 +143.602s [fw-irda] [fw-beacon]
1779882849.100 +143.766s [fw-irda] [fw-beacon]
1779882849.260 +143.926s [fw-irda] [fw-beacon]
1779882849.419 +144.085s [fw-irda] [fw-beacon]
1779882849.573 +144.239s [fw-irda] [fw-beacon]
1779882849.727 +144.393s [fw-irda] [fw-beacon]
1779882849.885 +144.550s [fw-irda] [fw-beacon]
1779882850.048 +144.714s [fw-irda] [fw-beacon]
1779882850.224 +144.890s [fw-irda] [fw-beacon]
1779882850.398 +145.064s [fw-irda] [fw-beacon]
1779882850.584 +145.250s [fw-irda] [fw-beacon]
1779882850.771 +145.437s [fw-irda] [fw-beacon]
1779882850.953 +145.619s [fw-irda] [fw-beacon]
1779882851.135 +145.801s [fw-irda] [fw-beacon]
1779882851.313 +145.979s [fw-irda] [fw-beacon]
1779882851.491 +146.156s [fw-irda] [fw-beacon]
1779882851.655 +146.321s [fw-irda] [fw-beacon]
1779882851.815 +146.481s [fw-irda] [fw-beacon]
1779882851.967 +146.633s [fw-irda] [fw-beacon]
1779882852.125 +146.791s [fw-irda] [fw-beacon]
1779882852.284 +146.950s [fw-irda] [fw-beacon]
1779882852.459 +147.125s [fw-irda] [fw-beacon]
1779882852.644 +147.310s [fw-irda] [fw-beacon]
1779882852.836 +147.502s [fw-irda] [fw-beacon]
1779882853.021 +147.687s [fw-irda] [fw-beacon]
1779882853.204 +147.870s [fw-irda] [fw-beacon]
1779882853.389 +148.055s [fw-irda] [fw-beacon]
1779882853.566 +148.232s [fw-irda] [fw-beacon]
1779882853.751 +148.417s [fw-irda] [fw-beacon]
1779882853.938 +148.604s [fw-irda] [fw-beacon]
1779882854.119 +148.785s [fw-irda] [fw-beacon]
1779882854.284 +148.950s [fw-irda] [fw-beacon]
1779882854.443 +149.109s [fw-irda] [fw-beacon]
1779882854.598 +149.264s [fw-irda] [fw-beacon]
1779882854.750 +149.416s [fw-irda] [fw-beacon]
1779882854.909 +149.575s [fw-irda] [fw-beacon]
1779882855.070 +149.736s [fw-irda] [fw-beacon]
1779882855.247 +149.913s [fw-irda] [fw-beacon]
1779882855.429 +150.095s [fw-irda] [fw-beacon]
1779882855.614 +150.280s [fw-irda] [fw-beacon]
1779882855.800 +150.466s [fw-irda] [fw-beacon]
1779882855.985 +150.651s [fw-irda] [fw-beacon]
1779882856.171 +150.837s [fw-irda] [fw-beacon]
1779882856.351 +151.017s [fw-irda] [fw-beacon]
1779882856.536 +151.202s [fw-irda] [fw-beacon]
1779882856.724 +151.390s [fw-irda] [fw-beacon]
1779882856.910 +151.576s [fw-irda] [fw-beacon]
1779882857.094 +151.760s [fw-irda] [fw-beacon]
1779882857.269 +151.935s [fw-irda] [fw-beacon]
1779882857.428 +152.094s [fw-irda] [fw-beacon]
1779882857.600 +152.266s [fw-irda] [fw-beacon]
1779882857.773 +152.439s [fw-irda] [fw-beacon]
1779882857.926 +152.592s [fw-irda] [fw-beacon]
1779882858.083 +152.749s [fw-irda] [fw-beacon]
1779882858.234 +152.900s [fw-irda] [fw-beacon]
1779882858.395 +153.061s [fw-irda] [fw-beacon]
1779882858.570 +153.236s [fw-irda] [fw-beacon]
1779882858.752 +153.418s [fw-irda] [fw-beacon]
1779882858.937 +153.603s [fw-irda] [fw-beacon]
1779882859.125 +153.790s [fw-irda] [fw-beacon]
1779882859.310 +153.976s [fw-irda] [fw-beacon]
1779882859.473 +154.139s [fw-irda] [fw-beacon]
1779882859.633 +154.299s [fw-irda] [fw-beacon]
1779882859.791 +154.457s [fw-irda] [fw-beacon]
1779882859.958 +154.624s [fw-irda] [fw-beacon]
1779882860.125 +154.791s [fw-irda] [fw-beacon]
1779882860.284 +154.950s [fw-irda] [fw-beacon]
1779882860.438 +155.104s [fw-irda] [fw-beacon]
1779882860.593 +155.259s [fw-irda] [fw-beacon]
1779882860.753 +155.418s [fw-irda] [fw-beacon]
1779882860.914 +155.580s [fw-irda] [fw-beacon]
1779882861.086 +155.752s [fw-irda] [fw-beacon]
1779882861.250 +155.916s [fw-irda] [fw-beacon]
1779882861.410 +156.076s [fw-irda] [fw-beacon]
1779882861.580 +156.246s [fw-irda] [fw-beacon]
1779882861.732 +156.397s [fw-irda] [fw-beacon]
1779882861.885 +156.551s [fw-irda] [fw-beacon]
1779882862.040 +156.705s [fw-irda] [fw-beacon]
1779882862.221 +156.887s [fw-irda] [fw-beacon]
1779882862.402 +157.068s [fw-irda] [fw-beacon]
1779882862.579 +157.245s [fw-irda] [fw-beacon]
1779882862.763 +157.429s [fw-irda] [fw-beacon]
1779882862.947 +157.612s [fw-irda] [fw-beacon]
1779882863.127 +157.793s [fw-irda] [fw-beacon]
1779882863.307 +157.973s [fw-irda] [fw-beacon]
1779882863.471 +158.137s [fw-irda] [fw-beacon]
1779882863.656 +158.322s [fw-irda] [fw-beacon]
1779882863.839 +158.505s [fw-irda] [fw-beacon]
1779882864.018 +158.684s [fw-irda] [fw-beacon]
1779882864.200 +158.866s [fw-irda] [fw-beacon]
1779882864.379 +159.045s [fw-irda] [fw-beacon]
1779882864.564 +159.230s [fw-irda] [fw-beacon]
1779882864.744 +159.409s [fw-irda] [fw-beacon]
1779882864.924 +159.590s [fw-irda] [fw-beacon]
1779882865.105 +159.771s [fw-irda] [fw-beacon]
1779882865.285 +159.951s [fw-irda] [fw-beacon]
1779882865.465 +160.131s [fw-irda] [fw-beacon]
1779882865.646 +160.312s [fw-irda] [fw-beacon]
1779882865.825 +160.491s [fw-irda] [fw-beacon]
1779882866.019 +160.684s [fw-irda] [fw-beacon]
1779882866.201 +160.866s [fw-irda] [fw-beacon]
1779882866.383 +161.049s [fw-irda] [fw-beacon]
1779882866.564 +161.230s [fw-irda] [fw-beacon]
1779882866.746 +161.412s [fw-irda] [fw-beacon]
1779882866.929 +161.595s [fw-irda] [fw-beacon]
1779882867.112 +161.778s [fw-irda] [fw-beacon]
1779882867.298 +161.964s [fw-irda] [fw-beacon]
1779882867.483 +162.149s [fw-irda] [fw-beacon]
1779882867.663 +162.329s [fw-irda] [fw-beacon]
1779882867.846 +162.511s [fw-irda] [fw-beacon]
1779882868.030 +162.696s [fw-irda] [fw-beacon]
1779882868.217 +162.883s [fw-irda] [fw-beacon]
1779882868.402 +163.067s [fw-irda] [fw-beacon]
1779882868.584 +163.250s [fw-irda] [fw-beacon]
1779882868.761 +163.427s [fw-irda] [fw-beacon]
1779882868.930 +163.595s [fw-irda] [fw-beacon]
1779882869.095 +163.761s [fw-irda] [fw-beacon]
1779882869.274 +163.940s [fw-irda] [fw-beacon]
1779882869.455 +164.121s [fw-irda] [fw-beacon]
1779882869.635 +164.301s [fw-irda] [fw-beacon]
1779882869.817 +164.483s [fw-irda] [fw-beacon]
1779882869.996 +164.662s [fw-irda] [fw-beacon]
1779882870.177 +164.843s [fw-irda] [fw-beacon]
1779882870.365 +165.031s [fw-irda] [fw-beacon]
1779882870.543 +165.209s [fw-irda] [fw-beacon]
1779882870.724 +165.389s [fw-irda] [fw-beacon]
1779882870.904 +165.570s [fw-irda] [fw-beacon]
1779882871.080 +165.746s [fw-irda] [fw-beacon]
1779882871.253 +165.919s [fw-irda] [fw-beacon]
1779882871.433 +166.099s [fw-irda] [fw-beacon]
1779882871.619 +166.285s [fw-irda] [fw-beacon]
1779882871.800 +166.466s [fw-irda] [fw-beacon]
1779882871.974 +166.640s [fw-irda] [fw-beacon]
1779882872.143 +166.809s [fw-irda] [fw-beacon]
1779882872.302 +166.968s [fw-irda] [fw-beacon]
1779882872.455 +167.121s [fw-irda] [fw-beacon]
1779882872.612 +167.277s [fw-irda] [fw-beacon]
1779882872.774 +167.440s [fw-irda] [fw-beacon]
1779882872.934 +167.600s [fw-irda] [fw-beacon]
1779882873.094 +167.759s [fw-irda] [fw-beacon]
1779882873.252 +167.918s [fw-irda] [fw-beacon]
1779882873.411 +168.076s [fw-irda] [fw-beacon]
1779882873.562 +168.228s [fw-irda] [fw-beacon]
1779882873.720 +168.385s [fw-irda] [fw-beacon]
1779882873.881 +168.547s [fw-irda] [fw-beacon]
1779882874.040 +168.706s [fw-irda] [fw-beacon]
1779882874.201 +168.867s [fw-irda] [fw-beacon]
1779882874.366 +169.032s [fw-irda] [fw-beacon]
1779882874.522 +169.188s [fw-irda] [fw-beacon]
1779882874.681 +169.347s [fw-irda] [fw-beacon]
1779882874.840 +169.506s [fw-irda] [fw-beacon]
1779882874.998 +169.664s [fw-irda] [fw-beacon]
1779882875.160 +169.826s [fw-irda] [fw-beacon]
1779882875.320 +169.986s [fw-irda] [fw-beacon]
1779882875.482 +170.148s [fw-irda] [fw-beacon]
1779882875.641 +170.307s [fw-irda] [fw-beacon]
1779882875.795 +170.461s [fw-irda] [fw-beacon]
1779882875.949 +170.615s [fw-irda] [fw-beacon]
1779882876.109 +170.775s [fw-irda] [fw-beacon]
1779882876.270 +170.936s [fw-irda] [fw-beacon]
1779882876.430 +171.096s [fw-irda] [fw-beacon]
1779882876.591 +171.256s [fw-irda] [fw-beacon]
1779882876.751 +171.417s [fw-irda] [fw-beacon]
1779882876.909 +171.575s [fw-irda] [fw-beacon]
1779882877.061 +171.727s [fw-irda] [fw-beacon]
1779882877.220 +171.886s [fw-irda] [fw-beacon]
1779882877.380 +172.045s [fw-irda] [fw-beacon]
1779882877.539 +172.204s [fw-irda] [fw-beacon]
1779882877.700 +172.366s [fw-irda] [fw-beacon]
1779882877.862 +172.528s [fw-irda] [fw-beacon]
1779882878.021 +172.687s [fw-irda] [fw-beacon]
1779882878.175 +172.840s [fw-irda] [fw-beacon]
1779882878.327 +172.993s [fw-irda] [fw-beacon]
1779882878.483 +173.149s [fw-irda] [fw-beacon]
1779882878.645 +173.311s [fw-irda] [fw-beacon]
1779882878.805 +173.471s [fw-irda] [fw-beacon]
1779882878.965 +173.631s [fw-irda] [fw-beacon]
1779882879.133 +173.799s [fw-irda] [fw-beacon]
1779882879.287 +173.953s [fw-irda] [fw-beacon]
1779882879.444 +174.110s [fw-irda] [fw-beacon]
1779882879.601 +174.267s [fw-irda] [fw-beacon]
1779882879.752 +174.418s [fw-irda] [fw-beacon]
1779882879.913 +174.578s [fw-irda] [fw-beacon]
1779882880.095 +174.761s [fw-irda] [fw-beacon]
1779882880.275 +174.941s [fw-irda] [fw-beacon]
1779882880.458 +175.124s [fw-irda] [fw-beacon]
1779882880.641 +175.307s [fw-irda] [fw-beacon]
1779882880.823 +175.489s [fw-irda] [fw-beacon]
1779882881.000 +175.666s [fw-irda] [fw-beacon]
1779882881.185 +175.851s [fw-irda] [fw-beacon]
1779882881.371 +176.037s [fw-irda] [fw-beacon]
1779882881.554 +176.220s [fw-irda] [fw-beacon]
1779882881.736 +176.402s [fw-irda] [fw-beacon]
1779882881.922 +176.588s [fw-irda] [fw-beacon]
1779882882.104 +176.770s [fw-irda] [fw-beacon]
1779882882.289 +176.954s [fw-irda] [fw-beacon]
1779882882.473 +177.139s [fw-irda] [fw-beacon]
1779882882.653 +177.319s [fw-irda] [fw-beacon]
1779882882.837 +177.503s [fw-irda] [fw-beacon]
1779882883.021 +177.687s [fw-irda] [fw-beacon]
1779882883.205 +177.870s [fw-irda] [fw-beacon]
1779882883.395 +178.060s [fw-irda] [fw-beacon]
1779882883.575 +178.241s [fw-irda] [fw-beacon]
1779882883.753 +178.419s [fw-irda] [fw-beacon]
1779882883.934 +178.600s [fw-irda] [fw-beacon]
1779882884.114 +178.780s [fw-irda] [fw-beacon]
1779882884.298 +178.964s [fw-irda] [fw-beacon]
1779882884.481 +179.147s [fw-irda] [fw-beacon]
1779882884.665 +179.331s [fw-irda] [fw-beacon]
1779882884.846 +179.512s [fw-irda] [fw-beacon]
1779882885.024 +179.690s [fw-irda] [fw-beacon]
1779882885.205 +179.870s [fw-irda] [fw-beacon]
1779882885.391 +180.057s [fw-irda] [fw-beacon]
1779882885.563 +180.229s [fw-irda] [fw-beacon]
1779882885.730 +180.396s [fw-irda] [fw-beacon]
1779882885.901 +180.567s [fw-irda] [fw-beacon]
1779882886.079 +180.745s [fw-irda] [fw-beacon]
1779882886.260 +180.926s [fw-irda] [fw-beacon]
1779882886.440 +181.106s [fw-irda] [fw-beacon]
1779882886.618 +181.284s [fw-irda] [fw-beacon]
1779882886.796 +181.462s [fw-irda] [fw-beacon]
1779882886.977 +181.643s [fw-irda] [fw-beacon]
1779882887.160 +181.826s [fw-irda] [fw-beacon]
1779882887.339 +182.005s [fw-irda] [fw-beacon]
1779882887.522 +182.188s [fw-irda] [fw-beacon]
1779882887.703 +182.369s [fw-irda] [fw-beacon]
1779882887.890 +182.556s [fw-irda] [fw-beacon]
1779882888.073 +182.739s [fw-irda] [fw-beacon]
1779882888.255 +182.921s [fw-irda] [fw-beacon]
1779882888.437 +183.103s [fw-irda] [fw-beacon]
1779882888.621 +183.286s [fw-irda] [fw-beacon]
1779882888.802 +183.468s [fw-irda] [fw-beacon]
1779882888.981 +183.647s [fw-irda] [fw-beacon]
1779882889.140 +183.806s [fw-irda] [fw-beacon]
1779882889.298 +183.964s [fw-irda] [fw-beacon]
1779882889.463 +184.129s [fw-irda] [fw-beacon]
1779882889.634 +184.299s [fw-irda] [fw-beacon]
1779882889.813 +184.479s [fw-irda] [fw-beacon]
1779882889.994 +184.660s [fw-irda] [fw-beacon]
1779882890.175 +184.840s [fw-irda] [fw-beacon]
1779882890.355 +185.021s [fw-irda] [fw-beacon]
1779882890.535 +185.201s [fw-irda] [fw-beacon]
1779882890.716 +185.382s [fw-irda] [fw-beacon]
1779882890.900 +185.566s [fw-irda] [fw-beacon]
1779882891.080 +185.746s [fw-irda] [fw-beacon]
1779882891.261 +185.927s [fw-irda] [fw-beacon]
1779882891.444 +186.110s [fw-irda] [fw-beacon]
1779882891.627 +186.293s [fw-irda] [fw-beacon]
1779882891.788 +186.453s [fw-irda] [fw-beacon]
1779882891.944 +186.610s [fw-irda] [fw-beacon]
1779882892.107 +186.773s [fw-irda] [fw-beacon]
1779882892.265 +186.931s [fw-irda] [fw-beacon]
1779882892.417 +187.083s [fw-irda] [fw-beacon]
1779882892.573 +187.238s [fw-irda] [fw-beacon]
1779882892.730 +187.396s [fw-irda] [fw-beacon]
1779882892.887 +187.552s [fw-irda] [fw-beacon]
1779882893.066 +187.732s [fw-irda] [fw-beacon]
1779882893.250 +187.916s [fw-irda] [fw-beacon]
1779882893.436 +188.101s [fw-irda] [fw-beacon]
1779882893.615 +188.281s [fw-irda] [fw-beacon]
1779882893.796 +188.462s [fw-irda] [fw-beacon]
1779882893.974 +188.640s [fw-irda] [fw-beacon]
1779882894.136 +188.802s [fw-irda] [fw-beacon]
1779882894.289 +188.955s [fw-irda] [fw-beacon]
1779882894.444 +189.109s [fw-irda] [fw-beacon]
1779882894.595 +189.261s [fw-irda] [fw-beacon]
1779882894.754 +189.420s [fw-irda] [fw-beacon]
1779882894.914 +189.580s [fw-irda] [fw-beacon]
1779882895.071 +189.737s [fw-irda] [fw-beacon]
1779882895.229 +189.895s [fw-irda] [fw-beacon]
1779882895.390 +190.056s [fw-irda] [fw-beacon]
1779882895.550 +190.216s [fw-irda] [fw-beacon]
1779882895.710 +190.376s [fw-irda] [fw-beacon]
1779882895.865 +190.531s [fw-irda] [fw-beacon]
1779882896.019 +190.685s [fw-irda] [fw-beacon]
1779882896.172 +190.838s [fw-irda] [fw-beacon]
1779882896.328 +190.994s [fw-irda] [fw-beacon]
1779882896.488 +191.154s [fw-irda] [fw-beacon]
1779882896.653 +191.319s [fw-irda] [fw-beacon]
1779882896.812 +191.478s [fw-irda] [fw-beacon]
1779882896.971 +191.637s [fw-irda] [fw-beacon]
1779882897.131 +191.797s [fw-irda] [fw-beacon]
1779882897.290 +191.956s [fw-irda] [fw-beacon]
1779882897.446 +192.112s [fw-irda] [fw-beacon]
1779882897.599 +192.265s [fw-irda] [fw-beacon]
1779882897.751 +192.417s [fw-irda] [fw-beacon]
1779882897.908 +192.574s [fw-irda] [fw-beacon]
1779882898.067 +192.733s [fw-irda] [fw-beacon]
1779882898.226 +192.892s [fw-irda] [fw-beacon]
1779882898.385 +193.051s [fw-irda] [fw-beacon]
1779882898.544 +193.210s [fw-irda] [fw-beacon]
1779882898.706 +193.372s [fw-irda] [fw-beacon]
1779882898.866 +193.532s [fw-irda] [fw-beacon]
1779882899.021 +193.687s [fw-irda] [fw-beacon]
1779882899.176 +193.842s [fw-irda] [fw-beacon]
1779882899.328 +193.994s [fw-irda] [fw-beacon]
1779882899.482 +194.148s [fw-irda] [fw-beacon]
1779882899.641 +194.307s [fw-irda] [fw-beacon]
1779882899.801 +194.467s [fw-irda] [fw-beacon]
1779882899.962 +194.628s [fw-irda] [fw-beacon]
1779882900.122 +194.788s [fw-irda] [fw-beacon]
1779882900.280 +194.946s [fw-irda] [fw-beacon]
1779882900.439 +195.105s [fw-irda] [fw-beacon]
1779882900.598 +195.264s [fw-irda] [fw-beacon]
1779882900.751 +195.416s [fw-irda] [fw-beacon]
1779882900.910 +195.576s [fw-irda] [fw-beacon]
1779882901.068 +195.734s [fw-irda] [fw-beacon]
1779882901.227 +195.893s [fw-irda] [fw-beacon]
1779882901.388 +196.054s [fw-irda] [fw-beacon]
1779882901.546 +196.212s [fw-irda] [fw-beacon]
1779882901.704 +196.370s [fw-irda] [fw-beacon]
1779882901.858 +196.523s [fw-irda] [fw-beacon]
1779882902.012 +196.677s [fw-irda] [fw-beacon]
1779882902.173 +196.839s [fw-irda] [fw-beacon]
1779882902.331 +196.997s [fw-irda] [fw-beacon]
1779882902.489 +197.154s [fw-irda] [fw-beacon]
1779882902.648 +197.314s [fw-irda] [fw-beacon]
1779882902.805 +197.471s [fw-irda] [fw-beacon]
1779882902.957 +197.623s [fw-irda] [fw-beacon]
1779882903.111 +197.777s [fw-irda] [fw-beacon]
1779882903.265 +197.931s [fw-irda] [fw-beacon]
1779882903.426 +198.092s [fw-irda] [fw-beacon]
1779882903.585 +198.250s [fw-irda] [fw-beacon]
1779882903.742 +198.408s [fw-irda] [fw-beacon]
1779882903.902 +198.568s [fw-irda] [fw-beacon]
1779882904.061 +198.727s [fw-irda] [fw-beacon]
1779882904.222 +198.888s [fw-irda] [fw-beacon]
1779882904.380 +199.046s [fw-irda] [fw-beacon]
1779882904.533 +199.198s [fw-irda] [fw-beacon]
1779882904.685 +199.351s [fw-irda] [fw-beacon]
1779882904.839 +199.505s [fw-irda] [fw-beacon]
1779882904.998 +199.664s [fw-irda] [fw-beacon]
1779882916.279 +210.945s [fw-irda] [fw-beacon]
1779882916.641 +211.307s [fw-irda] [fw-beacon]
1779882916.997 +211.663s [fw-irda] [fw-beacon]
1779882917.435 +212.101s [fw-irda] [fw-beacon]
1779882917.794 +212.460s [fw-irda] [fw-beacon]
1779882918.997 +213.663s [fw-irda] [fw-beacon]
1779882919.360 +214.026s [fw-irda] [fw-beacon]
1779882919.723 +214.389s [fw-irda] [fw-beacon]
1779882919.905 +214.571s [fw-irda] [fw-beacon]
1779882920.455 +215.121s [fw-irda] [fw-beacon[fw-beacon][fw-beacon]
1779882920.824 +215.489s [fw-irda] [fw-beacon]
1779882921.194 +215.860s [fw-irda] [fw-beacon]
1779882921.743 +216.409s [fw-irda] [fw-beacon[fw-beacon]
1779882922.111 +216.776s [fw-irda] [fw-beacon]
1779882922.472 +217.138s [fw-irda] [fw-beacon]
1779882922.837 +217.502s [fw-irda] [fw-beacon]
1779882923.201 +217.867s [fw-irda] [fw-beacon]
1779882923.380 +218.046s [fw-irda] 
1779882923.563 +218.228s [fw-irda] [fw-beacon]
1779882923.745 +218.411s [fw-irda] [fw-beacon]
1779882923.926 +218.592s [fw-irda] [fw-beacon]
1779882924.109 +218.775s [fw-irda] 
1779882924.292 +218.958s [fw-irda] [fw-beacon]
1779882924.655 +219.321s [fw-irda] [fw-beacon]
1779882924.837 +219.503s [fw-irda] [fw-beacon]
1779882925.020 +219.685s [fw-irda] [fw-beacon]
1779882925.202 +219.868s [fw-irda] [fw-beacon]
1779882925.391 +220.057s [fw-irda] [fw-beacon]
1779882925.573 +220.239s [fw-irda] [fw-beacon]
1779882925.756 +220.422s [fw-irda] [fw-beacon]
1779882925.939 +220.605s [fw-irda] [fw-beacon]
1779882926.120 +220.786s [fw-irda] [fw-beacon]
1779882926.485 +221.151s [fw-irda] [fw-beacon]
1779882926.820 +221.486s [fw-irda] [fw-beacon]
1779882926.997 +221.663s [fw-irda] [fw-beacon]
1779882927.359 +222.025s [fw-irda] [fw-beacon]
1779882927.727 +222.392s [fw-irda] [fw-beacon]
1779882928.086 +222.752s [fw-irda] [fw-beacon][fw-beacon]
1779882928.270 +222.936s [fw-irda] [fw-beacon]
1779882928.454 +223.120s [fw-irda] [fw-beacon]
1779882928.816 +223.482s [fw-irda] [fw-beacon]
1779882928.997 +223.663s [fw-irda] [fw-beacon]
1779882929.181 +223.847s [fw-irda] [fw-beacon]
1779882929.362 +224.028s [fw-irda] [fw-beacon]
1779882929.545 +224.211s [fw-irda] [fw-beacon]
1779882929.732 +224.398s [fw-irda] [fw-beacon]
1779882929.914 +224.580s [fw-irda] [fw-beacon]
1779882930.279 +224.945s [fw-irda] [fw-beacon]
1779882930.460 +225.126s [fw-irda] [fw-beacon]
1779882930.825 +225.491s [fw-irda] [fw-beacon]
1779882931.190 +225.856s [fw-irda] [fw-beacon]
1779882931.369 +226.035s [fw-irda] [fw-beacon]
1779882931.552 +226.218s [fw-irda] [fw-beacon]
1779882931.917 +226.583s [fw-irda] [fw-beacon]
1779882932.282 +226.947s [fw-irda] [fw-beacon]
1779882932.467 +227.132s [fw-irda] [fw-beacon]
1779882932.644 +227.310s [fw-irda] [fw-beacon]
1779882932.809 +227.475s [fw-irda] [fw-beacon]
1779882933.159 +227.825s [fw-irda] [fw-beacon]
1779882933.339 +228.004s [fw-irda] [fw-beacon]
1779882933.524 +228.190s [fw-irda] [fw-beacon]
1779882933.708 +228.374s [fw-irda] [fw-beacon]
1779882934.075 +228.741s [fw-irda] [fw-beacon]
1779882934.441 +229.107s [fw-irda] [fw-beacon]
1779882934.618 +229.284s [fw-irda] [fw-beacon]
1779882934.799 +229.465s [fw-irda] [fw-beacon]
1779882934.983 +229.649s [fw-irda] [fw-beacon]
1779882935.165 +229.831s [fw-irda] [fw-beacon]
1779882935.346 +230.011s [fw-irda] [fw-beacon]
1779882935.528 +230.194s [fw-irda] [fw-beacon]
1779882935.710 +230.376s [fw-irda] [fw-beacon]
1779882935.890 +230.556s [fw-irda] [fw-beacon]
1779882936.068 +230.734s [fw-irda] [fw-beacon]
1779882936.250 +230.916s [fw-irda] [fw-beacon]
1779882936.432 +231.098s [fw-irda] [fw-beacon]
1779882936.612 +231.278s [fw-irda] [fw-beacon]
1779882936.793 +231.459s [fw-irda] [fw-beacon]
1779882936.973 +231.639s [fw-irda] [fw-beacon]
1779882937.153 +231.819s [fw-irda] [fw-beacon]
1779882937.334 +232.000s [fw-irda] [fw-beacon]
1779882937.516 +232.182s [fw-irda] [fw-beacon]
1779882937.698 +232.364s [fw-irda] [fw-beacon]
1779882937.879 +232.545s [fw-irda] [fw-beacon]
1779882938.063 +232.729s [fw-irda] [fw-beacon]
1779882938.245 +232.911s [fw-irda] [fw-beacon]
1779882938.433 +233.099s [fw-irda] [fw-beacon]
1779882938.605 +233.271s [fw-irda] [fw-beacon]
1779882938.770 +233.436s [fw-irda] [fw-beacon]
1779882938.947 +233.613s [fw-irda] [fw-beacon]
1779882939.128 +233.794s [fw-irda] [fw-beacon]
1779882939.308 +233.974s [fw-irda] [fw-beacon]
1779882939.491 +234.157s [fw-irda] [fw-beacon]
1779882939.675 +234.341s [fw-irda] [fw-beacon]
1779882939.858 +234.523s [fw-irda] [fw-beacon]
1779882940.038 +234.703s [fw-irda] [fw-beacon]
1779882940.213 +234.879s [fw-irda] [fw-beacon]
1779882940.376 +235.042s [fw-irda] [fw-beacon]
1779882940.538 +235.204s [fw-irda] [fw-beacon]
1779882940.699 +235.365s [fw-irda] [fw-beacon]
1779882940.856 +235.521s [fw-irda] [fw-beacon]
1779882941.011 +235.677s [fw-irda] [fw-beacon]
1779882941.163 +235.829s [fw-irda] [fw-beacon]
1779882941.318 +235.984s [fw-irda] [fw-beacon]
1779882941.479 +236.145s [fw-irda] [fw-beacon]
1779882941.639 +236.305s [fw-irda] [fw-beacon]
1779882941.799 +236.465s [fw-irda] [fw-beacon]
1779882941.975 +236.641s [fw-irda] [fw-beacon]
1779882942.158 +236.824s [fw-irda] [fw-beacon]
1779882942.336 +237.002s [fw-irda] [fw-beacon]
1779882942.520 +237.186s [fw-irda] [fw-beacon]
1779882942.704 +237.370s [fw-irda] [fw-beacon]
1779882942.888 +237.554s [fw-irda] [fw-beacon]
1779882943.071 +237.737s [fw-irda] [fw-beacon]
1779882943.253 +237.919s [fw-irda] [fw-beacon]
1779882943.435 +238.101s [fw-irda] [fw-beacon]
1779882943.620 +238.285s [fw-irda] [fw-beacon]
1779882943.803 +238.469s [fw-irda] [fw-beacon]
1779882943.986 +238.652s [fw-irda] [fw-beacon]
1779882944.168 +238.834s [fw-irda] [fw-beacon]
1779882944.350 +239.016s [fw-irda] [fw-beacon]
1779882944.532 +239.198s [fw-irda] [fw-beacon]
1779882944.715 +239.381s [fw-irda] [fw-beacon]
1779882944.898 +239.564s [fw-irda] [fw-beacon]
1779882945.079 +239.745s [fw-irda] [fw-beacon]
1779882945.260 +239.926s [fw-irda] [fw-beacon]
1779882945.442 +240.108s [fw-irda] [fw-beacon]
1779882945.623 +240.289s [fw-irda] [fw-beacon]
1779882945.807 +240.473s [fw-irda] [fw-beacon]
1779882945.986 +240.652s [fw-irda] [fw-beacon]
1779882946.164 +240.830s [fw-irda] [fw-beacon]
1779882946.345 +241.011s [fw-irda] [fw-beacon]
1779882946.511 +241.177s [fw-irda] [fw-beacon]
1779882946.679 +241.345s [fw-irda] [fw-beacon]
1779882946.860 +241.526s [fw-irda] [fw-beacon]
1779882947.039 +241.705s [fw-irda] [fw-beacon]
1779882947.220 +241.886s [fw-irda] [fw-beacon]
1779882947.405 +242.071s [fw-irda] [fw-beacon]
1779882947.586 +242.252s [fw-irda] [fw-beacon]
1779882947.766 +242.432s [fw-irda] [fw-beacon]
1779882947.948 +242.613s [fw-irda] [fw-beacon]
1779882948.131 +242.797s [fw-irda] [fw-beacon]
1779882948.315 +242.980s [fw-irda] [fw-beacon]
1779882948.494 +243.160s [fw-irda] [fw-beacon]
1779882948.675 +243.341s [fw-irda] [fw-beacon]
1779882948.860 +243.526s [fw-irda] [fw-beacon]
1779882949.045 +243.711s [fw-irda] [fw-beacon]
1779882949.225 +243.891s [fw-irda] [fw-beacon]
1779882949.406 +244.072s [fw-irda] [fw-beacon]
1779882949.589 +244.255s [fw-irda] [fw-beacon]
1779882949.771 +244.437s [fw-irda] [fw-beacon]
1779882949.952 +244.618s [fw-irda] [fw-beacon]
1779882950.135 +244.801s [fw-irda] [fw-beacon]
1779882950.320 +244.985s [fw-irda] [fw-beacon]
1779882950.502 +245.168s [fw-irda] [fw-beacon]
1779882950.681 +245.347s [fw-irda] [fw-beacon]
1779882950.863 +245.529s [fw-irda] [fw-beacon]
1779882951.045 +245.711s [fw-irda] [fw-beacon]
1779882951.228 +245.894s [fw-irda] [fw-beacon]
1779882951.408 +246.074s [fw-irda] [fw-beacon]
1779882951.597 +246.263s [fw-irda] [fw-beacon]
1779882951.783 +246.449s [fw-irda] [fw-beacon]
1779882951.965 +246.631s [fw-irda] [fw-beacon]
1779882952.143 +246.809s [fw-irda] [fw-beacon]
1779882952.323 +246.989s [fw-irda] [fw-beacon]
1779882952.494 +247.160s [fw-irda] [fw-beacon]
1779882952.657 +247.323s [fw-irda] [fw-beacon]
1779882952.819 +247.485s [fw-irda] [fw-beacon]
1779882952.997 +247.663s [fw-irda] [fw-beacon]
1779882953.174 +247.840s [fw-irda] [fw-beacon]
1779882953.356 +248.022s [fw-irda] [fw-beacon]
1779882953.525 +248.191s [fw-irda] [fw-beacon]
1779882953.706 +248.372s [fw-irda] [fw-beacon]
1779882953.885 +248.551s [fw-irda] [fw-beacon]
1779882954.062 +248.728s [fw-irda] [fw-beacon]
1779882954.233 +248.899s [fw-irda] [fw-beacon]
1779882954.392 +249.058s [fw-irda] [fw-beacon]
1779882954.551 +249.217s [fw-irda] [fw-beacon]
1779882954.705 +249.371s [fw-irda] [fw-beacon]
1779882954.858 +249.524s [fw-irda] [fw-beacon]
1779882955.018 +249.684s [fw-irda] [fw-beacon]
1779882955.177 +249.843s [fw-irda] [fw-beacon]
1779882955.337 +250.003s [fw-irda] [fw-beacon]
1779882955.497 +250.163s [fw-irda] [fw-beacon]
1779882955.661 +250.327s [fw-irda] [fw-beacon]
1779882955.831 +250.497s [fw-irda] [fw-beacon]
1779882956.005 +250.670s [fw-irda] [fw-beacon]
1779882956.177 +250.843s [fw-irda] [fw-beacon]
1779882956.339 +251.005s [fw-irda] [fw-beacon]
1779882956.498 +251.164s [fw-irda] [fw-beacon]
1779882956.657 +251.323s [fw-irda] [fw-beacon]
1779882956.818 +251.484s [fw-irda] [fw-beacon]
1779882956.980 +251.646s [fw-irda] [fw-beacon]
1779882957.140 +251.806s [fw-irda] [fw-beacon]
1779882957.293 +251.959s [fw-irda] [fw-beacon]
1779882957.446 +252.112s [fw-irda] [fw-beacon]
1779882957.601 +252.267s [fw-irda] [fw-beacon]
1779882957.761 +252.427s [fw-irda] [fw-beacon]
1779882957.944 +252.610s [fw-irda] [fw-beacon]
1779882958.125 +252.791s [fw-irda] [fw-beacon]
1779882958.309 +252.975s [fw-irda] [fw-beacon]
1779882958.484 +253.150s [fw-irda] [fw-beacon]
1779882958.667 +253.333s [fw-irda] [fw-beacon]
1779882958.848 +253.514s [fw-irda] [fw-beacon]
1779882959.018 +253.684s [fw-irda] [fw-beacon]
1779882959.179 +253.845s [fw-irda] [fw-beacon]
1779882959.341 +254.007s [fw-irda] [fw-beacon]
1779882959.503 +254.168s [fw-irda] [fw-beacon]
1779882959.662 +254.328s [fw-irda] [fw-beacon]
1779882959.821 +254.487s [fw-irda] [fw-beacon]
1779882959.974 +254.640s [fw-irda] [fw-beacon]
1779882960.130 +254.796s [fw-irda] [fw-beacon]
1779882960.287 +254.953s [fw-irda] [fw-beacon]
1779882960.465 +255.131s [fw-irda] [fw-beacon]
1779882960.645 +255.311s [fw-irda] [fw-beacon]
1779882960.827 +255.493s [fw-irda] [fw-beacon]
1779882961.007 +255.673s [fw-irda] [fw-beacon]
1779882961.190 +255.856s [fw-irda] [fw-beacon]
1779882961.356 +256.021s [fw-irda] [fw-beacon]
1779882961.521 +256.187s [fw-irda] [fw-beacon]
1779882961.699 +256.365s [fw-irda] [fw-beacon]
1779882961.880 +256.545s [fw-irda] [fw-beacon]
1779882962.042 +256.708s [fw-irda] [fw-beacon]
1779882962.219 +256.885s [fw-irda] [fw-beacon]
1779882962.377 +257.043s [fw-irda] [fw-beacon]
1779882962.536 +257.202s [fw-irda] [fw-beacon]
1779882962.691 +257.357s [fw-irda] [fw-beacon]
1779882962.844 +257.510s [fw-irda] [fw-beacon]
1779882963.005 +257.671s [fw-irda] [fw-beacon]
1779882963.165 +257.831s [fw-irda] [fw-beacon]
1779882963.327 +257.993s [fw-irda] [fw-beacon]
1779882963.505 +258.171s [fw-irda] [fw-beacon]
1779882963.688 +258.354s [fw-irda] [fw-beacon]
1779882963.869 +258.535s [fw-irda] [fw-beacon]
1779882964.052 +258.718s [fw-irda] [fw-beacon]
1779882964.228 +258.894s [fw-irda] [fw-beacon]
1779882964.394 +259.060s [fw-irda] [fw-beacon]
1779882964.577 +259.243s [fw-irda] [fw-beacon]
1779882964.750 +259.416s [fw-irda] [fw-beacon]
1779882964.919 +259.585s [fw-irda] [fw-beacon]
1779882965.092 +259.757s [fw-irda] [fw-beacon]
1779882965.255 +259.921s [fw-irda] [fw-beacon]
1779882965.414 +260.080s [fw-irda] [fw-beacon]
1779882965.575 +260.241s [fw-irda] [fw-beacon]
1779882965.735 +260.401s [fw-irda] [fw-beacon]
1779882965.894 +260.560s [fw-irda] [fw-beacon]
1779882966.054 +260.720s [fw-irda] [fw-beacon]
1779882966.206 +260.872s [fw-irda] [fw-beacon]
1779882966.362 +261.028s [fw-irda] [fw-beacon]
1779882966.522 +261.188s [fw-irda] [fw-beacon]
1779882966.680 +261.346s [fw-irda] [fw-beacon]
1779882966.841 +261.507s [fw-irda] [fw-beacon]
1779882967.002 +261.668s [fw-irda] [fw-beacon]
1779882967.163 +261.828s [fw-irda] [fw-beacon]
1779882967.318 +261.984s [fw-irda] [fw-beacon]
1779882967.485 +262.151s [fw-irda] [fw-beacon]
1779882967.656 +262.322s [fw-irda] [fw-beacon]
1779882967.839 +262.505s [fw-irda] [fw-beacon]
1779882968.015 +262.681s [fw-irda] [fw-beacon]
1779882968.195 +262.861s [fw-irda] [fw-beacon]
1779882968.375 +263.041s [fw-irda] [fw-beacon]
1779882968.539 +263.205s [fw-irda] [fw-beacon]
1779882968.699 +263.365s [fw-irda] [fw-beacon]
1779882968.860 +263.525s [fw-irda] [fw-beacon]
1779882969.019 +263.685s [fw-irda] [fw-beacon]
1779882969.178 +263.844s [fw-irda] [fw-beacon]
1779882969.341 +264.007s [fw-irda] [fw-beacon]
1779882969.509 +264.175s [fw-irda] [fw-beacon]
1779882969.691 +264.357s [fw-irda] [fw-beacon]
1779882969.873 +264.539s [fw-irda] [fw-beacon]
1779882970.038 +264.704s [fw-irda] [fw-beacon]
1779882970.196 +264.861s [fw-irda] [fw-beacon]
1779882970.374 +265.039s [fw-irda] [fw-beacon]
1779882970.558 +265.224s [fw-irda] [fw-beacon]
1779882970.740 +265.406s [fw-irda] [fw-beacon]
1779882970.920 +265.586s [fw-irda] [fw-beacon]
1779882971.105 +265.771s [fw-irda] [fw-beacon]
1779882971.291 +265.956s [fw-irda] [fw-beacon]
1779882971.474 +266.140s [fw-irda] [fw-beacon]
1779882971.654 +266.319s [fw-irda] [fw-beacon]
1779882971.837 +266.503s [fw-irda] [fw-beacon]
1779882972.020 +266.686s [fw-irda] [fw-beacon]
1779882972.201 +266.867s [fw-irda] [fw-beacon]
1779882972.385 +267.051s [fw-irda] [fw-beacon]
1779882972.566 +267.232s [fw-irda] [fw-beacon]
1779882972.729 +267.395s [fw-irda] [fw-beacon]
1779882972.893 +267.559s [fw-irda] [fw-beacon]
1779882973.047 +267.713s [fw-irda] [fw-beacon]
1779882973.200 +267.866s [fw-irda] [fw-beacon]
1779882973.358 +268.024s [fw-irda] [fw-beacon]
1779882973.518 +268.184s [fw-irda] [fw-beacon]
1779882973.681 +268.347s [fw-irda] [fw-beacon]
1779882973.842 +268.507s [fw-irda] [fw-beacon]
1779882974.002 +268.668s [fw-irda] [fw-beacon]
1779882974.160 +268.826s [fw-irda] [fw-beacon]
1779882974.320 +268.986s [fw-irda] [fw-beacon]
1779882974.475 +269.141s [fw-irda] [fw-beacon]
1779882974.628 +269.294s [fw-irda] [fw-beacon]
1779882974.788 +269.454s [fw-irda] [fw-beacon]
1779882974.948 +269.614s [fw-irda] [fw-beacon]
1779882975.106 +269.772s [fw-irda] [fw-beacon]
1779882975.267 +269.933s [fw-irda] [fw-beacon]
1779882975.429 +270.095s [fw-irda] [fw-beacon]
1779882975.590 +270.256s [fw-irda] [fw-beacon]
1779882975.743 +270.409s [fw-irda] [fw-beacon]
1779882975.897 +270.563s [fw-irda] [fw-beacon]
1779882976.052 +270.718s [fw-irda] [fw-beacon]
1779882976.213 +270.879s [fw-irda] [fw-beacon]
1779882976.372 +271.038s [fw-irda] [fw-beacon]
1779882976.528 +271.194s [fw-irda] [fw-beacon]
1779882976.684 +271.350s [fw-irda] [fw-beacon]
1779882976.842 +271.508s [fw-irda] [fw-beacon]
1779882977.008 +271.674s [fw-irda] [fw-beacon]
1779882977.190 +271.856s [fw-irda] [fw-beacon]
1779882977.376 +272.042s [fw-irda] [fw-beacon]
1779882977.560 +272.226s [fw-irda] [fw-beacon]
1779882977.736 +272.402s [fw-irda] [fw-beacon]
1779882977.888 +272.554s [fw-irda] [fw-beacon]
1779882978.058 +272.724s [fw-irda] [fw-beacon]
1779882978.216 +272.882s [fw-irda] [fw-beacon]
1779882978.395 +273.061s [fw-irda] [fw-beacon]
1779882978.573 +273.239s [fw-irda] [fw-beacon]
1779882978.756 +273.422s [fw-irda] [fw-beacon]
1779882978.911 +273.577s [fw-irda] [fw-beacon]
1779882979.069 +273.735s [fw-irda] [fw-beacon]
1779882979.226 +273.892s [fw-irda] [fw-beacon]
1779882979.403 +274.069s [fw-irda] [fw-beacon]
1779882979.601 +274.267s [fw-irda] [fw-beacon]
1779882979.789 +274.455s [fw-irda] [fw-beacon]
1779882979.974 +274.640s [fw-irda] [fw-beacon]
1779882980.161 +274.827s [fw-irda] [fw-beacon]
1779882980.345 +275.011s [fw-irda] [fw-beacon]
1779882980.524 +275.190s [fw-irda] [fw-beacon]
1779882980.681 +275.347s [fw-irda] [fw-beacon]
1779882980.834 +275.500s [fw-irda] [fw-beacon]
1779882980.988 +275.654s [fw-irda] [fw-beacon]
1779882981.147 +275.812s [fw-irda] [fw-beacon]
1779882981.309 +275.975s [fw-irda] [fw-beacon]
1779882981.470 +276.136s [fw-irda] [fw-beacon]
1779882981.630 +276.296s [fw-irda] [fw-beacon]
1779882981.790 +276.456s [fw-irda] [fw-beacon]
1779882981.950 +276.616s [fw-irda] [fw-beacon]
1779882982.113 +276.779s [fw-irda] [fw-beacon]
1779882982.278 +276.944s [fw-irda] [fw-beacon]
1779882982.454 +277.120s [fw-irda] [fw-beacon]
1779882982.633 +277.299s [fw-irda] [fw-beacon]
1779882982.812 +277.478s [fw-irda] [fw-beacon]
1779882982.996 +277.661s [fw-irda] [fw-beacon]
1779882983.177 +277.843s [fw-irda] [fw-beacon]
1779882983.359 +278.025s [fw-irda] [fw-beacon]
1779882983.541 +278.206s [fw-irda] [fw-beacon]
1779882983.723 +278.389s [fw-irda] [fw-beacon]
1779882983.909 +278.575s [fw-irda] [fw-beacon]
1779882984.095 +278.761s [fw-irda] [fw-beacon]
1779882984.277 +278.943s [fw-irda] [fw-beacon]
1779882984.455 +279.121s [fw-irda] [fw-beacon]
1779882984.636 +279.302s [fw-irda] [fw-beacon]
1779882984.821 +279.487s [fw-irda] [fw-beacon]
1779882985.003 +279.669s [fw-irda] [fw-beacon]
1779882985.186 +279.852s [fw-irda] [fw-beacon]
1779882985.367 +280.033s [fw-irda] [fw-beacon]
1779882985.549 +280.215s [fw-irda] [fw-beacon]
1779882985.728 +280.394s [fw-irda] [fw-beacon]
1779882985.903 +280.569s [fw-irda] [fw-beacon]
1779882986.064 +280.730s [fw-irda] [fw-beacon]
1779882986.223 +280.889s [fw-irda] [fw-beacon]
1779882986.382 +281.048s [fw-irda] [fw-beacon]
1779882986.537 +281.203s [fw-irda] [fw-beacon]
1779882986.692 +281.358s [fw-irda] [fw-beacon]
1779882986.855 +281.521s [fw-irda] [fw-beacon]
1779882987.018 +281.684s [fw-irda] [fw-beacon]
1779882987.176 +281.841s [fw-irda] [fw-beacon]
1779882987.334 +282.000s [fw-irda] [fw-beacon]
1779882987.492 +282.158s [fw-irda] [fw-beacon]
1779882987.666 +282.332s [fw-irda] [fw-beacon]
1779882987.839 +282.505s [fw-irda] [fw-beacon]
1779882988.019 +282.685s [fw-irda] [fw-beacon]
1779882988.202 +282.868s [fw-irda] [fw-beacon]
1779882988.385 +283.051s [fw-irda] [fw-beacon]
1779882988.573 +283.239s [fw-irda] [fw-beacon]
1779882988.757 +283.423s [fw-irda] [fw-beacon]
1779882988.938 +283.604s [fw-irda] [fw-beacon]
1779882989.120 +283.785s [fw-irda] [fw-beacon]
1779882989.302 +283.968s [fw-irda] [fw-beacon]
1779882989.487 +284.152s [fw-irda] [fw-beacon]
1779882989.668 +284.334s [fw-irda] [fw-beacon]
1779882989.852 +284.518s [fw-irda] [fw-beacon]
1779882990.034 +284.700s [fw-irda] [fw-beacon]
1779882990.216 +284.882s [fw-irda] [fw-beacon]
1779882990.398 +285.064s [fw-irda] [fw-beacon]
1779882990.583 +285.249s [fw-irda] [fw-beacon]
1779882990.766 +285.432s [fw-irda] [fw-beacon]
1779882990.946 +285.612s [fw-irda] [fw-beacon]
1779882991.125 +285.791s [fw-irda] [fw-beacon]
1779882991.312 +285.978s [fw-irda] [fw-beacon]
1779882991.489 +286.155s [fw-irda] [fw-beacon]
1779882991.671 +286.337s [fw-irda] [fw-beacon]
1779882991.855 +286.521s [fw-irda] [fw-beacon]
1779882992.037 +286.702s [fw-irda] [fw-beacon]
1779882992.224 +286.890s [fw-irda] [fw-beacon]
1779882992.408 +287.074s [fw-irda] [fw-beacon]
1779882992.594 +287.260s [fw-irda] [fw-beacon]
1779882992.781 +287.447s [fw-irda] [fw-beacon]
1779882992.968 +287.634s [fw-irda] [fw-beacon]
1779882993.155 +287.821s [fw-irda] [fw-beacon]
1779882993.334 +288.000s [fw-irda] [fw-beacon]
1779882993.517 +288.182s [fw-irda] [fw-beacon]
1779882993.697 +288.363s [fw-irda] [fw-beacon]
1779882993.880 +288.546s [fw-irda] [fw-beacon]
1779882994.066 +288.732s [fw-irda] [fw-beacon]
1779882994.249 +288.915s [fw-irda] [fw-beacon]
1779882994.431 +289.097s [fw-irda] [fw-beacon]
1779882994.618 +289.284s [fw-irda] [fw-beacon]
1779882994.799 +289.465s [fw-irda] [fw-beacon]
1779882994.980 +289.646s [fw-irda] [fw-beacon]
1779882995.162 +289.828s [fw-irda] [fw-beacon]
1779882995.343 +290.009s [fw-irda] [fw-beacon]
1779882995.530 +290.196s [fw-irda] [fw-beacon]
1779882995.716 +290.382s [fw-irda] [fw-beacon]
1779882995.900 +290.566s [fw-irda] [fw-beacon]
1779882996.075 +290.741s [fw-irda] [fw-beacon]
1779882996.245 +290.911s [fw-irda] [fw-beacon]
1779882996.413 +291.079s [fw-irda] [fw-beacon]
1779882996.597 +291.263s [fw-irda] [fw-beacon]
1779882996.777 +291.443s [fw-irda] [fw-beacon]
1779882996.956 +291.622s [fw-irda] [fw-beacon]
1779882997.134 +291.800s [fw-irda] [fw-beacon]
1779882997.316 +291.981s [fw-irda] [fw-beacon]
1779882997.498 +292.164s [fw-irda] [fw-beacon]
1779882997.682 +292.348s [fw-irda] [fw-beacon]
1779882997.865 +292.531s [fw-irda] [fw-beacon]
1779882998.049 +292.714s [fw-irda] [fw-beacon]
1779882998.231 +292.897s [fw-irda] [fw-beacon]
1779882998.414 +293.080s [fw-irda] [fw-beacon]
1779882998.597 +293.263s [fw-irda] [fw-beacon]
1779882998.779 +293.445s [fw-irda] [fw-beacon]
1779882998.961 +293.626s [fw-irda] [fw-beacon]
1779882999.145 +293.811s [fw-irda] [fw-beacon]
1779882999.325 +293.991s [fw-irda] [fw-beacon]
1779882999.509 +294.175s [fw-irda] [fw-beacon]
1779882999.692 +294.358s [fw-irda] [fw-beacon]
1779882999.879 +294.545s [fw-irda] [fw-beacon]
1779883000.062 +294.728s [fw-irda] [fw-beacon]
1779883000.243 +294.909s [fw-irda] [fw-beacon]
1779883000.426 +295.092s [fw-irda] [fw-beacon]
1779883000.607 +295.272s [fw-irda] [fw-beacon]
1779883000.786 +295.452s [fw-irda] [fw-beacon]
1779883000.967 +295.632s [fw-irda] [fw-beacon]
1779883001.151 +295.817s [fw-irda] [fw-beacon]
1779883001.334 +296.000s [fw-irda] [fw-beacon]
1779883001.514 +296.180s [fw-irda] [fw-beacon]
1779883001.697 +296.363s [fw-irda] [fw-beacon]
1779883001.881 +296.547s [fw-irda] [fw-beacon]
1779883002.063 +296.729s [fw-irda] [fw-beacon]
1779883002.238 +296.904s [fw-irda] [fw-beacon]
1779883002.406 +297.072s [fw-irda] [fw-beacon]
1779883002.571 +297.237s [fw-irda] [fw-beacon]
1779883002.754 +297.420s [fw-irda] [fw-beacon]
1779883002.933 +297.599s [fw-irda] [fw-beacon]
1779883003.116 +297.782s [fw-irda] [fw-beacon]
1779883003.298 +297.964s [fw-irda] [fw-beacon]
1779883003.479 +298.145s [fw-irda] [fw-beacon]
1779883003.658 +298.324s [fw-irda] [fw-beacon]
1779883003.841 +298.506s [fw-irda] [fw-beacon]
1779883004.020 +298.685s [fw-irda] [fw-beacon]
1779883004.203 +298.869s [fw-irda] [fw-beacon]
1779883004.389 +299.055s [fw-irda] [fw-beacon]
1779883004.569 +299.235s [fw-irda] [fw-beacon]
1779883004.746 +299.412s [fw-irda] [fw-beacon]
1779883004.927 +299.593s [fw-irda] [fw-beacon]
1779883005.112 +299.778s [fw-irda] [fw-beacon]
1779883005.298 +299.964s [fw-irda] [fw-beacon]
1779883005.479 +300.145s [fw-irda] [fw-beacon]
1779883005.663 +300.328s [fw-irda] [fw-beacon]
1779883005.845 +300.510s [fw-irda] [fw-beacon]
1779883006.030 +300.695s [fw-irda] [fw-beacon]
1779883006.211 +300.877s [fw-irda] [fw-beacon]
1779883006.392 +301.058s [fw-irda] [fw-beacon]
1779883006.574 +301.239s [fw-irda] [fw-beacon]
1779883006.757 +301.423s [fw-irda] [fw-beacon]
1779883006.940 +301.606s [fw-irda] [fw-beacon]
1779883007.123 +301.789s [fw-irda] [fw-beacon]
1779883007.304 +301.969s [fw-irda] [fw-beacon]
1779883007.483 +302.149s [fw-irda] [fw-beacon]
1779883007.665 +302.331s [fw-irda] [fw-beacon]
1779883007.850 +302.516s [fw-irda] [fw-beacon]
1779883008.033 +302.699s [fw-irda] [fw-beacon]
1779883008.202 +302.868s [fw-irda] [fw-beacon]
1779883008.371 +303.037s [fw-irda] [fw-beacon]
1779883008.542 +303.208s [fw-irda] [fw-beacon]
1779883008.727 +303.393s [fw-irda] [fw-beacon]
1779883008.906 +303.572s [fw-irda] [fw-beacon]
1779883009.085 +303.751s [fw-irda] [fw-beacon]
1779883009.266 +303.932s [fw-irda] [fw-beacon]
1779883009.448 +304.114s [fw-irda] [fw-beacon]
1779883009.632 +304.298s [fw-irda] [fw-beacon]
1779883009.814 +304.480s [fw-irda] [fw-beacon]
1779883009.997 +304.662s [fw-irda] [fw-beacon]
1779883010.179 +304.844s [fw-irda] [fw-beacon]
1779883010.356 +305.022s [fw-irda] [fw-beacon]
1779883010.540 +305.206s [fw-irda] [fw-beacon]
1779883010.722 +305.388s [fw-irda] [fw-beacon]
1779883010.905 +305.571s [fw-irda] [fw-beacon]
1779883011.086 +305.752s [fw-irda] [fw-beacon]
1779883011.269 +305.935s [fw-irda] [fw-beacon]
1779883011.453 +306.119s [fw-irda] [fw-beacon]
1779883011.636 +306.302s [fw-irda] [fw-beacon]
1779883011.818 +306.484s [fw-irda] [fw-beacon]
1779883012.000 +306.666s [fw-irda] [fw-beacon]
1779883012.188 +306.854s [fw-irda] [fw-beacon]
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (264,756 bytes, 1822 lignes)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCC <0006> gsm48_cc.c:62 init Call Control
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:7079 init Radio Ressource process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1480 init Mobility Management process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1197 Selecting PLMN SEARCH state, because no SIM.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMOB <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DLGLOBAL <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:606 (ms 1) Inserting test card (IMSI=001010001000001, Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:611 -> Test card registered to 001-01-65534 (Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:626 -> Test card not GPRS registered
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:5129 (ms 1) Received 'MMR_REG_REQ' event
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_SIM_INSERT' for automatic PLMN selection in state 'A0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:1353 Start search of last registered PLMN (mcc-001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:1358 Use RPLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:800 new state 'A0 null' -> 'A1 trying RPLMN'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:3587 Selecting PLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:3595 Start stored cell selection.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C2 stored cell selection'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C2 stored cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:823 new state 'C2 stored cell selection' -> 'C1 normal cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C1 normal cell selection' -> 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A1 trying RPLMN'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4805 MCC    |MNC    |allowed|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4806 -------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1141 No PLMN in list.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:1808 Select using access class 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1066 Not any PLMN allowable. Do limited search with RPLMN.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:800 new state 'A1 trying RPLMN' -> 'A4 wait for PLMN to appear'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:3583 Selected PLMN with limited service.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, PLMN search
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:1051 new MM IDLE state PLMN search -> no cell available
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882738.077 +30.877s Wed May 27 11:52:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882742.429 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882746.430 +39.230s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882750.747 +43.547s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882755.099 +47.899s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882759.453 +52.253s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882781.271 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882781.366 +74.165s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)

[... 1122 lines truncated ...]

1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882982.368 +275.168s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882999.943 +292.742s Wed May 27 11:56:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
osmocon.log (1,011,208 bytes, 5974 lignes)
1779882706.288 +0.642s got 2 bytes from modem, data looks like: 3e 69  >i
1779882706.288 +0.642s Received ident ack from phone, sending parameter sequence
1779882706.288 +0.642s read_file(/opt/GSM/firmware/board/compal_e88/layer1.highram.bin): file_size=65236, hdr_len=0, dnload_len=65239
1779882706.288 +0.642s Received parameter ack from phone, starting download
1779882707.190 +1.544s Progress: 1%Progress: 3%Progress: 4%Progress: 6%Progress: 7%Progress: 9%Progress: 10%Progress: 12%Progress: 14%Progress: 15%Progress: 17%Progress: 18%Progress: 20%Progress: 21%Progress: 23%Progress: 25%Progress: 26%Progress: 28%Progress: 29%Progress: 31%Progress: 32%Progress: 34%Progress: 36%Progress: 37%Progress: 39%Progress: 40%Progress: 42%Progress: 43%Progress: 45%Progress: 47%Progress: 48%Progress: 50%Progress: 51%Progress: 53%Progress: 54%Progress: 56%Progress: 58%Progress: 59%Progress: 61%Progress: 62%Progress: 64%Progress: 65%Progress: 67%Progress: 69%Progress: 70%Progress: 72%Progress: 73%Progress: 75%Progress: 76%Progress: 78%Progress: 80%Progress: 81%Progress: 83%Progress: 84%Progress: 86%Progress: 87%Progress: 89%Progress: 91%Progress: 92%Progress: 94%Progress: 95%Progress: 97%Progress: 98%Progress: 100%L1CTL_RESET_REQ: FULL!L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882707.207 +1.561s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882707.208 +1.562s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882707.229 +1.583s Starting FCCH RecognitionFB0 (613:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.598s FB1 (616:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.599s   fn_offset=615 (fn=616 + attempt=1 + ntdma = 0)
1779882707.245 +1.599s   delay=9 (fn_offset=615 + 11 - fn=616 - 1
1779882707.245 +1.600s   scheduling next FB/SB detection task with delay 9
1779882707.301 +1.656s =>FB @ FNR 615 fn_offset=614 qbits=4908
1779882707.301 +1.656s Synchronize_TDMA
1779882707.301 +1.656s SB1 (1243:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.302 +1.656s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882707.302 +1.656s Synchronize_TDMA
1779882707.303 +1.657s =>FB @ FNR 1242 fn_offset=52 qbits=4908
1779882708.499 +2.854s Finished, sent 64 blocks in total
1779882708.499 +2.854s Received branch ack, your code is running now!
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882708.499 +2.854s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.548 +5.902s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ......L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882711.563 +5.918s Starting FCCH RecognitionFB0 (1008:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.578 +5.933s FB1 (1011:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.579 +5.933s   fn_offset=1010 (fn=1011 + attempt=1 + ntdma = 0)
1779882711.579 +5.934s   delay=9 (fn_offset=1010 + 11 - fn=1011 - 1
1779882711.580 +5.934s   scheduling next FB/SB detection task with delay 9
1779882711.635 +5.989s =>FB @ FNR 1010 fn_offset=1009 qbits=4908
1779882711.635 +5.989s Synchronize_TDMA
1779882711.635 +5.989s SB1 (2033:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.636 +5.990s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882711.636 +5.990s Synchronize_TDMA
1779882711.637 +5.991s =>FB @ FNR 2032 fn_offset=52 qbits=4908
1779882712.795 +7.150s ......?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 cb 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 cf 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882712.795 +7.150s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882715.881 +10.235s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882715.897 +10.251s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882715.898 +10.252s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882715.917 +10.271s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779882715.932 +10.286s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779882715.932 +10.286s   scheduling next FB/SB detection task with delay 9
1779882715.986 +10.340s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779882715.986 +10.340s Synchronize_TDMA
1779882715.986 +10.340s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.987 +10.341s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882715.987 +10.341s Synchronize_TDMA
1779882715.987 +10.342s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779882716.959 +11.313s ++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882720.230 +14.584s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  .........L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882720.259 +14.613s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882720.260 +14.614s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882720.295 +14.650s Starting FCCH RecognitionFB0 (964:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.308 +14.663s FB1 (967:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.309 +14.663s   fn_offset=966 (fn=967 + attempt=1 + ntdma = 0)
1779882720.309 +14.664s   delay=9 (fn_offset=966 + 11 - fn=967 - 1
1779882720.310 +14.664s   scheduling next FB/SB detection task with delay 9
1779882720.359 +14.713s =>FB @ FNR 966 fn_offset=965 qbits=4908
1779882720.359 +14.713s Synchronize_TDMA
1779882720.359 +14.713s SB1 (1945:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.359 +14.713s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882720.359 +14.714s Synchronize_TDMA
1779882720.360 +14.714s =>FB @ FNR 1944 fn_offset=52 qbits=4908
1779882721.226 +15.580s ..e?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........

[... 5574 lines truncated (file too large : 1,011,208 bytes) ...]

1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779883008.532 +302.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779883008.551 +302.905s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779883008.552 +302.906s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779883008.570 +302.925s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.584 +302.938s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.585 +302.939s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779883008.585 +302.939s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779883008.586 +302.940s   scheduling next FB/SB detection task with delay 9
1779883008.639 +302.994s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779883008.639 +302.994s Synchronize_TDMA
1779883008.639 +302.994s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.640 +302.994s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779883008.640 +302.994s Synchronize_TDMA
1779883008.640 +302.995s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779883009.379 +303.733s 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
pc_hist.log (0 bytes, 0 lignes)
qemu_diag.log (3,003,224 bytes, 37411 lignes)
19:1779882704.316 +0.032s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
55:1779882704.318 +0.035s qemu-system-arm: [dsp-shunt] active — c54x emulator should be skipped, BSP DMA→DARAM should be gated. Phase 1: canned dispatch TODO. Watch /tmp/qemu.log for LATCH/DISPATCH lines.
183:1779882704.350 +0.067s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
204:1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
208:1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
210:1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
212:1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
215:1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
217:1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
220:1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
222:1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
225:1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
227:1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
230:1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
232:1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
235:1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
237:1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
240:1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
242:1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
245:1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
247:1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
250:1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
252:1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
302:1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
310:1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
317:1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
322:1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
409:1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
414:1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
560:1779882707.195 +2.912s [calypso-trx] ARM TASK WR [0x0008] = 1 fn=608
562:1779882707.195 +2.912s [calypso-trx] fbsb hook fired task=1 fn=608
690:1779882707.217 +2.934s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=612
691:1779882707.217 +2.934s [calypso-trx] fbsb hook fired task=5 fn=612
699:1779882707.219 +2.935s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
702:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=614 #1
709:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=614 #2
710:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=614 #3
711:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=614 #4
712:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=614 #5
713:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=614 #6
716:1779882707.233 +2.950s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=615
717:1779882707.233 +2.950s [calypso-trx] fbsb hook fired task=5 fn=615
727:1779882707.234 +2.951s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
730:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=617 #7
735:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=617 #8
736:1779882707.242 +2.959s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=617 #9
737:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=617 #10
738:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=617 #11
739:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=617 #12
764:1779882707.285 +3.001s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=626
765:1779882707.285 +3.001s [calypso-trx] fbsb hook fired task=6 fn=626
775:1779882707.290 +3.007s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=627
776:1779882707.290 +3.007s [calypso-trx] fbsb hook fired task=6 fn=627
853:1779882707.520 +3.237s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=678
854:1779882707.520 +3.237s [calypso-trx] fbsb hook fired task=24 fn=678
865:1779882707.525 +3.242s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=679
866:1779882707.525 +3.242s [calypso-trx] fbsb hook fired task=24 fn=679
875:1779882707.530 +3.247s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=680
876:1779882707.530 +3.247s [calypso-trx] fbsb hook fired task=24 fn=680
884:1779882707.534 +3.251s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=681
885:1779882707.534 +3.251s [calypso-trx] fbsb hook fired task=24 fn=681
895:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=683 #1
896:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=683 #2
897:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=683 #3
898:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=683 #4
899:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=683 #5
900:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=683 #6
901:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=683 #7
902:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=683 #8
903:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=683 #9
904:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=683 #10
905:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=683 #11
906:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=683 #12
956:1779882707.568 +3.285s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=688
957:1779882707.568 +3.285s [calypso-trx] fbsb hook fired task=24 fn=688
966:1779882707.574 +3.290s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=689
967:1779882707.574 +3.290s [calypso-trx] fbsb hook fired task=24 fn=689
976:1779882707.578 +3.295s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=690
977:1779882707.578 +3.295s [calypso-trx] fbsb hook fired task=24 fn=690
986:1779882707.583 +3.300s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=691
987:1779882707.583 +3.300s [calypso-trx] fbsb hook fired task=24 fn=691
995:1779882707.588 +3.304s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=692
996:1779882707.588 +3.304s [calypso-trx] fbsb hook fired task=24 fn=692
1002:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=693 #13
1003:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=693 #14
1004:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=693 #15
1005:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=693 #16
1006:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=693 #17
1007:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=693 #18
1008:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=693 #19
1009:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=693 #20
1010:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=693 #21
1011:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=693 #22
1012:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=693 #23
1013:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=693 #24
1015:1779882707.592 +3.309s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=693
1016:1779882707.592 +3.309s [calypso-trx] fbsb hook fired task=24 fn=693
1025:1779882707.597 +3.314s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=694
1026:1779882707.597 +3.314s [calypso-trx] fbsb hook fired task=24 fn=694
1033:1779882707.601 +3.318s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=695
1034:1779882707.601 +3.318s [calypso-trx] fbsb hook fired task=24 fn=695
1041:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=697 #25
1042:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=697 #26
1043:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=697 #27
1044:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=697 #28
1045:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=697 #29
1046:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=697 #30
1047:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=697 #31
1048:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=697 #32
1049:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=697 #33
1050:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=697 #34
1051:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=697 #35
1052:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=697 #36
1057:1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1073:1779882707.753 +3.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=729
1074:1779882707.753 +3.470s [calypso-trx] fbsb hook fired task=24 fn=729
1080:1779882707.757 +3.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=730
1081:1779882707.757 +3.474s [calypso-trx] fbsb hook fired task=24 fn=730
1087:1779882707.762 +3.478s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=731
1088:1779882707.762 +3.478s [calypso-trx] fbsb hook fired task=24 fn=731
1094:1779882707.766 +3.483s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=732
1095:1779882707.766 +3.483s [calypso-trx] fbsb hook fired task=24 fn=732
1101:1779882707.771 +3.487s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=733
1102:1779882707.771 +3.487s [calypso-trx] fbsb hook fired task=24 fn=733
1107:1779882707.775 +3.491s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=734 #37
1108:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=734 #38
1109:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=734 #39
1110:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=734 #40
1111:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=734 #41
1112:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=734 #42
1113:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=734 #43
1114:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=734 #44
1115:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=734 #45
1116:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=734 #46
1117:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=734 #47
1118:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=734 #48
1120:1779882707.775 +3.492s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=734
1121:1779882707.775 +3.492s [calypso-trx] fbsb hook fired task=24 fn=734
1128:1779882707.780 +3.497s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=735
1129:1779882707.780 +3.497s [calypso-trx] fbsb hook fired task=24 fn=735
1135:1779882707.784 +3.501s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=736
1136:1779882707.784 +3.501s [calypso-trx] fbsb hook fired task=24 fn=736
1141:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=738 #49
1142:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=738 #50
1143:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=738 #51
1144:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=738 #52
1145:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=738 #53
1146:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=738 #54
1147:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=738 #55
1148:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=738 #56
1149:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=738 #57
1150:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=738 #58
1151:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=738 #59
1152:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=738 #60
1155:1779882707.798 +3.515s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=739
1156:1779882707.798 +3.515s [calypso-trx] fbsb hook fired task=24 fn=739
1162:1779882707.803 +3.519s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=740
1163:1779882707.803 +3.519s [calypso-trx] fbsb hook fired task=24 fn=740
1169:1779882707.807 +3.524s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=741
1170:1779882707.807 +3.524s [calypso-trx] fbsb hook fired task=24 fn=741
1179:1779882707.811 +3.528s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=742
1180:1779882707.811 +3.528s [calypso-trx] fbsb hook fired task=24 fn=742
1186:1779882707.816 +3.532s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=743
1187:1779882707.816 +3.532s [calypso-trx] fbsb hook fired task=24 fn=743
1192:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=744 #61
1193:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=744 #62
1194:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=744 #63
1195:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=744 #64
1196:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=744 #65
1197:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=744 #66
1198:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=744 #67
1199:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=744 #68
1200:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=744 #69
1201:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=744 #70
1202:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=744 #71
1203:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=744 #72
1205:1779882707.820 +3.537s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=744
1206:1779882707.820 +3.537s [calypso-trx] fbsb hook fired task=24 fn=744
1213:1779882707.826 +3.543s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=745
1214:1779882707.826 +3.543s [calypso-trx] fbsb hook fired task=24 fn=745
1220:1779882707.831 +3.547s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=746
1221:1779882707.831 +3.547s [calypso-trx] fbsb hook fired task=24 fn=746
1226:1779882707.839 +3.556s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=748 #73
1227:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=748 #74
1228:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=748 #75
1229:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=748 #76
1230:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=748 #77
1231:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=748 #78
1232:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=748 #79
1233:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=748 #80
1234:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=748 #81
1235:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=748 #82
1236:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=748 #83
1237:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=748 #84
1240:1779882707.979 +3.696s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=780
1241:1779882707.979 +3.696s [calypso-trx] fbsb hook fired task=24 fn=780
1247:1779882707.983 +3.700s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=781
1248:1779882707.983 +3.700s [calypso-trx] fbsb hook fired task=24 fn=781
1254:1779882707.987 +3.704s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=782
1255:1779882707.987 +3.704s [calypso-trx] fbsb hook fired task=24 fn=782
1263:1779882707.991 +3.707s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=783
1264:1779882707.991 +3.707s [calypso-trx] fbsb hook fired task=24 fn=783
1270:1779882707.995 +3.711s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=784
1271:1779882707.995 +3.711s [calypso-trx] fbsb hook fired task=24 fn=784
1276:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=785 #85
1277:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=785 #86
1278:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=785 #87
1279:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=785 #88
1280:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=785 #89
1281:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=785 #90
1282:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=785 #91
1283:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=785 #92
1284:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=785 #93
1285:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=785 #94
1286:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=785 #95
1287:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=785 #96
1289:1779882707.999 +3.715s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=785
1290:1779882707.999 +3.715s [calypso-trx] fbsb hook fired task=24 fn=785
1297:1779882708.003 +3.720s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=786
1298:1779882708.003 +3.720s [calypso-trx] fbsb hook fired task=24 fn=786
1304:1779882708.007 +3.724s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=787
1305:1779882708.007 +3.724s [calypso-trx] fbsb hook fired task=24 fn=787
1310:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=789 #97
1311:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=789 #98
1312:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=789 #99
1313:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=789 #100
1314:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=789 #101
1315:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=789 #102
1316:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=789 #103
1317:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=789 #104
1318:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=789 #105
1319:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=789 #106
1320:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=789 #107
1321:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=789 #108
1324:1779882708.020 +3.736s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=790
1325:1779882708.020 +3.736s [calypso-trx] fbsb hook fired task=24 fn=790
1331:1779882708.024 +3.740s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=791
1332:1779882708.024 +3.740s [calypso-trx] fbsb hook fired task=24 fn=791
1338:1779882708.028 +3.744s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=792
1339:1779882708.028 +3.744s [calypso-trx] fbsb hook fired task=24 fn=792
1345:1779882708.032 +3.748s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=793
1346:1779882708.032 +3.748s [calypso-trx] fbsb hook fired task=24 fn=793
1352:1779882708.036 +3.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=794
1353:1779882708.036 +3.752s [calypso-trx] fbsb hook fired task=24 fn=794
1358:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=795 #109
1359:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=795 #110
1360:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=795 #111
1361:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=795 #112
1362:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=795 #113
1363:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=795 #114
1364:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=795 #115
1365:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=795 #116
1366:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=795 #117
1367:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=795 #118
1368:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=795 #119
1369:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=795 #120
1371:1779882708.039 +3.756s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=795
1372:1779882708.039 +3.756s [calypso-trx] fbsb hook fired task=24 fn=795
1379:1779882708.044 +3.761s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=796
1380:1779882708.044 +3.761s [calypso-trx] fbsb hook fired task=24 fn=796
1386:1779882708.048 +3.765s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=797
1387:1779882708.048 +3.765s [calypso-trx] fbsb hook fired task=24 fn=797
1392:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=799 #121
1393:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=799 #122
1394:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=799 #123
1395:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=799 #124
1396:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=799 #125
1397:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=799 #126
1398:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=799 #127
1399:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=799 #128
1400:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=799 #129
1401:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=799 #130
1402:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=799 #131
1403:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=799 #132
1405:1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1409:1779882708.183 +3.900s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=831
1410:1779882708.183 +3.900s [calypso-trx] fbsb hook fired task=24 fn=831
1416:1779882708.187 +3.904s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=832
1417:1779882708.187 +3.904s [calypso-trx] fbsb hook fired task=24 fn=832
1423:1779882708.191 +3.908s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=833
1424:1779882708.191 +3.908s [calypso-trx] fbsb hook fired task=24 fn=833
1430:1779882708.195 +3.912s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=834
1431:1779882708.195 +3.912s [calypso-trx] fbsb hook fired task=24 fn=834
1437:1779882708.199 +3.915s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=835
1438:1779882708.199 +3.915s [calypso-trx] fbsb hook fired task=24 fn=835
1443:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=836 #133
1444:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=836 #134
1445:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=836 #135
1446:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=836 #136
1447:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=836 #137
1448:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=836 #138
1449:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=836 #139
1450:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=836 #140
1451:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=836 #141
1452:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=836 #142
1453:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=836 #143
1454:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=836 #144
1456:1779882708.203 +3.919s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=836
1457:1779882708.203 +3.919s [calypso-trx] fbsb hook fired task=24 fn=836
1464:1779882708.207 +3.924s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=837

[... 37011 lines truncated (file too large : 3,003,224 bytes) ...]

120750:1779883011.450 +307.167s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61198
120751:1779883011.450 +307.167s [calypso-trx] fbsb hook fired task=24 fn=61198
120758:1779883011.459 +307.176s [c54x] IRQ #61200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120760:1779883011.603 +307.319s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61232
120761:1779883011.603 +307.319s [calypso-trx] fbsb hook fired task=24 fn=61232
120766:1779883011.607 +307.324s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61233
120767:1779883011.607 +307.324s [calypso-trx] fbsb hook fired task=24 fn=61233
120772:1779883011.612 +307.328s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61234
120773:1779883011.612 +307.328s [calypso-trx] fbsb hook fired task=24 fn=61234
120778:1779883011.616 +307.333s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61235
120779:1779883011.616 +307.333s [calypso-trx] fbsb hook fired task=24 fn=61235
120784:1779883011.621 +307.338s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61236
120785:1779883011.621 +307.338s [calypso-trx] fbsb hook fired task=24 fn=61236
120790:1779883011.625 +307.342s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61237
120791:1779883011.625 +307.342s [calypso-trx] fbsb hook fired task=24 fn=61237
120797:1779883011.630 +307.347s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61238
120798:1779883011.630 +307.347s [calypso-trx] fbsb hook fired task=24 fn=61238
120803:1779883011.635 +307.352s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61239
120804:1779883011.635 +307.352s [calypso-trx] fbsb hook fired task=24 fn=61239
120812:1779883011.649 +307.365s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61242
120813:1779883011.649 +307.365s [calypso-trx] fbsb hook fired task=24 fn=61242
120818:1779883011.653 +307.370s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61243
120819:1779883011.653 +307.370s [calypso-trx] fbsb hook fired task=24 fn=61243
120824:1779883011.658 +307.374s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61244
120825:1779883011.658 +307.374s [calypso-trx] fbsb hook fired task=24 fn=61244
120830:1779883011.662 +307.379s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61245
120831:1779883011.662 +307.379s [calypso-trx] fbsb hook fired task=24 fn=61245
120836:1779883011.667 +307.383s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61246
120837:1779883011.667 +307.383s [calypso-trx] fbsb hook fired task=24 fn=61246
120842:1779883011.671 +307.388s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61247
120843:1779883011.671 +307.388s [calypso-trx] fbsb hook fired task=24 fn=61247
120849:1779883011.677 +307.393s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61248
120850:1779883011.677 +307.394s [calypso-trx] fbsb hook fired task=24 fn=61248
120855:1779883011.682 +307.398s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61249
120856:1779883011.682 +307.398s [calypso-trx] fbsb hook fired task=24 fn=61249
120865:1779883011.832 +307.549s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61283
120866:1779883011.832 +307.549s [calypso-trx] fbsb hook fired task=24 fn=61283
120871:1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
120872:1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
120877:1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
120878:1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
120883:1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
120884:1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
120889:1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
120890:1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
120895:1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
120896:1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
120902:1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
120903:1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
120908:1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
120909:1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
120915:1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
120916:1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
120921:1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
120922:1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
120927:1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
120928:1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
120933:1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
120934:1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
120939:1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
120940:1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
120945:1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
120946:1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
120952:1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
120953:1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
120958:1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120959:1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
120960:1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
120968:1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
120969:1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
120974:1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
120975:1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
120980:1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
120981:1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
120986:1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
120987:1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
120992:1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
120993:1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
120998:1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
120999:1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
121005:1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
121006:1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
121011:1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
121012:1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
121018:1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
121019:1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
121024:1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
121025:1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
121030:1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
121031:1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
121036:1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
121037:1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
121042:1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
121043:1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
121049:1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
121050:1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
121056:1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
121057:1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
121062:1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
121063:1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
qemu_tail.log (331,699 bytes, 4000 lignes)
1779883002.856 +298.573s [calypso-fbsb] on_dsp_task_change task=24 fn=59320 state=5
1779883002.856 +298.573s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.856 +298.573s [iota] WARN pending queue full, dropping oldest
1779883002.857 +298.573s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.858 +298.574s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.861 +298.578s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59321
1779883002.861 +298.578s [calypso-trx] fbsb hook fired task=24 fn=59321
1779883002.861 +298.578s [calypso-fbsb] on_dsp_task_change task=24 fn=59321 state=5
1779883002.861 +298.578s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.861 +298.578s [iota] WARN pending queue full, dropping oldest
1779883002.862 +298.579s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.866 +298.582s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59322
1779883002.866 +298.582s [calypso-trx] fbsb hook fired task=24 fn=59322
1779883002.866 +298.582s [calypso-fbsb] on_dsp_task_change task=24 fn=59322 state=5
1779883002.866 +298.582s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.866 +298.582s [iota] WARN pending queue full, dropping oldest
1779883002.867 +298.583s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.875 +298.591s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.879 +298.596s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59325
1779883002.879 +298.596s [calypso-trx] fbsb hook fired task=24 fn=59325
1779883002.879 +298.596s [calypso-fbsb] on_dsp_task_change task=24 fn=59325 state=5
1779883002.879 +298.596s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.879 +298.596s [iota] WARN pending queue full, dropping oldest
1779883002.880 +298.597s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.883 +298.600s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59326
1779883002.883 +298.600s [calypso-trx] fbsb hook fired task=24 fn=59326
1779883002.883 +298.600s [calypso-fbsb] on_dsp_task_change task=24 fn=59326 state=5
1779883002.883 +298.600s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.883 +298.600s [iota] WARN pending queue full, dropping oldest
1779883002.884 +298.601s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.888 +298.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59327
1779883002.888 +298.604s [calypso-trx] fbsb hook fired task=24 fn=59327
1779883002.888 +298.604s [calypso-fbsb] on_dsp_task_change task=24 fn=59327 state=5
1779883002.888 +298.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.888 +298.604s [iota] WARN pending queue full, dropping oldest
1779883002.889 +298.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.892 +298.609s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59328
1779883002.892 +298.609s [calypso-trx] fbsb hook fired task=24 fn=59328
1779883002.892 +298.609s [calypso-fbsb] on_dsp_task_change task=24 fn=59328 state=5
1779883002.892 +298.609s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.892 +298.609s [iota] WARN pending queue full, dropping oldest
1779883002.893 +298.610s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.897 +298.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59329
1779883002.897 +298.613s [calypso-trx] fbsb hook fired task=24 fn=59329
1779883002.897 +298.613s [calypso-fbsb] on_dsp_task_change task=24 fn=59329 state=5
1779883002.897 +298.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.897 +298.613s [iota] WARN pending queue full, dropping oldest
1779883002.898 +298.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.901 +298.618s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59330
1779883002.901 +298.618s [calypso-trx] fbsb hook fired task=24 fn=59330
1779883002.901 +298.618s [calypso-fbsb] on_dsp_task_change task=24 fn=59330 state=5
1779883002.901 +298.618s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.901 +298.618s [iota] WARN pending queue full, dropping oldest
1779883002.902 +298.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.903 +298.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.906 +298.623s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59331
1779883002.906 +298.623s [calypso-trx] fbsb hook fired task=24 fn=59331
1779883002.906 +298.623s [calypso-fbsb] on_dsp_task_change task=24 fn=59331 state=5
1779883002.906 +298.623s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.906 +298.623s [iota] WARN pending queue full, dropping oldest
1779883002.907 +298.624s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.910 +298.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59332
1779883002.911 +298.627s [calypso-trx] fbsb hook fired task=24 fn=59332
1779883002.911 +298.627s [calypso-fbsb] on_dsp_task_change task=24 fn=59332 state=5
1779883002.911 +298.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.911 +298.627s [iota] WARN pending queue full, dropping oldest
1779883002.912 +298.628s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.920 +298.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.933 +298.650s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883002.933 +298.650s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.062 +298.779s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59366
1779883003.062 +298.779s [calypso-trx] fbsb hook fired task=24 fn=59366
1779883003.062 +298.779s [calypso-fbsb] on_dsp_task_change task=24 fn=59366 state=5
1779883003.062 +298.779s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.062 +298.779s [iota] WARN pending queue full, dropping oldest
1779883003.063 +298.780s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.066 +298.783s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59367
1779883003.066 +298.783s [calypso-trx] fbsb hook fired task=24 fn=59367
1779883003.066 +298.783s [calypso-fbsb] on_dsp_task_change task=24 fn=59367 state=5
1779883003.066 +298.783s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.066 +298.783s [iota] WARN pending queue full, dropping oldest
1779883003.067 +298.784s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.071 +298.788s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59368
1779883003.071 +298.788s [calypso-trx] fbsb hook fired task=24 fn=59368
1779883003.071 +298.788s [calypso-fbsb] on_dsp_task_change task=24 fn=59368 state=5
1779883003.071 +298.788s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.071 +298.788s [iota] WARN pending queue full, dropping oldest
1779883003.072 +298.789s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.075 +298.792s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59369
1779883003.075 +298.792s [calypso-trx] fbsb hook fired task=24 fn=59369
1779883003.075 +298.792s [calypso-fbsb] on_dsp_task_change task=24 fn=59369 state=5
1779883003.075 +298.792s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.075 +298.792s [iota] WARN pending queue full, dropping oldest
1779883003.076 +298.793s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.080 +298.796s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59370
1779883003.080 +298.796s [calypso-trx] fbsb hook fired task=24 fn=59370
1779883003.080 +298.796s [calypso-fbsb] on_dsp_task_change task=24 fn=59370 state=5
1779883003.080 +298.796s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.080 +298.796s [iota] WARN pending queue full, dropping oldest
1779883003.081 +298.797s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.084 +298.801s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59371
1779883003.084 +298.801s [calypso-trx] fbsb hook fired task=24 fn=59371
1779883003.084 +298.801s [calypso-fbsb] on_dsp_task_change task=24 fn=59371 state=5
1779883003.084 +298.801s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.084 +298.801s [iota] WARN pending queue full, dropping oldest
1779883003.085 +298.801s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.086 +298.803s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.089 +298.806s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59372
1779883003.089 +298.806s [calypso-trx] fbsb hook fired task=24 fn=59372
1779883003.089 +298.806s [calypso-fbsb] on_dsp_task_change task=24 fn=59372 state=5
1779883003.089 +298.806s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.089 +298.806s [iota] WARN pending queue full, dropping oldest
1779883003.089 +298.806s [iota] BDLENA rising edge #17900 tn=0 pending=31
1779883003.090 +298.807s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.094 +298.810s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59373
1779883003.094 +298.810s [calypso-trx] fbsb hook fired task=24 fn=59373
1779883003.094 +298.810s [calypso-fbsb] on_dsp_task_change task=24 fn=59373 state=5
1779883003.094 +298.810s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.094 +298.810s [iota] WARN pending queue full, dropping oldest
1779883003.095 +298.811s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.103 +298.820s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.108 +298.825s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59376
1779883003.108 +298.825s [calypso-trx] fbsb hook fired task=24 fn=59376
1779883003.108 +298.825s [calypso-fbsb] on_dsp_task_change task=24 fn=59376 state=5
1779883003.108 +298.825s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.108 +298.825s [iota] WARN pending queue full, dropping oldest
1779883003.109 +298.826s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.112 +298.829s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59377
1779883003.112 +298.829s [calypso-trx] fbsb hook fired task=24 fn=59377
1779883003.112 +298.829s [calypso-fbsb] on_dsp_task_change task=24 fn=59377 state=5
1779883003.112 +298.829s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.112 +298.829s [iota] WARN pending queue full, dropping oldest
1779883003.113 +298.830s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.116 +298.832s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.116 +298.833s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.117 +298.834s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59378
1779883003.117 +298.834s [calypso-trx] fbsb hook fired task=24 fn=59378
1779883003.117 +298.834s [calypso-fbsb] on_dsp_task_change task=24 fn=59378 state=5
1779883003.117 +298.834s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.117 +298.834s [iota] WARN pending queue full, dropping oldest
1779883003.118 +298.835s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.122 +298.838s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59379
1779883003.122 +298.838s [calypso-trx] fbsb hook fired task=24 fn=59379
1779883003.122 +298.838s [calypso-fbsb] on_dsp_task_change task=24 fn=59379 state=5
1779883003.122 +298.838s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.122 +298.838s [iota] WARN pending queue full, dropping oldest
1779883003.123 +298.839s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.126 +298.843s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59380
1779883003.126 +298.843s [calypso-trx] fbsb hook fired task=24 fn=59380
1779883003.126 +298.843s [calypso-fbsb] on_dsp_task_change task=24 fn=59380 state=5
1779883003.126 +298.843s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.126 +298.843s [iota] WARN pending queue full, dropping oldest
1779883003.127 +298.844s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.130 +298.847s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59381
1779883003.130 +298.847s [calypso-trx] fbsb hook fired task=24 fn=59381
1779883003.130 +298.847s [calypso-fbsb] on_dsp_task_change task=24 fn=59381 state=5
1779883003.130 +298.847s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.130 +298.847s [iota] WARN pending queue full, dropping oldest
1779883003.131 +298.848s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.132 +298.849s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.135 +298.852s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59382
1779883003.135 +298.852s [calypso-trx] fbsb hook fired task=24 fn=59382
1779883003.135 +298.852s [calypso-fbsb] on_dsp_task_change task=24 fn=59382 state=5
1779883003.135 +298.852s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.135 +298.852s [iota] WARN pending queue full, dropping oldest
1779883003.137 +298.853s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.140 +298.857s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59383
1779883003.140 +298.857s [calypso-trx] fbsb hook fired task=24 fn=59383
1779883003.140 +298.857s [calypso-fbsb] on_dsp_task_change task=24 fn=59383 state=5
1779883003.140 +298.857s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.140 +298.857s [iota] WARN pending queue full, dropping oldest
1779883003.141 +298.858s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.149 +298.866s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.216 +298.933s [c54x] IRQ #59400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.292 +299.008s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59417
1779883003.292 +299.009s [calypso-trx] fbsb hook fired task=24 fn=59417
1779883003.292 +299.009s [calypso-fbsb] on_dsp_task_change task=24 fn=59417 state=5
1779883003.292 +299.009s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.292 +299.009s [iota] WARN pending queue full, dropping oldest
1779883003.293 +299.009s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.296 +299.013s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59418
1779883003.296 +299.013s [calypso-trx] fbsb hook fired task=24 fn=59418
1779883003.296 +299.013s [calypso-fbsb] on_dsp_task_change task=24 fn=59418 state=5
1779883003.296 +299.013s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.296 +299.013s [iota] WARN pending queue full, dropping oldest
1779883003.297 +299.014s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.297 +299.014s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.298 +299.014s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.301 +299.018s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59419
1779883003.301 +299.018s [calypso-trx] fbsb hook fired task=24 fn=59419
1779883003.301 +299.018s [calypso-fbsb] on_dsp_task_change task=24 fn=59419 state=5
1779883003.301 +299.018s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.301 +299.018s [iota] WARN pending queue full, dropping oldest
1779883003.302 +299.019s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.306 +299.023s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59420
1779883003.306 +299.023s [calypso-trx] fbsb hook fired task=24 fn=59420
1779883003.306 +299.023s [calypso-fbsb] on_dsp_task_change task=24 fn=59420 state=5
1779883003.306 +299.023s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.306 +299.023s [iota] WARN pending queue full, dropping oldest
1779883003.307 +299.024s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.310 +299.027s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59421
1779883003.311 +299.027s [calypso-trx] fbsb hook fired task=24 fn=59421
1779883003.311 +299.027s [calypso-fbsb] on_dsp_task_change task=24 fn=59421 state=5
1779883003.311 +299.027s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.311 +299.027s [iota] WARN pending queue full, dropping oldest
1779883003.312 +299.028s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.315 +299.032s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59422
1779883003.315 +299.032s [calypso-trx] fbsb hook fired task=24 fn=59422
1779883003.315 +299.032s [calypso-fbsb] on_dsp_task_change task=24 fn=59422 state=5
1779883003.315 +299.032s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.315 +299.032s [iota] WARN pending queue full, dropping oldest
1779883003.316 +299.032s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.317 +299.033s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.320 +299.037s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59423
1779883003.320 +299.037s [calypso-trx] fbsb hook fired task=24 fn=59423
1779883003.320 +299.037s [calypso-fbsb] on_dsp_task_change task=24 fn=59423 state=5
1779883003.320 +299.037s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.320 +299.037s [iota] WARN pending queue full, dropping oldest
1779883003.321 +299.038s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.324 +299.041s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59424
1779883003.324 +299.041s [calypso-trx] fbsb hook fired task=24 fn=59424
1779883003.324 +299.041s [calypso-fbsb] on_dsp_task_change task=24 fn=59424 state=5
1779883003.324 +299.041s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.324 +299.041s [iota] WARN pending queue full, dropping oldest
1779883003.325 +299.042s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.333 +299.050s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.338 +299.054s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59427
1779883003.338 +299.054s [calypso-trx] fbsb hook fired task=24 fn=59427
1779883003.338 +299.054s [calypso-fbsb] on_dsp_task_change task=24 fn=59427 state=5
1779883003.338 +299.054s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.338 +299.054s [iota] WARN pending queue full, dropping oldest
1779883003.339 +299.055s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.342 +299.059s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59428
1779883003.342 +299.059s [calypso-trx] fbsb hook fired task=24 fn=59428
1779883003.342 +299.059s [calypso-fbsb] on_dsp_task_change task=24 fn=59428 state=5
1779883003.342 +299.059s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.342 +299.059s [iota] WARN pending queue full, dropping oldest
1779883003.343 +299.060s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.347 +299.063s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59429
1779883003.347 +299.063s [calypso-trx] fbsb hook fired task=24 fn=59429
1779883003.347 +299.063s [calypso-fbsb] on_dsp_task_change task=24 fn=59429 state=5
1779883003.347 +299.063s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.347 +299.063s [iota] WARN pending queue full, dropping oldest
1779883003.348 +299.064s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.351 +299.068s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59430
1779883003.351 +299.068s [calypso-trx] fbsb hook fired task=24 fn=59430
1779883003.351 +299.068s [calypso-fbsb] on_dsp_task_change task=24 fn=59430 state=5
1779883003.351 +299.068s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.351 +299.068s [iota] WARN pending queue full, dropping oldest
1779883003.352 +299.069s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.356 +299.073s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59431
1779883003.356 +299.073s [calypso-trx] fbsb hook fired task=24 fn=59431
1779883003.356 +299.073s [calypso-fbsb] on_dsp_task_change task=24 fn=59431 state=5
1779883003.356 +299.073s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.356 +299.073s [iota] WARN pending queue full, dropping oldest
1779883003.357 +299.074s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.361 +299.077s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59432
1779883003.361 +299.077s [calypso-trx] fbsb hook fired task=24 fn=59432
1779883003.361 +299.077s [calypso-fbsb] on_dsp_task_change task=24 fn=59432 state=5
1779883003.361 +299.077s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.361 +299.077s [iota] WARN pending queue full, dropping oldest
1779883003.361 +299.078s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.362 +299.079s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.366 +299.083s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59433
1779883003.366 +299.083s [calypso-trx] fbsb hook fired task=24 fn=59433
1779883003.366 +299.083s [calypso-fbsb] on_dsp_task_change task=24 fn=59433 state=5
1779883003.366 +299.083s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.366 +299.083s [iota] WARN pending queue full, dropping oldest
1779883003.367 +299.084s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.371 +299.087s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59434
1779883003.371 +299.087s [calypso-trx] fbsb hook fired task=24 fn=59434
1779883003.371 +299.087s [calypso-fbsb] on_dsp_task_change task=24 fn=59434 state=5
1779883003.371 +299.087s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.371 +299.087s [iota] WARN pending queue full, dropping oldest
1779883003.372 +299.088s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.380 +299.097s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.479 +299.196s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.479 +299.196s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.520 +299.236s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59468
1779883003.520 +299.236s [calypso-trx] fbsb hook fired task=24 fn=59468
1779883003.520 +299.236s [calypso-fbsb] on_dsp_task_change task=24 fn=59468 state=5
1779883003.520 +299.236s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.520 +299.236s [iota] WARN pending queue full, dropping oldest
1779883003.521 +299.237s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.524 +299.241s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59469
1779883003.524 +299.241s [calypso-trx] fbsb hook fired task=24 fn=59469
1779883003.524 +299.241s [calypso-fbsb] on_dsp_task_change task=24 fn=59469 state=5
1779883003.524 +299.241s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.524 +299.241s [iota] WARN pending queue full, dropping oldest
1779883003.525 +299.242s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.528 +299.245s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59470
1779883003.528 +299.245s [calypso-trx] fbsb hook fired task=24 fn=59470
1779883003.528 +299.245s [calypso-fbsb] on_dsp_task_change task=24 fn=59470 state=5
1779883003.528 +299.245s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.528 +299.245s [iota] WARN pending queue full, dropping oldest
1779883003.529 +299.246s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.533 +299.249s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59471
1779883003.533 +299.249s [calypso-trx] fbsb hook fired task=24 fn=59471
1779883003.533 +299.249s [calypso-fbsb] on_dsp_task_change task=24 fn=59471 state=5
1779883003.533 +299.249s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.533 +299.249s [iota] WARN pending queue full, dropping oldest
1779883003.534 +299.250s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.537 +299.254s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59472
1779883003.537 +299.254s [calypso-trx] fbsb hook fired task=24 fn=59472
1779883003.537 +299.254s [calypso-fbsb] on_dsp_task_change task=24 fn=59472 state=5
1779883003.537 +299.254s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.537 +299.254s [iota] WARN pending queue full, dropping oldest
1779883003.538 +299.255s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.541 +299.258s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59473
1779883003.541 +299.258s [calypso-trx] fbsb hook fired task=24 fn=59473
1779883003.541 +299.258s [calypso-fbsb] on_dsp_task_change task=24 fn=59473 state=5
1779883003.541 +299.258s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.541 +299.258s [iota] WARN pending queue full, dropping oldest
1779883003.542 +299.259s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.543 +299.260s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.547 +299.263s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59474
1779883003.547 +299.263s [calypso-trx] fbsb hook fired task=24 fn=59474
1779883003.547 +299.263s [calypso-fbsb] on_dsp_task_change task=24 fn=59474 state=5
1779883003.547 +299.263s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.547 +299.263s [iota] WARN pending queue full, dropping oldest
1779883003.548 +299.264s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.551 +299.268s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59475
1779883003.551 +299.268s [calypso-trx] fbsb hook fired task=24 fn=59475
1779883003.551 +299.268s [calypso-fbsb] on_dsp_task_change task=24 fn=59475 state=5
1779883003.551 +299.268s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.551 +299.268s [iota] WARN pending queue full, dropping oldest
1779883003.552 +299.269s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.560 +299.276s [BSP] RX delta stats (last 500): min=0 max=0 mean=0
1779883003.560 +299.277s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.564 +299.281s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59478
1779883003.564 +299.281s [calypso-trx] fbsb hook fired task=24 fn=59478
1779883003.564 +299.281s [calypso-fbsb] on_dsp_task_change task=24 fn=59478 state=5
1779883003.564 +299.281s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.564 +299.281s [iota] WARN pending queue full, dropping oldest
1779883003.564 +299.281s [BSP] RX tn=0 fn=59478 cur_fn=59478 delta=0
1779883003.565 +299.282s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.568 +299.285s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59479
1779883003.568 +299.285s [calypso-trx] fbsb hook fired task=24 fn=59479
1779883003.568 +299.285s [calypso-fbsb] on_dsp_task_change task=24 fn=59479 state=5
1779883003.568 +299.285s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.568 +299.285s [iota] WARN pending queue full, dropping oldest
1779883003.569 +299.286s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.573 +299.289s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59480
1779883003.573 +299.289s [calypso-trx] fbsb hook fired task=24 fn=59480
1779883003.573 +299.289s [calypso-fbsb] on_dsp_task_change task=24 fn=59480 state=5
1779883003.573 +299.289s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.573 +299.289s [iota] WARN pending queue full, dropping oldest
1779883003.574 +299.291s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.577 +299.294s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59481
1779883003.577 +299.294s [calypso-trx] fbsb hook fired task=24 fn=59481
1779883003.577 +299.294s [calypso-fbsb] on_dsp_task_change task=24 fn=59481 state=5
1779883003.577 +299.294s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.577 +299.294s [iota] WARN pending queue full, dropping oldest
1779883003.578 +299.295s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.582 +299.298s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59482
1779883003.582 +299.298s [calypso-trx] fbsb hook fired task=24 fn=59482
1779883003.582 +299.298s [calypso-fbsb] on_dsp_task_change task=24 fn=59482 state=5
1779883003.582 +299.298s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.582 +299.298s [iota] WARN pending queue full, dropping oldest
1779883003.583 +299.299s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.586 +299.303s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59483
1779883003.586 +299.303s [calypso-trx] fbsb hook fired task=24 fn=59483
1779883003.586 +299.303s [calypso-fbsb] on_dsp_task_change task=24 fn=59483 state=5
1779883003.586 +299.303s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.586 +299.303s [iota] WARN pending queue full, dropping oldest
1779883003.587 +299.303s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.588 +299.305s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.591 +299.308s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59484
1779883003.591 +299.308s [calypso-trx] fbsb hook fired task=24 fn=59484
1779883003.591 +299.308s [calypso-fbsb] on_dsp_task_change task=24 fn=59484 state=5
1779883003.591 +299.308s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.591 +299.308s [iota] WARN pending queue full, dropping oldest
1779883003.592 +299.309s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.596 +299.312s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59485
1779883003.596 +299.312s [calypso-trx] fbsb hook fired task=24 fn=59485
1779883003.596 +299.312s [calypso-fbsb] on_dsp_task_change task=24 fn=59485 state=5
1779883003.596 +299.312s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.596 +299.312s [iota] WARN pending queue full, dropping oldest
1779883003.597 +299.313s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.605 +299.321s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.658 +299.375s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.658 +299.375s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.662 +299.379s [c54x] IRQ #59500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.741 +299.458s [kick] fire #59400 vt=274704885188 rt=18713743386743
1779883003.744 +299.461s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59519
1779883003.744 +299.461s [calypso-trx] fbsb hook fired task=24 fn=59519
1779883003.744 +299.461s [calypso-fbsb] on_dsp_task_change task=24 fn=59519 state=5
1779883003.744 +299.461s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.744 +299.461s [iota] WARN pending queue full, dropping oldest
1779883003.745 +299.462s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.749 +299.465s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59520
1779883003.749 +299.465s [calypso-trx] fbsb hook fired task=24 fn=59520
1779883003.749 +299.465s [calypso-fbsb] on_dsp_task_change task=24 fn=59520 state=5
1779883003.749 +299.465s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.749 +299.465s [iota] WARN pending queue full, dropping oldest
1779883003.750 +299.466s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.753 +299.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59521
1779883003.753 +299.470s [calypso-trx] fbsb hook fired task=24 fn=59521
1779883003.753 +299.470s [calypso-fbsb] on_dsp_task_change task=24 fn=59521 state=5
1779883003.753 +299.470s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.753 +299.470s [iota] WARN pending queue full, dropping oldest
1779883003.754 +299.471s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.758 +299.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59522
1779883003.758 +299.475s [calypso-trx] fbsb hook fired task=24 fn=59522
1779883003.758 +299.475s [calypso-fbsb] on_dsp_task_change task=24 fn=59522 state=5
1779883003.758 +299.475s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.758 +299.475s [iota] WARN pending queue full, dropping oldest
1779883003.759 +299.476s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.762 +299.479s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59523
1779883003.762 +299.479s [calypso-trx] fbsb hook fired task=24 fn=59523
1779883003.763 +299.479s [calypso-fbsb] on_dsp_task_change task=24 fn=59523 state=5
1779883003.763 +299.479s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.763 +299.479s [iota] WARN pending queue full, dropping oldest
1779883003.763 +299.480s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.768 +299.485s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59524
1779883003.768 +299.485s [calypso-trx] fbsb hook fired task=24 fn=59524
1779883003.768 +299.485s [calypso-fbsb] on_dsp_task_change task=24 fn=59524 state=5
1779883003.768 +299.485s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.768 +299.485s [iota] WARN pending queue full, dropping oldest
1779883003.769 +299.485s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.776 +299.493s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59525
1779883003.776 +299.493s [calypso-trx] fbsb hook fired task=24 fn=59525
1779883003.776 +299.493s [calypso-fbsb] on_dsp_task_change task=24 fn=59525 state=5
1779883003.776 +299.493s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.776 +299.493s [iota] WARN pending queue full, dropping oldest
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.778 +299.494s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59526
1779883003.778 +299.494s [calypso-trx] fbsb hook fired task=24 fn=59526
1779883003.778 +299.494s [calypso-fbsb] on_dsp_task_change task=24 fn=59526 state=5
1779883003.778 +299.494s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.778 +299.494s [iota] WARN pending queue full, dropping oldest
1779883003.779 +299.495s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.787 +299.504s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.792 +299.508s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59529
1779883003.792 +299.508s [calypso-trx] fbsb hook fired task=24 fn=59529
1779883003.792 +299.508s [calypso-fbsb] on_dsp_task_change task=24 fn=59529 state=5
1779883003.792 +299.508s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.792 +299.508s [iota] WARN pending queue full, dropping oldest
1779883003.793 +299.509s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.796 +299.513s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59530
1779883003.796 +299.513s [calypso-trx] fbsb hook fired task=24 fn=59530
1779883003.796 +299.513s [calypso-fbsb] on_dsp_task_change task=24 fn=59530 state=5
1779883003.796 +299.513s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.796 +299.513s [iota] WARN pending queue full, dropping oldest
1779883003.797 +299.514s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.800 +299.517s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59531
1779883003.800 +299.517s [calypso-trx] fbsb hook fired task=24 fn=59531
1779883003.800 +299.517s [calypso-fbsb] on_dsp_task_change task=24 fn=59531 state=5
1779883003.800 +299.517s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.800 +299.517s [iota] WARN pending queue full, dropping oldest
1779883003.801 +299.518s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.805 +299.521s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59532
1779883003.805 +299.521s [calypso-trx] fbsb hook fired task=24 fn=59532
1779883003.805 +299.521s [calypso-fbsb] on_dsp_task_change task=24 fn=59532 state=5
1779883003.805 +299.521s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.805 +299.521s [iota] WARN pending queue full, dropping oldest
1779883003.806 +299.522s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.809 +299.526s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59533
1779883003.809 +299.526s [calypso-trx] fbsb hook fired task=24 fn=59533
1779883003.809 +299.526s [calypso-fbsb] on_dsp_task_change task=24 fn=59533 state=5
1779883003.809 +299.526s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.809 +299.526s [iota] WARN pending queue full, dropping oldest
1779883003.810 +299.527s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.813 +299.530s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59534
1779883003.813 +299.530s [calypso-trx] fbsb hook fired task=24 fn=59534
1779883003.813 +299.530s [calypso-fbsb] on_dsp_task_change task=24 fn=59534 state=5
1779883003.813 +299.530s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.813 +299.530s [iota] WARN pending queue full, dropping oldest
1779883003.814 +299.531s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.815 +299.532s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.818 +299.535s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59535
1779883003.818 +299.535s [calypso-trx] fbsb hook fired task=24 fn=59535
1779883003.818 +299.535s [calypso-fbsb] on_dsp_task_change task=24 fn=59535 state=5
1779883003.818 +299.535s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.818 +299.535s [iota] WARN pending queue full, dropping oldest
1779883003.819 +299.536s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.823 +299.540s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59536
1779883003.823 +299.540s [calypso-trx] fbsb hook fired task=24 fn=59536
1779883003.823 +299.540s [calypso-fbsb] on_dsp_task_change task=24 fn=59536 state=5
1779883003.823 +299.540s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.823 +299.540s [iota] WARN pending queue full, dropping oldest
1779883003.824 +299.541s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.832 +299.549s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.840 +299.557s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.840 +299.557s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.971 +299.688s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59570
1779883003.971 +299.688s [calypso-trx] fbsb hook fired task=24 fn=59570
1779883003.971 +299.688s [calypso-fbsb] on_dsp_task_change task=24 fn=59570 state=5
1779883003.971 +299.688s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.971 +299.688s [iota] WARN pending queue full, dropping oldest
1779883003.972 +299.689s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.976 +299.692s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59571
1779883003.976 +299.693s [calypso-trx] fbsb hook fired task=24 fn=59571
1779883003.976 +299.693s [calypso-fbsb] on_dsp_task_change task=24 fn=59571 state=5
1779883003.976 +299.693s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.976 +299.693s [iota] WARN pending queue full, dropping oldest
1779883003.977 +299.693s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.980 +299.697s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59572
1779883003.980 +299.697s [calypso-trx] fbsb hook fired task=24 fn=59572

[... 3300 lines truncated ...]

1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
1779883011.837 +307.554s [calypso-fbsb] on_dsp_task_change task=24 fn=61284 state=5
1779883011.837 +307.554s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.837 +307.554s [iota] WARN pending queue full, dropping oldest
1779883011.838 +307.555s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
1779883011.841 +307.558s [calypso-fbsb] on_dsp_task_change task=24 fn=61285 state=5
1779883011.841 +307.558s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.841 +307.558s [iota] WARN pending queue full, dropping oldest
1779883011.842 +307.559s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
1779883011.846 +307.562s [calypso-fbsb] on_dsp_task_change task=24 fn=61286 state=5
1779883011.846 +307.562s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.846 +307.562s [iota] WARN pending queue full, dropping oldest
1779883011.847 +307.563s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
1779883011.850 +307.567s [calypso-fbsb] on_dsp_task_change task=24 fn=61287 state=5
1779883011.850 +307.567s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.850 +307.567s [iota] WARN pending queue full, dropping oldest
1779883011.851 +307.567s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
1779883011.854 +307.571s [calypso-fbsb] on_dsp_task_change task=24 fn=61288 state=5
1779883011.854 +307.571s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.854 +307.571s [iota] WARN pending queue full, dropping oldest
1779883011.855 +307.572s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.856 +307.573s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
1779883011.859 +307.576s [calypso-fbsb] on_dsp_task_change task=24 fn=61289 state=5
1779883011.859 +307.576s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.859 +307.576s [iota] WARN pending queue full, dropping oldest
1779883011.860 +307.577s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
1779883011.864 +307.581s [calypso-fbsb] on_dsp_task_change task=24 fn=61290 state=5
1779883011.864 +307.581s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.864 +307.581s [iota] WARN pending queue full, dropping oldest
1779883011.865 +307.582s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.874 +307.590s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
1779883011.878 +307.595s [calypso-fbsb] on_dsp_task_change task=24 fn=61293 state=5
1779883011.878 +307.595s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.878 +307.595s [iota] WARN pending queue full, dropping oldest
1779883011.879 +307.596s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
1779883011.883 +307.599s [calypso-fbsb] on_dsp_task_change task=24 fn=61294 state=5
1779883011.883 +307.599s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.883 +307.599s [iota] WARN pending queue full, dropping oldest
1779883011.884 +307.600s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
1779883011.887 +307.604s [calypso-fbsb] on_dsp_task_change task=24 fn=61295 state=5
1779883011.887 +307.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.887 +307.604s [iota] WARN pending queue full, dropping oldest
1779883011.888 +307.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
1779883011.892 +307.608s [calypso-fbsb] on_dsp_task_change task=24 fn=61296 state=5
1779883011.892 +307.608s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.892 +307.608s [iota] WARN pending queue full, dropping oldest
1779883011.893 +307.609s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
1779883011.896 +307.613s [calypso-fbsb] on_dsp_task_change task=24 fn=61297 state=5
1779883011.896 +307.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.896 +307.613s [iota] WARN pending queue full, dropping oldest
1779883011.897 +307.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
1779883011.900 +307.617s [calypso-fbsb] on_dsp_task_change task=24 fn=61298 state=5
1779883011.900 +307.617s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.900 +307.617s [iota] WARN pending queue full, dropping oldest
1779883011.901 +307.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.902 +307.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
1779883011.906 +307.622s [calypso-fbsb] on_dsp_task_change task=24 fn=61299 state=5
1779883011.906 +307.622s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.906 +307.622s [iota] WARN pending queue full, dropping oldest
1779883011.907 +307.623s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
1779883011.910 +307.627s [calypso-fbsb] on_dsp_task_change task=24 fn=61300 state=5
1779883011.910 +307.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.910 +307.627s [iota] WARN pending queue full, dropping oldest
1779883011.911 +307.627s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.920 +307.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.000 +307.717s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.000 +307.717s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
1779883012.064 +307.781s [calypso-fbsb] on_dsp_task_change task=24 fn=61334 state=5
1779883012.064 +307.781s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.064 +307.781s [iota] WARN pending queue full, dropping oldest
1779883012.065 +307.782s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
1779883012.069 +307.785s [calypso-fbsb] on_dsp_task_change task=24 fn=61335 state=5
1779883012.069 +307.785s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.069 +307.785s [iota] WARN pending queue full, dropping oldest
1779883012.070 +307.786s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
1779883012.073 +307.790s [calypso-fbsb] on_dsp_task_change task=24 fn=61336 state=5
1779883012.073 +307.790s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.073 +307.790s [iota] WARN pending queue full, dropping oldest
1779883012.074 +307.791s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
1779883012.078 +307.794s [calypso-fbsb] on_dsp_task_change task=24 fn=61337 state=5
1779883012.078 +307.794s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.078 +307.795s [iota] WARN pending queue full, dropping oldest
1779883012.079 +307.796s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
1779883012.082 +307.799s [calypso-fbsb] on_dsp_task_change task=24 fn=61338 state=5
1779883012.082 +307.799s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.082 +307.799s [iota] WARN pending queue full, dropping oldest
1779883012.083 +307.800s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
1779883012.087 +307.803s [calypso-fbsb] on_dsp_task_change task=24 fn=61339 state=5
1779883012.087 +307.803s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.087 +307.803s [iota] WARN pending queue full, dropping oldest
1779883012.087 +307.804s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.089 +307.805s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
1779883012.092 +307.809s [calypso-fbsb] on_dsp_task_change task=24 fn=61340 state=5
1779883012.092 +307.809s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.092 +307.809s [iota] WARN pending queue full, dropping oldest
1779883012.093 +307.810s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
1779883012.096 +307.813s [calypso-fbsb] on_dsp_task_change task=24 fn=61341 state=5
1779883012.096 +307.813s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.096 +307.813s [iota] WARN pending queue full, dropping oldest
1779883012.097 +307.814s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.106 +307.823s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
1779883012.111 +307.827s [calypso-fbsb] on_dsp_task_change task=24 fn=61344 state=5
1779883012.111 +307.827s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.111 +307.827s [iota] WARN pending queue full, dropping oldest
1779883012.112 +307.828s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
1779883012.115 +307.832s [calypso-fbsb] on_dsp_task_change task=24 fn=61345 state=5
1779883012.115 +307.832s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.115 +307.832s [iota] WARN pending queue full, dropping oldest
1779883012.116 +307.833s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
1779883012.120 +307.836s [calypso-fbsb] on_dsp_task_change task=24 fn=61346 state=5
1779883012.120 +307.836s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.120 +307.836s [iota] WARN pending queue full, dropping oldest
1779883012.121 +307.837s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
1779883012.124 +307.841s [calypso-fbsb] on_dsp_task_change task=24 fn=61347 state=5
1779883012.124 +307.841s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.124 +307.841s [iota] WARN pending queue full, dropping oldest
1779883012.125 +307.842s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
1779883012.129 +307.846s [calypso-fbsb] on_dsp_task_change task=24 fn=61348 state=5
1779883012.129 +307.846s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.129 +307.846s [iota] WARN pending queue full, dropping oldest
1779883012.129 +307.846s [iota] BDLENA rising edge #18500 tn=0 pending=31
1779883012.130 +307.847s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
1779883012.133 +307.850s [calypso-fbsb] on_dsp_task_change task=24 fn=61349 state=5
1779883012.133 +307.850s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.133 +307.850s [iota] WARN pending queue full, dropping oldest
1779883012.134 +307.851s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.135 +307.852s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
1779883012.139 +307.856s [calypso-fbsb] on_dsp_task_change task=24 fn=61350 state=5
1779883012.139 +307.856s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.139 +307.856s [iota] WARN pending queue full, dropping oldest
1779883012.140 +307.857s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
1779883012.144 +307.860s [calypso-fbsb] on_dsp_task_change task=24 fn=61351 state=5
1779883012.144 +307.860s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.144 +307.860s [iota] WARN pending queue full, dropping oldest
1779883012.145 +307.861s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.153 +307.870s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.188 +307.905s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.188 +307.905s [UART:irda] IER=0x00 (RX=0 TX=0)
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (3,154 bytes, 138 lignes)
=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (12,288 bytes, 165 lignes)
[prof] fn=1 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #0
[prof] fn=2 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #1
[prof] fn=3 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #2
[prof] fn=4 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #3
[prof] fn=5 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #4
[prof] fn=6 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #5
[prof] fn=7 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #6
[prof] fn=8 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #7
[prof] fn=9 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #8
[prof] fn=10 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #9
[prof] fn=11 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #10
[prof] fn=12 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #11
[prof] fn=13 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #12
[prof] fn=14 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #13
[prof] fn=15 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #14
[prof] fn=16 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #15
[prof] fn=17 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #16
[prof] fn=18 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #17
[prof] fn=19 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #18
[prof] fn=20 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #19
[prof] fn=21 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #20
[prof] fn=22 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #21
[prof] fn=23 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #22
[prof] fn=24 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #23
[prof] fn=25 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #24
[prof] fn=26 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #25
[prof] fn=27 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #26
[prof] fn=28 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #27
[prof] fn=29 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #28
[prof] fn=30 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #29
[prof] fn=31 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #30
[prof] fn=32 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #31
[prof] fn=33 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #32
[prof] fn=34 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #33
[prof] fn=35 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #34
[prof] fn=36 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #35
[prof] fn=37 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #36
[prof] fn=38 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #37
[prof] fn=39 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #38
[prof] fn=40 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #39
[prof] fn=41 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #40
[prof] fn=42 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #41
[prof] fn=43 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #42
[prof] fn=44 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #43
[prof] fn=45 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #44
[prof] fn=46 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #45
[prof] fn=47 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #46
[prof] fn=48 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #47
[prof] fn=49 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #48
[prof] fn=50 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #49
[prof] fn=51 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #50
[prof] fn=52 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #51
[prof] fn=53 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #52
[prof] fn=54 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #53
[prof] fn=55 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #54
[prof] fn=56 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #55
[prof] fn=57 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #56
[prof] fn=58 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #57
[prof] fn=59 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #58
[prof] fn=60 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #59
[prof] fn=61 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #60
[prof] fn=62 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #61
[prof] fn=63 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #62
[prof] fn=64 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #63
[prof] fn=65 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #64
[prof] fn=66 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #65
[prof] fn=67 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #66
[prof] fn=68 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #67
[prof] fn=69 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #68
[prof] fn=70 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #69
[prof] fn=71 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #70
[prof] fn=72 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #71
[prof] fn=73 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #72
[prof] fn=74 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #73
[prof] fn=75 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #74
[prof] fn=76 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #75
[prof] fn=77 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #76
[prof] fn=78 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #77
[prof] fn=79 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #78
[prof] fn=80 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #79
[prof] fn=81 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #80
[prof] fn=82 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #81
[prof] fn=83 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #82
[prof] fn=84 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #83
[prof] fn=85 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #84
[prof] fn=86 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #85
[prof] fn=87 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #86
[prof] fn=88 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #87
[prof] fn=89 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #88
[prof] fn=90 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #89
[prof] fn=91 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #90
[prof] fn=92 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #91
[prof] fn=93 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #92
[prof] fn=94 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #93
[prof] fn=95 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #94
[prof] fn=96 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #95
[prof] fn=97 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #96
[prof] fn=98 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #97
[prof] fn=99 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #98
[prof] fn=100 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #99
[prof] fn=101 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #100
[prof] fn=102 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #101
[prof] fn=103 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #102
[prof] fn=104 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #103
[prof] fn=105 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #104
[prof] fn=106 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #105
[prof] fn=107 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #106
[prof] fn=108 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #107
[prof] fn=109 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #108
[prof] fn=110 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #109
[prof] fn=111 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #110
[prof] fn=112 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #111
[prof] fn=113 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #112
[prof] fn=114 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #113
[prof] fn=115 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #114
[prof] fn=116 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #115
[prof] fn=117 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #116
[prof] fn=118 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #117
[prof] fn=119 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #118
[prof] fn=120 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #119
[prof] fn=121 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #120
[prof] fn=122 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #121
[prof] fn=123 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #122
[prof] fn=124 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #123
[prof] fn=125 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #124
[prof] fn=126 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #125
[prof] fn=127 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #126
[prof] fn=128 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #127
[prof] fn=129 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #128
[prof] fn=130 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #129
[prof] fn=131 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #130
[prof] fn=132 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #131
[prof] fn=133 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #132
[prof] fn=134 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #133
[prof] fn=135 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #134
[prof] fn=136 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #135
[prof] fn=137 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #136
[prof] fn=138 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #137
[prof] fn=139 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #138
[prof] fn=140 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #139
[prof] fn=141 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #140
[prof] fn=142 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #141
[prof] fn=143 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #142
[prof] fn=144 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #143
[prof] fn=145 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #144
[prof] fn=146 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #145
[prof] fn=147 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #146
[prof] fn=148 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #147
[prof] fn=149 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #148
[prof] fn=150 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #149
[prof] fn=151 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #150
[prof] fn=152 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #151
[prof] fn=153 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #152
[prof] fn=154 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #153
[prof] fn=155 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #154
[prof] fn=156 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #155
[prof] fn=157 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #156
[prof] fn=158 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #157
[prof] fn=159 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #158
[prof] fn=160 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #159
[prof] fn=161 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #160
[prof] fn=162 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #161
[prof] fn=163 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #162
[prof] fn=164 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #163
[prof] fn=165 clk=0 uart=0 dspboot=0 dspir
tdma_tick.log (32,768 bytes, 500 lignes)
[tdma-tick] entry=32887128 exit=32887128 work_dt=0 fn=1 #0
[tdma-tick] entry=37502128 exit=37502128 work_dt=0 fn=2 #1
[tdma-tick] entry=42117128 exit=42117128 work_dt=0 fn=3 #2
[tdma-tick] entry=46732128 exit=46732128 work_dt=0 fn=4 #3
[tdma-tick] entry=51347128 exit=51347128 work_dt=0 fn=5 #4
[tdma-tick] entry=55962128 exit=55962128 work_dt=0 fn=6 #5
[tdma-tick] entry=60577128 exit=60577128 work_dt=0 fn=7 #6
[tdma-tick] entry=65192128 exit=65192128 work_dt=0 fn=8 #7
[tdma-tick] entry=69807128 exit=69807128 work_dt=0 fn=9 #8
[tdma-tick] entry=74422128 exit=74422128 work_dt=0 fn=10 #9
[tdma-tick] entry=79037128 exit=79037128 work_dt=0 fn=11 #10
[tdma-tick] entry=83652128 exit=83652128 work_dt=0 fn=12 #11
[tdma-tick] entry=88267128 exit=88267128 work_dt=0 fn=13 #12
[tdma-tick] entry=92882128 exit=92882128 work_dt=0 fn=14 #13
[tdma-tick] entry=97497128 exit=97497128 work_dt=0 fn=15 #14
[tdma-tick] entry=102112128 exit=102112128 work_dt=0 fn=16 #15
[tdma-tick] entry=106727128 exit=106727128 work_dt=0 fn=17 #16
[tdma-tick] entry=111342128 exit=111342128 work_dt=0 fn=18 #17
[tdma-tick] entry=115957128 exit=115957128 work_dt=0 fn=19 #18
[tdma-tick] entry=120572128 exit=120572128 work_dt=0 fn=20 #19
[tdma-tick] entry=125187128 exit=125187128 work_dt=0 fn=21 #20
[tdma-tick] entry=129802128 exit=129802128 work_dt=0 fn=22 #21
[tdma-tick] entry=134417128 exit=134417128 work_dt=0 fn=23 #22
[tdma-tick] entry=139032128 exit=139032128 work_dt=0 fn=24 #23
[tdma-tick] entry=143647128 exit=143647128 work_dt=0 fn=25 #24
[tdma-tick] entry=148262128 exit=148262128 work_dt=0 fn=26 #25
[tdma-tick] entry=152877128 exit=152877128 work_dt=0 fn=27 #26
[tdma-tick] entry=157492128 exit=157492128 work_dt=0 fn=28 #27
[tdma-tick] entry=162107128 exit=162107128 work_dt=0 fn=29 #28
[tdma-tick] entry=166722128 exit=166722128 work_dt=0 fn=30 #29
[tdma-tick] entry=171337128 exit=171337128 work_dt=0 fn=31 #30
[tdma-tick] entry=175952128 exit=175952128 work_dt=0 fn=32 #31
[tdma-tick] entry=180567128 exit=180567128 work_dt=0 fn=33 #32
[tdma-tick] entry=185182128 exit=185182128 work_dt=0 fn=34 #33
[tdma-tick] entry=189797128 exit=189797128 work_dt=0 fn=35 #34
[tdma-tick] entry=194412128 exit=194412128 work_dt=0 fn=36 #35
[tdma-tick] entry=199027128 exit=199027128 work_dt=0 fn=37 #36
[tdma-tick] entry=203642128 exit=203642128 work_dt=0 fn=38 #37
[tdma-tick] entry=208257128 exit=208257128 work_dt=0 fn=39 #38
[tdma-tick] entry=212872128 exit=212872128 work_dt=0 fn=40 #39
[tdma-tick] entry=217487128 exit=217487128 work_dt=0 fn=41 #40
[tdma-tick] entry=222102128 exit=222102128 work_dt=0 fn=42 #41
[tdma-tick] entry=226717128 exit=226717128 work_dt=0 fn=43 #42
[tdma-tick] entry=231332128 exit=231332128 work_dt=0 fn=44 #43
[tdma-tick] entry=235947128 exit=235947128 work_dt=0 fn=45 #44
[tdma-tick] entry=240562128 exit=240562128 work_dt=0 fn=46 #45
[tdma-tick] entry=245177128 exit=245177128 work_dt=0 fn=47 #46
[tdma-tick] entry=249792128 exit=249792128 work_dt=0 fn=48 #47
[tdma-tick] entry=254407128 exit=254407128 work_dt=0 fn=49 #48
[tdma-tick] entry=259022128 exit=259022128 work_dt=0 fn=50 #49
[tdma-tick] entry=263637128 exit=263637128 work_dt=0 fn=51 #50
[tdma-tick] entry=268252128 exit=268252128 work_dt=0 fn=52 #51
[tdma-tick] entry=272867128 exit=272867128 work_dt=0 fn=53 #52
[tdma-tick] entry=277482128 exit=277482128 work_dt=0 fn=54 #53
[tdma-tick] entry=282097128 exit=282097128 work_dt=0 fn=55 #54
[tdma-tick] entry=286712128 exit=286712128 work_dt=0 fn=56 #55
[tdma-tick] entry=291327128 exit=291327128 work_dt=0 fn=57 #56
[tdma-tick] entry=295942128 exit=295942128 work_dt=0 fn=58 #57
[tdma-tick] entry=300557128 exit=300557128 work_dt=0 fn=59 #58
[tdma-tick] entry=305172128 exit=305172128 work_dt=0 fn=60 #59
[tdma-tick] entry=309787128 exit=309787128 work_dt=0 fn=61 #60
[tdma-tick] entry=314402128 exit=314402128 work_dt=0 fn=62 #61
[tdma-tick] entry=319017128 exit=319017128 work_dt=0 fn=63 #62
[tdma-tick] entry=323632128 exit=323632128 work_dt=0 fn=64 #63
[tdma-tick] entry=328247128 exit=328247128 work_dt=0 fn=65 #64
[tdma-tick] entry=332862128 exit=332862128 work_dt=0 fn=66 #65
[tdma-tick] entry=337477128 exit=337477128 work_dt=0 fn=67 #66
[tdma-tick] entry=342092128 exit=342092128 work_dt=0 fn=68 #67
[tdma-tick] entry=346707128 exit=346707128 work_dt=0 fn=69 #68
[tdma-tick] entry=351322128 exit=351322128 work_dt=0 fn=70 #69
[tdma-tick] entry=355937128 exit=355937128 work_dt=0 fn=71 #70
[tdma-tick] entry=360552128 exit=360552128 work_dt=0 fn=72 #71
[tdma-tick] entry=365167128 exit=365167128 work_dt=0 fn=73 #72
[tdma-tick] entry=369782128 exit=369782128 work_dt=0 fn=74 #73
[tdma-tick] entry=374397128 exit=374397128 work_dt=0 fn=75 #74
[tdma-tick] entry=379012128 exit=379012128 work_dt=0 fn=76 #75
[tdma-tick] entry=383627128 exit=383627128 work_dt=0 fn=77 #76
[tdma-tick] entry=388242128 exit=388242128 work_dt=0 fn=78 #77
[tdma-tick] entry=392857128 exit=392857128 work_dt=0 fn=79 #78
[tdma-tick] entry=397472128 exit=397472128 work_dt=0 fn=80 #79
[tdma-tick] entry=402087128 exit=402087128 work_dt=0 fn=81 #80
[tdma-tick] entry=406702128 exit=406702128 work_dt=0 fn=82 #81
[tdma-tick] entry=411317128 exit=411317128 work_dt=0 fn=83 #82
[tdma-tick] entry=415932128 exit=415932128 work_dt=0 fn=84 #83
[tdma-tick] entry=420547128 exit=420547128 work_dt=0 fn=85 #84
[tdma-tick] entry=425162128 exit=425162128 work_dt=0 fn=86 #85
[tdma-tick] entry=429777128 exit=429777128 work_dt=0 fn=87 #86
[tdma-tick] entry=434392128 exit=434392128 work_dt=0 fn=88 #87
[tdma-tick] entry=439007128 exit=439007128 work_dt=0 fn=89 #88
[tdma-tick] entry=443622128 exit=443622128 work_dt=0 fn=90 #89
[tdma-tick] entry=448237128 exit=448237128 work_dt=0 fn=91 #90
[tdma-tick] entry=452852128 exit=452852128 work_dt=0 fn=92 #91
[tdma-tick] entry=457467128 exit=457467128 work_dt=0 fn=93 #92
[tdma-tick] entry=462082128 exit=462082128 work_dt=0 fn=94 #93
[tdma-tick] entry=466697128 exit=466697128 work_dt=0 fn=95 #94
[tdma-tick] entry=471312128 exit=471312128 work_dt=0 fn=96 #95
[tdma-tick] entry=475927128 exit=475927128 work_dt=0 fn=97 #96
[tdma-tick] entry=480542128 exit=480542128 work_dt=0 fn=98 #97
[tdma-tick] entry=485157128 exit=485157128 work_dt=0 fn=99 #98
[tdma-tick] entry=489772128 exit=489772128 work_dt=0 fn=100 #99
[tdma-tick] entry=494387128 exit=494387128 work_dt=0 fn=101 #100
[tdma-tick] entry=499002128 exit=499002128 work_dt=0 fn=102 #101
[tdma-tick] entry=503617128 exit=503617128 work_dt=0 fn=103 #102
[tdma-tick] entry=508232128 exit=508232128 work_dt=0 fn=104 #103
[tdma-tick] entry=512847128 exit=512847128 work_dt=0 fn=105 #104
[tdma-tick] entry=517462128 exit=517462128 work_dt=0 fn=106 #105
[tdma-tick] entry=522077128 exit=522077128 work_dt=0 fn=107 #106
[tdma-tick] entry=526692128 exit=526692128 work_dt=0 fn=108 #107
[tdma-tick] entry=531307128 exit=531307128 work_dt=0 fn=109 #108
[tdma-tick] entry=535922128 exit=535922128 work_dt=0 fn=110 #109
[tdma-tick] entry=540537128 exit=540537128 work_dt=0 fn=111 #110
[tdma-tick] entry=545152128 exit=545152128 work_dt=0 fn=112 #111
[tdma-tick] entry=549767128 exit=549767128 work_dt=0 fn=113 #112
[tdma-tick] entry=554382128 exit=554382128 work_dt=0 fn=114 #113
[tdma-tick] entry=558997128 exit=558997128 work_dt=0 fn=115 #114
[tdma-tick] entry=563612128 exit=563612128 work_dt=0 fn=116 #115
[tdma-tick] entry=568227128 exit=568227128 work_dt=0 fn=117 #116
[tdma-tick] entry=572842128 exit=572842128 work_dt=0 fn=118 #117
[tdma-tick] entry=577457128 exit=577457128 work_dt=0 fn=119 #118
[tdma-tick] entry=582072128 exit=582072128 work_dt=0 fn=120 #119
[tdma-tick] entry=586687128 exit=586687128 work_dt=0 fn=121 #120
[tdma-tick] entry=591302128 exit=591302128 work_dt=0 fn=122 #121
[tdma-tick] entry=595917128 exit=595917128 work_dt=0 fn=123 #122
[tdma-tick] entry=600532128 exit=600532128 work_dt=0 fn=124 #123
[tdma-tick] entry=605147128 exit=605147128 work_dt=0 fn=125 #124
[tdma-tick] entry=609762128 exit=609762128 work_dt=0 fn=126 #125
[tdma-tick] entry=614377128 exit=614377128 work_dt=0 fn=127 #126
[tdma-tick] entry=618992128 exit=618992128 work_dt=0 fn=128 #127
[tdma-tick] entry=623607128 exit=623607128 work_dt=0 fn=129 #128
[tdma-tick] entry=628222128 exit=628222128 work_dt=0 fn=130 #129
[tdma-tick] entry=632837128 exit=632837128 work_dt=0 fn=131 #130
[tdma-tick] entry=637452128 exit=637452128 work_dt=0 fn=132 #131
[tdma-tick] entry=642067128 exit=642067128 work_dt=0 fn=133 #132
[tdma-tick] entry=646682128 exit=646682128 work_dt=0 fn=134 #133
[tdma-tick] entry=651297128 exit=651297128 work_dt=0 fn=135 #134
[tdma-tick] entry=655912128 exit=655912128 work_dt=0 fn=136 #135
[tdma-tick] entry=660527128 exit=660527128 work_dt=0 fn=137 #136
[tdma-tick] entry=665142128 exit=665142128 work_dt=0 fn=138 #137
[tdma-tick] entry=669757128 exit=669757128 work_dt=0 fn=139 #138
[tdma-tick] entry=674372128 exit=674372128 work_dt=0 fn=140 #139
[tdma-tick] entry=678987128 exit=678987128 work_dt=0 fn=141 #140
[tdma-tick] entry=683602128 exit=683602128 work_dt=0 fn=142 #141
[tdma-tick] entry=688217128 exit=688217128 work_dt=0 fn=143 #142
[tdma-tick] entry=692832128 exit=692832128 work_dt=0 fn=144 #143
[tdma-tick] entry=697447128 exit=697447128 work_dt=0 fn=145 #144
[tdma-tick] entry=702062128 exit=702062128 work_dt=0 fn=146 #145
[tdma-tick] entry=706677128 exit=706677128 work_dt=0 fn=147 #146
[tdma-tick] entry=711292128 exit=711292128 work_dt=0 fn=148 #147
[tdma-tick] entry=715907128 exit=715907128 work_dt=0 fn=149 #148
[tdma-tick] entry=720522128 exit=720522128 work_dt=0 fn=150 #149
[tdma-tick] entry=725137128 exit=725137128 work_dt=0 fn=151 #150
[tdma-tick] entry=729752128 exit=729752128 work_dt=0 fn=152 #151
[tdma-tick] entry=734367128 exit=734367128 work_dt=0 fn=153 #152
[tdma-tick] entry=738982128 exit=738982128 work_dt=0 fn=154 #153
[tdma-tick] entry=743597128 exit=743597128 work_dt=0 fn=155 #154
[tdma-tick] entry=748212128 exit=748212128 work_dt=0 fn=156 #155
[tdma-tick] entry=752827128 exit=752827128 work_dt=0 fn=157 #156
[tdma-tick] entry=757442128 exit=757442128 work_dt=0 fn=158 #157
[tdma-tick] entry=762057128 exit=762057128 work_dt=0 fn=159 #158
[tdma-tick] entry=766672128 exit=766672128 work_dt=0 fn=160 #159
[tdma-tick] entry=771287128 exit=771287128 work_dt=0 fn=161 #160
[tdma-tick] entry=775902128 exit=775902128 work_dt=0 fn=162 #161
[tdma-tick] entry=780517128 exit=780517128 work_dt=0 fn=163 #162
[tdma-tick] entry=785132128 exit=785132128 work_dt=0 fn=164 #163
[tdma-tick] entry=789747128 exit=789747128 work_dt=0 fn=165 #164
[tdma-tick] entry=794362128 exit=794362128 work_dt=0 fn=166 #165
[tdma-tick] entry=798977128 exit=798977128 work_dt=0 fn=167 #166
[tdma-tick] entry=803592128 exit=803592128 work_dt=0 fn=168 #167
[tdma-tick] entry=808207128 exit=808207128 work_dt=0 fn=169 #168
[tdma-tick] entry=812822128 exit=812822128 work_dt=0 fn=170 #169
[tdma-tick] entry=817437128 exit=817437128 work_dt=0 fn=171 #170
[tdma-tick] entry=822052128 exit=822052128 work_dt=0 fn=172 #171
[tdma-tick] entry=826667128 exit=826667128 work_dt=0 fn=173 #172
[tdma-tick] entry=831282128 exit=831282128 work_dt=0 fn=174 #173
[tdma-tick] entry=835897128 exit=835897128 work_dt=0 fn=175 #174
[tdma-tick] entry=840512128 exit=840512128 work_dt=0 fn=176 #175
[tdma-tick] entry=845127128 exit=845127128 work_dt=0 fn=177 #176
[tdma-tick] entry=849742128 exit=849742128 work_dt=0 fn=178 #177
[tdma-tick] entry=854357128 exit=854357128 work_dt=0 fn=179 #178
[tdma-tick] entry=858972128 exit=858972128 work_dt=0 fn=180 #179
[tdma-tick] entry=863587128 exit=863587128 work_dt=0 fn=181 #180
[tdma-tick] entry=868202128 exit=868202128 work_dt=0 fn=182 #181
[tdma-tick] entry=872817128 exit=872817128 work_dt=0 fn=183 #182
[tdma-tick] entry=877432128 exit=877432128 work_dt=0 fn=184 #183
[tdma-tick] entry=882047128 exit=882047128 work_dt=0 fn=185 #184
[tdma-tick] entry=886662128 exit=886662128 work_dt=0 fn=186 #185
[tdma-tick] entry=891277128 exit=891277128 work_dt=0 fn=187 #186
[tdma-tick] entry=895892128 exit=895892128 work_dt=0 fn=188 #187
[tdma-tick] entry=900507128 exit=900507128 work_dt=0 fn=189 #188
[tdma-tick] entry=905122128 exit=905122128 work_dt=0 fn=190 #189
[tdma-tick] entry=909737128 exit=909737128 work_dt=0 fn=191 #190
[tdma-tick] entry=914352128 exit=914352128 work_dt=0 fn=192 #191
[tdma-tick] entry=918967128 exit=918967128 work_dt=0 fn=193 #192
[tdma-tick] entry=923582128 exit=923582128 work_dt=0 fn=194 #193
[tdma-tick] entry=928197128 exit=928197128 work_dt=0 fn=195 #194
[tdma-tick] entry=932812128 exit=932812128 work_dt=0 fn=196 #195
[tdma-tick] entry=937427128 exit=937427128 work_dt=0 fn=197 #196
[tdma-tick] entry=942042128 exit=942042128 work_dt=0 fn=198 #197
[tdma-tick] entry=946657128 exit=946657128 work_dt=0 fn=199 #198
[tdma-tick] entry=951272128 exit=951272128 work_dt=0 fn=200 #199
[tdma-tick] entry=955887128 exit=955887128 work_dt=0 fn=201 #200
[tdma-tick] entry=960502128 exit=960502128 work_dt=0 fn=202 #201
[tdma-tick] entry=965117128 exit=965117128 work_dt=0 fn=203 #202
[tdma-tick] entry=969732128 exit=969732128 work_dt=0 fn=204 #203
[tdma-tick] entry=974347128 exit=974347128 work_dt=0 fn=205 #204
[tdma-tick] entry=978962128 exit=978962128 work_dt=0 fn=206 #205
[tdma-tick] entry=983577128 exit=983577128 work_dt=0 fn=207 #206
[tdma-tick] entry=988192128 exit=988192128 work_dt=0 fn=208 #207
[tdma-tick] entry=992807128 exit=992807128 work_dt=0 fn=209 #208
[tdma-tick] entry=997422128 exit=997422128 work_dt=0 fn=210 #209
[tdma-tick] entry=1002037128 exit=1002037128 work_dt=0 fn=211 #210
[tdma-tick] entry=1006652128 exit=1006652128 work_dt=0 fn=212 #211
[tdma-tick] entry=1011267128 exit=1011267128 work_dt=0 fn=213 #212
[tdma-tick] entry=1015882128 exit=1015882128 work_dt=0 fn=214 #213
[tdma-tick] entry=1020497128 exit=1020497128 work_dt=0 fn=215 #214
[tdma-tick] entry=1025112128 exit=1025112128 work_dt=0 fn=216 #215
[tdma-tick] entry=1029727128 exit=1029727128 work_dt=0 fn=217 #216
[tdma-tick] entry=1034342128 exit=1034342128 work_dt=0 fn=218 #217
[tdma-tick] entry=1038957128 exit=1038957128 work_dt=0 fn=219 #218
[tdma-tick] entry=1043572128 exit=1043572128 work_dt=0 fn=220 #219
[tdma-tick] entry=1048187128 exit=1048187128 work_dt=0 fn=221 #220
[tdma-tick] entry=1052802128 exit=1052802128 work_dt=0 fn=222 #221
[tdma-tick] entry=1057417128 exit=1057417128 work_dt=0 fn=223 #222
[tdma-tick] entry=1062032128 exit=1062032128 work_dt=0 fn=224 #223
[tdma-tick] entry=1066647128 exit=1066647128 work_dt=0 fn=225 #224
[tdma-tick] entry=1071262128 exit=1071262128 work_dt=0 fn=226 #225
[tdma-tick] entry=1075877128 exit=1075877128 work_dt=0 fn=227 #226
[tdma-tick] entry=1080492128 exit=1080492128 work_dt=0 fn=228 #227
[tdma-tick] entry=1085107128 exit=1085107128 work_dt=0 fn=229 #228
[tdma-tick] entry=1089722128 exit=1089722128 work_dt=0 fn=230 #229
[tdma-tick] entry=1094337128 exit=1094337128 work_dt=0 fn=231 #230
[tdma-tick] entry=1098952128 exit=1098952128 work_dt=0 fn=232 #231
[tdma-tick] entry=1103567128 exit=1103567128 work_dt=0 fn=233 #232
[tdma-tick] entry=1108182128 exit=1108182128 work_dt=0 fn=234 #233
[tdma-tick] entry=1112797128 exit=1112797128 work_dt=0 fn=235 #234
[tdma-tick] entry=1117412128 exit=1117412128 work_dt=0 fn=236 #235
[tdma-tick] entry=1122027128 exit=1122027128 work_dt=0 fn=237 #236
[tdma-tick] entry=1126642128 exit=1126642128 work_dt=0 fn=238 #237
[tdma-tick] entry=1131257128 exit=1131257128 work_dt=0 fn=239 #238
[tdma-tick] entry=1135872128 exit=1135872128 work_dt=0 fn=240 #239
[tdma-tick] entry=1140487128 exit=1140487128 work_dt=0 fn=241 #240
[tdma-tick] entry=1145102128 exit=1145102128 work_dt=0 fn=242 #241
[tdma-tick] entry=1149717128 exit=1149717128 work_dt=0 fn=243 #242
[tdma-tick] entry=1154332128 exit=1154332128 work_dt=0 fn=244 #243
[tdma-tick] entry=1158947128 exit=1158947128 work_dt=0 fn=245 #244
[tdma-tick] entry=1163562128 exit=1163562128 work_dt=0 fn=246 #245
[tdma-tick] entry=1168177128 exit=1168177128 work_dt=0 fn=247 #246
[tdma-tick] entry=1172792128 exit=1172792128 work_dt=0 fn=248 #247
[tdma-tick] entry=1177407128 exit=1177407128 work_dt=0 fn=249 #248
[tdma-tick] entry=1182022128 exit=1182022128 work_dt=0 fn=250 #249
[tdma-tick] entry=1186637128 exit=1186637128 work_dt=0 fn=251 #250
[tdma-tick] entry=1191252128 exit=1191252128 work_dt=0 fn=252 #251
[tdma-tick] entry=1195867128 exit=1195867128 work_dt=0 fn=253 #252
[tdma-tick] entry=1200482128 exit=1200482128 work_dt=0 fn=254 #253
[tdma-tick] entry=1205097128 exit=1205097128 work_dt=0 fn=255 #254
[tdma-tick] entry=1209712128 exit=1209712128 work_dt=0 fn=256 #255
[tdma-tick] entry=1214327128 exit=1214327128 work_dt=0 fn=257 #256
[tdma-tick] entry=1218942128 exit=1218942128 work_dt=0 fn=258 #257
[tdma-tick] entry=1223557128 exit=1223557128 work_dt=0 fn=259 #258
[tdma-tick] entry=1228172128 exit=1228172128 work_dt=0 fn=260 #259
[tdma-tick] entry=1232787128 exit=1232787128 work_dt=0 fn=261 #260
[tdma-tick] entry=1237402128 exit=1237402128 work_dt=0 fn=262 #261
[tdma-tick] entry=1242017128 exit=1242017128 work_dt=0 fn=263 #262
[tdma-tick] entry=1246632128 exit=1246632128 work_dt=0 fn=264 #263
[tdma-tick] entry=1251247128 exit=1251247128 work_dt=0 fn=265 #264
[tdma-tick] entry=1255862128 exit=1255862128 work_dt=0 fn=266 #265
[tdma-tick] entry=1260477128 exit=1260477128 work_dt=0 fn=267 #266
[tdma-tick] entry=1265092128 exit=1265092128 work_dt=0 fn=268 #267
[tdma-tick] entry=1269707128 exit=1269707128 work_dt=0 fn=269 #268
[tdma-tick] entry=1274322128 exit=1274322128 work_dt=0 fn=270 #269
[tdma-tick] entry=1278937128 exit=1278937128 work_dt=0 fn=271 #270
[tdma-tick] entry=1283552128 exit=1283552128 work_dt=0 fn=272 #271
[tdma-tick] entry=1288167128 exit=1288167128 work_dt=0 fn=273 #272
[tdma-tick] entry=1292782128 exit=1292782128 work_dt=0 fn=274 #273
[tdma-tick] entry=1297397128 exit=1297397128 work_dt=0 fn=275 #274
[tdma-tick] entry=1302012128 exit=1302012128 work_dt=0 fn=276 #275
[tdma-tick] entry=1306627128 exit=1306627128 work_dt=0 fn=277 #276
[tdma-tick] entry=1311242128 exit=1311242128 work_dt=0 fn=278 #277
[tdma-tick] entry=1315857128 exit=1315857128 work_dt=0 fn=279 #278
[tdma-tick] entry=1320472128 exit=1320472128 work_dt=0 fn=280 #279
[tdma-tick] entry=1325087128 exit=1325087128 work_dt=0 fn=281 #280
[tdma-tick] entry=1329702128 exit=1329702128 work_dt=0 fn=282 #281
[tdma-tick] entry=1334317128 exit=1334317128 work_dt=0 fn=283 #282
[tdma-tick] entry=1338932128 exit=1338932128 work_dt=0 fn=284 #283
[tdma-tick] entry=1343547128 exit=1343547128 work_dt=0 fn=285 #284
[tdma-tick] entry=1348162128 exit=1348162128 work_dt=0 fn=286 #285
[tdma-tick] entry=1352777128 exit=1352777128 work_dt=0 fn=287 #286
[tdma-tick] entry=1357392128 exit=1357392128 work_dt=0 fn=288 #287
[tdma-tick] entry=1362007128 exit=1362007128 work_dt=0 fn=289 #288
[tdma-tick] entry=1366622128 exit=1366622128 work_dt=0 fn=290 #289
[tdma-tick] entry=1371237128 exit=1371237128 work_dt=0 fn=291 #290
[tdma-tick] entry=1375852128 exit=1375852128 work_dt=0 fn=292 #291
[tdma-tick] entry=1380467128 exit=1380467128 work_dt=0 fn=293 #292
[tdma-tick] entry=1385082128 exit=1385082128 work_dt=0 fn=294 #293
[tdma-tick] entry=1389697128 exit=1389697128 work_dt=0 fn=295 #294
[tdma-tick] entry=1394312128 exit=1394312128 work_dt=0 fn=296 #295
[tdma-tick] entry=1398927128 exit=1398927128 work_dt=0 fn=297 #296
[tdma-tick] entry=1403542128 exit=1403542128 work_dt=0 fn=298 #297
[tdma-tick] entry=1408157128 exit=1408157128 work_dt=0 fn=299 #298
[tdma-tick] entry=1412772128 exit=1412772128 work_dt=0 fn=300 #299
[tdma-tick] entry=1417387128 exit=1417387128 work_dt=0 fn=301 #300
[tdma-tick] entry=1422002128 exit=1422002128 work_dt=0 fn=302 #301
[tdma-tick] entry=1426617128 exit=1426617128 work_dt=0 fn=303 #302
[tdma-tick] entry=1431232128 exit=1431232128 work_dt=0 fn=304 #303
[tdma-tick] entry=1435847128 exit=1435847128 work_dt=0 fn=305 #304
[tdma-tick] entry=1440462128 exit=1440462128 work_dt=0 fn=306 #305
[tdma-tick] entry=1445077128 exit=1445077128 work_dt=0 fn=307 #306
[tdma-tick] entry=1449692128 exit=1449692128 work_dt=0 fn=308 #307
[tdma-tick] entry=1454307128 exit=1454307128 work_dt=0 fn=309 #308
[tdma-tick] entry=1458922128 exit=1458922128 work_dt=0 fn=310 #309
[tdma-tick] entry=1463537128 exit=1463537128 work_dt=0 fn=311 #310
[tdma-tick] entry=1468152128 exit=1468152128 work_dt=0 fn=312 #311
[tdma-tick] entry=1472767128 exit=1472767128 work_dt=0 fn=313 #312
[tdma-tick] entry=1477382128 exit=1477382128 work_dt=0 fn=314 #313
[tdma-tick] entry=1481997128 exit=1481997128 work_dt=0 fn=315 #314
[tdma-tick] entry=1486612128 exit=1486612128 work_dt=0 fn=316 #315
[tdma-tick] entry=1491227128 exit=1491227128 work_dt=0 fn=317 #316
[tdma-tick] entry=1495842128 exit=1495842128 work_dt=0 fn=318 #317
[tdma-tick] entry=1500457128 exit=1500457128 work_dt=0 fn=319 #318
[tdma-tick] entry=1505072128 exit=1505072128 work_dt=0 fn=320 #319
[tdma-tick] entry=1509687128 exit=1509687128 work_dt=0 fn=321 #320
[tdma-tick] entry=1514302128 exit=1514302128 work_dt=0 fn=322 #321
[tdma-tick] entry=1518917128 exit=1518917128 work_dt=0 fn=323 #322
[tdma-tick] entry=1523532128 exit=1523532128 work_dt=0 fn=324 #323
[tdma-tick] entry=1528147128 exit=1528147128 work_dt=0 fn=325 #324
[tdma-tick] entry=1532762128 exit=1532762128 work_dt=0 fn=326 #325
[tdma-tick] entry=1537377128 exit=1537377128 work_dt=0 fn=327 #326
[tdma-tick] entry=1541992128 exit=1541992128 work_dt=0 fn=328 #327
[tdma-tick] entry=1546607128 exit=1546607128 work_dt=0 fn=329 #328
[tdma-tick] entry=1551222128 exit=1551222128 work_dt=0 fn=330 #329
[tdma-tick] entry=1555837128 exit=1555837128 work_dt=0 fn=331 #330
[tdma-tick] entry=1560452128 exit=1560452128 work_dt=0 fn=332 #331
[tdma-tick] entry=1565067128 exit=1565067128 work_dt=0 fn=333 #332
[tdma-tick] entry=1569682128 exit=1569682128 work_dt=0 fn=334 #333
[tdma-tick] entry=1574297128 exit=1574297128 work_dt=0 fn=335 #334
[tdma-tick] entry=1578912128 exit=1578912128 work_dt=0 fn=336 #335
[tdma-tick] entry=1583527128 exit=1583527128 work_dt=0 fn=337 #336
[tdma-tick] entry=1588142128 exit=1588142128 work_dt=0 fn=338 #337
[tdma-tick] entry=1592757128 exit=1592757128 work_dt=0 fn=339 #338
[tdma-tick] entry=1597372128 exit=1597372128 work_dt=0 fn=340 #339
[tdma-tick] entry=1601987128 exit=1601987128 work_dt=0 fn=341 #340
[tdma-tick] entry=1606602128 exit=1606602128 work_dt=0 fn=342 #341
[tdma-tick] entry=1611217128 exit=1611217128 work_dt=0 fn=343 #342
[tdma-tick] entry=1615832128 exit=1615832128 work_dt=0 fn=344 #343
[tdma-tick] entry=1620447128 exit=1620447128 work_dt=0 fn=345 #344
[tdma-tick] entry=1625062128 exit=1625062128 work_dt=0 fn=346 #345
[tdma-tick] entry=1629677128 exit=1629677128 work_dt=0 fn=347 #346
[tdma-tick] entry=1634292128 exit=1634292128 work_dt=0 fn=348 #347
[tdma-tick] entry=1638907128 exit=1638907128 work_dt=0 fn=349 #348
[tdma-tick] entry=1643522128 exit=1643522128 work_dt=0 fn=350 #349
[tdma-tick] entry=1648137128 exit=1648137128 work_dt=0 fn=351 #350
[tdma-tick] entry=1652752128 exit=1652752128 work_dt=0 fn=352 #351
[tdma-tick] entry=1657367128 exit=1657367128 work_dt=0 fn=353 #352
[tdma-tick] entry=1661982128 exit=1661982128 work_dt=0 fn=354 #353
[tdma-tick] entry=1666597128 exit=1666597128 work_dt=0 fn=355 #354
[tdma-tick] entry=1671212128 exit=1671212128 work_dt=0 fn=356 #355
[tdma-tick] entry=1675827128 exit=1675827128 work_dt=0 fn=357 #356
[tdma-tick] entry=1680442128 exit=1680442128 work_dt=0 fn=358 #357
[tdma-tick] entry=1685057128 exit=1685057128 work_dt=0 fn=359 #358
[tdma-tick] entry=1689672128 exit=1689672128 work_dt=0 fn=360 #359
[tdma-tick] entry=1694287128 exit=1694287128 work_dt=0 fn=361 #360
[tdma-tick] entry=1698902128 exit=1698902128 work_dt=0 fn=362 #361
[tdma-tick] entry=1703517128 exit=1703517128 work_dt=0 fn=363 #362
[tdma-tick] entry=1708132128 exit=1708132128 work_dt=0 fn=364 #363
[tdma-tick] entry=1712747128 exit=1712747128 work_dt=0 fn=365 #364
[tdma-tick] entry=1717362128 exit=1717362128 work_dt=0 fn=366 #365
[tdma-tick] entry=1721977128 exit=1721977128 work_dt=0 fn=367 #366
[tdma-tick] entry=1726592128 exit=1726592128 work_dt=0 fn=368 #367
[tdma-tick] entry=1731207128 exit=1731207128 work_dt=0 fn=369 #368
[tdma-tick] entry=1735822128 exit=1735822128 work_dt=0 fn=370 #369
[tdma-tick] entry=1740437128 exit=1740437128 work_dt=0 fn=371 #370
[tdma-tick] entry=1745052128 exit=1745052128 work_dt=0 fn=372 #371
[tdma-tick] entry=1749667128 exit=1749667128 work_dt=0 fn=373 #372
[tdma-tick] entry=1754282128 exit=1754282128 work_dt=0 fn=374 #373
[tdma-tick] entry=1758897128 exit=1758897128 work_dt=0 fn=375 #374
[tdma-tick] entry=1763512128 exit=1763512128 work_dt=0 fn=376 #375
[tdma-tick] entry=1768127128 exit=1768127128 work_dt=0 fn=377 #376
[tdma-tick] entry=1772742128 exit=1772742128 work_dt=0 fn=378 #377
[tdma-tick] entry=1777357128 exit=1777357128 work_dt=0 fn=379 #378
[tdma-tick] entry=1781972128 exit=1781972128 work_dt=0 fn=380 #379
[tdma-tick] entry=1786587128 exit=1786587128 work_dt=0 fn=381 #380
[tdma-tick] entry=1791202128 exit=1791202128 work_dt=0 fn=382 #381
[tdma-tick] entry=1795817128 exit=1795817128 work_dt=0 fn=383 #382
[tdma-tick] entry=1800432128 exit=1800432128 work_dt=0 fn=384 #383
[tdma-tick] entry=1805047128 exit=1805047128 work_dt=0 fn=385 #384
[tdma-tick] entry=1809662128 exit=1809662128 work_dt=0 fn=386 #385
[tdma-tick] entry=1814277128 exit=1814277128 work_dt=0 fn=387 #386
[tdma-tick] entry=1818892128 exit=1818892128 work_dt=0 fn=388 #387
[tdma-tick] entry=1823507128 exit=1823507128 work_dt=0 fn=389 #388
[tdma-tick] entry=1828122128 exit=1828122128 work_dt=0 fn=390 #389
[tdma-tick] entry=1832737128 exit=1832737128 work_dt=0 fn=391 #390
[tdma-tick] entry=1837352128 exit=1837352128 work_dt=0 fn=392 #391
[tdma-tick] entry=1841967128 exit=1841967128 work_dt=0 fn=393 #392
[tdma-tick] entry=1846582128 exit=1846582128 work_dt=0 fn=394 #393
[tdma-tick] entry=1851197128 exit=1851197128 work_dt=0 fn=395 #394
[tdma-tick] entry=1855812128 exit=1855812128 work_dt=0 fn=396 #395
[tdma-tick] entry=1860427128 exit=1860427128 work_dt=0 fn=397 #396
[tdma-tick] entry=1865042128 exit=1865042128 work_dt=0 fn=398 #397
[tdma-tick] entry=1869657128 exit=1869657128 work_dt=0 fn=399 #398
[tdma-tick] entry=1874272128 exit=1874272128 work_dt=0 fn=400 #399
[tdma-tick] entry=1878887128 exit=1878887128 work_dt=0 fn=401 #400
[tdma-tick] entry=1883502128 exit=1883502128 work_dt=0 fn=402 #401
[tdma-tick] entry=1888117128 exit=1888117128 work_dt=0 fn=403 #402
[tdma-tick] entry=1892732128 exit=1892732128 work_dt=0 fn=404 #403
[tdma-tick] entry=1897347128 exit=1897347128 work_dt=0 fn=405 #404
[tdma-tick] entry=1901962128 exit=1901962128 work_dt=0 fn=406 #405
[tdma-tick] entry=1906577128 exit=1906577128 work_dt=0 fn=407 #406
[tdma-tick] entry=1911192128 exit=1911192128 work_dt=0 fn=408 #407
[tdma-tick] entry=1915807128 exit=1915807128 work_dt=0 fn=409 #408
[tdma-tick] entry=1920422128 exit=1920422128 work_dt=0 fn=410 #409
[tdma-tick] entry=1925037128 exit=1925037128 work_dt=0 fn=411 #410
[tdma-tick] entry=1929652128 exit=1929652128 work_dt=0 fn=412 #411
[tdma-tick] entry=1934267128 exit=1934267128 work_dt=0 fn=413 #412
[tdma-tick] entry=1938882128 exit=1938882128 work_dt=0 fn=414 #413
[tdma-tick] entry=1943497128 exit=1943497128 work_dt=0 fn=415 #414
[tdma-tick] entry=1948112128 exit=1948112128 work_dt=0 fn=416 #415
[tdma-tick] entry=1952727128 exit=1952727128 work_dt=0 fn=417 #416
[tdma-tick] entry=1957342128 exit=1957342128 work_dt=0 fn=418 #417
[tdma-tick] entry=1961957128 exit=1961957128 work_dt=0 fn=419 #418
[tdma-tick] entry=1966572128 exit=1966572128 work_dt=0 fn=420 #419
[tdma-tick] entry=1971187128 exit=1971187128 work_dt=0 fn=421 #420
[tdma-tick] entry=1975802128 exit=1975802128 work_dt=0 fn=422 #421
[tdma-tick] entry=1980417128 exit=1980417128 work_dt=0 fn=423 #422
[tdma-tick] entry=1985032128 exit=1985032128 work_dt=0 fn=424 #423
[tdma-tick] entry=1989647128 exit=1989647128 work_dt=0 fn=425 #424
[tdma-tick] entry=1994262128 exit=1994262128 work_dt=0 fn=426 #425
[tdma-tick] entry=1998877128 exit=1998877128 work_dt=0 fn=427 #426
[tdma-tick] entry=2003492128 exit=2003492128 work_dt=0 fn=428 #427
[tdma-tick] entry=2008107128 exit=2008107128 work_dt=0 fn=429 #428
[tdma-tick] entry=2012722128 exit=2012722128 work_dt=0 fn=430 #429
[tdma-tick] entry=2017337128 exit=2017337128 work_dt=0 fn=431 #430
[tdma-tick] entry=2021952128 exit=2021952128 work_dt=0 fn=432 #431
[tdma-tick] entry=2026567128 exit=2026567128 work_dt=0 fn=433 #432
[tdma-tick] entry=2031182128 exit=2031182128 work_dt=0 fn=434 #433
[tdma-tick] entry=2035797128 exit=2035797128 work_dt=0 fn=435 #434
[tdma-tick] entry=2040412128 exit=2040412128 work_dt=0 fn=436 #435
[tdma-tick] entry=2045027128 exit=2045027128 work_dt=0 fn=437 #436
[tdma-tick] entry=2049642128 exit=2049642128 work_dt=0 fn=438 #437
[tdma-tick] entry=2054257128 exit=2054257128 work_dt=0 fn=439 #438
[tdma-tick] entry=2058872128 exit=2058872128 work_dt=0 fn=440 #439
[tdma-tick] entry=2063487128 exit=2063487128 work_dt=0 fn=441 #440
[tdma-tick] entry=2068102128 exit=2068102128 work_dt=0 fn=442 #441
[tdma-tick] entry=2072717128 exit=2072717128 work_dt=0 fn=443 #442
[tdma-tick] entry=2077332128 exit=2077332128 work_dt=0 fn=444 #443
[tdma-tick] entry=2081947128 exit=2081947128 work_dt=0 fn=445 #444
[tdma-tick] entry=2086562128 exit=2086562128 work_dt=0 fn=446 #445
[tdma-tick] entry=2091177128 exit=2091177128 work_dt=0 fn=447 #446
[tdma-tick] entry=2095792128 exit=2095792128 work_dt=0 fn=448 #447
[tdma-tick] entry=2100407128 exit=2100407128 work_dt=0 fn=449 #448
[tdma-tick] entry=2105022128 exit=2105022128 work_dt=0 fn=450 #449
[tdma-tick] entry=2109637128 exit=2109637128 work_dt=0 fn=451 #450
[tdma-tick] entry=2114252128 exit=2114252128 work_dt=0 fn=452 #451
[tdma-tick] entry=2118867128 exit=2118867128 work_dt=0 fn=453 #452
[tdma-tick] entry=2123482128 exit=2123482128 work_dt=0 fn=454 #453
[tdma-tick] entry=2128097128 exit=2128097128 work_dt=0 fn=455 #454
[tdma-tick] entry=2132712128 exit=2132712128 work_dt=0 fn=456 #455
[tdma-tick] entry=2137327128 exit=2137327128 work_dt=0 fn=457 #456
[tdma-tick] entry=2141942128 exit=2141942128 work_dt=0 fn=458 #457
[tdma-tick] entry=2146557128 exit=2146557128 work_dt=0 fn=459 #458
[tdma-tick] entry=2151172128 exit=2151172128 work_dt=0 fn=460 #459
[tdma-tick] entry=2155787128 exit=2155787128 work_dt=0 fn=461 #460
[tdma-tick] entry=2160402128 exit=2160402128 work_dt=0 fn=462 #461
[tdma-tick] entry=2165017128 exit=2165017128 work_dt=0 fn=463 #462
[tdma-tick] entry=2169632128 exit=2169632128 work_dt=0 fn=464 #463
[tdma-tick] entry=2174247128 exit=2174247128 work_dt=0 fn=465 #464
[tdma-tick] entry=2178862128 exit=2178862128 work_dt=0 fn=466 #465
[tdma-tick] entry=2183477128 exit=2183477128 work_dt=0 fn=467 #466
[tdma-tick] entry=2188092128 exit=2188092128 work_dt=0 fn=468 #467
[tdma-tick] entry=2192707128 exit=2192707128 work_dt=0 fn=469 #468
[tdma-tick] entry=2197322128 exit=2197322128 work_dt=0 fn=470 #469
[tdma-tick] entry=2201937128 exit=2201937128 work_dt=0 fn=471 #470
[tdma-tick] entry=2206552128 exit=2206552128 work_dt=0 fn=472 #471
[tdma-tick] entry=2211167128 exit=2211167128 work_dt=0 fn=473 #472
[tdma-tick] entry=2215782128 exit=2215782128 work_dt=0 fn=474 #473
[tdma-tick] entry=2220397128 exit=2220397128 work_dt=0 fn=475 #474
[tdma-tick] entry=2225012128 exit=2225012128 work_dt=0 fn=476 #475
[tdma-tick] entry=2229627128 exit=2229627128 work_dt=0 fn=477 #476
[tdma-tick] entry=2234242128 exit=2234242128 work_dt=0 fn=478 #477
[tdma-tick] entry=2238857128 exit=2238857128 work_dt=0 fn=479 #478
[tdma-tick] entry=2243472128 exit=2243472128 work_dt=0 fn=480 #479
[tdma-tick] entry=2248087128 exit=2248087128 work_dt=0 fn=481 #480
[tdma-tick] entry=2252702128 exit=2252702128 work_dt=0 fn=482 #481
[tdma-tick] entry=2257317128 exit=2257317128 work_dt=0 fn=483 #482
[tdma-tick] entry=2261932128 exit=2261932128 work_dt=0 fn=484 #483
[tdma-tick] entry=2266547128 exit=2266547128 work_dt=0 fn=485 #484
[tdma-tick] entry=2271162128 exit=2271162128 work_dt=0 fn=486 #485
[tdma-tick] entry=2275777128 exit=2275777128 work_dt=0 fn=487 #486
[tdma-tick] entry=2280392128 exit=2280392128 work_dt=0 fn=488 #487
[tdma-tick] entry=2285007128 exit=2285007128 work_dt=0 fn=489 #488
[tdma-tick] entry=2289622128 exit=2289622128 work_dt=0 fn=490 #489
[tdma-tick] entry=2294237128 exit=2294237128 work_dt=0 fn=491 #490
[tdma-tick] entry=2298852128 exit=2298852128 work_dt=0 fn=492 #491
[tdma-tick] entry=2303467128 exit=2303467128 work_dt=0 fn=493 #492
[tdma-tick] entry=2308082128 exit=2308082128 work_dt=0 fn=494 #493
[tdma-tick] entry=2312697128 exit=2312697128 work_dt=0 fn=495 #494
[tdma-tick] entry=2317312128 exit=2317312128 work_dt=0 fn=496 #495
[tdma-tick] entry=2321927128 exit=2321927128 work_dt=0 fn=497 #496
[tdma-tick] entry=2326542128 exit=2326542128 work_dt=0 fn=498 #497
[tdma-tick] entry=2331157128 exit=2331157128 work_dt=0 fn=499 #498
[td

Annexe — Détail complet de tous les tests

Ar / — — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_ar2_zero_categorization ar_imr_invariant 0.01s
test_imr_not_persistently_zero ar_imr_invariant 0.01s
test_irq_servicing_imr_nonzero ar_imr_invariant 0.01s
test_no_bootstub_entry ar_imr_invariant 0.01s
test_reset_pmst_silicon ar_imr_invariant 0.00s
test_reset_sp_silicon ar_imr_invariant 0.00s
test_tpu_frame_irq_delivered ar_imr_invariant 0.01s
⏭️ test_rsbx_intm_reached_or_flag_nmi ar_imr_invariant 0.01s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 211, ’Skipped: RSBX INTM jamais atteint sur boot path → candidat 1 doc §7 exclu, NMI (candidat 2) à implémenter probablement. Pas une régress

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 2.60s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>
⚠️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 3.01s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>

Injection / NDB — 19/19

Test Markers Durée Erreur / raison (si non-pass)
test_clear_ndb inject_frames 0.33s
test_inject_a_cd_invalid_length inject_frames 0.00s
test_inject_a_cd_pattern_23B inject_frames 0.37s
test_inject_a_cd_pattern_30B inject_frames 0.37s
test_inject_d_burst[0] inject_frames,parametrize 0.08s
test_inject_d_burst[1] inject_frames,parametrize 0.08s
test_inject_d_task[24-0] inject_frames,parametrize 0.08s
test_inject_d_task[28-1] inject_frames,parametrize 0.08s
test_inject_d_task[5-0] inject_frames,parametrize 0.08s
test_inject_d_task[6-1] inject_frames,parametrize 0.08s
test_inject_fbsb_fb_found inject_frames 0.70s
test_inject_fbsb_sb_found inject_frames 0.58s
test_inject_si[1] inject_frames,parametrize 0.37s
test_inject_si[2] inject_frames,parametrize 0.37s
test_inject_si[3] inject_frames,parametrize 0.37s
test_inject_si[4] inject_frames,parametrize 0.37s
test_inject_si[5] inject_frames,parametrize 0.37s
test_inject_si[6] inject_frames,parametrize 0.37s
test_probe_ndb inject_frames 0.29s

Milestone / DSP — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_dwell_no_regression milestone_dsp_decoder 30.45s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s container_alive = None
⏭️ test_dsp_throughput_5x milestone_dsp_decoder 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 333, ‘Skipped: Pas de INSN-COUNT-STATS dans qemu.log — QEMU pas rebuildé’)
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s container_alive = None
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s container_alive = None
⚠️ test_no_pending_irq_gated milestone_irq 0.00s container_alive = None
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s container_alive = None
⏭️ test_synth_zero_path_active milestone_fb_det 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 504, ‘Skipped: Impossible de détecter CALYPSO_FBSB_SYNTH dans qemu.log’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_received milestone_l1ctl 0.02s container_alive = None
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s container_alive = None

Milestone / L1-data — 0/4

Test Markers Durée Erreur / raison (si non-pass)
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.01s container_alive = None, log_offset = 6675323
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO
⏭️ test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 416, ‘Skipped: Pas de DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé’)

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s container_alive = None
⚠️ test_rach_emitted milestone_mm_lu 0.00s container_alive = None
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s container_alive = None

Osmocom / — — 16/23

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_clock_from_qemu_default osmocom_bridge,osmocom_divergent 0.00s “““(removed) devrait être =1 par défaut sous icount=auto pour
test_bridge_select_timeout_low_jitter osmocom_bridge,osmocom_compliant 0.00s “““calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
test_force_rx_done_default_on osmocom_boot,osmocom_compliant 0.00s “““run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c’est la gestion
test_rxdone_addr_matches_firmware_nm osmocom_compliant,osmocom_sim 0.00s “““Le default rxdone_addr dans QEMU doit matcher l’adresse réelle dans le
test_sim_defer_clear_timer_present osmocom_compliant,osmocom_sim 0.00s “““calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
test_bsp_drain_timer_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_runtime_bts_no_fn_skew_messages osmocom_clock,osmocom_compliant,skipif 0.00s
test_sim_dtx_write_clears_it_tx osmocom_compliant,osmocom_sim 0.00s
test_sim_it_read_clear_mask_per_firmware_spec osmocom_compliant,osmocom_sim 0.00s
test_sim_rx_is_level_sensitive osmocom_compliant,osmocom_sim 0.00s
test_tdma_tick_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_timer_physical_param[BSP_DRAIN_PERIOD_MS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_HYPERFRAME] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_TDMA_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_KICK_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TDMA_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TINT0_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[TINT0_PERIOD_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[WT_DELAY_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_tint0_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
⚠️ test_runtime_sim_it_wt_rxdone_log_present osmocom_boot,osmocom_compliant,skipif 0.02s reason=“qemu.log absent”)
⚠️ test_tcg_strne_commits_under_icount_auto osmocom_divergent,xfail 0.00s “not patched, workarounded via SIM defer clear”)

Other / unmarked — 7/7

Test Markers Durée Erreur / raison (si non-pass)
test_verdict_bts_dead 0.00s
test_verdict_instability 0.00s
test_verdict_ipc_chan_mismatch 0.00s
test_verdict_mobile_stuck_gsm322 0.00s
test_verdict_shunt_silent 0.00s
test_verdict_shunt_works 0.00s
test_zz_per_mode_report 0.00s

Parametrize / — — 1/5

Test Markers Durée Erreur / raison (si non-pass)
test_timer_runtime_period[bts_clk_ind] parametrize,timer_audit 0.00s name = ‘bts_clk_ind’, log_path = ‘/tmp/bts.log’
test_timer_runtime_period[kick] parametrize,timer_audit 0.10s
⏭️ test_timer_runtime_period[bridge_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bridge.log vide’)
⏭️ test_timer_runtime_period[bsp_burst] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: bsp_burst: only 25 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[tdma_tick] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 172, ‘Skipped: tdma_tick: only 0 clean samples’)

Runtime / DSP — 2/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_reaches_zero runtime_dsp 0.01s “““PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu’INTM clear au moins une fois.”“”
test_no_enter_7740_dwell runtime_dsp 0.01s
test_no_wait_a21a_on_window runtime_dsp 0.01s
⏭️ test_bsp_daram_write_distribution runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 554, “Skipped: Aucun DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé avec l’instrumentation bsp.c (cf rapport 05-14 § Priorité A)”)
⏭️ test_d_fb_det_data_no_longer_zero runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 599, ‘Skipped: Aucun hit D_FB_DET — milestone non testable encore’)
⏭️ test_d_fb_det_pattern_unchanged runtime_dsp 0.02s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 505, ‘Skipped: Aucun hit D_FB_DET-WR-SITE dans /root/qemu.log — probe inactive’)
⏭️ test_dsp_throughput_above_threshold runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 410, “Skipped: Aucun INSN-COUNT-STATS — QEMU pas rebuildé avec l’instrumentation, ou run trop jeune (<1M insn)”)
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.01s “““Hypothèse (a) : si info dsp_irq montre interrupt_ex_called=0 → IRQ never fires.”“”
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)
⚠️ test_no_pending_irq_gating runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)

Runtime / FS — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_fd_usage_below_limit runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.00s

Runtime / Firmware-state — 3/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s “““bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.”“”
test_pc_advances runtime_firmware 0.11s “““PC ARM change entre 2 samples espacés de 100ms — firmware exécute.”“”
test_pc_not_in_known_busy_loop runtime_firmware 0.00s
test_qemu_monitor_responsive runtime_firmware 0.00s
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s

Runtime / GDB-introspect — 8/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.00s
test_gdb_query_supported runtime_gdb 0.00s
test_gdb_read_arm_registers runtime_gdb 0.00s
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s
test_gdb_read_pc_nonzero runtime_gdb 0.00s
test_gdb_stub_reachable runtime_gdb 0.00s
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.31s

Runtime / Infra — 5/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s
test_mobile_pcap_growing runtime_health 10.01s
test_no_zombie_or_defunct runtime_health 0.01s
test_qemu_log_is_fresh runtime_health 3.01s
test_volumes_mounted runtime_health 0.01s

Runtime / IrDA-channel — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_capture_process_alive runtime_irda 0.00s
test_irda_channel_produces_bytes runtime_irda 5.26s
test_irda_does_not_break_uart_modem runtime_irda 0.01s
test_irda_log_has_timestamp_prefix runtime_irda 0.00s
test_irda_pty_exists runtime_irda 0.00s
test_irda_pty_readable runtime_irda 0.00s
test_irda_throughput_below_saturation runtime_irda 10.13s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s “““Le marker ‘fw-irda boot’ apparaît dans fw-irda.log (Phase 0.5).”“”

Runtime / L1-ctrl — 1/6

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.02s ““”
test_l1ctl_data_ind_received runtime_l1ctl 0.02s ““”
test_neigh_pm_req_loop_alive runtime_l1ctl 0.35s
⚠️ test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.03s ““”
⏭️ test_a_cd_writes_nonzero runtime_l1ctl 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 738, ‘Skipped: Aucun A_CD-WR — QEMU pas rebuildé avec helper watch_write_zone_check’)
⚠️ test_rach_attempted runtime_l1ctl 0.00s “““Le mobile tente-t-il un RACH ? Bloqué tant qu’il ne sort pas de gsm322.”“”

Runtime / L1-data — 1/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_log_shows_traffic runtime_bridge 0.00s r = dexec([“tail”, “-n”, “200”, “/tmp/bridge.log”])
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s ““”

Runtime / Log-grep — 21/30

Test Markers Durée Erreur / raison (si non-pass)
test_grep_qemu_bsp_dma_active runtime_log_grep 0.01s “““Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).”“”
test_blocker_fwirda_no_panic runtime_log_grep 0.01s
test_blocker_mobile_no_crash runtime_log_grep 0.00s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.01s
test_blocker_no_out_of_memory runtime_log_grep 0.01s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.00s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.01s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.01s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.01s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.01s
test_blocker_qemu_no_panic runtime_log_grep 0.01s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.01s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.01s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.00s
test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.01s
test_grep_qemu_dsp_booted runtime_log_grep 0.02s
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.01s
test_grep_qemu_task24_dispatched runtime_log_grep 0.02s
⏭️ test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 288, ‘Skipped’)
⏭️ test_blocker_bridge_no_rach_parity runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 296, ‘Skipped’)
⏭️ test_blocker_bridge_no_socket_error runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 304, ‘Skipped’)
⏭️ test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 115, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 124, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 137, ‘Skipped’)
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.00s “““Le marker fw-irda boot ou boot OK apparaît (Phase 0.5).”“”
⚠️ test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.02s “““Le ratio A_CD-WR / task24_fire DEVRAIT être > 0.001 (≥ 1 demod complet / 1000 dispatch).

Runtime / Mgmt — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 1.52s
test_mobile_mm_state_is_null_or_idle runtime_vty 1.52s
test_mobile_vty_reachable runtime_vty 1.52s

Runtime / Monitor-extended — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 3.00s
test_monitor_info_irq_listed runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_irda runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_modem runtime_monitor 3.00s
test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 3.00s
test_monitor_info_qtree_has_calypso runtime_monitor 3.00s
test_monitor_info_registers_arm runtime_monitor 3.00s
test_monitor_info_status_is_running runtime_monitor 3.00s
test_monitor_socket_reachable runtime_monitor 3.00s

Runtime / Net — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_no_unexpected_high_ports runtime_net 0.02s
test_qemu_ports_listening runtime_net 0.03s

Runtime / Osmocon — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_past_romload runtime_osmocon 0.01s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.41s

Timer / — — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_timer_drift_summary_table timer_graph 0.29s
test_timer_temporal_graphs_emit_mermaid timer_graph 0.29s

Timing / Drift — 4/10

Test Markers Durée Erreur / raison (si non-pass)
test_log_start_within_10s drift 0.02s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.01s
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.05s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.05s
⏭️ test_bridge_qfn_advances_steadily drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 150, ‘Skipped: only 0 qfn samples’)
⏭️ test_bridge_qfn_tracks_qemu_fn drift 0.06s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 126, ‘Skipped: few samples bridge=0 qemu=9112’)
⏭️ test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 178, ‘Skipped: /tmp/bridge.log has no timestamped lines’)
⏭️ test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 216, ‘Skipped: bridge: only 0 samples’)
⏭️ test_qemu_insn_rate_cv_below_0_4 drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 91, ‘Skipped: only 0 INSN-COUNT-STATS samples — needs >= 20’)
⏭️ test_qemu_insn_rate_p1_above_1m drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 104, ‘Skipped: only 0 samples — needs >= 100’)

Timing / Timers — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_dsp_budget_saturation_signal timer_invariant 0.00s
test_dsp_n_exec_within_budget timer_invariant 0.00s
test_frame_irq_per_tdma_ratio timer_invariant 0.00s
test_kick_realtime_cadence timer_invariant 0.00s
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.00s
test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s
test_tdma_log_present timer_invariant 0.00s
test_tdma_period_virtual_close_to_target timer_invariant 0.00s

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
PASSED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
FAILED   test_firmware_state.py::test_pc_advances
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop
PASSED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds
PASSED   test_gdb_stub.py::test_gdb_query_supported
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero
PASSED   test_gdb_stub.py::test_gdb_stub_reachable
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
PASSED   test_inject_frames.py::test_clear_ndb
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B
PASSED   test_inject_frames.py::test_inject_d_burst[0]
PASSED   test_inject_frames.py::test_inject_d_burst[1]
PASSED   test_inject_frames.py::test_inject_d_task[24-0]
PASSED   test_inject_frames.py::test_inject_d_task[28-1]
PASSED   test_inject_frames.py::test_inject_d_task[5-0]
PASSED   test_inject_frames.py::test_inject_d_task[6-1]
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found
PASSED   test_inject_frames.py::test_inject_si[1]
PASSED   test_inject_frames.py::test_inject_si[2]
PASSED   test_inject_frames.py::test_inject_si[3]
PASSED   test_inject_frames.py::test_inject_si[4]
PASSED   test_inject_frames.py::test_inject_si[5]
PASSED   test_inject_frames.py::test_inject_si[6]
PASSED   test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix
PASSED   test_irda_channel.py::test_irda_pty_exists
PASSED   test_irda_channel.py::test_irda_pty_readable
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
PASSED   test_layer_drift.py::test_log_start_within_10s
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched
PASSED   test_mode_verdict.py::test_verdict_bts_dead
PASSED   test_mode_verdict.py::test_verdict_instability
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322
PASSED   test_mode_verdict.py::test_verdict_shunt_silent
PASSED   test_mode_verdict.py::test_verdict_shunt_works
PASSED   test_mode_verdict.py::test_zz_per_mode_report
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero
PASSED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
FAILED   test_run_observability.py::test_bridge_log_shows_traffic
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
FAILED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
FAILED   test_run_observability.py::test_l1ctl_data_ind_received
PASSED   test_run_observability.py::test_mobile_imsi_loaded
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
PASSED   test_run_observability.py::test_mobile_pcap_growing
PASSED   test_run_observability.py::test_mobile_vty_reachable
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
PASSED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio
PASSED   test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
PASSED   test_timer_invariants.py::test_tdma_log_present
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst]
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick]
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260527_115651/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-27T11:56:52.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-27T11:56:52

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0

🛑 2. test_pc_advances

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.11s
  • Nodeid : test_firmware_state.py::test_pc_advances
  • Assertion : """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0

🛑 3. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0

🛑 4. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6675323

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0

🛑 5. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0

🛑 6. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0

🛑 7. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """

🛑 8. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """

🛑 9. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0

🛑 10. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0

🛑 11. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0

🛑 12. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0

🛑 13. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0

🛑 14. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0

🛑 15. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

1.3 Full

<!DOCTYPE html> Calypso test report

Calypso test report

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
         <p>auto-generated (tests/conftest.py) </p>
      </div>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
  <p class="date">2026-05-27 00:00</p>
</div>

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 43 échec(s), 64/242 passent

métrique valeur interprétation
pct brut 26 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 60 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 44 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 64
❌ failed 43
⏭️ skipped 109
⚠️ xfailed 26
total 242

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AUTO_GEN_DOC 1 default
CALYPSO_BSP_DARAM_ADDR 0x3fb0 env
CALYPSO_BSP_IQ_PASSTHROUGH 1 env
CALYPSO_DSP_BUDGET 256000 env
CALYPSO_DSP_IDLE_FF 1 env
CALYPSO_DSP_IDLE_RANGE | env | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | env | | CALYPSO_DSP_SHUNT | 0 | env | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_HOST_ROOT | /root | env | | CALYPSO_ICOUNT | auto | env | | CALYPSO_IRDA_CAPTURE | 1 | default | | CALYPSO_L2_CLIENT | mobile | env | | CALYPSO_LOG_TS | 1 | default | | CALYPSO_MOBILE_DEBUG | DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK | default | | CALYPSO_MODE | full | env | | CALYPSO_MODE_TAG | full | env | | CALYPSO_MTTCG | 0 | env | | CALYPSO_NDB_D_RACH_OFFSET | env
CALYPSO_NO_ATTACH 1 env
CALYPSO_PROBE_BOOTSTUB 0 env
CALYPSO_RACH_FORCE_BSIC | env | | CALYPSO_REPO | /opt/GSM/qemu-src | env | | CALYPSO_RXDONE_PROBE | 1 | env | | CALYPSO_SIM_CFG | /root/.osmocom/bb/mobile_group1.cfg | env | | CALYPSO_SKIP_BRIDGE_PY | 1 | env | | CALYPSO_SKIP_BTS | 0 | env | | CALYPSO_SKIP_GSMTAP | 0 | env | | CALYPSO_SKIP_IPC_DEVICE | 0 | env | | CALYPSO_SKIP_L2 | 0 | env | | CALYPSO_SKIP_TRX_IPC | 0 | env | | CALYPSO_STICK_ARFCN | default
CALYPSO_TEST_OUT /tmp env
CALYPSO_TIMER 0 env
CALYPSO_UART_TRACE 0 env
CALYPSO_W1C_LATCH 0 env
FW_BIN /opt/GSM/firmware/board/compal_e88/layer1.highram.bin default
FW_ELF /opt/GSM/firmware/board/compal_e88/layer1.highram.elf default
QEMU_C54X_PATH /opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra["Infra 2/5"]
  class P_Infra partial;
  P_GDB_introspect["GDB-introspect 0/8"]
  class P_GDB_introspect fail;
  P_Infra --> P_GDB_introspect
  P_GDB_introspect -.->|BREAK| BREAK_GDB_introspect["BREAK HERE GDB-introspect 0% pass"]
  class BREAK_GDB_introspect brk;
  P_Monitor_extended["Monitor-extended 0/9"]
  class P_Monitor_extended fail;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state["Firmware-state 1/5"]
  class P_Firmware_state partial;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon["Osmocon 2/3"]
  class P_Osmocon partial;
  P_Firmware_state --> P_Osmocon
  P_DSP["DSP 5/20"]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data["L1-data 1/7"]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl["L1-ctrl 0/8"]
  class P_L1_ctrl fail;
  P_L1_data --> P_L1_ctrl
  P_Timers["Timers 2/9"]
  class P_Timers partial;
  P_L1_ctrl --> P_Timers
  P_Drift["Drift 3/10"]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB["NDB 0/19"]
  class P_NDB fail;
  P_Drift --> P_NDB
  P_ARM_feedback["ARM-feedback 0/2"]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_IrDA_channel["IrDA-channel 1/8"]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM["L3-MM 0/5"]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt["Mgmt 0/3"]
  class P_Mgmt fail;
  P_L3_MM --> P_Mgmt
  P_Net["Net 1/2"]
  class P_Net partial;
  P_Mgmt --> P_Net
  P_FS["FS 2/3"]
  class P_FS partial;
  P_Net --> P_FS
  P_Log_grep["Log-grep 15/30"]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary["Summary 1/1"]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : GDB-introspect (0/8 tests passent).

Aucune étape ne passe avant — la chaîne est cassée dès l’entrée (GDB-introspect).

[!IMPORTANT] ⚠️ Chaîne causale sérielle non-linéaire détectée : NDB (0/19, fail) → ARM-feedback (fail) → L1-ctrl (downstream).

NDB est amont d’ARM-feedback malgré sa position plus haut dans le diagramme. ARM-feedback observe ce que NDB a écrit — si l’injection NDB échoue, ARM-feedback fail mécanique, et L1-ctrl en aval n’a rien à forward.

Ordre d’investigation recommandé : commencer par les test_inject_* (NDB). Les durées 0.3-0.6s (fail rapide) suggèrent soit erreur immédiate d’injection, soit checkpoint post-write qui ne valide pas. Si tu fixes le path d’injection, tu débloques potentiellement toute la chaîne en aval.

Blockers

43 test(s) en échec :

🔴 1. test_all_expected_processes_present — Runtime / Infra — marker(s): runtime_health — durée 0.01s - test_run_observability.py::test_all_expected_processes_present - ❗ test_run_observability.py:302: in test_all_expected_processes_present 🔻 2. test_mobile_pcap_growing — Runtime / Infra — marker(s): runtime_health — durée 10.01s - test_run_observability.py::test_mobile_pcap_growing - ❗ test_run_observability.py:336: in test_mobile_pcap_growing 🔻 3. test_qemu_log_is_fresh — Runtime / Infra — marker(s): runtime_health — durée 3.01s - test_run_observability.py::test_qemu_log_is_fresh - ❗ test_run_observability.py:324: in test_qemu_log_is_fresh 🔻 4. test_gdb_handshake_succeeds — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_handshake_succeeds - ❗ test_gdb_stub.py:123: in test_gdb_handshake_succeeds 🔻 5. test_gdb_query_supported — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_query_supported - ❗ test_gdb_stub.py:130: in test_gdb_query_supported 🔻 6. test_gdb_read_arm_registers — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_arm_registers - ❗ test_gdb_stub.py:142: in test_gdb_read_arm_registers 🔻 7. test_gdb_read_dsp_daram_xfail — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_dsp_daram_xfail - ❗ test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail 🔻 8. test_gdb_read_memory_at_dsp_api_base — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base - ❗ test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base 🔻 9. test_gdb_read_pc_nonzero — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_pc_nonzero - ❗ test_gdb_stub.py:151: in test_gdb_read_pc_nonzero 🔻 10. test_gdb_stub_reachable — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_stub_reachable - ❗ test_gdb_stub.py:116: in test_gdb_stub_reachable 🔻 11. test_gdb_stub_survives_3_quick_reconnects — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects - ❗ test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects 🔻 12. test_monitor_info_chardev_lists_serial — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_chardev_lists_serial - ❗ test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial 🔻 13. test_monitor_info_mtree_has_uart_modem — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem - ❗ test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem 🔻 14. test_monitor_info_qtree_has_calypso — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_qtree_has_calypso - ❗ test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso 🔻 15. test_monitor_info_registers_arm — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_registers_arm - ❗ test_qemu_introspection.py:128: in test_monitor_info_registers_arm 🔻 16. test_monitor_info_status_is_running — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_status_is_running - ❗ test_qemu_introspection.py:69: in test_monitor_info_status_is_running 🔻 17. test_monitor_socket_reachable — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_socket_reachable - ❗ test_qemu_introspection.py:62: in test_monitor_socket_reachable 🔻 18. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ test_firmware_state.py:196: in test_bridge_has_dl_bursts 🔻 19. test_qemu_monitor_responsive — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_qemu_monitor_responsive - ❗ test_firmware_state.py:98: in test_qemu_monitor_responsive 🔻 20. test_osmocon_past_romload — Runtime / Osmocon — marker(s): runtime_osmocon — durée 0.00s - test_firmware_state.py::test_osmocon_past_romload - ❗ test_firmware_state.py:168: in test_osmocon_past_romload 🔻 21. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.00s - test_run_observability.py::test_intm_reaches_zero - ❗ test_run_observability.py:390: in test_intm_reaches_zero 🔻 22. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.00s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly 🔻 23. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ test_run_observability.py:630: in test_bridge_log_shows_traffic 🔻 24. test_neigh_pm_req_loop_alive — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.22s - test_run_observability.py::test_neigh_pm_req_loop_alive - ❗ test_run_observability.py:696: in test_neigh_pm_req_loop_alive 🔻 25. test_log_still_growing[qemu-/root/qemu.log-1000] — Timing / Drift — marker(s): drift,parametrize — durée 0.00s - test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] - ❗ test_layer_drift.py:181: in test_log_still_growing 🔻 26. test_irda_does_not_break_uart_modem — Runtime / IrDA-channel — marker(s): runtime_irda — durée 0.01s - test_irda_channel.py::test_irda_does_not_break_uart_modem - ❗ test_irda_channel.py:163: in test_irda_does_not_break_uart_modem 🔻 27. test_irda_pty_exists — Runtime / IrDA-channel — marker(s): runtime_irda — durée 0.00s - test_irda_channel.py::test_irda_pty_exists - ❗ test_irda_channel.py:109: in test_irda_pty_exists 🔻 28. test_mobile_imsi_loaded — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_imsi_loaded - ❗ test_run_observability.py:864: in test_mobile_imsi_loaded 🔻 29. test_mobile_mm_state_is_null_or_idle — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_mm_state_is_null_or_idle - ❗ test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle 🔻 30. test_mobile_vty_reachable — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_vty_reachable - ❗ test_run_observability.py:853: in test_mobile_vty_reachable 🔻 31. test_qemu_ports_listening — Runtime / Net — marker(s): runtime_net — durée 0.03s - test_runtime_net_fs.py::test_qemu_ports_listening - ❗ test_runtime_net_fs.py:39: in test_qemu_ports_listening 🔻 32. test_grep_osmocon_l1ctl_fbsb_req_attempted — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted - ❗ test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted 🔻 33. test_grep_osmocon_l1ctl_reset_req — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_osmocon_l1ctl_reset_req - ❗ test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req 🔻 34. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.00s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ test_log_grep.py:91: in test_grep_qemu_bsp_dma_active 🔻 35. test_grep_qemu_dsp_booted — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_dsp_booted - ❗ test_log_grep.py:84: in test_grep_qemu_dsp_booted 🔻 36. test_grep_qemu_log_exists_and_nonempty — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.00s - test_log_grep.py::test_grep_qemu_log_exists_and_nonempty - ❗ test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty 🔻 37. test_grep_qemu_task24_dispatched — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_task24_dispatched - ❗ test_log_grep.py:98: in test_grep_qemu_task24_dispatched 🔻 38. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default 🔻 39. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter 🔻 40. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ test_osmocom_workflow.py:298: in test_force_rx_done_default_on 🔻 41. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.01s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm 🔻 42. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present 🔻 43. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ test_timer_physical_audit.py:182: in test_timer_runtime_period

Couches — ce qui marche, ce qui casse

🟡 Infra — 2/5

Échecs : test_all_expected_processes_present, test_qemu_log_is_fresh, test_mobile_pcap_growing

🛑 GDB-introspect — 0/8

Échecs : test_gdb_stub_reachable, test_gdb_handshake_succeeds, test_gdb_query_supported, test_gdb_read_arm_registers, test_gdb_read_pc_nonzero, test_gdb_read_memory_at_dsp_api_base, test_gdb_stub_survives_3_quick_reconnects, test_gdb_read_dsp_daram_xfail

🛑 Monitor-extended — 0/9

Échecs : test_monitor_socket_reachable, test_monitor_info_status_is_running, test_monitor_info_chardev_lists_serial, test_monitor_info_qtree_has_calypso, test_monitor_info_mtree_has_uart_modem, test_monitor_info_registers_arm ⏭️ Skipped : test_monitor_info_mtree_has_uart_irda, test_monitor_info_qom_tree_has_calypso_or_arm, test_monitor_info_irq_listed ⚠️ xfail : test_monitor_info_mtree_has_uart_irda, test_monitor_info_irq_listed

🟡 Firmware-state — 1/5

Échecs : test_qemu_monitor_responsive, test_bridge_has_dl_bursts ⏭️ Skipped : test_pc_advances, test_pc_not_in_known_busy_loop

🟡 Osmocon — 2/3

Échecs : test_osmocon_past_romload

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🛑 L1-ctrl — 0/8

Échecs : test_neigh_pm_req_loop_alive ⏭️ Skipped : test_l1ctl_data_ind_received, test_neigh_pm_req_response_unchanged, test_l1ctl_data_ind_received, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_l1ctl_data_ind_rate_vs_alc, test_rach_attempted ⚠️ xfail : test_l1ctl_data_ind_received, test_neigh_pm_req_response_unchanged, test_l1ctl_data_ind_received, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

🟡 Timers — 2/9

⏭️ Skipped : test_tdma_log_present, test_dsp_n_exec_within_budget, test_dsp_budget_saturation_signal, test_tdma_period_virtual_close_to_target, test_frame_irq_per_tdma_ratio, test_kick_realtime_cadence, test_log_timeline_csv_steady_qemu_rate

🟡 Drift — 3/10

Échecs : test_log_still_growing[qemu-/root/qemu.log-1000] ⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

🛑 NDB — 0/19

⏭️ Skipped : test_probe_ndb, test_clear_ndb, test_inject_fbsb_fb_found, test_inject_fbsb_sb_found, test_inject_si[1], test_inject_si[2], test_inject_si[3], test_inject_si[4], test_inject_si[5], test_inject_si[6], test_inject_a_cd_pattern_23B, test_inject_a_cd_pattern_30B, test_inject_a_cd_invalid_length, test_inject_d_task[5-0], test_inject_d_task[6-1], test_inject_d_task[24-0], test_inject_d_task[28-1], test_inject_d_burst[0], test_inject_d_burst[1]

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 1/8

Échecs : test_irda_pty_exists, test_irda_does_not_break_uart_modem ⏭️ Skipped : test_irda_pty_readable, test_irda_boot_marker_present, test_irda_channel_produces_bytes, test_irda_log_has_timestamp_prefix, test_irda_throughput_below_saturation ⚠️ xfail : test_irda_boot_marker_present, test_irda_channel_produces_bytes

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

🛑 Mgmt — 0/3

Échecs : test_mobile_vty_reachable, test_mobile_imsi_loaded, test_mobile_mm_state_is_null_or_idle

🟡 Net — 1/2

Échecs : test_qemu_ports_listening

🟡 FS — 2/3

⏭️ Skipped : test_qemu_fd_usage_below_limit

🟡 Log-grep — 15/30

Échecs : test_grep_qemu_log_exists_and_nonempty, test_grep_qemu_dsp_booted, test_grep_qemu_bsp_dma_active, test_grep_qemu_task24_dispatched, test_grep_osmocon_l1ctl_reset_req, test_grep_osmocon_l1ctl_fbsb_req_attempted ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_osmocon_lost_ratio_acceptable, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 23/67

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_irq_servicing_imr_nonzero, test_rsbx_intm_reached_or_flag_nmi, test_tpu_frame_irq_delivered, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_mode_executedfull, test_mode_executedshunt, test_mode_executed[shunt-ipc], test_mode_executedbridge, test_mode_executedbare, test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit online], test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-], test_mode_invariant[full-err_q-==-0-qemu.log sans erreur], test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t2che (sinon firmware boot fail)], test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass)], test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur], test_mode_invariant[shunt-bts_ok-==-0-BTS doit skipped en shunt mode], test_mode_invariant[shunt-ipc_ok-==-0-IPC doit skipped en shunt mode], test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t2che], test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch], test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)], test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)], test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy], test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)], test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare], test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare], test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare], test_payload_coverage[FB_detect], test_payload_coverage[SB_decode], test_payload_coverage[Mock_LATCH], test_payload_coverage[Mock_DISP], test_payload_coverage[RR_EST_REQ], test_payload_coverage[BTS_alive], test_payload_coverage[IPC_handsh], test_timer_runtime_period[tdma_tick], test_timer_runtime_period[kick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

🟡 unmarked — 5/18

⏭️ Skipped : test_verdict_shunt_works, test_verdict_shunt_silent, test_bissection_fbsb_shunt_vs_full, test_bridge_vs_ipc_radio_chain, test_lost_frames_consistency, test_errors_quiet, test_verdict_dsp_wall_confirmed, test_verdict_arm_bug, test_verdict_pipeline_works, test_verdict_radio_chain_broken, test_verdict_instability, test_verdict_bridge_vs_ipc, test_zz_final_report

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Ar — 5/8

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Ar["Ar 5/8"]
  C_Ar --> T_001_pass_grp_Ar["PASS 5 0.0s"]
  C_Ar --> T_002_test_irq_servicing_imr_nonzero["test_irq_servicing_imr_nonzero — · ar_imr_invariant 0.00s"]
  C_Ar --> T_003_test_rsbx_intm_reached_or_flag_nmi["test_rsbx_intm_reached_or_flag_nmi — · ar_imr_invariant 0.00s"]
  C_Ar --> T_004_test_tpu_frame_irq_delivered["test_tpu_frame_irq_delivered — · ar_imr_invariant 0.00s"]
  class C_Ar partial;
  class T_001_pass_grp_Ar pass;
  class T_002_test_irq_servicing_imr_nonzero skip;
  class T_003_test_rsbx_intm_reached_or_flag_nmi skip;
  class T_004_test_tpu_frame_irq_delivered skip;

🛑 Injection — 0/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection["Injection 0/21"]
  C_Injection --> T_005_test_probe_ndb["test_probe_ndb NDB · inject_frames 0.50s"]
  C_Injection --> T_006_test_clear_ndb["test_clear_ndb NDB · inject_frames 0.00s"]
  C_Injection --> T_007_test_inject_fbsb_fb_found["test_inject_fbsb_fb_found NDB · inject_frames 0.00s"]
  C_Injection --> T_008_test_inject_fbsb_sb_found["test_inject_fbsb_sb_found NDB · inject_frames 0.00s"]
  C_Injection --> T_009_test_inject_si_1_["test_inject_si(1) NDB · inject_frames 0.00s"]
  C_Injection --> T_010_test_inject_si_2_["test_inject_si(2) NDB · inject_frames 0.00s"]
  C_Injection --> T_011_test_inject_si_3_["test_inject_si(3) NDB · inject_frames 0.00s"]
  C_Injection --> T_012_test_inject_si_4_["test_inject_si(4) NDB · inject_frames 0.00s"]
  C_Injection --> T_013_test_inject_si_5_["test_inject_si(5) NDB · inject_frames 0.00s"]
  C_Injection --> T_014_test_inject_si_6_["test_inject_si(6) NDB · inject_frames 0.00s"]
  C_Injection --> T_015_test_inject_a_cd_pattern_23B["test_inject_a_cd_pattern_23B NDB · inject_frames 0.00s"]
  C_Injection --> T_016_test_inject_a_cd_pattern_30B["test_inject_a_cd_pattern_30B NDB · inject_frames 0.00s"]
  C_Injection --> T_017_test_inject_a_cd_invalid_length["test_inject_a_cd_invalid_length NDB · inject_frames 0.00s"]
  C_Injection --> T_018_test_inject_d_task_5_0_["test_inject_d_task(5-0) NDB · inject_frames 0.00s"]
  C_Injection --> T_019_test_inject_d_task_6_1_["test_inject_d_task(6-1) NDB · inject_frames 0.00s"]
  C_Injection --> T_020_test_inject_d_task_24_0_["test_inject_d_task(24-0) NDB · inject_frames 0.00s"]
  C_Injection --> T_021_test_inject_d_task_28_1_["test_inject_d_task(28-1) NDB · inject_frames 0.00s"]
  C_Injection --> T_022_test_inject_d_burst_0_["test_inject_d_burst(0) NDB · inject_frames 0.00s"]
  C_Injection --> T_023_test_inject_d_burst_1_["test_inject_d_burst(1) NDB · inject_frames 0.00s"]
  C_Injection --> T_024_test_efficacy_arm_reads_d_fb_det_1["test_efficacy_arm_reads_d_fb_det_1 ARM-feedback · inject_efficacy 0.00s"]
  C_Injection --> T_025_test_efficacy_arm_reads_a_cd["test_efficacy_arm_reads_a_cd ARM-feedback · inject_efficacy 0.00s"]
  class C_Injection fail;
  class T_005_test_probe_ndb skip;
  class T_006_test_clear_ndb skip;
  class T_007_test_inject_fbsb_fb_found skip;
  class T_008_test_inject_fbsb_sb_found skip;
  class T_009_test_inject_si_1_ skip;
  class T_010_test_inject_si_2_ skip;
  class T_011_test_inject_si_3_ skip;
  class T_012_test_inject_si_4_ skip;
  class T_013_test_inject_si_5_ skip;
  class T_014_test_inject_si_6_ skip;
  class T_015_test_inject_a_cd_pattern_23B skip;
  class T_016_test_inject_a_cd_pattern_30B skip;
  class T_017_test_inject_a_cd_invalid_length skip;
  class T_018_test_inject_d_task_5_0_ skip;
  class T_019_test_inject_d_task_6_1_ skip;
  class T_020_test_inject_d_task_24_0_ skip;
  class T_021_test_inject_d_task_28_1_ skip;
  class T_022_test_inject_d_burst_0_ skip;
  class T_023_test_inject_d_burst_1_ skip;
  class T_024_test_efficacy_arm_reads_d_fb_det_1 skip;
  class T_025_test_efficacy_arm_reads_a_cd skip;

🟡 Milestone — 3/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone["Milestone 3/21"]
  C_Milestone --> T_026_pass_grp_Milestone["PASS 3 30.3s"]
  C_Milestone --> T_027_test_dsp_throughput_5x["test_dsp_throughput_5x DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_028_test_fb0_att_nonzero["test_fb0_att_nonzero DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_029_test_synth_zero_path_active["test_synth_zero_path_active DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_030_test_c54x_interrupt_ex_called_nonzero["test_c54x_interrupt_ex_called_nonzero DSP · milestone_irq 0.00s"]
  C_Milestone --> T_031_test_isr_entered_implies_rete["test_isr_entered_implies_rete DSP · milestone_irq 0.00s"]
  C_Milestone --> T_032_test_no_pending_irq_gated["test_no_pending_irq_gated DSP · milestone_irq 0.00s"]
  C_Milestone --> T_033_test_rxdoneflag_no_longer_blocks["test_rxdoneflag_no_longer_blocks DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_034_test_ar3_init_source_identified["test_ar3_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_035_test_ar4_init_source_identified["test_ar4_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_036_test_bsp_dma_target_matches_correlator_read_zone["test_bsp_dma_target_matches_correlator L1-data · milestone_bsp_dma 0.00s"]
  C_Milestone --> T_037_test_no_d_fb_det_wr_site_anomaly["test_no_d_fb_det_wr_site_anomaly L1-data · milestone_bsp_dma 0.00s"]
  C_Milestone --> T_038_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_039_test_neigh_pm_req_response_unchanged["test_neigh_pm_req_response_unchanged L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_040_test_rach_emitted["test_rach_emitted L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_041_test_immediate_assignment_decoded["test_immediate_assignment_decoded L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_042_test_rr_sdcch_established["test_rr_sdcch_established L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_043_test_location_updating_request_sent["test_location_updating_request_sent L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_044_test_location_updating_accept_received["test_location_updating_accept_received L3-MM · milestone_mm_lu 0.00s"]
  class C_Milestone partial;
  class T_026_pass_grp_Milestone pass;
  class T_027_test_dsp_throughput_5x skip;
  class T_028_test_fb0_att_nonzero xfail;
  class T_029_test_synth_zero_path_active skip;
  class T_030_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_031_test_isr_entered_implies_rete xfail;
  class T_032_test_no_pending_irq_gated xfail;
  class T_033_test_rxdoneflag_no_longer_blocks xfail;
  class T_034_test_ar3_init_source_identified skip;
  class T_035_test_ar4_init_source_identified skip;
  class T_036_test_bsp_dma_target_matches_correlator_read_zone skip;
  class T_037_test_no_d_fb_det_wr_site_anomaly fail;
  class T_038_test_l1ctl_data_ind_received xfail;
  class T_039_test_neigh_pm_req_response_unchanged xfail;
  class T_040_test_rach_emitted xfail;
  class T_041_test_immediate_assignment_decoded xfail;
  class T_042_test_rr_sdcch_established xfail;
  class T_043_test_location_updating_request_sent xfail;
  class T_044_test_location_updating_accept_received xfail;

🟡 Osmocom — 16/23

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Osmocom["Osmocom 16/23"]
  C_Osmocom --> T_045_pass_grp_Osmocom["PASS 16 0.0s"]
  C_Osmocom --> T_046_test_rxdone_addr_matches_firmware_nm["test_rxdone_addr_matches_firmware_nm — · osmocom_compliant 0.01s"]
  C_Osmocom --> T_047_test_bridge_select_timeout_low_jitter["test_bridge_select_timeout_low_jitter — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_048_test_sim_defer_clear_timer_present["test_sim_defer_clear_timer_present — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_049_test_force_rx_done_defaultX_on["test_force_rx_done_default_on — · osmocom_boot 0.00s"]
  C_Osmocom --> T_050_test_tcg_strne_commits_under_icount_auto["test_tcg_strne_commits_under_icount_au — · osmocom_divergent 0.00s"]
  C_Osmocom --> T_051_test_bridge_clock_from_qemu_defaultX["test_bridge_clock_from_qemu_default — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_052_test_runtime_sim_it_wt_rxdone_log_present["test_runtime_sim_it_wt_rxdone_log_pres — · osmocom_boot 0.00s"]
  class C_Osmocom partial;
  class T_045_pass_grp_Osmocom pass;
  class T_046_test_rxdone_addr_matches_firmware_nm fail;
  class T_047_test_bridge_select_timeout_low_jitter fail;
  class T_048_test_sim_defer_clear_timer_present fail;
  class T_049_test_force_rx_done_defaultX_on fail;
  class T_050_test_tcg_strne_commits_under_icount_auto xfail;
  class T_051_test_bridge_clock_from_qemu_defaultX fail;
  class T_052_test_runtime_sim_it_wt_rxdone_log_present xfail;

🟡 Other — 5/18

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Other["Other 5/18"]
  C_Other --> T_053_pass_grp_Other["PASS 5 0.0s"]
  C_Other --> T_054_test_verdict_shunt_works["test_verdict_shunt_works unmarked ·  0.00s"]
  C_Other --> T_055_test_verdict_shunt_silent["test_verdict_shunt_silent unmarked ·  0.00s"]
  C_Other --> T_056_test_bissection_fbsb_shunt_vs_full["test_bissection_fbsb_shunt_vs_full unmarked ·  0.00s"]
  C_Other --> T_057_test_bridge_vs_ipc_radio_chain["test_bridge_vs_ipc_radio_chain unmarked ·  0.00s"]
  C_Other --> T_058_test_lost_frames_consistency["test_lost_frames_consistency unmarked ·  0.00s"]
  C_Other --> T_059_test_errors_quiet["test_errors_quiet unmarked ·  0.00s"]
  C_Other --> T_060_test_verdict_dsp_wall_confirmed["test_verdict_dsp_wall_confirmed unmarked ·  0.00s"]
  C_Other --> T_061_test_verdict_arm_bug["test_verdict_arm_bug unmarked ·  0.00s"]
  C_Other --> T_062_test_verdict_pipeline_works["test_verdict_pipeline_works unmarked ·  0.00s"]
  C_Other --> T_063_test_verdict_radio_chain_broken["test_verdict_radio_chain_broken unmarked ·  0.00s"]
  C_Other --> T_064_test_verdict_instability["test_verdict_instability unmarked ·  0.00s"]
  C_Other --> T_065_test_verdict_bridge_vs_ipc["test_verdict_bridge_vs_ipc unmarked ·  0.00s"]
  C_Other --> T_066_test_zz_final_report["test_zz_final_report unmarked ·  0.00s"]
  class C_Other partial;
  class T_053_pass_grp_Other pass;
  class T_054_test_verdict_shunt_works skip;
  class T_055_test_verdict_shunt_silent skip;
  class T_056_test_bissection_fbsb_shunt_vs_full skip;
  class T_057_test_bridge_vs_ipc_radio_chain skip;
  class T_058_test_lost_frames_consistency skip;
  class T_059_test_errors_quiet skip;
  class T_060_test_verdict_dsp_wall_confirmed skip;
  class T_061_test_verdict_arm_bug skip;
  class T_062_test_verdict_pipeline_works skip;
  class T_063_test_verdict_radio_chain_broken skip;
  class T_064_test_verdict_instability skip;
  class T_065_test_verdict_bridge_vs_ipc skip;
  class T_066_test_zz_final_report skip;

🛑 Parametrize — 0/34

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Parametrize["Parametrize 0/34"]
  C_Parametrize --> T_067_test_mode_executed_full_["test_mode_executed(full) — · parametrize 0.00s"]
  C_Parametrize --> T_068_test_mode_executed_shunt_["test_mode_executed(shunt) — · parametrize 0.00s"]
  C_Parametrize --> T_069_test_mode_executed_shunt_ipc_["test_mode_executed(shunt-ipc) — · parametrize 0.00s"]
  C_Parametrize --> T_070_test_mode_executed_bridge_["test_mode_executed(bridge) — · parametrize 0.00s"]
  C_Parametrize --> T_071_test_mode_executed_bare_["test_mode_executed(bare) — · parametrize 0.00s"]
  C_Parametrize --> T_072_test_mode_invariant_full_bts_ok___0_osmo_bts_trx["test_mode_invariant(full-bts_ok->-0-os — · parametrize 0.00s"]
  C_Parametrize --> T_073_test_mode_invariant_full_ipc_ok___0_calypso_ipc_["test_mode_invariant(full-ipc_ok->-0-ca — · parametrize 0.00s"]
  C_Parametrize --> T_074_test_mode_invariant_full_err_q____0_qemu_log_san["test_mode_invariant(full-err_q-==-0-qe — · parametrize 0.00s"]
  C_Parametrize --> T_075_test_mode_invariant_shunt_shunt_latch___0_ARM_do["test_mode_invariant(shunt-shunt_latch- — · parametrize 0.00s"]
  C_Parametrize --> T_076_test_mode_invariant_shunt_shunt_disp___0_le_mock["test_mode_invariant(shunt-shunt_disp-> — · parametrize 0.00s"]
  C_Parametrize --> T_077_test_mode_invariant_shunt_err_q____0_qemu_log_sa["test_mode_invariant(shunt-err_q-==-0-q — · parametrize 0.00s"]
  C_Parametrize --> T_078_test_mode_invariant_shunt_bts_ok____0_BTS_doit__["test_mode_invariant(shunt-bts_ok-==-0- — · parametrize 0.00s"]
  C_Parametrize --> T_079_test_mode_invariant_shunt_ipc_ok____0_IPC_doit__["test_mode_invariant(shunt-ipc_ok-==-0- — · parametrize 0.00s"]
  C_Parametrize --> T_080_test_mode_invariant_shunt_ipc_shunt_latch___0_AR["test_mode_invariant(shunt-ipc-shunt_la — · parametrize 0.00s"]
  C_Parametrize --> T_081_test_mode_invariant_shunt_ipc_shunt_disp___0_le_["test_mode_invariant(shunt-ipc-shunt_di — · parametrize 0.00s"]
  C_Parametrize --> T_082_test_mode_invariant_shunt_ipc_bts_ok___0_BTS_ali["test_mode_invariant(shunt-ipc-bts_ok-> — · parametrize 0.00s"]
  C_Parametrize --> T_083_test_mode_invariant_shunt_ipc_ipc_ok___0_IPC_han["test_mode_invariant(shunt-ipc-ipc_ok-> — · parametrize 0.00s"]
  C_Parametrize --> T_084_test_mode_invariant_bridge_bts_ok___0_BTS_alive_["test_mode_invariant(bridge-bts_ok->-0- — · parametrize 0.00s"]
  C_Parametrize --> T_085_test_mode_invariant_bridge_ipc_ok____0_IPC_skipp["test_mode_invariant(bridge-ipc_ok-==-0 — · parametrize 0.00s"]
  C_Parametrize --> T_086_test_mode_invariant_bare_bts_ok____0_pas_de_BTS_["test_mode_invariant(bare-bts_ok-==-0-p — · parametrize 0.00s"]
  C_Parametrize --> T_087_test_mode_invariant_bare_ipc_ok____0_pas_d_IPC_e["test_mode_invariant(bare-ipc_ok-==-0-p — · parametrize 0.00s"]
  C_Parametrize --> T_088_test_mode_invariant_bare_rr_est____0_pas_de_mobi["test_mode_invariant(bare-rr_est-==-0-p — · parametrize 0.00s"]
  C_Parametrize --> T_089_test_payload_coverage_FB_detect_["test_payload_coverage(FB_detect) — · parametrize 0.00s"]
  C_Parametrize --> T_090_test_payload_coverage_SB_decode_["test_payload_coverage(SB_decode) — · parametrize 0.00s"]
  C_Parametrize --> T_091_test_payload_coverage_Mock_LATCH_["test_payload_coverage(Mock_LATCH) — · parametrize 0.00s"]
  C_Parametrize --> T_092_test_payload_coverage_Mock_DISP_["test_payload_coverage(Mock_DISP) — · parametrize 0.00s"]
  C_Parametrize --> T_093_test_payload_coverage_RR_EST_REQ_["test_payload_coverage(RR_EST_REQ) — · parametrize 0.00s"]
  C_Parametrize --> T_094_test_payload_coverage_BTS_alive_["test_payload_coverage(BTS_alive) — · parametrize 0.00s"]
  C_Parametrize --> T_095_test_payload_coverage_IPC_handsh_["test_payload_coverage(IPC_handsh) — · parametrize 0.00s"]
  C_Parametrize --> T_096_test_timer_runtime_period_tdma_tick_["test_timer_runtime_period(tdma_tick) — · parametrize 0.00s"]
  C_Parametrize --> T_097_test_timer_runtime_period_kick_["test_timer_runtime_period(kick) — · parametrize 0.00s"]
  C_Parametrize --> T_098_test_timer_runtime_period_bridge_clk_ind_["test_timer_runtime_period(bridge_clk_i — · parametrize 0.00s"]
  C_Parametrize --> T_099_test_timer_runtime_period_bts_clk_ind_["test_timer_runtime_period(bts_clk_ind) — · parametrize 0.00s"]
  C_Parametrize --> T_100_test_timer_runtime_period_bsp_burst_["test_timer_runtime_period(bsp_burst) — · parametrize 0.00s"]
  class C_Parametrize fail;
  class T_067_test_mode_executed_full_ skip;
  class T_068_test_mode_executed_shunt_ skip;
  class T_069_test_mode_executed_shunt_ipc_ skip;
  class T_070_test_mode_executed_bridge_ skip;
  class T_071_test_mode_executed_bare_ skip;
  class T_072_test_mode_invariant_full_bts_ok___0_osmo_bts_trx skip;
  class T_073_test_mode_invariant_full_ipc_ok___0_calypso_ipc_ skip;
  class T_074_test_mode_invariant_full_err_q____0_qemu_log_san skip;
  class T_075_test_mode_invariant_shunt_shunt_latch___0_ARM_do skip;
  class T_076_test_mode_invariant_shunt_shunt_disp___0_le_mock skip;
  class T_077_test_mode_invariant_shunt_err_q____0_qemu_log_sa skip;
  class T_078_test_mode_invariant_shunt_bts_ok____0_BTS_doit__ skip;
  class T_079_test_mode_invariant_shunt_ipc_ok____0_IPC_doit__ skip;
  class T_080_test_mode_invariant_shunt_ipc_shunt_latch___0_AR skip;
  class T_081_test_mode_invariant_shunt_ipc_shunt_disp___0_le_ skip;
  class T_082_test_mode_invariant_shunt_ipc_bts_ok___0_BTS_ali skip;
  class T_083_test_mode_invariant_shunt_ipc_ipc_ok___0_IPC_han skip;
  class T_084_test_mode_invariant_bridge_bts_ok___0_BTS_alive_ skip;
  class T_085_test_mode_invariant_bridge_ipc_ok____0_IPC_skipp skip;
  class T_086_test_mode_invariant_bare_bts_ok____0_pas_de_BTS_ skip;
  class T_087_test_mode_invariant_bare_ipc_ok____0_pas_d_IPC_e skip;
  class T_088_test_mode_invariant_bare_rr_est____0_pas_de_mobi skip;
  class T_089_test_payload_coverage_FB_detect_ skip;
  class T_090_test_payload_coverage_SB_decode_ skip;
  class T_091_test_payload_coverage_Mock_LATCH_ skip;
  class T_092_test_payload_coverage_Mock_DISP_ skip;
  class T_093_test_payload_coverage_RR_EST_REQ_ skip;
  class T_094_test_payload_coverage_BTS_alive_ skip;
  class T_095_test_payload_coverage_IPC_handsh_ skip;
  class T_096_test_timer_runtime_period_tdma_tick_ skip;
  class T_097_test_timer_runtime_period_kick_ skip;
  class T_098_test_timer_runtime_period_bridge_clk_ind_ skip;
  class T_099_test_timer_runtime_period_bts_clk_ind_ fail;
  class T_100_test_timer_runtime_period_bsp_burst_ skip;

🟡 Runtime — 28/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime["Runtime 28/96"]
  C_Runtime --> T_101_pass_grp_Runtime["PASS 28 30.4s"]
  C_Runtime --> T_102_test_qemu_monitor_responsive["test_qemu_monitor_responsive Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_103_test_pc_advances["test_pc_advances Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_104_test_pc_not_in_known_busy_loop["test_pc_not_in_known_busy_loop Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_105_test_bridge_has_dl_bursts["test_bridge_has_dl_bursts Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_106_test_osmocon_past_romload["test_osmocon_past_romload Osmocon · runtime_osmocon 0.00s"]
  C_Runtime --> T_107_test_gdb_stub_reachable["test_gdb_stub_reachable GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_108_test_gdb_handshake_succeeds["test_gdb_handshake_succeeds GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_109_test_gdb_query_supported["test_gdb_query_supported GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_110_test_gdb_read_arm_registers["test_gdb_read_arm_registers GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_111_test_gdb_read_pc_nonzero["test_gdb_read_pc_nonzero GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_112_test_gdb_read_memory_at_dsp_api_base["test_gdb_read_memory_at_dsp_api_base GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_113_test_gdb_stub_survives_3_quick_reconnects["test_gdb_stub_survives_3_quick_reconne GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_114_test_gdb_read_dsp_daram_xfail["test_gdb_read_dsp_daram_xfail GDB-introspect · runtime_gdb 0.00s"]
  C_Runtime --> T_115_test_irda_pty_exists["test_irda_pty_exists IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_116_test_irda_pty_readable["test_irda_pty_readable IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_117_test_irda_boot_marker_present["test_irda_boot_marker_present IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_118_test_irda_channel_produces_bytes["test_irda_channel_produces_bytes IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_119_test_irda_does_not_break_uart_modem["test_irda_does_not_break_uart_modem IrDA-channel · runtime_irda 0.01s"]
  C_Runtime --> T_120_test_irda_log_has_timestamp_prefix["test_irda_log_has_timestamp_prefix IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_121_test_irda_throughput_below_saturation["test_irda_throughput_below_saturation IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_122_test_grep_qemu_log_exists_and_nonempty["test_grep_qemu_log_exists_and_nonempty Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_123_test_grep_qemu_dsp_booted["test_grep_qemu_dsp_booted Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_124_test_grep_qemu_bsp_dma_active["test_grep_qemu_bsp_dma_active Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_125_test_grep_qemu_task24_dispatched["test_grep_qemu_task24_dispatched Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_126_test_grep_bridge_dl_bursts_received["test_grep_bridge_dl_bursts_received Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_127_test_grep_bridge_fb_pattern_dominant["test_grep_bridge_fb_pattern_dominant Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_128_test_grep_bridge_no_clock_skew_shutdown["test_grep_bridge_no_clock_skew_shutdow Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_129_test_grep_osmocon_l1ctl_reset_req["test_grep_osmocon_l1ctl_reset_req Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_130_test_grep_osmocon_l1ctl_fbsb_req_attempted["test_grep_osmocon_l1ctl_fbsb_req_attem Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_131_test_grep_osmocon_lost_ratio_acceptable["test_grep_osmocon_lost_ratio_acceptabl Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_132_test_grep_fwirda_boot_marker["test_grep_fwirda_boot_marker Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_133_test_blocker_bridge_no_bts_shutdown["test_blocker_bridge_no_bts_shutdown Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_134_test_blocker_bridge_no_rach_parity["test_blocker_bridge_no_rach_parity Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_135_test_blocker_bridge_no_socket_error["test_blocker_bridge_no_socket_error Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_136_test_grep_qemu_a_cd_wr_vs_task24["test_grep_qemu_a_cd_wr_vs_task24 Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_137_test_monitor_socket_reachable["test_monitor_socket_reachable Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_138_test_monitor_info_status_is_running["test_monitor_info_status_is_running Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_139_test_monitor_info_chardev_lists_serial["test_monitor_info_chardev_lists_serial Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_140_test_monitor_info_qtree_has_calypso["test_monitor_info_qtree_has_calypso Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_141_test_monitor_info_mtree_has_uart_irda["test_monitor_info_mtree_has_uart_irda Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_142_test_monitor_info_mtree_has_uart_modem["test_monitor_info_mtree_has_uart_modem Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_143_test_monitor_info_qom_tree_has_calypso_or_arm["test_monitor_info_qom_tree_has_calypso Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_144_test_monitor_info_registers_arm["test_monitor_info_registers_arm Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_145_test_monitor_info_irq_listed["test_monitor_info_irq_listed Monitor-extended · runtime_monitor 0.00s"]
  C_Runtime --> T_146_test_all_expected_processes_present["test_all_expected_processes_present Infra · runtime_health 0.01s"]
  C_Runtime --> T_147_test_qemu_log_is_fresh["test_qemu_log_is_fresh Infra · runtime_health 3.01s"]
  C_Runtime --> T_148_test_mobile_pcap_growing["test_mobile_pcap_growing Infra · runtime_health 10.01s"]
  C_Runtime --> T_149_test_intm_reaches_zero["test_intm_reaches_zero DSP · runtime_dsp 0.00s"]
  C_Runtime --> T_150_test_dsp_throughput_above_threshold["test_dsp_throughput_above_threshold DSP · runtime_dsp 0.00s"]
  C_Runtime --> T_151_test_d_fb_det_pattern_unchanged["test_d_fb_det_pattern_unchanged DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_152_test_bsp_daram_write_distribution["test_bsp_daram_write_distribution DSP · runtime_dsp 0.00s"]
  C_Runtime --> T_153_test_d_fb_det_data_no_longer_zero["test_d_fb_det_data_no_longer_zero DSP · runtime_dsp 0.00s"]
  C_Runtime --> T_154_test_interrupt_ex_called_counter_exposed["test_interrupt_ex_called_counter_expos DSP · runtime_irq 0.01s"]
  C_Runtime --> T_155_test_isr_entered_matches_rete["test_isr_entered_matches_rete DSP · runtime_irq 0.01s"]
  C_Runtime --> T_156_test_no_pending_irq_gating["test_no_pending_irq_gating DSP · runtime_irq 0.01s"]
  C_Runtime --> T_157_test_bridge_log_shows_traffic["test_bridge_log_shows_traffic L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_158_test_bridge_fn_drift_under_threshold["test_bridge_fn_drift_under_threshold L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_159_test_neigh_pm_req_loop_alive["test_neigh_pm_req_loop_alive L1-ctrl · runtime_l1ctl 0.22s"]
  C_Runtime --> T_160_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · runtime_l1ctl 0.00s"]
  C_Runtime --> T_161_test_a_cd_writes_nonzero["test_a_cd_writes_nonzero L1-ctrl · runtime_l1ctl 0.00s"]
  C_Runtime --> T_162_test_a_cd_write_pc_includes_ccch_demod["test_a_cd_write_pc_includes_ccch_demod L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_163_test_l1ctl_data_ind_rate_vs_alc["test_l1ctl_data_ind_rate_vs_alc L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_164_test_rach_attempted["test_rach_attempted L1-ctrl · runtime_l1ctl 0.00s"]
  C_Runtime --> T_165_test_mobile_vty_reachable["test_mobile_vty_reachable Mgmt · runtime_vty 0.01s"]
  C_Runtime --> T_166_test_mobile_imsi_loaded["test_mobile_imsi_loaded Mgmt · runtime_vty 0.01s"]
  C_Runtime --> T_167_test_mobile_mm_state_is_null_or_idle["test_mobile_mm_state_is_null_or_idle Mgmt · runtime_vty 0.01s"]
  C_Runtime --> T_168_test_qemu_ports_listening["test_qemu_ports_listening Net · runtime_net 0.03s"]
  C_Runtime --> T_169_test_qemu_fd_usage_below_limit["test_qemu_fd_usage_below_limit FS · runtime_fs 0.01s"]
  class C_Runtime partial;
  class T_101_pass_grp_Runtime pass;
  class T_102_test_qemu_monitor_responsive fail;
  class T_103_test_pc_advances skip;
  class T_104_test_pc_not_in_known_busy_loop skip;
  class T_105_test_bridge_has_dl_bursts fail;
  class T_106_test_osmocon_past_romload fail;
  class T_107_test_gdb_stub_reachable fail;
  class T_108_test_gdb_handshake_succeeds fail;
  class T_109_test_gdb_query_supported fail;
  class T_110_test_gdb_read_arm_registers fail;
  class T_111_test_gdb_read_pc_nonzero fail;
  class T_112_test_gdb_read_memory_at_dsp_api_base fail;
  class T_113_test_gdb_stub_survives_3_quick_reconnects fail;
  class T_114_test_gdb_read_dsp_daram_xfail fail;
  class T_115_test_irda_pty_exists fail;
  class T_116_test_irda_pty_readable skip;
  class T_117_test_irda_boot_marker_present xfail;
  class T_118_test_irda_channel_produces_bytes xfail;
  class T_119_test_irda_does_not_break_uart_modem fail;
  class T_120_test_irda_log_has_timestamp_prefix skip;
  class T_121_test_irda_throughput_below_saturation skip;
  class T_122_test_grep_qemu_log_exists_and_nonempty fail;
  class T_123_test_grep_qemu_dsp_booted fail;
  class T_124_test_grep_qemu_bsp_dma_active fail;
  class T_125_test_grep_qemu_task24_dispatched fail;
  class T_126_test_grep_bridge_dl_bursts_received skip;
  class T_127_test_grep_bridge_fb_pattern_dominant skip;
  class T_128_test_grep_bridge_no_clock_skew_shutdown skip;
  class T_129_test_grep_osmocon_l1ctl_reset_req fail;
  class T_130_test_grep_osmocon_l1ctl_fbsb_req_attempted fail;
  class T_131_test_grep_osmocon_lost_ratio_acceptable skip;
  class T_132_test_grep_fwirda_boot_marker xfail;
  class T_133_test_blocker_bridge_no_bts_shutdown skip;
  class T_134_test_blocker_bridge_no_rach_parity skip;
  class T_135_test_blocker_bridge_no_socket_error skip;
  class T_136_test_grep_qemu_a_cd_wr_vs_task24 skip;
  class T_137_test_monitor_socket_reachable fail;
  class T_138_test_monitor_info_status_is_running fail;
  class T_139_test_monitor_info_chardev_lists_serial fail;
  class T_140_test_monitor_info_qtree_has_calypso fail;
  class T_141_test_monitor_info_mtree_has_uart_irda xfail;
  class T_142_test_monitor_info_mtree_has_uart_modem fail;
  class T_143_test_monitor_info_qom_tree_has_calypso_or_arm skip;
  class T_144_test_monitor_info_registers_arm fail;
  class T_145_test_monitor_info_irq_listed xfail;
  class T_146_test_all_expected_processes_present fail;
  class T_147_test_qemu_log_is_fresh fail;
  class T_148_test_mobile_pcap_growing fail;
  class T_149_test_intm_reaches_zero fail;
  class T_150_test_dsp_throughput_above_threshold skip;
  class T_151_test_d_fb_det_pattern_unchanged skip;
  class T_152_test_bsp_daram_write_distribution skip;
  class T_153_test_d_fb_det_data_no_longer_zero skip;
  class T_154_test_interrupt_ex_called_counter_exposed xfail;
  class T_155_test_isr_entered_matches_rete xfail;
  class T_156_test_no_pending_irq_gating xfail;
  class T_157_test_bridge_log_shows_traffic fail;
  class T_158_test_bridge_fn_drift_under_threshold xfail;
  class T_159_test_neigh_pm_req_loop_alive fail;
  class T_160_test_l1ctl_data_ind_received xfail;
  class T_161_test_a_cd_writes_nonzero skip;
  class T_162_test_a_cd_write_pc_includes_ccch_demod xfail;
  class T_163_test_l1ctl_data_ind_rate_vs_alc skip;
  class T_164_test_rach_attempted xfail;
  class T_165_test_mobile_vty_reachable fail;
  class T_166_test_mobile_imsi_loaded fail;
  class T_167_test_mobile_mm_state_is_null_or_idle fail;
  class T_168_test_qemu_ports_listening fail;
  class T_169_test_qemu_fd_usage_below_limit skip;

Timer — 2/2

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timer["Timer 2/2"]
  C_Timer --> T_170_pass_grp_Timer["PASS 2 0.0s"]
  class C_Timer pass;
  class T_170_pass_grp_Timer pass;

🟡 Timing — 5/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing["Timing 5/19"]
  C_Timing --> T_171_pass_grp_Timing["PASS 5 0.0s"]
  C_Timing --> T_172_test_qemu_insn_rate_cv_below_0_4["test_qemu_insn_rate_cv_below_0_4 Drift · drift 0.00s"]
  C_Timing --> T_173_test_qemu_insn_rate_p1_above_1m["test_qemu_insn_rate_p1_above_1m Drift · drift 0.00s"]
  C_Timing --> T_174_test_bridge_qfn_tracks_qemu_fn["test_bridge_qfn_tracks_qemu_fn Drift · drift 0.00s"]
  C_Timing --> T_175_test_bridge_qfn_advances_steadily["test_bridge_qfn_advances_steadily Drift · drift 0.00s"]
  C_Timing --> T_176_test_log_still_growing_qemu__root_qemu_log_1000_["test_log_still_growing(qemu-/root/qemu Drift · drift 0.00s"]
  C_Timing --> T_177_test_log_still_growing_bridge__tmp_bridge_log_10["test_log_still_growing(bridge-/tmp/bri Drift · drift 0.00s"]
  C_Timing --> T_178_test_no_long_gap_bridge__tmp_bridge_log_10_0_["test_no_long_gap(bridge-/tmp/bridge.lo Drift · drift 0.00s"]
  C_Timing --> T_179_test_tdma_log_present["test_tdma_log_present Timers · timer_invariant 0.00s"]
  C_Timing --> T_180_test_dsp_n_exec_within_budget["test_dsp_n_exec_within_budget Timers · timer_invariant 0.00s"]
  C_Timing --> T_181_test_dsp_budget_saturation_signal["test_dsp_budget_saturation_signal Timers · timer_invariant 0.00s"]
  C_Timing --> T_182_test_tdma_period_virtual_close_to_target["test_tdma_period_virtual_close_to_targ Timers · timer_invariant 0.00s"]
  C_Timing --> T_183_test_frame_irq_per_tdma_ratio["test_frame_irq_per_tdma_ratio Timers · timer_invariant 0.00s"]
  C_Timing --> T_184_test_kick_realtime_cadence["test_kick_realtime_cadence Timers · timer_invariant 0.00s"]
  C_Timing --> T_185_test_log_timeline_csv_steady_qemu_rate["test_log_timeline_csv_steady_qemu_rate Timers · timer_invariant 0.00s"]
  class C_Timing partial;
  class T_171_pass_grp_Timing pass;
  class T_172_test_qemu_insn_rate_cv_below_0_4 skip;
  class T_173_test_qemu_insn_rate_p1_above_1m skip;
  class T_174_test_bridge_qfn_tracks_qemu_fn skip;
  class T_175_test_bridge_qfn_advances_steadily skip;
  class T_176_test_log_still_growing_qemu__root_qemu_log_1000_ fail;
  class T_177_test_log_still_growing_bridge__tmp_bridge_log_10 skip;
  class T_178_test_no_long_gap_bridge__tmp_bridge_log_10_0_ skip;
  class T_179_test_tdma_log_present skip;
  class T_180_test_dsp_n_exec_within_budget skip;
  class T_181_test_dsp_budget_saturation_signal skip;
  class T_182_test_tdma_period_virtual_close_to_target skip;
  class T_183_test_frame_irq_per_tdma_ratio skip;
  class T_184_test_kick_realtime_cadence skip;
  class T_185_test_log_timeline_csv_steady_qemu_rate skip;

Skipped / xfailed

135 skipped

  • test_irq_servicing_imr_nonzero — ar_imr_invariant
  • test_rsbx_intm_reached_or_flag_nmi — ar_imr_invariant
  • test_tpu_frame_irq_delivered — ar_imr_invariant
  • test_dsp_throughput_5x — milestone_dsp_decoder
  • test_ar3_init_source_identified — milestone_bsp_dma
  • test_ar4_init_source_identified — milestone_bsp_dma
  • test_bsp_dma_target_matches_correlator_read_zone — milestone_bsp_dma
  • test_fb0_att_nonzero — milestone_fb_det
  • test_synth_zero_path_active — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_l1ctl_data_ind_received — milestone_l1ctl
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_pc_advances — runtime_firmware
  • test_pc_not_in_known_busy_loop — runtime_firmware
  • test_probe_ndb — inject_frames
  • test_clear_ndb — inject_frames
  • test_inject_fbsb_fb_found — inject_frames
  • test_inject_fbsb_sb_found — inject_frames
  • test_inject_si[1] — inject_frames,parametrize
  • test_inject_si[2] — inject_frames,parametrize
  • test_inject_si[3] — inject_frames,parametrize
  • test_inject_si[4] — inject_frames,parametrize
  • test_inject_si[5] — inject_frames,parametrize
  • test_inject_si[6] — inject_frames,parametrize
  • test_inject_a_cd_pattern_23B — inject_frames
  • test_inject_a_cd_pattern_30B — inject_frames
  • test_inject_a_cd_invalid_length — inject_frames
  • test_inject_d_task[5-0] — inject_frames,parametrize
  • test_inject_d_task[6-1] — inject_frames,parametrize
  • test_inject_d_task[24-0] — inject_frames,parametrize
  • test_inject_d_task[28-1] — inject_frames,parametrize
  • test_inject_d_burst[0] — inject_frames,parametrize
  • test_inject_d_burst[1] — inject_frames,parametrize
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_pty_readable — runtime_irda
  • test_irda_boot_marker_present — runtime_irda
  • test_irda_channel_produces_bytes — runtime_irda
  • test_irda_log_has_timestamp_prefix — runtime_irda
  • test_irda_throughput_below_saturation — runtime_irda
  • test_qemu_insn_rate_cv_below_0_4 — drift
  • test_qemu_insn_rate_p1_above_1m — drift
  • test_bridge_qfn_tracks_qemu_fn — drift
  • test_bridge_qfn_advances_steadily — drift
  • test_log_still_growing[bridge-/tmp/bridge.log-10] — drift,parametrize
  • test_no_long_gap[bridge-/tmp/bridge.log-10.0] — drift,parametrize
  • test_grep_bridge_dl_bursts_received — runtime_log_grep
  • test_grep_bridge_fb_pattern_dominant — runtime_log_grep
  • test_grep_bridge_no_clock_skew_shutdown — runtime_log_grep
  • test_grep_osmocon_lost_ratio_acceptable — runtime_log_grep
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_blocker_bridge_no_bts_shutdown — runtime_log_grep
  • test_blocker_bridge_no_rach_parity — runtime_log_grep
  • test_blocker_bridge_no_socket_error — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_verdict_shunt_works — no-marker
  • test_verdict_shunt_silent — no-marker
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_monitor_info_mtree_has_uart_irda — runtime_monitor
  • test_monitor_info_qom_tree_has_calypso_or_arm — runtime_monitor
  • test_monitor_info_irq_listed — runtime_monitor
  • test_mode_executedfull — parametrize
  • test_mode_executedshunt — parametrize
  • test_mode_executed[shunt-ipc] — parametrize
  • test_mode_executedbridge — parametrize
  • test_mode_executedbare — parametrize
  • test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit online] — parametrize
  • test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-] — parametrize
  • test_mode_invariant[full-err_q-==-0-qemu.log sans erreur] — parametrize
  • test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t2che (sinon firmware boot fail)] — parametrize
  • test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass)] — parametrize
  • test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur] — parametrize
  • test_mode_invariant[shunt-bts_ok-==-0-BTS doit skipped en shunt mode] — parametrize
  • test_mode_invariant[shunt-ipc_ok-==-0-IPC doit skipped en shunt mode] — parametrize
  • test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t2che] — parametrize
  • test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch] — parametrize
  • test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)] — parametrize
  • test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)] — parametrize
  • test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy] — parametrize
  • test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)] — parametrize
  • test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare] — parametrize
  • test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare] — parametrize
  • test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare] — parametrize
  • test_bissection_fbsb_shunt_vs_full — no-marker
  • test_bridge_vs_ipc_radio_chain — no-marker
  • test_lost_frames_consistency — no-marker
  • test_errors_quiet — no-marker
  • test_verdict_dsp_wall_confirmed — no-marker
  • test_verdict_arm_bug — no-marker
  • test_verdict_pipeline_works — no-marker
  • test_verdict_radio_chain_broken — no-marker
  • test_verdict_instability — no-marker
  • test_verdict_bridge_vs_ipc — no-marker
  • test_payload_coverage[FB_detect] — parametrize
  • test_payload_coverage[SB_decode] — parametrize
  • test_payload_coverage[Mock_LATCH] — parametrize
  • test_payload_coverage[Mock_DISP] — parametrize
  • test_payload_coverage[RR_EST_REQ] — parametrize
  • test_payload_coverage[BTS_alive] — parametrize
  • test_payload_coverage[IPC_handsh] — parametrize
  • test_zz_final_report — no-marker
  • test_dsp_throughput_above_threshold — runtime_dsp
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bsp_daram_write_distribution — runtime_dsp
  • test_d_fb_det_data_no_longer_zero — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_l1ctl_data_ind_received — runtime_l1ctl
  • test_a_cd_writes_nonzero — runtime_l1ctl
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_l1ctl_data_ind_rate_vs_alc — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_qemu_fd_usage_below_limit — runtime_fs
  • test_tdma_log_present — timer_invariant
  • test_dsp_n_exec_within_budget — timer_invariant
  • test_dsp_budget_saturation_signal — timer_invariant
  • test_tdma_period_virtual_close_to_target — timer_invariant
  • test_frame_irq_per_tdma_ratio — timer_invariant
  • test_kick_realtime_cadence — timer_invariant
  • test_log_timeline_csv_steady_qemu_rate — timer_invariant
  • test_timer_runtime_period[tdma_tick] — parametrize,timer_audit
  • test_timer_runtime_period[kick] — parametrize,timer_audit
  • test_timer_runtime_period[bridge_clk_ind] — parametrize,timer_audit
  • test_timer_runtime_period[bsp_burst] — parametrize,timer_audit

26 xfailed

  • test_fb0_att_nonzero — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_l1ctl_data_ind_received — milestone_l1ctl
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_irda_boot_marker_present — runtime_irda
  • test_irda_channel_produces_bytes — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_monitor_info_mtree_has_uart_irda — runtime_monitor
  • test_monitor_info_irq_listed — runtime_monitor
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_l1ctl_data_ind_received — runtime_l1ctl
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

ar_imr_invariant — 5/8

Status Test Durée Fichier
✅ passed test_ar2_zero_categorization 0.00s test_ar_imr_inth_invariants.py
✅ passed test_imr_not_persistently_zero 0.00s test_ar_imr_inth_invariants.py
✅ passed test_no_bootstub_entry 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_pmst_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_sp_silicon 0.00s test_ar_imr_inth_invariants.py
⏭️ skipped test_irq_servicing_imr_nonzero 0.00s test_ar_imr_inth_invariants.py
⏭️ skipped test_rsbx_intm_reached_or_flag_nmi 0.00s test_ar_imr_inth_invariants.py
⏭️ skipped test_tpu_frame_irq_delivered 0.00s test_ar_imr_inth_invariants.py

drift — 3/10

Status Test Durée Fichier
❌ failed test_log_still_growing[qemu-/root/qemu.log-1000] 0.00s test_layer_drift.py
✅ passed test_log_start_within_10s 0.00s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.00s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_tracks_qemu_fn 0.00s test_layer_drift.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_cv_below_0_4 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_p1_above_1m 0.00s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⏭️ skipped test_efficacy_arm_reads_a_cd 0.00s test_inject_frames.py
⏭️ skipped test_efficacy_arm_reads_d_fb_det_1 0.00s test_inject_frames.py

inject_frames — 0/21

Status Test Durée Fichier
⏭️ skipped test_clear_ndb 0.00s test_inject_frames.py
⏭️ skipped test_efficacy_arm_reads_a_cd 0.00s test_inject_frames.py
⏭️ skipped test_efficacy_arm_reads_d_fb_det_1 0.00s test_inject_frames.py
⏭️ skipped test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
⏭️ skipped test_inject_a_cd_pattern_23B 0.00s test_inject_frames.py
⏭️ skipped test_inject_a_cd_pattern_30B 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_burst[0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_burst[1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[24-0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[28-1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[5-0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[6-1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_fbsb_fb_found 0.00s test_inject_frames.py
⏭️ skipped test_inject_fbsb_sb_found 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[2] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[3] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[4] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[5] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[6] 0.00s test_inject_frames.py
⏭️ skipped test_probe_ndb 0.50s test_inject_frames.py

milestone_bsp_dma — 0/4

Status Test Durée Fichier
❌ failed test_no_d_fb_det_wr_site_anomaly 0.00s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_bsp_dma_target_matches_correlator_read_zone 0.00s test_calypso_milestones.py

milestone_dsp_decoder — 3/5

Status Test Durée Fichier
✅ passed test_intm_dwell_no_regression 30.32s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⏭️ skipped test_dsp_throughput_5x 0.00s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.00s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
⚠️ xfail test_l1ctl_data_ind_received 0.00s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

osmocom_boot — 0/2

Status Test Durée Fichier
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.00s test_osmocom_workflow.py

osmocom_bridge — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py

osmocom_clock — 13/13

Status Test Durée Fichier
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py

osmocom_compliant — 7/12

Status Test Durée Fichier
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
❌ failed test_rxdone_addr_matches_firmware_nm 0.01s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.00s test_osmocom_workflow.py

osmocom_divergent — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

osmocom_sim — 3/5

Status Test Durée Fichier
❌ failed test_rxdone_addr_matches_firmware_nm 0.01s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py

parametrize — 11/60

Status Test Durée Fichier
❌ failed test_log_still_growing[qemu-/root/qemu.log-1000] 0.00s test_layer_drift.py
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.00s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.00s test_layer_drift.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
⏭️ skipped test_inject_d_burst[0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_burst[1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[24-0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[28-1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[5-0] 0.00s test_inject_frames.py
⏭️ skipped test_inject_d_task[6-1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[1] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[2] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[3] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[4] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[5] 0.00s test_inject_frames.py
⏭️ skipped test_inject_si[6] 0.00s test_inject_frames.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_mode_executedbare 0.00s test_run_all_modes.py
⏭️ skipped test_mode_executedbridge 0.00s test_run_all_modes.py
⏭️ skipped test_mode_executedfull 0.00s test_run_all_modes.py
⏭️ skipped test_mode_executed[shunt-ipc] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_executedshunt 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit online] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[full-err_q-==-0-qemu.log sans erreur] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-bts_ok-==-0-BTS doit skipped en shunt mode] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t2che] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-ipc_ok-==-0-IPC doit skipped en shunt mode] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass)] 0.00s test_run_all_modes.py
⏭️ skipped test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t2che (sinon firmware boot fail)] 0.00s test_run_all_modes.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_payload_coverage[BTS_alive] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[FB_detect] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[IPC_handsh] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[Mock_DISP] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[Mock_LATCH] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[RR_EST_REQ] 0.00s test_run_all_modes.py
⏭️ skipped test_payload_coverage[SB_decode] 0.00s test_run_all_modes.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[kick] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.00s test_timer_physical_audit.py

runtime_bridge — 1/3

Status Test Durée Fichier
❌ failed test_bridge_log_shows_traffic 0.00s test_run_observability.py
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 2/7

Status Test Durée Fichier
❌ failed test_intm_reaches_zero 0.00s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.00s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.00s test_run_observability.py
⏭️ skipped test_bsp_daram_write_distribution 0.00s test_run_observability.py
⏭️ skipped test_d_fb_det_data_no_longer_zero 0.00s test_run_observability.py
⏭️ skipped test_d_fb_det_pattern_unchanged 0.01s test_run_observability.py
⏭️ skipped test_dsp_throughput_above_threshold 0.00s test_run_observability.py

runtime_firmware — 1/5

Status Test Durée Fichier
❌ failed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
❌ failed test_qemu_monitor_responsive 0.00s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py
⏭️ skipped test_pc_advances 0.00s test_firmware_state.py
⏭️ skipped test_pc_not_in_known_busy_loop 0.00s test_firmware_state.py

runtime_fs — 2/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.01s test_runtime_net_fs.py
⏭️ skipped test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py

runtime_gdb — 0/8

Status Test Durée Fichier
❌ failed test_gdb_handshake_succeeds 0.00s test_gdb_stub.py
❌ failed test_gdb_query_supported 0.00s test_gdb_stub.py
❌ failed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
❌ failed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
❌ failed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
❌ failed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
❌ failed test_gdb_stub_reachable 0.00s test_gdb_stub.py
❌ failed test_gdb_stub_survives_3_quick_reconnects 0.00s test_gdb_stub.py

runtime_health — 2/5

Status Test Durée Fichier
❌ failed test_all_expected_processes_present 0.01s test_run_observability.py
❌ failed test_mobile_pcap_growing 10.01s test_run_observability.py
❌ failed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.01s test_run_observability.py
✅ passed test_volumes_mounted 0.01s test_run_observability.py

runtime_irda — 1/8

Status Test Durée Fichier
❌ failed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
❌ failed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_capture_process_alive 0.01s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py
⚠️ xfail test_irda_channel_produces_bytes 0.00s test_irda_channel.py
⏭️ skipped test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
⏭️ skipped test_irda_pty_readable 0.00s test_irda_channel.py
⏭️ skipped test_irda_throughput_below_saturation 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.01s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 0/6

Status Test Durée Fichier
❌ failed test_neigh_pm_req_loop_alive 0.22s test_run_observability.py
⚠️ xfail test_a_cd_write_pc_includes_ccch_demod 0.01s test_run_observability.py
⏭️ skipped test_a_cd_writes_nonzero 0.00s test_run_observability.py
⏭️ skipped test_l1ctl_data_ind_rate_vs_alc 0.01s test_run_observability.py
⚠️ xfail test_l1ctl_data_ind_received 0.00s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 15/30

Status Test Durée Fichier
❌ failed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.01s test_log_grep.py
❌ failed test_grep_osmocon_l1ctl_reset_req 0.01s test_log_grep.py
❌ failed test_grep_qemu_bsp_dma_active 0.00s test_log_grep.py
❌ failed test_grep_qemu_dsp_booted 0.01s test_log_grep.py
❌ failed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
❌ failed test_grep_qemu_task24_dispatched 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.00s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.00s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.00s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.00s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.00s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.00s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.00s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.00s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.01s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.01s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_bts_shutdown 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_rach_parity 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_socket_error 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.00s test_log_grep.py
⏭️ skipped test_grep_osmocon_lost_ratio_acceptable 0.01s test_log_grep.py
⏭️ skipped test_grep_qemu_a_cd_wr_vs_task24 0.01s test_log_grep.py

runtime_monitor — 0/9

Status Test Durée Fichier
❌ failed test_monitor_info_chardev_lists_serial 0.00s test_qemu_introspection.py
❌ failed test_monitor_info_mtree_has_uart_modem 0.00s test_qemu_introspection.py
❌ failed test_monitor_info_qtree_has_calypso 0.00s test_qemu_introspection.py
❌ failed test_monitor_info_registers_arm 0.00s test_qemu_introspection.py
❌ failed test_monitor_info_status_is_running 0.00s test_qemu_introspection.py
❌ failed test_monitor_socket_reachable 0.00s test_qemu_introspection.py
⚠️ xfail test_monitor_info_irq_listed 0.00s test_qemu_introspection.py
⚠️ xfail test_monitor_info_mtree_has_uart_irda 0.00s test_qemu_introspection.py
⏭️ skipped test_monitor_info_qom_tree_has_calypso_or_arm 0.00s test_qemu_introspection.py

runtime_net — 1/2

Status Test Durée Fichier
❌ failed test_qemu_ports_listening 0.03s test_runtime_net_fs.py
✅ passed test_no_unexpected_high_ports 0.03s test_runtime_net_fs.py

runtime_osmocon — 2/3

Status Test Durée Fichier
❌ failed test_osmocon_past_romload 0.00s test_firmware_state.py
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.28s test_run_observability.py

runtime_vty — 0/3

Status Test Durée Fichier
❌ failed test_mobile_imsi_loaded 0.01s test_run_observability.py
❌ failed test_mobile_mm_state_is_null_or_idle 0.01s test_run_observability.py
❌ failed test_mobile_vty_reachable 0.01s test_run_observability.py

skipif — 1/2

Status Test Durée Fichier
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.00s test_osmocom_workflow.py

timer_audit — 9/14

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[kick] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.00s test_timer_physical_audit.py

timer_graph — 2/2

Status Test Durée Fichier
✅ passed test_timer_drift_summary_table 0.00s test_timer_physical_audit.py
✅ passed test_timer_temporal_graphs_emit_mermaid 0.00s test_timer_physical_audit.py

timer_invariant — 2/9

Status Test Durée Fichier
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.00s test_timer_invariants.py
⏭️ skipped test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py
⏭️ skipped test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
⏭️ skipped test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
⏭️ skipped test_kick_realtime_cadence 0.00s test_timer_invariants.py
⏭️ skipped test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
⏭️ skipped test_tdma_log_present 0.00s test_timer_invariants.py
⏭️ skipped test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py

unmarked — 5/18

Status Test Durée Fichier
✅ passed test_verdict_bts_dead 0.00s test_mode_verdict.py
✅ passed test_verdict_instability 0.00s test_mode_verdict.py
✅ passed test_verdict_ipc_chan_mismatch 0.00s test_mode_verdict.py
✅ passed test_verdict_mobile_stuck_gsm322 0.00s test_mode_verdict.py
✅ passed test_zz_per_mode_report 0.00s test_mode_verdict.py
⏭️ skipped test_bissection_fbsb_shunt_vs_full 0.00s test_run_all_modes.py
⏭️ skipped test_bridge_vs_ipc_radio_chain 0.00s test_run_all_modes.py
⏭️ skipped test_errors_quiet 0.00s test_run_all_modes.py
⏭️ skipped test_lost_frames_consistency 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_arm_bug 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_bridge_vs_ipc 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_dsp_wall_confirmed 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_instability 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_pipeline_works 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_radio_chain_broken 0.00s test_run_all_modes.py
⏭️ skipped test_verdict_shunt_silent 0.00s test_mode_verdict.py
⏭️ skipped test_verdict_shunt_works 0.00s test_mode_verdict.py
⏭️ skipped test_zz_final_report 0.00s test_run_all_modes.py

xfail — 0/1

Status Test Durée Fichier
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 4.1s  buckets=1  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |      265 |        0 |        7 |       14 |        0 |        0 |        0 |        0 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero (0.000s)
SKIPPED  test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero (0.000s)
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry (0.000s)
SKIPPED  test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered (0.000s)
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.002s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.004s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.321s)
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x (0.004s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.014s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.013s)
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.004s)
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.004s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.004s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
XFAIL    test_calypso_milestones.py::test_l1ctl_data_ind_received (0.004s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
FAILED   test_firmware_state.py::test_qemu_monitor_responsive (0.000s)
SKIPPED  test_firmware_state.py::test_pc_advances (0.000s)
SKIPPED  test_firmware_state.py::test_pc_not_in_known_busy_loop (0.000s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.002s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.000s)
FAILED   test_firmware_state.py::test_osmocon_past_romload (0.000s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.000s)
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts (0.000s)
FAILED   test_gdb_stub.py::test_gdb_stub_reachable (0.001s)
FAILED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.000s)
FAILED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
FAILED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
FAILED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
FAILED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.000s)
FAILED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.000s)
FAILED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.000s)
SKIPPED  test_inject_frames.py::test_probe_ndb (0.502s)
SKIPPED  test_inject_frames.py::test_clear_ndb (0.000s)
SKIPPED  test_inject_frames.py::test_inject_fbsb_fb_found (0.000s)
SKIPPED  test_inject_frames.py::test_inject_fbsb_sb_found (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[1] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[2] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[3] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[4] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[5] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_si[6] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_a_cd_pattern_23B (0.000s)
SKIPPED  test_inject_frames.py::test_inject_a_cd_pattern_30B (0.000s)
SKIPPED  test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_task[5-0] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_task[6-1] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_task[24-0] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_task[28-1] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_burst[0] (0.000s)
SKIPPED  test_inject_frames.py::test_inject_d_burst[1] (0.000s)
SKIPPED  test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (0.000s)
SKIPPED  test_inject_frames.py::test_efficacy_arm_reads_a_cd (0.000s)
FAILED   test_irda_channel.py::test_irda_pty_exists (0.000s)
SKIPPED  test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.000s)
XFAIL    test_irda_channel.py::test_irda_channel_produces_bytes (0.000s)
FAILED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.008s)
SKIPPED  test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.000s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.006s)
SKIPPED  test_irda_channel.py::test_irda_throughput_below_saturation (0.000s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.000s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.000s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.001s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily (0.000s)
FAILED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.001s)
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.000s)
PASSED   test_layer_drift.py::test_log_start_within_10s (0.000s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.001s)
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.000s)
FAILED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
FAILED   test_log_grep.py::test_grep_qemu_dsp_booted (0.005s)
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.005s)
FAILED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.005s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.006s)
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.000s)
FAILED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.005s)
FAILED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.006s)
SKIPPED  test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.010s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.005s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.004s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.005s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error (0.000s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.004s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.004s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.004s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.005s)
SKIPPED  test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.009s)
SKIPPED  test_mode_verdict.py::test_verdict_shunt_works (0.000s)
SKIPPED  test_mode_verdict.py::test_verdict_shunt_silent (0.000s)
PASSED   test_mode_verdict.py::test_verdict_bts_dead (0.000s)
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch (0.000s)
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322 (0.000s)
PASSED   test_mode_verdict.py::test_verdict_instability (0.000s)
PASSED   test_mode_verdict.py::test_zz_per_mode_report (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec (0.001s)
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive (0.000s)
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm (0.005s)
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock (0.001s)
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock (0.000s)
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter (0.000s)
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present (0.003s)
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on (0.002s)
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default (0.001s)
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present (0.000s)
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_socket_reachable (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_info_status_is_running (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (0.000s)
XFAIL    test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (0.000s)
SKIPPED  test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (0.000s)
FAILED   test_qemu_introspection.py::test_monitor_info_registers_arm (0.000s)
XFAIL    test_qemu_introspection.py::test_monitor_info_irq_listed (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_executed[full] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_executed[shunt] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_executed[shunt-ipc] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_executed[bridge] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_executed[bare] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit \xeatre online] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-\xe9] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-err_q-==-0-qemu.log sans erreur] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t\xe2che (sinon firmware boot fail)] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass\xe9)] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-bts_ok-==-0-BTS doit \xeatre skipped en shunt mode] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc_ok-==-0-IPC doit \xeatre skipped en shunt mode] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t\xe2che] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare] (0.000s)
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare] (0.000s)
SKIPPED  test_run_all_modes.py::test_bissection_fbsb_shunt_vs_full (0.000s)
SKIPPED  test_run_all_modes.py::test_bridge_vs_ipc_radio_chain (0.000s)
SKIPPED  test_run_all_modes.py::test_lost_frames_consistency (0.000s)
SKIPPED  test_run_all_modes.py::test_errors_quiet (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_dsp_wall_confirmed (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_arm_bug (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_pipeline_works (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_radio_chain_broken (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_instability (0.000s)
SKIPPED  test_run_all_modes.py::test_verdict_bridge_vs_ipc (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[FB_detect] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[SB_decode] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[Mock_LATCH] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[Mock_DISP] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[RR_EST_REQ] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[BTS_alive] (0.000s)
SKIPPED  test_run_all_modes.py::test_payload_coverage[IPC_handsh] (0.000s)
SKIPPED  test_run_all_modes.py::test_zz_final_report (0.000s)
FAILED   test_run_observability.py::test_all_expected_processes_present (0.008s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.008s)
FAILED   test_run_observability.py::test_qemu_log_is_fresh (3.013s)
FAILED   test_run_observability.py::test_mobile_pcap_growing (10.008s)
PASSED   test_run_observability.py::test_volumes_mounted (0.007s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.004s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.004s)
FAILED   test_run_observability.py::test_intm_reaches_zero (0.004s)
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold (0.004s)
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged (0.008s)
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution (0.004s)
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.004s)
FAILED   test_run_observability.py::test_bridge_log_shows_traffic (0.002s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.002s)
FAILED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.216s)
XFAIL    test_run_observability.py::test_l1ctl_data_ind_received (0.004s)
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero (0.004s)
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.008s)
SKIPPED  test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.008s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
FAILED   test_run_observability.py::test_mobile_vty_reachable (0.011s)
FAILED   test_run_observability.py::test_mobile_imsi_loaded (0.013s)
FAILED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (0.010s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.006s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.007s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.006s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.282s)
FAILED   test_runtime_net_fs.py::test_qemu_ports_listening (0.030s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.029s)
SKIPPED  test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.011s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.005s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.006s)
SKIPPED  test_timer_invariants.py::test_tdma_log_present (0.001s)
SKIPPED  test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
SKIPPED  test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
SKIPPED  test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
SKIPPED  test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
SKIPPED  test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
SKIPPED  test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick] (0.001s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[kick] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind] (0.000s)
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] (0.002s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst] (0.001s)
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid (0.002s)
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table (0.002s)

============================================================
64 passed, 43 failed, 109 skipped, 26 xfailed in 74.80s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path 🔧 à faire diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 0 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

43 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_all_expected_processes_present

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_all_expected_processes_present
  • Assertion : test_run_observability.py:302: in test_all_expected_processes_present
Stack trace complet (dépliable)
test_run_observability.py:302: in test_all_expected_processes_present
    assert not missing, (
E   AssertionError: Processus manquants : ['qemu-system-arm', 'osmocon', 'mobile']
E     L2 client détecté : mobile
E     Vus : ['astcanary', 'asterisk', 'bash', 'calypso-ipc-device', 'dbus-daemon', 'osmo-bsc', 'osmo-bts-trx', 'osmo-ggsn', 'osmo-hlr', 'osmo-mgw', 'osmo-msc', 'osmo-pcu', 'osmo-sgsn', 'osmo-sip-connec', 'osmo-stp', 'osmo-trx-ipc', 'ps', 'pytest', 'python3', 'systemd', 'systemd-journal', 'systemd-logind', 'systemd-resolve', 'tail', 'tcpdump', 'tee', 'tmux:']
E   assert not ['qemu-system-arm', 'osmocon', 'mobile']

🛑 2. test_mobile_pcap_growing

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 10.01s
  • Nodeid : test_run_observability.py::test_mobile_pcap_growing
  • Assertion : test_run_observability.py:336: in test_mobile_pcap_growing
Stack trace complet (dépliable)
test_run_observability.py:336: in test_mobile_pcap_growing
    assert s1 > s0, f"pcap stagne ({s0}→{s1}) — tcpdump mort ou aucun trafic GSMTAP"
E   AssertionError: pcap stagne (24→24) — tcpdump mort ou aucun trafic GSMTAP
E   assert 24 > 24

🛑 3. test_qemu_log_is_fresh

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 3.01s
  • Nodeid : test_run_observability.py::test_qemu_log_is_fresh
  • Assertion : test_run_observability.py:324: in test_qemu_log_is_fresh
Stack trace complet (dépliable)
test_run_observability.py:324: in test_qemu_log_is_fresh
    assert s1 > s0, (
E   AssertionError: /root/qemu.log stagne (34477→34477 bytes en 3s) — qemu probablement figé ou stderr ne va pas dans le log.
E   assert 34477 > 34477

🛑 4. test_gdb_handshake_succeeds

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_handshake_succeeds
  • Assertion : test_gdb_stub.py:123: in test_gdb_handshake_succeeds
Stack trace complet (dépliable)
test_gdb_stub.py:123: in test_gdb_handshake_succeeds
    r = _gdb_send_recv("vMustReplyEmpty")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 5. test_gdb_query_supported

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_query_supported
  • Assertion : test_gdb_stub.py:130: in test_gdb_query_supported
Stack trace complet (dépliable)
test_gdb_stub.py:130: in test_gdb_query_supported
    r = _gdb_send_recv("qSupported:multiprocess+;swbreak+;hwbreak+")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 6. test_gdb_read_arm_registers

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_arm_registers
  • Assertion : test_gdb_stub.py:142: in test_gdb_read_arm_registers
Stack trace complet (dépliable)
test_gdb_stub.py:142: in test_gdb_read_arm_registers
    r = _gdb_send_recv("g")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 7. test_gdb_read_dsp_daram_xfail

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
  • Assertion : test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail
Stack trace complet (dépliable)
test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail
    r = _gdb_send_recv(f"m{DARAM_DSP:x},10")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 8. test_gdb_read_memory_at_dsp_api_base

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
  • Assertion : test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base
Stack trace complet (dépliable)
test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base
    r = _gdb_send_recv(f"m{DSP_API_BASE:x},10")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 9. test_gdb_read_pc_nonzero

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_pc_nonzero
  • Assertion : test_gdb_stub.py:151: in test_gdb_read_pc_nonzero
Stack trace complet (dépliable)
test_gdb_stub.py:151: in test_gdb_read_pc_nonzero
    r = _gdb_send_recv("g")
test_gdb_stub.py:69: in _gdb_send_recv
    with socket.create_connection((host, GDB_PORT), timeout=timeout) as s:
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 10. test_gdb_stub_reachable

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_stub_reachable
  • Assertion : test_gdb_stub.py:116: in test_gdb_stub_reachable
Stack trace complet (dépliable)
test_gdb_stub.py:116: in test_gdb_stub_reachable
    with socket.create_connection((host, GDB_PORT), timeout=2):
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 11. test_gdb_stub_survives_3_quick_reconnects

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
  • Assertion : test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects
Stack trace complet (dépliable)
test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects
    with socket.create_connection((host, GDB_PORT), timeout=2):
/usr/lib/python3.10/socket.py:845: in create_connection
    raise err
/usr/lib/python3.10/socket.py:833: in create_connection
    sock.connect(sa)
E   ConnectionRefusedError: [Errno 111] Connection refused

🛑 12. test_monitor_info_chardev_lists_serial

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
  • Assertion : test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial
Stack trace complet (dépliable)
test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial
    assert n_serial >= 2 or n_pty >= 2, \
E   AssertionError: attendu ≥2 chardevs serial/pty, n_serial=0 n_pty=0: '<monitor error: [Errno 2] No such file or directory>'
E   assert (0 >= 2 or 0 >= 2)

🛑 13. test_monitor_info_mtree_has_uart_modem

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
  • Assertion : test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem
Stack trace complet (dépliable)
test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem
    assert "ffff5" in r.lower(), \
E   AssertionError: plage UART (0xFFFF5xxx) absente du mtree : '<monitor error: [Errno 2] No such file or directory>'
E   assert 'ffff5' in '<monitor error: [errno 2] no such file or directory>'
E    +  where '<monitor error: [errno 2] no such file or directory>' = <built-in method lower of str object at 0x744b967d8180>()
E    +    where <built-in method lower of str object at 0x744b967d8180> = '<monitor error: [Errno 2] No such file or directory>'.lower

🛑 14. test_monitor_info_qtree_has_calypso

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
  • Assertion : test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso
Stack trace complet (dépliable)
test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso
    assert "calypso" in r.lower(), f"aucun device calypso dans qtree : {r[:300]!r}"
E   AssertionError: aucun device calypso dans qtree : '<monitor error: [Errno 2] No such file or directory>'
E   assert 'calypso' in '<monitor error: [errno 2] no such file or directory>'
E    +  where '<monitor error: [errno 2] no such file or directory>' = <built-in method lower of str object at 0x744b96968e30>()
E    +    where <built-in method lower of str object at 0x744b96968e30> = '<monitor error: [Errno 2] No such file or directory>'.lower

🛑 15. test_monitor_info_registers_arm

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_registers_arm
  • Assertion : test_qemu_introspection.py:128: in test_monitor_info_registers_arm
Stack trace complet (dépliable)
test_qemu_introspection.py:128: in test_monitor_info_registers_arm
    assert found >= 2, \
E   AssertionError: info registers ne ressemble pas à ARM (found=0) : '<monitor error: [Errno 2] No such file or directory>'
E   assert 0 >= 2

🛑 16. test_monitor_info_status_is_running

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_status_is_running
  • Assertion : test_qemu_introspection.py:69: in test_monitor_info_status_is_running
Stack trace complet (dépliable)
test_qemu_introspection.py:69: in test_monitor_info_status_is_running
    assert "running" in r.lower(), f"VM status pas 'running' : {r!r}"
E   AssertionError: VM status pas 'running' : '<monitor error: [Errno 2] No such file or directory>'
E   assert 'running' in '<monitor error: [errno 2] no such file or directory>'
E    +  where '<monitor error: [errno 2] no such file or directory>' = <built-in method lower of str object at 0x744b968afad0>()
E    +    where <built-in method lower of str object at 0x744b968afad0> = '<monitor error: [Errno 2] No such file or directory>'.lower

🛑 17. test_monitor_socket_reachable

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_socket_reachable
  • Assertion : test_qemu_introspection.py:62: in test_monitor_socket_reachable
Stack trace complet (dépliable)
test_qemu_introspection.py:62: in test_monitor_socket_reachable
    assert "QEMU" in r or "version" in r.lower(), f"monitor pas joignable : {r!r}"
E   AssertionError: monitor pas joignable : '<monitor error: [Errno 2] No such file or directory>'
E   assert ('QEMU' in '<monitor error: [Errno 2] No such file or directory>' or 'version' in '<monitor error: [errno 2] no such file or directory>')
E    +  where '<monitor error: [errno 2] no such file or directory>' = <built-in method lower of str object at 0x744b968ad3e0>()
E    +    where <built-in method lower of str object at 0x744b968ad3e0> = '<monitor error: [Errno 2] No such file or directory>'.lower

🛑 18. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : test_firmware_state.py:196: in test_bridge_has_dl_bursts
Stack trace complet (dépliable)
test_firmware_state.py:196: in test_bridge_has_dl_bursts
    assert n >= 10, (
E   AssertionError: 0 DL bursts dans bridge.log — osmo-bts-trx pas connecté ou bridge ne route pas (vérifier BSP UDP 6702 listening)
E   assert 0 >= 10

🛑 19. test_qemu_monitor_responsive

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_qemu_monitor_responsive
  • Assertion : test_firmware_state.py:98: in test_qemu_monitor_responsive
Stack trace complet (dépliable)
test_firmware_state.py:98: in test_qemu_monitor_responsive
    assert "VM status:" in out, f"monitor QEMU ne répond pas : {out[:200]!r}"
E   AssertionError: monitor QEMU ne répond pas : ''
E   assert 'VM status:' in ''

🛑 20. test_osmocon_past_romload

  • Catégorie / couche : Runtime / Osmocon
  • Marker(s) : runtime_osmocon
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_osmocon_past_romload
  • Assertion : test_firmware_state.py:168: in test_osmocon_past_romload
Stack trace complet (dépliable)
test_firmware_state.py:168: in test_osmocon_past_romload
    assert has_l1ctl or has_layer1 or has_fb_sb, (
E   AssertionError: osmocon bloqué après 'starting download' — firmware n'a pas progressé vers sercomm. Probable busy-wait SIM. Vérifier CALYPSO_FORCE_RX_DONE=1 + CALYPSO_RXDONE_ADDR (run.sh auto-detect).
E   assert (False or False or False)

🛑 21. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : test_run_observability.py:390: in test_intm_reaches_zero
Stack trace complet (dépliable)
test_run_observability.py:390: in test_intm_reaches_zero
    assert n > 0, "POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression"
E   AssertionError: POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression
E   assert 0 > 0

🛑 22. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.00s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly
Stack trace complet (dépliable)
test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly
    assert n >= 50, (
E   AssertionError: D_FB_DET-WR-SITE seulement 0 hits — sweep FB-det ne s'exécute pas. Régression structurelle, le DSP n'atteint plus PC=0x8f51.
E   assert 0 >= 50

🛑 23. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion : test_run_observability.py:630: in test_bridge_log_shows_traffic
Stack trace complet (dépliable)
test_run_observability.py:630: in test_bridge_log_shows_traffic
    assert r.stdout.strip(), "bridge.log vide — calypso-ipc-device muet, problème UDP ?"
E   AssertionError: bridge.log vide — calypso-ipc-device muet, problème UDP ?
E   assert ''
E    +  where '' = <built-in method strip of str object at 0x744b97a88030>()
E    +    where <built-in method strip of str object at 0x744b97a88030> = ''.strip
E    +      where '' = CompletedProcess(args=['tail', '-n', '200', '/tmp/bridge.log'], returncode=1, stdout='', stderr="tail: cannot open '/tmp/bridge.log' for reading: No such file or directory\n").stdout

🛑 24. test_neigh_pm_req_loop_alive

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.22s
  • Nodeid : test_run_observability.py::test_neigh_pm_req_loop_alive
  • Assertion : test_run_observability.py:696: in test_neigh_pm_req_loop_alive
Stack trace complet (dépliable)
test_run_observability.py:696: in test_neigh_pm_req_loop_alive
    assert n > 0, "Aucun frame UDP/4729 dans le pcap — pipeline GSMTAP morte"
E   AssertionError: Aucun frame UDP/4729 dans le pcap — pipeline GSMTAP morte
E   assert 0 > 0

🛑 25. test_log_still_growing[qemu-/root/qemu.log-1000]

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift,parametrize
  • Durée : 0.00s
  • Nodeid : test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
  • Assertion : test_layer_drift.py:181: in test_log_still_growing
Stack trace complet (dépliable)
test_layer_drift.py:181: in test_log_still_growing
    assert len(window) >= min_rate_per_30s, \
E   AssertionError: qemu: only 265 events in last 30s (expected ≥ 1000)
E   assert 265 >= 1000
E    +  where 265 = len([(1779879951.213, 0.0, 'char device redirected to /dev/pts/3 (label serial0)'), (1779879951.214, 0.0, 'char device redirected to /dev/pts/4 (label serial1)'), (1779879951.214, 0.0, '[MB] === calypso_machine_init START ==='), (1779879951.216, 0.003, '[SOC] === calypso_soc_realize START ==='), (1779879951.216, 0.003, '[SOC] IRAM @ 0x00800000 (256 KiB) \u2014 NO alias at 0x00000000'), (1779879951.217, 0.003, '[rxDone] PROBE installed @ 0x008302d4 (overlay prio=1, covers 4 bytes rxDoneFlag)'), (1779879951.217, 0.003, '[SOC] UART modem: chardev \u2192 serial0'), (1779879951.217, 0.003, '### UART PATCH ACTIVE ###'), (1779879951.217, 0.003, '[UART:modem] realize: chardev CONNECTED'), (1779879951.217, 0.003, '[UART:modem] handlers installed, opaque=0x5aec12589930'), (1779879951.217, 0.003, '[l1ctl-sock] listening on /tmp/qemu_l1ctl_disabled'), (1779879951.217, 0.003, '### UART PATCH ACTIVE ###'), (1779879951.217, 0.003, '[UART:irda] realize: chardev CONNECTED'), (1779879951.217, 0.003, '[UART:irda] handlers installed, opaque=0x5aec1258bde0'), (1779879951.217, 0.004, '[calypso-trx] === Calypso hardware init ==='), (1779879951.217, 0.004, '[sim] EF_IMSI loaded from /root/.osmocom/bb/mobile_group1.cfg: 001010001000001'), (1779879951.217, 0.004, '[sim] Ki loaded from /root/.osmocom/bb/mobile_group1.cfg (16 bytes)'), (1779879951.218, 0.004, '[c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)'), (1779879951.246, 0.033, '[c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt'), (1779879951.247, 0.033, '[c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100'), (1779879951.247, 0.033, '[c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880'), (1779879951.247, 0.033, '[c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8'), (1779879951.247, 0.033, '[c54x] BUILD-IDENT silicon-AR: AR0=0xff75 AR1=0x005f AR2=0x0813 AR3=0x0014 AR4=0x0003 AR5=0x0014 AR6=0x0000 AR7=0x0000'), (1779879951.247, 0.033, '[c54x] BUILD-IDENT decoder-fixes: F1xx-FIRS-catch=REMOVED L3609-src-dst=FIXED F-AUDIT-v5=max-min-cmpl-rnd-roltc-fixed F2xx-ALU-block=ADDED-2026-05-25-night F3xx-INTR-mis-REMOVED-ADD-SUB-LD-ADDED 2026-05-25'), (1779879951.247, 0.033, '[BSP] TRXD UDP listening on 0.0.0.0:6702'), (1779879951.247, 0.033, '[BSP] d_rach offset: 0x023a (default macro \u2014 pinned 2026-05-07)'), (1779879951.247, 0.033, '[BSP] CALYPSO_RACH_FORCE_BSIC unset \u2192 BSIC read from d_rach'), (1779879951.247, 0.033, '[BSP] BSP drain timer armed: 5ms virtual period (VIRTUAL clock, drift-locked)'), (1779879951.247, 0.033, '[BSP] init dsp=0x776b0b4dc010 daram_addr=0x3fb0 len=296'), (1779879951.247, 0.033, '[calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt'), (1779879951.247, 0.033, '[calypso-trx] === Hardware ready ==='), (1779879951.247, 0.033, '[calypso-trx] CLK UDP \u2192 bridge 127.0.0.1:6700'), (1779879951.247, 0.033, "[SOC] stub 'calypso.keypad' @ 0xfffe4800 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.tmr6800' @ 0xfffe6800 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.mmio_80xx' @ 0xfffe8000 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.conf' @ 0xfffef000 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.mmio_98xx' @ 0xffff9800 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.dpll' @ 0xfffff000 (0x100)"), (1779879951.247, 0.034, "[SOC] stub 'calypso.rhea' @ 0xfffff900 (0x100)"), (1779879951.248, 0.034, "[SOC] stub 'calypso.clkm' @ 0xfffffb00 (0x100)"), (1779879951.248, 0.034, "[SOC] stub 'calypso.mmio_fcxx' @ 0xfffffc00 (0x100)"), (1779879951.248, 0.034, "[SOC] stub 'calypso.dio' @ 0xffffff00 (0x100)"), (1779879951.248, 0.034, '[pcb] async log queue armed (size=4096, drain thread started)'), (1779879951.248, 0.034, '[pcb] init OK (locks armed, IRQ table copied (none \u2014 legacy))'), (1779879951.248, 0.035, '[pcb] tick thread

🛑 26. test_irda_does_not_break_uart_modem

  • Catégorie / couche : Runtime / IrDA-channel
  • Marker(s) : runtime_irda
  • Durée : 0.01s
  • Nodeid : test_irda_channel.py::test_irda_does_not_break_uart_modem
  • Assertion : test_irda_channel.py:163: in test_irda_does_not_break_uart_modem
Stack trace complet (dépliable)
test_irda_channel.py:163: in test_irda_does_not_break_uart_modem
    assert n_osmocon >= 1, "osmocon mort — UART_MODEM cassé"
E   AssertionError: osmocon mort — UART_MODEM cassé
E   assert 0 >= 1

🛑 27. test_irda_pty_exists

  • Catégorie / couche : Runtime / IrDA-channel
  • Marker(s) : runtime_irda
  • Durée : 0.00s
  • Nodeid : test_irda_channel.py::test_irda_pty_exists
  • Assertion : test_irda_channel.py:109: in test_irda_pty_exists
Stack trace complet (dépliable)
test_irda_channel.py:109: in test_irda_pty_exists
    assert ok, f"aucun PTY IrDA trouvé (cherché : {IRDA_PTY}, /dev/pts/3)"
E   AssertionError: aucun PTY IrDA trouvé (cherché : /tmp/irda.pty.link, /dev/pts/3)
E   assert False

🛑 28. test_mobile_imsi_loaded

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_imsi_loaded
  • Assertion : test_run_observability.py:864: in test_mobile_imsi_loaded
Stack trace complet (dépliable)
test_run_observability.py:864: in test_mobile_imsi_loaded
    assert re.search(r"IMSI[:\s]+\d{14,15}", r.stdout), \
E   AssertionError: IMSI non chargé dans le mobile :
E     
E   assert None
E    +  where None = <function search at 0x744b97828550>('IMSI[:\\s]+\\d{14,15}', '')
E    +    where <function search at 0x744b97828550> = re.search
E    +    and   '' = <test_run_observability._VtyResult object at 0x744b968dd2c0>.stdout

🛑 29. test_mobile_mm_state_is_null_or_idle

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_mm_state_is_null_or_idle
  • Assertion : test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle
Stack trace complet (dépliable)
test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle
    assert m, f"État MM inattendu :\n{r.stdout[:500]}"
E   AssertionError: État MM inattendu :
E     
E   assert None

🛑 30. test_mobile_vty_reachable

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_vty_reachable
  • Assertion : test_run_observability.py:853: in test_mobile_vty_reachable
Stack trace complet (dépliable)
test_run_observability.py:853: in test_mobile_vty_reachable
    assert "MS '" in r.stdout or "mobile" in r.stdout.lower(), (
E   AssertionError: VTY mobile inaccessible. stdout='' stderr='bash: connect: Connection refused\nbash: line 1: /dev/tcp/127.0.0.1/4247: Connection refused\nbash: line 1: 3: Bad file descriptor\n'
E   assert ("MS '" in '' or 'mobile' in '')
E    +  where '' = <test_run_observability._VtyResult object at 0x744b9678f400>.stdout
E    +  and   '' = <built-in method lower of str object at 0x744b97a88030>()
E    +    where <built-in method lower of str object at 0x744b97a88030> = ''.lower
E    +      where '' = <test_run_observability._VtyResult object at 0x744b9678f400>.stdout

🛑 31. test_qemu_ports_listening

  • Catégorie / couche : Runtime / Net
  • Marker(s) : runtime_net
  • Durée : 0.03s
  • Nodeid : test_runtime_net_fs.py::test_qemu_ports_listening
  • Assertion : test_runtime_net_fs.py:39: in test_qemu_ports_listening
Stack trace complet (dépliable)
test_runtime_net_fs.py:39: in test_qemu_ports_listening
    assert not missing, f"ports manquants : {missing} — out : {out[:300]!r}"
E   AssertionError: ports manquants : ['1234', '4247'] — out : 'State  Recv-Q Send-Q Local Address:Port  Peer Address:PortProcess\nLISTEN 0      10         127.0.0.1:4236       0.0.0.0:*          \nLISTEN 0      10         127.0.0.1:4237       0.0.0.0:*          \nLISTEN 0      10         127.0.0.1:4238       0.0.0.0:*          \nLISTEN 0      10         127.0.0.1:4'
E   assert not ['1234', '4247']

🛑 32. test_grep_osmocon_l1ctl_fbsb_req_attempted

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
  • Assertion : test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted
Stack trace complet (dépliable)
test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted
    assert n >= 1, "aucun L1CTL_FBSB_REQ — mobile pas en cell-search"
E   AssertionError: aucun L1CTL_FBSB_REQ — mobile pas en cell-search
E   assert 0 >= 1

🛑 33. test_grep_osmocon_l1ctl_reset_req

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
  • Assertion : test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req
Stack trace complet (dépliable)
test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req
    assert n >= 1, "L1CTL_RESET_REQ absent — mobile ne parle pas L1CTL"
E   AssertionError: L1CTL_RESET_REQ absent — mobile ne parle pas L1CTL
E   assert 0 >= 1

🛑 34. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.00s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : test_log_grep.py:91: in test_grep_qemu_bsp_dma_active
Stack trace complet (dépliable)
test_log_grep.py:91: in test_grep_qemu_bsp_dma_active
    assert n >= 10, f"BSP DMA stats trop rares : {n} (attendu ≥ 10)"
E   AssertionError: BSP DMA stats trop rares : 0 (attendu ≥ 10)
E   assert 0 >= 10

🛑 35. test_grep_qemu_dsp_booted

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_dsp_booted
  • Assertion : test_log_grep.py:84: in test_grep_qemu_dsp_booted
Stack trace complet (dépliable)
test_log_grep.py:84: in test_grep_qemu_dsp_booted
    assert n >= 1, "aucun marker 'DSP boot'/'DSP init complete' dans qemu.log"
E   AssertionError: aucun marker 'DSP boot'/'DSP init complete' dans qemu.log
E   assert 0 >= 1

🛑 36. test_grep_qemu_log_exists_and_nonempty

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.00s
  • Nodeid : test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
  • Assertion : test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty
Stack trace complet (dépliable)
test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty
    assert size > 1024 * 1024, f"qemu.log trop petit ({size}B) — QEMU démarré ?"
E   AssertionError: qemu.log trop petit (34477B) — QEMU démarré ?
E   assert 34477 > (1024 * 1024)

🛑 37. test_grep_qemu_task24_dispatched

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_task24_dispatched
  • Assertion : test_log_grep.py:98: in test_grep_qemu_task24_dispatched
Stack trace complet (dépliable)
test_log_grep.py:98: in test_grep_qemu_task24_dispatched
    assert n >= 100, f"task=24 dispatché seulement {n}× (attendu ≥ 100)"
E   AssertionError: task=24 dispatché seulement 0× (attendu ≥ 100)
E   assert 0 >= 100

🛑 38. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default
Stack trace complet (dépliable)
test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default
    assert m, "(removed) default line not found"
E   AssertionError: (removed) default line not found
E   assert None

🛑 39. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter
Stack trace complet (dépliable)
test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter
    assert src, f"can't read {BRIDGE_PY}"
E   AssertionError: can't read /opt/GSM/qemu-src/calypso-ipc-device
E   assert ''

🛑 40. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : test_osmocom_workflow.py:298: in test_force_rx_done_default_on
Stack trace complet (dépliable)
test_osmocom_workflow.py:298: in test_force_rx_done_default_on
    assert re.search(
E   AssertionError: run.sh must default CALYPSO_FORCE_RX_DONE=1
E   assert None
E    +  where None = <function search at 0x744b97828550>('CALYPSO_FORCE_RX_DONE\\s*=\\s*"\\$\\{\\s*CALYPSO_FORCE_RX_DONE\\s*:-\\s*1\\s*\\}"', '#!/bin/bash\n# run.sh -- Calypso QEMU pipeline.\n#\n# Data path : osmo-bts-trx : osmo-trx-ipc : calypso-ipc-device : QEMU BSP\n# DMA : DSP CCCH demod : a_cd[] in NDB : ARM L1 : L1CTL_DATA_IND.\n# Modem GMSK integre dans osmo-trx (chaine radio software-defined complete).\n\nset -euo pipefail\n\nSESSION="calypso"\n\n# ---- args : --gen-doc / --help -----------------------------------------------\n# --gen-doc : ne (re)lance PAS le pipeline ; suppose qu\'il tourne deja dans le\n# container et lance pytest pour produire la doc (report.md condense +\n# test_results.md/qmd complets). Cree une fenetre tmux `gen-doc` dans la session\n# `calypso` existante et y bascule pour montrer le run pytest en direct.\nGEN_DOC_MODE=0\nMENU_MODE=0\nfor arg in "$@"; do\n    case "$arg" in\n        --gen-doc-local) GEN_DOC_MODE=1 ;;\n        --menu) MENU_MODE=1 ;;\n        --run-all)\n            echo "[run.sh] --run-all : delegating to run-all.sh"\n            exec "$(dirname "$0")/run-all.sh" "${@:2}"\n            ;;\n        --run-all-debug)\n            echo "[run.sh] --run-all-debug : delegating to run-all-debug.sh"\n            exec "$(dirname "$0")/run-all-debug.sh" "${@:2}"\n            ;;\n        --select-verdict)\n            echo "[run.sh] --select-verdict : delegating to select-verdict.sh"\n            exec "$(dirname "$0")/select-verdict.sh" "${@:2}"\n            ;;\n        -h|--help)\n            cat <<EOF\nUsage: $0 [--gen-doc-local] [--menu]\n\nDefault : launch the full Calypso pipeline (QEMU + osmocon + calypso-ipc-device\n+ osmo-trx-ipc + bts + mobile + gsmtap + irda) in a tmux session and attach.\n\n--menu      : interactive profile selection before launch (hack-free /\n              dev-assist / full-diag / custom). Sets CALYPSO_* env vars\n              and re-execs.\n\n--gen-doc-local : skip pipeline launch, run pytest in the container "trying"\n            (no requirement that qemu-system-arm be running -- tests can\n            still fail/skip if dependencies missing). Output lands in a new\n            tmux window \'gen-doc\' of the calypso session (if it exists);\n            otherwise streamed to the current terminal.\n            Artefacts (inside container):\n              /tmp/report.md           (machine-friendly summary)\n              /tmp/test_results.md     (full GitHub-flavored)\n              /tmp/test_results.qmd    (Quarto source)\n              /tmp/test_results_<ts>/  (per-run folder with mmd, csv, json)\n            Host copy: /tmp/calypso_report.md\nEOF\n            exit 0 ;;\n    esac\ndone\n\n# `--gen-doc-local` = synonyme de "lance le pipeline normal ET force la\n# generation de doc auto" (qui se declenche T+30s apres QEMU launch dans une\n# fenetre tmux dediee). Pas de mode "skip pipeline" : si tu veux regenerer la\n# doc sans relancer, lance directement pytest dans le container.\nif [ "$GEN_DOC_MODE" = "1" ]; then\n    CALYPSO_AUTO_GEN_DOC=1\n    export CALYPSO_AUTO_GEN_DOC\nfi\n\n# ---- --menu : kernel-menuconfig style (whiptail) -----------------------\n# Hierarchie 3 niveaux avec heritage et conditions :\n#\n#   Niveau 1 : Mode general (5 presets + free)\n#   Niveau 2 : Components -- pre-coches selon le mode, modifiables\n#              (mode "free" = tout decoche par defaut)\n#   Niveau 3 : Sub-options conditionnelles a ce qu\'on a coche\n#              (L2 client variant si L2 ON, icount config si MTTCG off, etc)\n#   Niveau 4 : Resume + confirm\n#\n# Si whiptail absent : fallback text simple.\nif [ "$MENU_MODE" = "1" ]; then\n\n  # ---- Fix TERM + locale pour whiptail/newt box-drawing ----\n  # Sans ca, le terminal affiche `qqqq` au lieu des bordures (DEC special\n  # graphics non-rendus). Le container/tmux a souvent TERM=dumb ou un TERM\n  # qui ne declare pas acsc.\n  export LANG="${LAN

🛑 41. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.01s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm
Stack trace complet (dépliable)
test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm
    assert m, f"no default rxdone_addr in {path}"
E   AssertionError: no default rxdone_addr in /opt/GSM/qemu-src/hw/arm/calypso/calypso_sim.c
E   assert None

🛑 42. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present
Stack trace complet (dépliable)
test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present
    assert "QEMUTimer  *clear_edge_timer" in src or \
E   AssertionError: Missing clear_edge_timer field in CalypsoSim struct
E   assert ('QEMUTimer  *clear_edge_timer' in '/*\n * calypso_sim.c \u2014 ISO 7816 / GSM 11.11 SIM emulator for the Calypso\n *\n * Replaces the historical 1-line ATR-pulse stub. Implements:\n *   - ATR delivery on CMDSTART\n *   - APDU framing through the TX/RX FIFO\n *   - Minimum viable GSM 11.11 file system (MF, DF_GSM, DF_TELECOM)\n *   - Standard commands: SELECT (A4), READ_BINARY (B0), READ_RECORD (B2),\n *                         GET_RESPONSE (C0), STATUS (F2), VERIFY_CHV (20),\n *                         RUN_GSM_ALGORITHM (88)\n *\n * Test SIM identity (matches the standard test PLMN 001/01):\n *   IMSI = 001 01 0000000001  (15 digits)\n *   ICCID = 8901010000000000001 F  (BCD swapped)\n *   Ki = 00..00 (16 bytes \u2014 auth always returns deterministic SRES/Kc)\n *\n * Bytes flow: firmware writes APDU bytes one at a time to DTX. We parse\n * the 5-byte ISO 7816 header, optionally collect data bytes (P3 of length\n * for outgoing case 3) and dispatch. Response bytes are pushed to RX FIFO,\n * IT_RX raised, IRQ pulsed.\n */\n\n#include "qemu/osdep.h"\n#include "qemu/timer.h"\n#include "qemu/main-loop.h"\n#include "exec/cpu-common.h"\n#include "hw/core/cpu.h"\n#include "hw/arm/calypso/calypso_sim.h"\n\n#define SIM_LOG(...) do { fprintf(stderr, "[sim] " __VA_ARGS__); fputc(\'\\n\', stderr); } while(0)\n\n#define APDU_MAX_LEN     261\n#define RX_FIFO_SIZE     512\n#define ATR_DELAY_NS     1000000  /* 1 ms simulated */\n\n/* Minimal valid ATR (4 bytes):\n *   TS = 0x3B  (direct convention)\n *   T0 = 0x02  (Y1=0 \u2192 no TA/TB/TC/TD interface bytes,\n *               K =2 \u2192 2 historical bytes follow)\n *   Hist[0..1] = 0x14 0x50  (arbitrary, identifies a test card)\n * No TCK byte because no T!=0 protocol indicated.\n * Total bytes the firmware will read = 4. */\nstatic const uint8_t SIM_ATR[] = { 0x3B, 0x02, 0x14, 0x50 };\n\n/* ---------- file system ---------------------------------------------- */\n\ntypedef enum {\n    EF_TRANSPARENT = 0,\n    EF_LINEAR_FIXED = 1,\n    EF_CYCLIC = 2,\n    EF_DF = 0xF0,    /* not a real EF \u2014 directory entry */\n    EF_MF = 0xF1,\n} EfStructure;\n\ntypedef struct SimFile {\n    uint16_t fid;\n    uint16_t parent;\n    uint8_t  structure;\n    uint16_t size;        /* total bytes (transparent) or rec_len * nrec */\n    uint8_t  rec_len;     /* records (linear/cyclic) */\n    uint8_t  data[64];    /* in-line storage (small EFs only) */\n} SimFile;\n\n/* SIM identity defaults (overridden at boot from the osmocom-bb mobile\n * config \u2014 see load_config_from_file). EF_IMSI is GSM 11.11 BCD-packed\n * with the standard length-byte + parity-nibble layout. */\n\nstatic SimFile sim_files[] = {\n    { 0x3F00, 0x0000, EF_MF, 0, 0, {0} },          /* MF root */\n    { 0x7F20, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_GSM */\n    { 0x7F10, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_TELECOM */\n    { 0x2FE2, 0x3F00, EF_TRANSPARENT, 10, 0,       /* EF_ICCID */\n      { 0x98, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F07, 0x7F20, EF_TRANSPARENT, 9, 0,        /* EF_IMSI */\n      { 0x08, 0x09, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F30, 0x7F20, EF_TRANSPARENT, 24, 0,       /* EF_PLMNsel: 001 01 = FFFFFF empty list */\n      { 0x00, 0xF1, 0x10,  /* PLMN 001 01 */\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF } },\n    { 0x6F38, 0x7F20, EF_TRANSPARENT, 14, 0,       /* EF_SST: services */\n      { 0xFF, 0x33, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00,\n        0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } },\n    { 0x6F78, 0x7F20, EF_TRANSPARENT, 2, 0,        /* EF_ACC: access class */\n      { 0x00, 0x01 } },\n    { 0x6FAD, 0x7F20, EF_TRANSPARENT, 4, 0,        /* EF_AD: admin data */\n      { 0x00, 0x00, 0x00, 0x02 } },\n    { 0x6F7E, 0x7F20, EF_TRANSPARENT, 11, 0,

🛑 43. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : test_timer_physical_audit.py:182: in test_timer_runtime_period
Stack trace complet (dépliable)
test_timer_physical_audit.py:182: in test_timer_runtime_period
    assert pct < 50.0, f"OFF EXPECTED : {msg}"
E   AssertionError: OFF EXPECTED : bts_clk_ind (BTS CLK IND reçu): expected=235.4 ms, median=1048.00 ms, mean=1048.14 ms, σ=3.93 ms, Δ_med=+345.2% (N=130)
E   assert 345.19970147611735 < 50.0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 242 tests
========================================================================

  passed     64  █████···············   26.4% brut
  failed     43
  xfailed    26   (R&D voie-2, accepté)
  skipped   109

  fonctionnel   59.8%   (passed / (passed+failed))
  actionable    44.2%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_no_d_fb_det_wr_site_anomaly                 [milestone_bsp_dma]
  test_firmware_state.py
    ✗ test_qemu_monitor_responsive                     [runtime_firmware]
    ✗ test_osmocon_past_romload                        [runtime_osmocon]
    ✗ test_bridge_has_dl_bursts                        [runtime_firmware]
  test_gdb_stub.py
    ✗ test_gdb_stub_reachable                          [runtime_gdb]
    ✗ test_gdb_handshake_succeeds                      [runtime_gdb]
    ✗ test_gdb_query_supported                         [runtime_gdb]
    ✗ test_gdb_read_arm_registers                      [runtime_gdb]
    ✗ test_gdb_read_pc_nonzero                         [runtime_gdb]
    ✗ test_gdb_read_memory_at_dsp_api_base             [runtime_gdb]
    ✗ test_gdb_stub_survives_3_quick_reconnects        [runtime_gdb]
    ✗ test_gdb_read_dsp_daram_xfail                    [runtime_gdb]
  test_irda_channel.py
    ✗ test_irda_pty_exists                             [runtime_irda]
    ✗ test_irda_does_not_break_uart_modem              [runtime_irda]
  test_layer_drift.py
    ✗ test_log_still_growing[qemu-/root/qemu.log-1000] [drift,parametrize]
  test_log_grep.py
    ✗ test_grep_qemu_log_exists_and_nonempty           [runtime_log_grep]
    ✗ test_grep_qemu_dsp_booted                        [runtime_log_grep]
    ✗ test_grep_qemu_bsp_dma_active                    [runtime_log_grep]
    ✗ test_grep_qemu_task24_dispatched                 [runtime_log_grep]
    ✗ test_grep_osmocon_l1ctl_reset_req                [runtime_log_grep]
    ✗ test_grep_osmocon_l1ctl_fbsb_req_attempted       [runtime_log_grep]
  test_osmocom_workflow.py
    ✗ test_rxdone_addr_matches_firmware_nm             [osmocom_compliant,osmocom_sim]
    ✗ test_bridge_select_timeout_low_jitter            [osmocom_bridge,osmocom_compliant]
    ✗ test_sim_defer_clear_timer_present               [osmocom_compliant,osmocom_sim]
    ✗ test_force_rx_done_default_on                    [osmocom_boot,osmocom_compliant]
    ✗ test_bridge_clock_from_qemu_default              [osmocom_bridge,osmocom_divergent]
  test_qemu_introspection.py
    ✗ test_monitor_socket_reachable                    [runtime_monitor]
    ✗ test_monitor_info_status_is_running              [runtime_monitor]
    ✗ test_monitor_info_chardev_lists_serial           [runtime_monitor]
    ✗ test_monitor_info_qtree_has_calypso              [runtime_monitor]
    ✗ test_monitor_info_mtree_has_uart_modem           [runtime_monitor]
    ✗ test_monitor_info_registers_arm                  [runtime_monitor]
  test_run_observability.py
    ✗ test_all_expected_processes_present              [runtime_health]
    ✗ test_qemu_log_is_fresh                           [runtime_health]
    ✗ test_mobile_pcap_growing                         [runtime_health]
    ✗ test_intm_reaches_zero                           [runtime_dsp]
    ✗ test_bridge_log_shows_traffic                    [runtime_bridge]
    ✗ test_neigh_pm_req_loop_alive                     [runtime_l1ctl]
    ✗ test_mobile_vty_reachable                        [runtime_vty]
    ✗ test_mobile_imsi_loaded                          [runtime_vty]
    ✗ test_mobile_mm_state_is_null_or_idle             [runtime_vty]
  test_runtime_net_fs.py
    ✗ test_qemu_ports_listening                        [runtime_net]
  test_timer_physical_audit.py
    ✗ test_timer_runtime_period[bts_clk_ind]           [parametrize,timer_audit]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  NDB                 0/19  ····················  n/a  (tout xfail/skip)  (fail=0, skip=19)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             0/8   ····················    0.0%  (fail=1, skip=7)
  GDB-introspect      0/8   ····················    0.0%  (fail=8, skip=0)
  Monitor-extended    0/9   ····················    0.0%  (fail=6, skip=3)
  Mgmt                0/3   ····················    0.0%  (fail=3, skip=0)
  L1-data             1/7   ███████·············   33.3%  (fail=2, skip=4)
  Firmware-state      1/5   ███████·············   33.3%  (fail=2, skip=2)
  IrDA-channel        1/8   ███████·············   33.3%  (fail=2, skip=5)
  Infra               2/5   ████████············   40.0%  (fail=3, skip=0)
  Net                 1/2   ██████████··········   50.0%  (fail=1, skip=0)
  Osmocon             2/3   █████████████·······   66.7%  (fail=1, skip=0)
  Log-grep           15/30  ██████████████······   71.4%  (fail=6, skip=9)
  Drift               3/10  ███████████████·····   75.0%  (fail=1, skip=6)
  —                  23/67  ████████████████····   79.3%  (fail=6, skip=38)
  DSP                 5/20  █████████████████···   83.3%  (fail=1, skip=14)
  unmarked            5/18  ████████████████████  100.0%  (fail=0, skip=13)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  2/3   ████████████████████  100.0%  (fail=0, skip=1)
  Timers              2/9   ████████████████████  100.0%  (fail=0, skip=7)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_l1ctl
   3× runtime_irq
   2× milestone_l1ctl
   2× runtime_irda
   2× runtime_monitor
   1× milestone_fb_det
   1× milestone_dsp_decoder
   1× runtime_log_grep
   1× osmocom_divergent
   1× xfail
   1× osmocom_boot
   1× osmocom_compliant
   1× skipif
   1× runtime_bridge

─── Timeline 0s (1 buckets de 0s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                   265        265.00     265   1/1   
  bridge                 0.0          0.00       0   0/1   
  osmocon                7.0          7.00       7   1/1   
  mobile                14.0         14.00      14   1/1   
  tdma                   0.0          0.00       0   0/1   
  frame_irq              0.0          0.00       0   0/1   
  kick                   0.0          0.00       0   0/1   
  fb_det_hit             0.0          0.00       0   0/1   
  stack_in_ndb           0.0          0.00       0   0/1     ← bloquant

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 9/43  ·  voie-2 : 3  ·  autre : 31
  • stack_in_ndb=0 sur 100% des buckets → la pile mobile n'entre jamais en NDB malgré injection active
  • TDMA/FIQ très rares (0.00/0.00 par bucket) → DSP IDLE (cohérent voie-2 connue)
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

diag : make_diag.sh introuvable à la racine du repo.

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (33,235 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
bts.log 111,091
env_boot.log 819
fw-irda.log 0
irda_capture.stderr.log 62
mobile.log 1,400
osmocon.log 1,459
pc_hist.log 0
qemu_diag.log 92
qemu_full.log 34,477
qemu_tail.log 34,477
source_excerpts.txt 43
static_decode.txt 3,154
tdma_profile.log 20,480

Logs bruts (dépliables)

bts.log (111,091 bytes, 811 lignes)
1779879954.127 +0.000s ((*))
1779879954.127 +0.000s   |
1779879954.127 +0.000s  / \ OsmoBTS
1779879954.127 +0.000s DL1C INFO TRX_PROV[0x55feaaa4dc30]{CLOSED}: Allocated (fsm.c:456)
1779879954.127 +0.000s 'no osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now active by default
1779879954.127 +0.000s DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1026)
1779879954.127 +0.000s DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
1779879954.127 +0.000s DABIS NOTICE A-bis connection establishment to BSC (127.0.0.1) in progress... (abis.c:170)
1779879954.127 +0.000s DLINP NOTICE E1TS(0:1) enabling ipaccess BTS mode, OML connecting to 127.0.0.1:3002 (ipaccess.c:1078)
1779879954.127 +0.000s DL1C INFO phy0: PHY link state change shutdown -> connecting (phy_link.c:58)
1779879954.127 +0.000s DTRX NOTICE phy0.0: Opening TRXC/TRXD connections to 127.0.0.1 (trx_if.c:1283)
1779879954.127 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{CLOSED}: Received Event TRX_PROV_EV_OPEN (trx_if.c:1363)
1779879954.127 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWEROFF' (trx_if.c:268)
1779879954.127 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{CLOSED}: state_chg to OPEN_POWEROFF (trx_provision_fsm.c:363)
1779879954.127 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 1' (trx_if.c:268)
1779879954.127 +0.000s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779879954.128 +0.000s DTRX INFO phy0.0: Response message: 'RSP POWEROFF 0' (trx_if.c:687)
1779879954.128 +0.000s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 1' (trx_if.c:687)
1779879954.128 +0.000s DOML ERROR OC=GPRS-CELL INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779879954.128 +0.000s DOML NOTICE OC=GPRS-CELL(f1) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779879954.128 +0.000s DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 0' (trx_if.c:268)
1779879954.128 +0.000s DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070)
1779879954.128 +0.000s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DTRX INFO phy0.0: Requesting TRXD PDU version 2 (trx_if.c:296)
1779879954.128 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 2' (trx_if.c:268)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 0' (trx_if.c:687)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 2' (trx_if.c:687)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779879954.128 +0.000s DTRX INFO phy0.0: Requesting TRXD PDU version 1 (trx_if.c:296)
1779879954.128 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 1' (trx_if.c:268)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 1' (trx_if.c:687)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779879954.128 +0.000s DTRX INFO phy0.0: Using TRXD PDU version 1 (trx_provision_fsm.c:472)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.000s DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DOML NOTICE OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.000s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ARFCN (l1_if.c:223)
1779879954.128 +0.000s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RXTUNE 890200' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD TXTUNE 935200' (trx_if.c:268)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_BSIC (l1_if.c:229)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETTSC 7' (trx_if.c:268)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ENABLE (l1_if.c:170)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.001s DOML NOTICE OC=GPRS-NSVC(f2) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.001s DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP RXTUNE 0 890200' (trx_if.c:687)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_RXTUNE_CNF (trx_provision_fsm.c:66)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:614)
1779879954.128 +0.001s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779879954.128 +0.001s DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:614)
1779879954.128 +0.001s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779879954.128 +0.001s DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:720)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:720)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:720)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:614)
1779879954.128 +0.001s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state ACTIVE -> NONE (lchan.c:291)
1779879954.128 +0.001s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Deactivating BCCH (scheduler.c:1070)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOHANDOVER 0 4' (trx_if.c:268)
1779879954.128 +0.001s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779879954.128 +0.001s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779879954.128 +0.001s DPCU NOTICE Disabling GPRS Indicator in SI (No PCU connected) (sysinfo.c:206)
1779879954.128 +0.001s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779879954.128 +0.001s DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830)
1779879954.128 +0.001s DRSL INFO Updated AGCH max queue length to 12 (bts.c:512)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:614)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779879954.128 +0.001s DRSL INFO  Rx RSL BCCH INFO (SI13, 23 bytes) (rsl.c:614)
1779879954.128 +0.001s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779879954.128 +0.001s DPCU NOTICE Failed to send SI13 to PCU: rc=-5 (pcu_sock.c:830)
1779879954.128 +0.001s DRSL INFO  Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1107)
1779879954.128 +0.001s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1127)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP TXTUNE 0 935200' (trx_if.c:687)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_TXTUNE_CNF (trx_provision_fsm.c:71)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOMTXPOWER' (trx_if.c:268)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1127)
1779879954.128 +0.001s DRSL INFO  Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1107)
1779879954.128 +0.001s DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1330)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETTSC 0 7' (trx_if.c:687)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETTSC_CNF (trx_provision_fsm.c:76)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Delay poweron, wait for: nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP NOHANDOVER 0 0 4' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP NOMTXPOWER 0 0' (trx_if.c:687)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_NOMTXPOWER_CNF (trx_provision_fsm.c:88)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_POWEROFF}: state_chg to OPEN_WAIT_POWERON_CNF (trx_provision_fsm.c:509)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWERON' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP POWERON 0' (trx_if.c:687)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_WAIT_POWERON_CNF}: Received Event TRX_PROV_EV_POWERON_CNF (trx_provision_fsm.c:56)
1779879954.128 +0.001s DL1C NOTICE GSM clock started, waiting for clock indications (scheduler_trx.c:491)
1779879954.128 +0.001s DL1C INFO phy0: PHY link state change connecting -> connected (phy_link.c:58)
1779879954.128 +0.001s DL1C INFO (bts=0,trx=0) power_ramp_start(cur=0, tgt=-50000, bypass) (tx_power.c:250)
1779879954.128 +0.001s DL1C INFO TRX_PROV(phy0-0)[0x55feaaa4dc30]{OPEN_WAIT_POWERON_CNF}: state_chg to OPEN_POWERON (trx_provision_fsm.c:549)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETRXGAIN 40' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 0 5' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 1 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 2 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 3 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 4 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 5 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 6 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 7 1' (trx_if.c:268)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETRXGAIN 0 40' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 0 5' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 1 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 2 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 3 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 4 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 5 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 6 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 7 1' (trx_if.c:687)
1779879954.128 +0.001s DTRX INFO phy0.0: Clock indication: fn=2704717 (trx_if.c:138)
1779879954.128 +0.001s DL1C INFO TRX Clock Ind: elapsed_us=15664123659, elapsed_fn=-10931, error_us=+15714570224 (scheduler_trx.c:566)
1779879954.128 +0.001s DL1C NOTICE GSM clock skew: old fn=0, new fn=2704717 (scheduler_trx.c:580)
1779879954.152 +0.024s DL1C NOTICE FN timer expire_count=6: We missed 5 timers (scheduler_trx.c:427)
1779879954.200 +0.073s DL1P INFO 2704736/2039/08/02/44 (bts=0,trx=0,ts=0) BCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779879954.219 +0.091s DL1P INFO 2704740/2039/12/06/48 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779879954.246 +0.119s DL1P INFO 2704746/2039/18/12/02 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779879955.120 +0.993s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -2000 mdBm. (tx_power.c:181)
1779879955.120 +0.993s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 2' (trx_if.c:268)
1779879955.120 +0.993s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 2' (trx_if.c:687)
1779879955.169 +1.042s DTRX INFO phy0.0: Clock indication: fn=2704933 (trx_if.c:138)
1779879955.169 +1.042s DL1C INFO TRX Clock Ind: elapsed_us=1047516, elapsed_fn=216, error_us=+50676 (scheduler_trx.c:566)
1779879955.169 +1.042s DL1C INFO GSM clock jitter: -50549us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879955.169 +1.042s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879955.663 +1.536s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879956.121 +1.994s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -4000 mdBm. (tx_power.c:181)
1779879956.121 +1.994s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 4' (trx_if.c:268)
1779879956.122 +1.995s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 4' (trx_if.c:687)
1779879956.216 +2.089s DTRX INFO phy0.0: Clock indication: fn=2705150 (trx_if.c:138)
1779879956.216 +2.089s DL1C INFO TRX Clock Ind: elapsed_us=1047125, elapsed_fn=217, error_us=+45670 (scheduler_trx.c:566)
1779879956.216 +2.089s DL1C INFO GSM clock jitter: -45522us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879956.216 +2.089s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879957.123 +2.996s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -6000 mdBm. (tx_power.c:181)
1779879957.123 +2.996s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 6' (trx_if.c:268)
1779879957.123 +2.996s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 6' (trx_if.c:687)
1779879957.267 +3.140s DTRX INFO phy0.0: Clock indication: fn=2705366 (trx_if.c:138)
1779879957.267 +3.140s DL1C INFO TRX Clock Ind: elapsed_us=1051156, elapsed_fn=216, error_us=+54316 (scheduler_trx.c:566)
1779879957.267 +3.140s DL1C INFO GSM clock jitter: -54004us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879957.267 +3.140s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879958.124 +3.996s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -8000 mdBm. (tx_power.c:181)
1779879958.124 +3.996s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 8' (trx_if.c:268)
1779879958.124 +3.996s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 8' (trx_if.c:687)
1779879958.317 +4.190s DTRX INFO phy0.0: Clock indication: fn=2705583 (trx_if.c:138)
1779879958.317 +4.190s DL1C INFO TRX Clock Ind: elapsed_us=1050010, elapsed_fn=217, error_us=+48555 (scheduler_trx.c:566)
1779879958.317 +4.190s DL1C INFO GSM clock jitter: -48424us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879958.317 +4.190s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879958.691 +4.564s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879959.125 +4.997s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -10000 mdBm. (tx_power.c:181)
1779879959.125 +4.997s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 10' (trx_if.c:268)
1779879959.125 +4.998s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 10' (trx_if.c:687)
1779879959.369 +5.242s DTRX INFO phy0.0: Clock indication: fn=2705799 (trx_if.c:138)
1779879959.369 +5.242s DL1C INFO TRX Clock Ind: elapsed_us=1051747, elapsed_fn=216, error_us=+54907 (scheduler_trx.c:566)
1779879959.369 +5.242s DL1C INFO GSM clock jitter: -54782us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879959.369 +5.242s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879960.125 +5.998s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -12000 mdBm. (tx_power.c:181)
1779879960.125 +5.998s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 12' (trx_if.c:268)
1779879960.126 +5.999s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 12' (trx_if.c:687)
1779879960.416 +6.289s DTRX INFO phy0.0: Clock indication: fn=2706016 (trx_if.c:138)
1779879960.416 +6.289s DL1C INFO TRX Clock Ind: elapsed_us=1046804, elapsed_fn=217, error_us=+45349 (scheduler_trx.c:566)
1779879960.416 +6.289s DL1C INFO GSM clock jitter: -45211us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879960.416 +6.289s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879961.126 +6.999s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -14000 mdBm. (tx_power.c:181)
1779879961.127 +6.999s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 14' (trx_if.c:268)
1779879961.127 +7.000s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 14' (trx_if.c:687)
1779879961.466 +7.338s DTRX INFO phy0.0: Clock indication: fn=2706233 (trx_if.c:138)
1779879961.466 +7.338s DL1C INFO TRX Clock Ind: elapsed_us=1049790, elapsed_fn=217, error_us=+48335 (scheduler_trx.c:566)
1779879961.466 +7.338s DL1C INFO GSM clock jitter: -48192us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879961.466 +7.338s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879961.720 +7.592s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879962.128 +8.001s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -16000 mdBm. (tx_power.c:181)
1779879962.128 +8.001s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 16' (trx_if.c:268)
1779879962.129 +8.001s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 16' (trx_if.c:687)
1779879962.513 +8.386s DTRX INFO phy0.0: Clock indication: fn=2706449 (trx_if.c:138)
1779879962.514 +8.386s DL1C INFO TRX Clock Ind: elapsed_us=1047817, elapsed_fn=216, error_us=+50977 (scheduler_trx.c:566)
1779879962.514 +8.386s DL1C INFO GSM clock jitter: -50861us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879962.514 +8.386s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879963.129 +9.002s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -18000 mdBm. (tx_power.c:181)
1779879963.129 +9.002s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 18' (trx_if.c:268)
1779879963.130 +9.002s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 18' (trx_if.c:687)
1779879963.568 +9.440s DTRX INFO phy0.0: Clock indication: fn=2706666 (trx_if.c:138)
1779879963.568 +9.440s DL1C INFO TRX Clock Ind: elapsed_us=1054167, elapsed_fn=217, error_us=+52712 (scheduler_trx.c:566)
1779879963.568 +9.440s DL1C INFO GSM clock jitter: -52579us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879963.568 +9.440s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879964.131 +10.003s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -20000 mdBm. (tx_power.c:181)
1779879964.131 +10.003s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 20' (trx_if.c:268)
1779879964.131 +10.003s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 20' (trx_if.c:687)
1779879964.619 +10.492s DTRX INFO phy0.0: Clock indication: fn=2706882 (trx_if.c:138)
1779879964.619 +10.492s DL1C INFO TRX Clock Ind: elapsed_us=1051251, elapsed_fn=216, error_us=+54411 (scheduler_trx.c:566)
1779879964.619 +10.492s DL1C INFO GSM clock jitter: -54248us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879964.619 +10.492s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879964.758 +10.630s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879965.131 +11.004s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -22000 mdBm. (tx_power.c:181)
1779879965.131 +11.004s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 22' (trx_if.c:268)
1779879965.132 +11.005s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 22' (trx_if.c:687)
1779879965.673 +11.546s DTRX INFO phy0.0: Clock indication: fn=2707099 (trx_if.c:138)
1779879965.673 +11.546s DL1C INFO TRX Clock Ind: elapsed_us=1054401, elapsed_fn=217, error_us=+52946 (scheduler_trx.c:566)
1779879965.673 +11.546s DL1C INFO GSM clock jitter: -52820us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879965.673 +11.546s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879966.132 +12.005s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -24000 mdBm. (tx_power.c:181)
1779879966.132 +12.005s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 24' (trx_if.c:268)
1779879966.133 +12.005s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 24' (trx_if.c:687)
1779879966.725 +12.597s DTRX INFO phy0.0: Clock indication: fn=2707316 (trx_if.c:138)
1779879966.725 +12.597s DL1C INFO TRX Clock Ind: elapsed_us=1051379, elapsed_fn=217, error_us=+49924 (scheduler_trx.c:566)
1779879966.725 +12.597s DL1C INFO GSM clock jitter: -49771us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879966.725 +12.597s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879967.134 +13.006s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -26000 mdBm. (tx_power.c:181)
1779879967.134 +13.006s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 26' (trx_if.c:268)
1779879967.134 +13.007s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 26' (trx_if.c:687)
1779879967.740 +13.613s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879967.772 +13.644s DTRX INFO phy0.0: Clock indication: fn=2707533 (trx_if.c:138)
1779879967.772 +13.644s DL1C INFO TRX Clock Ind: elapsed_us=1046975, elapsed_fn=217, error_us=+45520 (scheduler_trx.c:566)
1779879967.772 +13.644s DL1C INFO GSM clock jitter: -45282us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879967.772 +13.644s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879968.135 +14.007s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -28000 mdBm. (tx_power.c:181)
1779879968.135 +14.007s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 28' (trx_if.c:268)
1779879968.135 +14.008s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 28' (trx_if.c:687)
1779879968.821 +14.693s DTRX INFO phy0.0: Clock indication: fn=2707749 (trx_if.c:138)
1779879968.821 +14.693s DL1C INFO TRX Clock Ind: elapsed_us=1048983, elapsed_fn=216, error_us=+52143 (scheduler_trx.c:566)
1779879968.821 +14.693s DL1C INFO GSM clock jitter: -51994us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879968.821 +14.693s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879969.136 +15.009s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -30000 mdBm. (tx_power.c:181)
1779879969.136 +15.009s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 30' (trx_if.c:268)
1779879969.137 +15.009s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 30' (trx_if.c:687)
1779879969.871 +15.744s DTRX INFO phy0.0: Clock indication: fn=2707966 (trx_if.c:138)
1779879969.871 +15.744s DL1C INFO TRX Clock Ind: elapsed_us=1050411, elapsed_fn=217, error_us=+48956 (scheduler_trx.c:566)
1779879969.871 +15.744s DL1C INFO GSM clock jitter: -48796us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879969.871 +15.744s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879970.137 +16.009s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -32000 mdBm. (tx_power.c:181)
1779879970.137 +16.009s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 32' (trx_if.c:268)
1779879970.137 +16.010s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 32' (trx_if.c:687)
1779879970.767 +16.639s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879970.920 +16.792s DTRX INFO phy0.0: Clock indication: fn=2708183 (trx_if.c:138)
1779879970.920 +16.792s DL1C INFO TRX Clock Ind: elapsed_us=1048632, elapsed_fn=217, error_us=+47177 (scheduler_trx.c:566)
1779879970.920 +16.792s DL1C INFO GSM clock jitter: -46904us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879970.920 +16.792s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879971.138 +17.011s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -34000 mdBm. (tx_power.c:181)
1779879971.138 +17.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 34' (trx_if.c:268)
1779879971.139 +17.011s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 34' (trx_if.c:687)
1779879971.963 +17.835s DTRX INFO phy0.0: Clock indication: fn=2708399 (trx_if.c:138)
1779879971.963 +17.835s DL1C INFO TRX Clock Ind: elapsed_us=1042892, elapsed_fn=216, error_us=+46052 (scheduler_trx.c:566)
1779879971.963 +17.835s DL1C INFO GSM clock jitter: -45932us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879971.963 +17.835s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879972.139 +18.011s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -36000 mdBm. (tx_power.c:181)
1779879972.139 +18.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 36' (trx_if.c:268)
1779879972.139 +18.012s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 36' (trx_if.c:687)
1779879973.008 +18.880s DTRX INFO phy0.0: Clock indication: fn=2708616 (trx_if.c:138)
1779879973.008 +18.880s DL1C INFO TRX Clock Ind: elapsed_us=1045066, elapsed_fn=217, error_us=+43611 (scheduler_trx.c:566)
1779879973.008 +18.880s DL1C INFO GSM clock jitter: -43479us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879973.008 +18.880s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879973.140 +19.013s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -38000 mdBm. (tx_power.c:181)
1779879973.140 +19.013s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 38' (trx_if.c:268)
1779879973.141 +19.013s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 38' (trx_if.c:687)
1779879973.783 +19.656s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879974.052 +19.925s DTRX INFO phy0.0: Clock indication: fn=2708833 (trx_if.c:138)
1779879974.052 +19.925s DL1C INFO TRX Clock Ind: elapsed_us=1044439, elapsed_fn=217, error_us=+42984 (scheduler_trx.c:566)
1779879974.052 +19.925s DL1C INFO GSM clock jitter: -42809us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879974.052 +19.925s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879974.141 +20.014s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -40000 mdBm. (tx_power.c:181)
1779879974.141 +20.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 40' (trx_if.c:268)
1779879974.142 +20.015s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 40' (trx_if.c:687)
1779879975.101 +20.974s DTRX INFO phy0.0: Clock indication: fn=2709050 (trx_if.c:138)
1779879975.101 +20.974s DL1C INFO TRX Clock Ind: elapsed_us=1048976, elapsed_fn=217, error_us=+47521 (scheduler_trx.c:566)
1779879975.101 +20.974s DL1C INFO GSM clock jitter: -47332us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879975.101 +20.974s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879975.142 +21.015s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -42000 mdBm. (tx_power.c:181)
1779879975.142 +21.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 42' (trx_if.c:268)
1779879975.142 +21.015s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 42' (trx_if.c:687)
1779879976.143 +22.016s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -44000 mdBm. (tx_power.c:181)
1779879976.143 +22.016s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 44' (trx_if.c:268)
1779879976.144 +22.016s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 44' (trx_if.c:687)
1779879976.150 +22.023s DTRX INFO phy0.0: Clock indication: fn=2709267 (trx_if.c:138)
1779879976.150 +22.023s DL1C INFO TRX Clock Ind: elapsed_us=1049256, elapsed_fn=217, error_us=+47801 (scheduler_trx.c:566)
1779879976.150 +22.023s DL1C INFO GSM clock jitter: -47530us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879976.150 +22.023s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879976.801 +22.674s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879977.144 +23.017s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -46000 mdBm. (tx_power.c:181)
1779879977.144 +23.017s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 46' (trx_if.c:268)
1779879977.145 +23.017s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 46' (trx_if.c:687)
1779879977.221 +23.094s DTRX INFO phy0.0: Clock indication: fn=2709483 (trx_if.c:138)
1779879977.222 +23.094s DL1C INFO TRX Clock Ind: elapsed_us=1071167, elapsed_fn=216, error_us=+74327 (scheduler_trx.c:566)
1779879977.222 +23.094s DL1C INFO GSM clock jitter: -74179us (elapsed_fn=-16) (scheduler_trx.c:585)
1779879977.222 +23.094s DL1C NOTICE We were 16 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879978.145 +24.017s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -48000 mdBm. (tx_power.c:181)
1779879978.145 +24.017s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 48' (trx_if.c:268)
1779879978.145 +24.018s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 48' (trx_if.c:687)
1779879978.264 +24.137s DTRX INFO phy0.0: Clock indication: fn=2709700 (trx_if.c:138)
1779879978.264 +24.137s DL1C INFO TRX Clock Ind: elapsed_us=1042730, elapsed_fn=217, error_us=+41275 (scheduler_trx.c:566)
1779879978.264 +24.137s DL1C INFO GSM clock jitter: -41152us (elapsed_fn=-8) (scheduler_trx.c:585)
1779879978.264 +24.137s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879979.146 +25.019s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -50000 mdBm. (tx_power.c:181)
1779879979.146 +25.019s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 50' (trx_if.c:268)
1779879979.147 +25.019s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 50' (trx_if.c:687)
1779879979.312 +25.184s DTRX INFO phy0.0: Clock indication: fn=2709917 (trx_if.c:138)
1779879979.312 +25.184s DL1C INFO TRX Clock Ind: elapsed_us=1047272, elapsed_fn=217, error_us=+45817 (scheduler_trx.c:566)
1779879979.312 +25.184s DL1C INFO GSM clock jitter: -45682us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879979.312 +25.184s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879979.843 +25.715s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879980.357 +26.229s DTRX INFO phy0.0: Clock indication: fn=2710133 (trx_if.c:138)
1779879980.357 +26.229s DL1C INFO TRX Clock Ind: elapsed_us=1045306, elapsed_fn=216, error_us=+48466 (scheduler_trx.c:566)
1779879980.357 +26.230s DL1C INFO GSM clock jitter: -48334us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879980.357 +26.230s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879981.407 +27.280s DTRX INFO phy0.0: Clock indication: fn=2710350 (trx_if.c:138)
1779879981.407 +27.280s DL1C INFO TRX Clock Ind: elapsed_us=1050302, elapsed_fn=217, error_us=+48847 (scheduler_trx.c:566)
1779879981.407 +27.280s DL1C INFO GSM clock jitter: -48616us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879981.407 +27.280s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879982.461 +28.334s DTRX INFO phy0.0: Clock indication: fn=2710567 (trx_if.c:138)
1779879982.461 +28.334s DL1C INFO TRX Clock Ind: elapsed_us=1053893, elapsed_fn=217, error_us=+52438 (scheduler_trx.c:566)
1779879982.461 +28.334s DL1C INFO GSM clock jitter: -52254us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879982.461 +28.334s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879982.872 +28.745s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879983.513 +29.386s DTRX INFO phy0.0: Clock indication: fn=2710784 (trx_if.c:138)
1779879983.513 +29.386s DL1C INFO TRX Clock Ind: elapsed_us=1052302, elapsed_fn=217, error_us=+50847 (scheduler_trx.c:566)
1779879983.513 +29.386s DL1C INFO GSM clock jitter: -50706us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879983.513 +29.386s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879984.565 +30.437s DTRX INFO phy0.0: Clock indication: fn=2711001 (trx_if.c:138)
1779879984.565 +30.437s DL1C INFO TRX Clock Ind: elapsed_us=1051394, elapsed_fn=217, error_us=+49939 (scheduler_trx.c:566)
1779879984.565 +30.437s DL1C INFO GSM clock jitter: -49688us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879984.565 +30.437s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879985.609 +31.482s DTRX INFO phy0.0: Clock indication: fn=2711217 (trx_if.c:138)
1779879985.609 +31.482s DL1C INFO TRX Clock Ind: elapsed_us=1044722, elapsed_fn=216, error_us=+47882 (scheduler_trx.c:566)
1779879985.609 +31.482s DL1C INFO GSM clock jitter: -47614us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879985.609 +31.482s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879985.900 +31.773s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879986.662 +32.534s DTRX INFO phy0.0: Clock indication: fn=2711434 (trx_if.c:138)
1779879986.662 +32.534s DL1C INFO TRX Clock Ind: elapsed_us=1052298, elapsed_fn=217, error_us=+50843 (scheduler_trx.c:566)
1779879986.662 +32.534s DL1C INFO GSM clock jitter: -50717us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879986.662 +32.534s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879987.706 +33.579s DTRX INFO phy0.0: Clock indication: fn=2711650 (trx_if.c:138)
1779879987.706 +33.579s DL1C INFO TRX Clock Ind: elapsed_us=1044572, elapsed_fn=216, error_us=+47732 (scheduler_trx.c:566)
1779879987.706 +33.579s DL1C INFO GSM clock jitter: -47477us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879987.706 +33.579s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879988.754 +34.626s DTRX INFO phy0.0: Clock indication: fn=2711867 (trx_if.c:138)
1779879988.754 +34.626s DL1C INFO TRX Clock Ind: elapsed_us=1047453, elapsed_fn=217, error_us=+45998 (scheduler_trx.c:566)
1779879988.754 +34.626s DL1C INFO GSM clock jitter: -45807us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879988.754 +34.626s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879988.925 +34.797s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879989.804 +35.677s DTRX INFO phy0.0: Clock indication: fn=2712083 (trx_if.c:138)
1779879989.804 +35.677s DL1C INFO TRX Clock Ind: elapsed_us=1050206, elapsed_fn=216, error_us=+53366 (scheduler_trx.c:566)
1779879989.804 +35.677s DL1C INFO GSM clock jitter: -53234us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879989.804 +35.677s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879990.846 +36.719s DTRX INFO phy0.0: Clock indication: fn=2712300 (trx_if.c:138)
1779879990.846 +36.719s DL1C INFO TRX Clock Ind: elapsed_us=1041951, elapsed_fn=217, error_us=+40496 (scheduler_trx.c:566)
1779879990.846 +36.719s DL1C INFO GSM clock jitter: -40344us (elapsed_fn=-8) (scheduler_trx.c:585)
1779879990.846 +36.719s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879991.895 +37.768s DTRX INFO phy0.0: Clock indication: fn=2712517 (trx_if.c:138)
1779879991.895 +37.768s DL1C INFO TRX Clock Ind: elapsed_us=1049242, elapsed_fn=217, error_us=+47787 (scheduler_trx.c:566)
1779879991.895 +37.768s DL1C INFO GSM clock jitter: -47551us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879991.895 +37.768s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879991.946 +37.819s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879992.943 +38.816s DTRX INFO phy0.0: Clock indication: fn=2712733 (trx_if.c:138)
1779879992.943 +38.816s DL1C INFO TRX Clock Ind: elapsed_us=1048198, elapsed_fn=216, error_us=+51358 (scheduler_trx.c:566)
1779879992.943 +38.816s DL1C INFO GSM clock jitter: -51128us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879992.943 +38.816s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879993.989 +39.861s DTRX INFO phy0.0: Clock indication: fn=2712950 (trx_if.c:138)
1779879993.989 +39.862s DL1C INFO TRX Clock Ind: elapsed_us=1045451, elapsed_fn=217, error_us=+43996 (scheduler_trx.c:566)
1779879993.989 +39.862s DL1C INFO GSM clock jitter: -43869us (elapsed_fn=-9) (scheduler_trx.c:585)
1779879993.989 +39.862s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879994.921 +40.794s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879995.042 +40.915s DTRX INFO phy0.0: Clock indication: fn=2713166 (trx_if.c:138)
1779879995.042 +40.915s DL1C INFO TRX Clock Ind: elapsed_us=1053264, elapsed_fn=216, error_us=+56424 (scheduler_trx.c:566)
1779879995.042 +40.915s DL1C INFO GSM clock jitter: -56212us (elapsed_fn=-12) (scheduler_trx.c:585)
1779879995.042 +40.915s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879996.092 +41.965s DTRX INFO phy0.0: Clock indication: fn=2713383 (trx_if.c:138)
1779879996.092 +41.965s DL1C INFO TRX Clock Ind: elapsed_us=1050377, elapsed_fn=217, error_us=+48922 (scheduler_trx.c:566)
1779879996.092 +41.965s DL1C INFO GSM clock jitter: -48695us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879996.092 +41.965s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879997.135 +43.008s DTRX INFO phy0.0: Clock indication: fn=2713600 (trx_if.c:138)
1779879997.135 +43.008s DL1C INFO TRX Clock Ind: elapsed_us=1042843, elapsed_fn=217, error_us=+41388 (scheduler_trx.c:566)
1779879997.135 +43.008s DL1C INFO GSM clock jitter: -41263us (elapsed_fn=-8) (scheduler_trx.c:585)
1779879997.135 +43.008s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879997.948 +43.821s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779879998.184 +44.057s DTRX INFO phy0.0: Clock indication: fn=2713817 (trx_if.c:138)
1779879998.184 +44.057s DL1C INFO TRX Clock Ind: elapsed_us=1048640, elapsed_fn=217, error_us=+47185 (scheduler_trx.c:566)
1779879998.184 +44.057s DL1C INFO GSM clock jitter: -47034us (elapsed_fn=-10) (scheduler_trx.c:585)
1779879998.184 +44.057s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779879999.232 +45.105s DTRX INFO phy0.0: Clock indication: fn=2714033 (trx_if.c:138)
1779879999.232 +45.105s DL1C INFO TRX Clock Ind: elapsed_us=1048320, elapsed_fn=216, error_us=+51480 (scheduler_trx.c:566)
1779879999.232 +45.105s DL1C INFO GSM clock jitter: -51242us (elapsed_fn=-11) (scheduler_trx.c:585)
1779879999.232 +45.105s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880000.282 +46.155s DTRX INFO phy0.0: Clock indication: fn=2714250 (trx_if.c:138)
1779880000.282 +46.155s DL1C INFO TRX Clock Ind: elapsed_us=1050013, elapsed_fn=217, error_us=+48558 (scheduler_trx.c:566)
1779880000.282 +46.155s DL1C INFO GSM clock jitter: -48336us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880000.282 +46.155s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880000.975 +46.847s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880001.338 +47.211s DTRX INFO phy0.0: Clock indication: fn=2714467 (trx_if.c:138)
1779880001.338 +47.211s DL1C INFO TRX Clock Ind: elapsed_us=1055939, elapsed_fn=217, error_us=+54484 (scheduler_trx.c:566)
1779880001.338 +47.211s DL1C INFO GSM clock jitter: -54207us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880001.338 +47.211s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880002.389 +48.262s DTRX INFO phy0.0: Clock indication: fn=2714683 (trx_if.c:138)
1779880002.389 +48.262s DL1C INFO TRX Clock Ind: elapsed_us=1050952, elapsed_fn=216, error_us=+54112 (scheduler_trx.c:566)
1779880002.389 +48.262s DL1C INFO GSM clock jitter: -53829us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880002.389 +48.262s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880003.442 +49.315s DTRX INFO phy0.0: Clock indication: fn=2714900 (trx_if.c:138)
1779880003.442 +49.315s DL1C INFO TRX Clock Ind: elapsed_us=1053075, elapsed_fn=217, error_us=+51620 (scheduler_trx.c:566)
1779880003.442 +49.315s DL1C INFO GSM clock jitter: -51398us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880003.442 +49.315s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880004.015 +49.887s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880004.490 +50.363s DTRX INFO phy0.0: Clock indication: fn=2715116 (trx_if.c:138)
1779880004.490 +50.363s DL1C INFO TRX Clock Ind: elapsed_us=1048085, elapsed_fn=216, error_us=+51245 (scheduler_trx.c:566)
1779880004.490 +50.363s DL1C INFO GSM clock jitter: -50943us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880004.490 +50.363s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880005.533 +51.406s DTRX INFO phy0.0: Clock indication: fn=2715333 (trx_if.c:138)
1779880005.533 +51.406s DL1C INFO TRX Clock Ind: elapsed_us=1042859, elapsed_fn=217, error_us=+41404 (scheduler_trx.c:566)
1779880005.533 +51.406s DL1C INFO GSM clock jitter: -41270us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880005.533 +51.406s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880006.582 +52.454s DTRX INFO phy0.0: Clock indication: fn=2715550 (trx_if.c:138)
1779880006.582 +52.454s DL1C INFO TRX Clock Ind: elapsed_us=1048427, elapsed_fn=217, error_us=+46972 (scheduler_trx.c:566)
1779880006.582 +52.454s DL1C INFO GSM clock jitter: -46826us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880006.582 +52.454s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880007.034 +52.907s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880007.635 +53.507s DTRX INFO phy0.0: Clock indication: fn=118 (trx_if.c:138)
1779880007.635 +53.507s DL1C INFO TRX Clock Ind: elapsed_us=1053030, elapsed_fn=216, error_us=+56190 (scheduler_trx.c:566)
1779880007.635 +53.507s DL1C INFO GSM clock jitter: -55960us (elapsed_fn=-12) (scheduler_trx.c:585)
1779880007.635 +53.507s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880008.683 +54.556s DTRX INFO phy0.0: Clock indication: fn=335 (trx_if.c:138)
1779880008.683 +54.556s DL1C INFO TRX Clock Ind: elapsed_us=1048395, elapsed_fn=217, error_us=+46940 (scheduler_trx.c:566)
1779880008.683 +54.556s DL1C INFO GSM clock jitter: -46770us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880008.683 +54.556s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880009.730 +55.602s DTRX INFO phy0.0: Clock indication: fn=551 (trx_if.c:138)
1779880009.730 +55.602s DL1C INFO TRX Clock Ind: elapsed_us=1046601, elapsed_fn=216, error_us=+49761 (scheduler_trx.c:566)
1779880009.730 +55.602s DL1C INFO GSM clock jitter: -49638us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880009.730 +55.602s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880010.067 +55.939s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880010.780 +56.652s DTRX INFO phy0.0: Clock indication: fn=768 (trx_if.c:138)
1779880010.780 +56.653s DL1C INFO TRX Clock Ind: elapsed_us=1050230, elapsed_fn=217, error_us=+48775 (scheduler_trx.c:566)
1779880010.780 +56.653s DL1C INFO GSM clock jitter: -48617us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880010.780 +56.653s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880011.826 +57.699s DTRX INFO phy0.0: Clock indication: fn=985 (trx_if.c:138)
1779880011.826 +57.699s DL1C INFO TRX Clock Ind: elapsed_us=1046393, elapsed_fn=217, error_us=+44938 (scheduler_trx.c:566)
1779880011.826 +57.699s DL1C INFO GSM clock jitter: -44745us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880011.826 +57.699s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880012.877 +58.749s DTRX INFO phy0.0: Clock indication: fn=1202 (trx_if.c:138)
1779880012.877 +58.749s DL1C INFO TRX Clock Ind: elapsed_us=1050372, elapsed_fn=217, error_us=+48917 (scheduler_trx.c:566)
1779880012.877 +58.749s DL1C INFO GSM clock jitter: -48604us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880012.877 +58.749s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880013.089 +58.962s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880013.925 +59.797s DTRX INFO phy0.0: Clock indication: fn=1418 (trx_if.c:138)
1779880013.925 +59.797s DL1C INFO TRX Clock Ind: elapsed_us=1048092, elapsed_fn=216, error_us=+51252 (scheduler_trx.c:566)
1779880013.925 +59.797s DL1C INFO GSM clock jitter: -51110us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880013.925 +59.797s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880014.971 +60.843s DTRX INFO phy0.0: Clock indication: fn=1635 (trx_if.c:138)
1779880014.971 +60.843s DL1C INFO TRX Clock Ind: elapsed_us=1046018, elapsed_fn=217, error_us=+44563 (scheduler_trx.c:566)
1779880014.971 +60.843s DL1C INFO GSM clock jitter: -44258us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880014.971 +60.843s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880016.020 +61.893s DTRX INFO phy0.0: Clock indication: fn=1851 (trx_if.c:138)
1779880016.020 +61.893s DL1C INFO TRX Clock Ind: elapsed_us=1049444, elapsed_fn=216, error_us=+52604 (scheduler_trx.c:566)
1779880016.020 +61.893s DL1C INFO GSM clock jitter: -52342us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880016.020 +61.893s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880016.117 +61.990s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880017.068 +62.941s DTRX INFO phy0.0: Clock indication: fn=2068 (trx_if.c:138)
1779880017.068 +62.941s DL1C INFO TRX Clock Ind: elapsed_us=1048201, elapsed_fn=217, error_us=+46746 (scheduler_trx.c:566)
1779880017.068 +62.941s DL1C INFO GSM clock jitter: -46492us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880017.068 +62.941s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880018.117 +63.989s DTRX INFO phy0.0: Clock indication: fn=2284 (trx_if.c:138)
1779880018.117 +63.989s DL1C INFO TRX Clock Ind: elapsed_us=1048238, elapsed_fn=216, error_us=+51398 (scheduler_trx.c:566)
1779880018.117 +63.989s DL1C INFO GSM clock jitter: -51263us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880018.117 +63.989s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880019.095 +64.968s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880019.164 +65.037s DTRX INFO phy0.0: Clock indication: fn=2501 (trx_if.c:138)
1779880019.165 +65.037s DL1C INFO TRX Clock Ind: elapsed_us=1047845, elapsed_fn=217, error_us=+46390 (scheduler_trx.c:566)
1779880019.165 +65.037s DL1C INFO GSM clock jitter: -46271us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880019.165 +65.037s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880020.216 +66.089s DTRX INFO phy0.0: Clock indication: fn=2718 (trx_if.c:138)
1779880020.216 +66.089s DL1C INFO TRX Clock Ind: elapsed_us=1052033, elapsed_fn=217, error_us=+50578 (scheduler_trx.c:566)
1779880020.217 +66.089s DL1C INFO GSM clock jitter: -50441us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880020.217 +66.089s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880021.264 +67.137s DTRX INFO phy0.0: Clock indication: fn=2934 (trx_if.c:138)
1779880021.264 +67.137s DL1C INFO TRX Clock Ind: elapsed_us=1047869, elapsed_fn=216, error_us=+51029 (scheduler_trx.c:566)
1779880021.264 +67.137s DL1C INFO GSM clock jitter: -50898us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880021.264 +67.137s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880022.123 +67.996s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880022.314 +68.187s DTRX INFO phy0.0: Clock indication: fn=3151 (trx_if.c:138)
1779880022.314 +68.187s DL1C INFO TRX Clock Ind: elapsed_us=1049965, elapsed_fn=217, error_us=+48510 (scheduler_trx.c:566)
1779880022.314 +68.187s DL1C INFO GSM clock jitter: -48384us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880022.314 +68.187s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880023.359 +69.232s DTRX INFO phy0.0: Clock indication: fn=3368 (trx_if.c:138)
1779880023.359 +69.232s DL1C INFO TRX Clock Ind: elapsed_us=1044830, elapsed_fn=217, error_us=+43375 (scheduler_trx.c:566)
1779880023.359 +69.232s DL1C INFO GSM clock jitter: -43182us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880023.359 +69.232s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880024.406 +70.279s DTRX INFO phy0.0: Clock indication: fn=3584 (trx_if.c:138)
1779880024.406 +70.279s DL1C INFO TRX Clock Ind: elapsed_us=1046732, elapsed_fn=216, error_us=+49892 (scheduler_trx.c:566)
1779880024.406 +70.279s DL1C INFO GSM clock jitter: -49730us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880024.406 +70.279s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880025.145 +71.017s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880025.459 +71.331s DTRX INFO phy0.0: Clock indication: fn=3801 (trx_if.c:138)
1779880025.459 +71.331s DL1C INFO TRX Clock Ind: elapsed_us=1052727, elapsed_fn=217, error_us=+51272 (scheduler_trx.c:566)
1779880025.459 +71.331s DL1C INFO GSM clock jitter: -51126us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880025.459 +71.331s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880026.509 +72.381s DTRX INFO phy0.0: Clock indication: fn=4018 (trx_if.c:138)
1779880026.509 +72.381s DL1C INFO TRX Clock Ind: elapsed_us=1050156, elapsed_fn=217, error_us=+48701 (scheduler_trx.c:566)
1779880026.509 +72.381s DL1C INFO GSM clock jitter: -48551us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880026.509 +72.381s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880027.559 +73.432s DTRX INFO phy0.0: Clock indication: fn=4234 (trx_if.c:138)
1779880027.559 +73.432s DL1C INFO TRX Clock Ind: elapsed_us=1050231, elapsed_fn=216, error_us=+53391 (scheduler_trx.c:566)
1779880027.559 +73.432s DL1C INFO GSM clock jitter: -53161us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880027.559 +73.432s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880028.178 +74.050s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880028.611 +74.484s DTRX INFO phy0.0: Clock indication: fn=4451 (trx_if.c:138)
1779880028.611 +74.484s DL1C INFO TRX Clock Ind: elapsed_us=1052101, elapsed_fn=217, error_us=+50646 (scheduler_trx.c:566)
1779880028.611 +74.484s DL1C INFO GSM clock jitter: -50514us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880028.611 +74.484s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880029.661 +75.534s DTRX INFO phy0.0: Clock indication: fn=4668 (trx_if.c:138)
1779880029.662 +75.534s DL1C INFO TRX Clock Ind: elapsed_us=1050376, elapsed_fn=217, error_us=+48921 (scheduler_trx.c:566)
1779880029.662 +75.534s DL1C INFO GSM clock jitter: -48576us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880029.662 +75.534s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880030.712 +76.585s DTRX INFO phy0.0: Clock indication: fn=4884 (trx_if.c:138)
1779880030.712 +76.585s DL1C INFO TRX Clock Ind: elapsed_us=1050675, elapsed_fn=216, error_us=+53835 (scheduler_trx.c:566)
1779880030.712 +76.585s DL1C INFO GSM clock jitter: -53676us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880030.712 +76.585s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880031.211 +77.083s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880031.758 +77.630s DTRX INFO phy0.0: Clock indication: fn=5101 (trx_if.c:138)
1779880031.758 +77.631s DL1C INFO TRX Clock Ind: elapsed_us=1045677, elapsed_fn=217, error_us=+44222 (scheduler_trx.c:566)
1779880031.758 +77.631s DL1C INFO GSM clock jitter: -44057us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880031.758 +77.631s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880032.802 +78.674s DTRX INFO phy0.0: Clock indication: fn=5318 (trx_if.c:138)
1779880032.802 +78.674s DL1C INFO TRX Clock Ind: elapsed_us=1043887, elapsed_fn=217, error_us=+42432 (scheduler_trx.c:566)
1779880032.802 +78.674s DL1C INFO GSM clock jitter: -42122us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880032.802 +78.674s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880033.847 +79.720s DTRX INFO phy0.0: Clock indication: fn=5534 (trx_if.c:138)
1779880033.847 +79.720s DL1C INFO TRX Clock Ind: elapsed_us=1045627, elapsed_fn=216, error_us=+48787 (scheduler_trx.c:566)
1779880033.847 +79.720s DL1C INFO GSM clock jitter: -48640us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880033.847 +79.720s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880034.226 +80.099s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880034.897 +80.770s DTRX INFO phy0.0: Clock indication: fn=5751 (trx_if.c:138)
1779880034.897 +80.770s DL1C INFO TRX Clock Ind: elapsed_us=1049892, elapsed_fn=217, error_us=+48437 (scheduler_trx.c:566)
1779880034.897 +80.770s DL1C INFO GSM clock jitter: -48297us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880034.897 +80.770s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880035.944 +81.816s DTRX INFO phy0.0: Clock indication: fn=5968 (trx_if.c:138)
1779880035.944 +81.816s DL1C INFO TRX Clock Ind: elapsed_us=1046333, elapsed_fn=217, error_us=+44878 (scheduler_trx.c:566)
1779880035.944 +81.816s DL1C INFO GSM clock jitter: -44708us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880035.944 +81.816s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880036.989 +82.861s DTRX INFO phy0.0: Clock indication: fn=6184 (trx_if.c:138)
1779880036.989 +82.861s DL1C INFO TRX Clock Ind: elapsed_us=1045053, elapsed_fn=216, error_us=+48213 (scheduler_trx.c:566)
1779880036.989 +82.861s DL1C INFO GSM clock jitter: -48076us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880036.989 +82.861s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880037.247 +83.120s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880038.031 +83.904s DTRX INFO phy0.0: Clock indication: fn=6401 (trx_if.c:138)
1779880038.031 +83.904s DL1C INFO TRX Clock Ind: elapsed_us=1042395, elapsed_fn=217, error_us=+40940 (scheduler_trx.c:566)
1779880038.031 +83.904s DL1C INFO GSM clock jitter: -40802us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880038.031 +83.904s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880039.080 +84.952s DTRX INFO phy0.0: Clock indication: fn=6618 (trx_if.c:138)
1779880039.080 +84.952s DL1C INFO TRX Clock Ind: elapsed_us=1048620, elapsed_fn=217, error_us=+47165 (scheduler_trx.c:566)
1779880039.080 +84.952s DL1C INFO GSM clock jitter: -46864us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880039.080 +84.952s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880040.129 +86.002s DTRX INFO phy0.0: Clock indication: fn=6834 (trx_if.c:138)
1779880040.129 +86.002s DL1C INFO TRX Clock Ind: elapsed_us=1049593, elapsed_fn=216, error_us=+52753 (scheduler_trx.c:566)
1779880040.129 +86.002s DL1C INFO GSM clock jitter: -52613us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880040.129 +86.002s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880040.268 +86.141s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880041.180 +87.053s DTRX INFO phy0.0: Clock indication: fn=7051 (trx_if.c:138)
1779880041.180 +87.053s DL1C INFO TRX Clock Ind: elapsed_us=1051166, elapsed_fn=217, error_us=+49711 (scheduler_trx.c:566)
1779880041.180 +87.053s DL1C INFO GSM clock jitter: -49566us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880041.181 +87.053s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880042.229 +88.102s DTRX INFO phy0.0: Clock indication: fn=7267 (trx_if.c:138)
1779880042.229 +88.102s DL1C INFO TRX Clock Ind: elapsed_us=1048817, elapsed_fn=216, error_us=+51977 (scheduler_trx.c:566)
1779880042.229 +88.102s DL1C INFO GSM clock jitter: -51833us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880042.229 +88.102s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880043.249 +89.122s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880043.273 +89.146s DTRX INFO phy0.0: Clock indication: fn=7484 (trx_if.c:138)
1779880043.273 +89.146s DL1C INFO TRX Clock Ind: elapsed_us=1043670, elapsed_fn=217, error_us=+42215 (scheduler_trx.c:566)
1779880043.273 +89.146s DL1C INFO GSM clock jitter: -42066us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880043.273 +89.146s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880044.315 +90.188s DTRX INFO phy0.0: Clock indication: fn=7700 (trx_if.c:138)
1779880044.315 +90.188s DL1C INFO TRX Clock Ind: elapsed_us=1042510, elapsed_fn=216, error_us=+45670 (scheduler_trx.c:566)
1779880044.315 +90.188s DL1C INFO GSM clock jitter: -45462us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880044.315 +90.188s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880045.361 +91.234s DTRX INFO phy0.0: Clock indication: fn=7917 (trx_if.c:138)
1779880045.361 +91.234s DL1C INFO TRX Clock Ind: elapsed_us=1045760, elapsed_fn=217, error_us=+44305 (scheduler_trx.c:566)
1779880045.361 +91.234s DL1C INFO GSM clock jitter: -44067us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880045.361 +91.234s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880046.261 +92.134s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880046.407 +92.280s DTRX INFO phy0.0: Clock indication: fn=8133 (trx_if.c:138)
1779880046.407 +92.280s DL1C INFO TRX Clock Ind: elapsed_us=1046047, elapsed_fn=216, error_us=+49207 (scheduler_trx.c:566)
1779880046.407 +92.280s DL1C INFO GSM clock jitter: -49072us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880046.407 +92.280s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880047.454 +93.327s DTRX INFO phy0.0: Clock indication: fn=8350 (trx_if.c:138)
1779880047.454 +93.327s DL1C INFO TRX Clock Ind: elapsed_us=1047217, elapsed_fn=217, error_us=+45762 (scheduler_trx.c:566)
1779880047.454 +93.327s DL1C INFO GSM clock jitter: -45632us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880047.454 +93.327s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880048.503 +94.375s DTRX INFO phy0.0: Clock indication: fn=8566 (trx_if.c:138)
1779880048.503 +94.376s DL1C INFO TRX Clock Ind: elapsed_us=1048374, elapsed_fn=216, error_us=+51534 (scheduler_trx.c:566)
1779880048.503 +94.376s DL1C INFO GSM clock jitter: -51373us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880048.503 +94.376s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880049.288 +95.160s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880049.546 +95.418s DTRX INFO phy0.0: Clock indication: fn=8783 (trx_if.c:138)
1779880049.546 +95.418s DL1C INFO TRX Clock Ind: elapsed_us=1042928, elapsed_fn=217, error_us=+41473 (scheduler_trx.c:566)
1779880049.546 +95.418s DL1C INFO GSM clock jitter: -41334us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880049.546 +95.418s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880050.597 +96.470s DTRX INFO phy0.0: Clock indication: fn=8999 (trx_if.c:138)
1779880050.597 +96.470s DL1C INFO TRX Clock Ind: elapsed_us=1051557, elapsed_fn=216, error_us=+54717 (scheduler_trx.c:566)
1779880050.597 +96.470s DL1C INFO GSM clock jitter: -54584us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880050.597 +96.470s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880051.647 +97.519s DTRX INFO phy0.0: Clock indication: fn=9216 (trx_if.c:138)
1779880051.647 +97.519s DL1C INFO TRX Clock Ind: elapsed_us=1049286, elapsed_fn=217, error_us=+47831 (scheduler_trx.c:566)
1779880051.647 +97.519s DL1C INFO GSM clock jitter: -47669us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880051.647 +97.519s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880052.311 +98.184s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880052.697 +98.570s DTRX INFO phy0.0: Clock indication: fn=9432 (trx_if.c:138)
1779880052.697 +98.570s DL1C INFO TRX Clock Ind: elapsed_us=1050682, elapsed_fn=216, error_us=+53842 (scheduler_trx.c:566)
1779880052.697 +98.570s DL1C INFO GSM clock jitter: -53646us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880052.697 +98.570s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880053.751 +99.624s DTRX INFO phy0.0: Clock indication: fn=9649 (trx_if.c:138)
1779880053.751 +99.624s DL1C INFO TRX Clock Ind: elapsed_us=1053676, elapsed_fn=217, error_us=+52221 (scheduler_trx.c:566)
1779880053.751 +99.624s DL1C INFO GSM clock jitter: -52036us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880053.751 +99.624s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880054.801 +100.673s DTRX INFO phy0.0: Clock indication: fn=9866 (trx_if.c:138)
1779880054.801 +100.673s DL1C INFO TRX Clock Ind: elapsed_us=1049822, elapsed_fn=217, error_us=+48367 (scheduler_trx.c:566)
1779880054.801 +100.673s DL1C INFO GSM clock jitter: -48237us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880054.801 +100.673s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880055.345 +101.218s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880055.844 +101.716s DTRX INFO phy0.0: Clock indication: fn=10083 (trx_if.c:138)
1779880055.844 +101.716s DL1C INFO TRX Clock Ind: elapsed_us=1042833, elapsed_fn=217, error_us=+41378 (scheduler_trx.c:566)
1779880055.844 +101.716s DL1C INFO GSM clock jitter: -41243us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880055.844 +101.716s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880056.889 +102.761s DTRX INFO phy0.0: Clock indication: fn=10299 (trx_if.c:138)
1779880056.889 +102.761s DL1C INFO TRX Clock Ind: elapsed_us=1045110, elapsed_fn=216, error_us=+48270 (scheduler_trx.c:566)
1779880056.889 +102.761s DL1C INFO GSM clock jitter: -48145us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880056.889 +102.761s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880057.932 +103.804s DTRX INFO phy0.0: Clock indication: fn=10516 (trx_if.c:138)
1779880057.932 +103.804s DL1C INFO TRX Clock Ind: elapsed_us=1043069, elapsed_fn=217, error_us=+41614 (scheduler_trx.c:566)
1779880057.932 +103.804s DL1C INFO GSM clock jitter: -41480us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880057.932 +103.804s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880058.357 +104.229s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880058.984 +104.856s DTRX INFO phy0.0: Clock indication: fn=10733 (trx_if.c:138)
1779880058.984 +104.856s DL1C INFO TRX Clock Ind: elapsed_us=1051860, elapsed_fn=217, error_us=+50405 (scheduler_trx.c:566)
1779880058.984 +104.856s DL1C INFO GSM clock jitter: -50165us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880058.984 +104.856s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880060.025 +105.898s DTRX INFO phy0.0: Clock indication: fn=10949 (trx_if.c:138)
1779880060.025 +105.898s DL1C INFO TRX Clock Ind: elapsed_us=1041799, elapsed_fn=216, error_us=+44959 (scheduler_trx.c:566)
1779880060.025 +105.898s DL1C INFO GSM clock jitter: -44822us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880060.025 +105.898s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880061.073 +106.946s DTRX INFO phy0.0: Clock indication: fn=11166 (trx_if.c:138)
1779880061.073 +106.946s DL1C INFO TRX Clock Ind: elapsed_us=1047768, elapsed_fn=217, error_us=+46313 (scheduler_trx.c:566)
1779880061.073 +106.946s DL1C INFO GSM clock jitter: -46187us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880061.073 +106.946s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880061.378 +107.251s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880062.122 +107.994s DTRX INFO phy0.0: Clock indication: fn=11383 (trx_if.c:138)
1779880062.122 +107.994s DL1C INFO TRX Clock Ind: elapsed_us=1048612, elapsed_fn=217, error_us=+47157 (scheduler_trx.c:566)
1779880062.122 +107.994s DL1C INFO GSM clock jitter: -46932us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880062.122 +107.994s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880063.164 +109.037s DTRX INFO phy0.0: Clock indication: fn=11599 (trx_if.c:138)
1779880063.165 +109.037s DL1C INFO TRX Clock Ind: elapsed_us=1042586, elapsed_fn=216, error_us=+45746 (scheduler_trx.c:566)
1779880063.165 +109.037s DL1C INFO GSM clock jitter: -45556us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880063.165 +109.037s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880064.217 +110.090s DTRX INFO phy0.0: Clock indication: fn=11816 (trx_if.c:138)
1779880064.217 +110.090s DL1C INFO TRX Clock Ind: elapsed_us=1052649, elapsed_fn=217, error_us=+51194 (scheduler_trx.c:566)
1779880064.217 +110.090s DL1C INFO GSM clock jitter: -50975us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880064.217 +110.090s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880064.402 +110.275s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880065.266 +111.139s DTRX INFO phy0.0: Clock indication: fn=12033 (trx_if.c:138)
1779880065.267 +111.139s DL1C INFO TRX Clock Ind: elapsed_us=1049414, elapsed_fn=217, error_us=+47959 (scheduler_trx.c:566)
1779880065.267 +111.139s DL1C INFO GSM clock jitter: -47705us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880065.267 +111.139s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880066.310 +112.183s DTRX INFO phy0.0: Clock indication: fn=12249 (trx_if.c:138)
1779880066.310 +112.183s DL1C INFO TRX Clock Ind: elapsed_us=1043826, elapsed_fn=216, error_us=+46986 (scheduler_trx.c:566)
1779880066.310 +112.183s DL1C INFO GSM clock jitter: -46830us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880066.310 +112.183s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880067.359 +113.232s DTRX INFO phy0.0: Clock indication: fn=12466 (trx_if.c:138)
1779880067.359 +113.232s DL1C INFO TRX Clock Ind: elapsed_us=1048856, elapsed_fn=217, error_us=+47401 (scheduler_trx.c:566)
1779880067.359 +113.232s DL1C INFO GSM clock jitter: -47203us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880067.359 +113.232s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880067.424 +113.297s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880068.412 +114.285s DTRX INFO phy0.0: Clock indication: fn=12683 (trx_if.c:138)
1779880068.412 +114.285s DL1C INFO TRX Clock Ind: elapsed_us=1053286, elapsed_fn=217, error_us=+51831 (scheduler_trx.c:566)
1779880068.412 +114.285s DL1C INFO GSM clock jitter: -51586us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880068.412 +114.285s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880069.460 +115.333s DTRX INFO phy0.0: Clock indication: fn=12899 (trx_if.c:138)
1779880069.460 +115.333s DL1C INFO TRX Clock Ind: elapsed_us=1047493, elapsed_fn=216, error_us=+50653 (scheduler_trx.c:566)
1779880069.460 +115.333s DL1C INFO GSM clock jitter: -50521us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880069.460 +115.333s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880070.406 +116.279s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880070.509 +116.381s DTRX INFO phy0.0: Clock indication: fn=13116 (trx_if.c:138)
1779880070.509 +116.381s DL1C INFO TRX Clock Ind: elapsed_us=1048909, elapsed_fn=217, error_us=+47454 (scheduler_trx.c:566)
1779880070.509 +116.381s DL1C INFO GSM clock jitter: -47218us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880070.509 +116.381s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880071.554 +117.426s DTRX INFO phy0.0: Clock indication: fn=13333 (trx_if.c:138)
1779880071.554 +117.426s DL1C INFO TRX Clock Ind: elapsed_us=1044894, elapsed_fn=217, error_us=+43439 (scheduler_trx.c:566)
1779880071.554 +117.426s DL1C INFO GSM clock jitter: -43223us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880071.554 +117.426s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880072.606 +118.479s DTRX INFO phy0.0: Clock indication: fn=13549 (trx_if.c:138)
1779880072.606 +118.479s DL1C INFO TRX Clock Ind: elapsed_us=1052716, elapsed_fn=216, error_us=+55876 (scheduler_trx.c:566)
1779880072.606 +118.479s DL1C INFO GSM clock jitter: -55731us (elapsed_fn=-12) (scheduler_trx.c:585)
1779880072.606 +118.479s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880073.433 +119.305s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880073.654 +119.526s DTRX INFO phy0.0: Clock indication: fn=13766 (trx_if.c:138)
1779880073.654 +119.526s DL1C INFO TRX Clock Ind: elapsed_us=1047125, elapsed_fn=217, error_us=+45670 (scheduler_trx.c:566)
1779880073.654 +119.526s DL1C INFO GSM clock jitter: -45435us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880073.654 +119.526s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880074.706 +120.578s DTRX INFO phy0.0: Clock indication: fn=13982 (trx_if.c:138)
1779880074.706 +120.578s DL1C INFO TRX Clock Ind: elapsed_us=1052083, elapsed_fn=216, error_us=+55243 (scheduler_trx.c:566)
1779880074.706 +120.578s DL1C INFO GSM clock jitter: -55107us (elapsed_fn=-11) (scheduler_trx.c:585)
1779880074.706 +120.578s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880075.752 +121.624s DTRX INFO phy0.0: Clock indication: fn=14199 (trx_if.c:138)
1779880075.752 +121.624s DL1C INFO TRX Clock Ind: elapsed_us=1046167, elapsed_fn=217, error_us=+44712 (scheduler_trx.c:566)
1779880075.752 +121.625s DL1C INFO GSM clock jitter: -44442us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880075.752 +121.625s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880076.458 +122.331s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880076.796 +122.668s DTRX INFO phy0.0: Clock indication: fn=14416 (trx_if.c:138)
1779880076.796 +122.669s DL1C INFO TRX Clock Ind: elapsed_us=1043976, elapsed_fn=217, error_us=+42521 (scheduler_trx.c:566)
1779880076.796 +122.669s DL1C INFO GSM clock jitter: -42344us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880076.796 +122.669s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880077.842 +123.715s DTRX INFO phy0.0: Clock indication: fn=14632 (trx_if.c:138)
1779880077.842 +123.715s DL1C INFO TRX Clock Ind: elapsed_us=1046466, elapsed_fn=216, error_us=+49626 (scheduler_trx.c:566)
1779880077.842 +123.715s DL1C INFO GSM clock jitter: -49353us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880077.842 +123.715s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880078.886 +124.759s DTRX INFO phy0.0: Clock indication: fn=14849 (trx_if.c:138)
1779880078.886 +124.759s DL1C INFO TRX Clock Ind: elapsed_us=1043689, elapsed_fn=217, error_us=+42234 (scheduler_trx.c:566)
1779880078.886 +124.759s DL1C INFO GSM clock jitter: -42070us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880078.886 +124.759s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880079.472 +125.345s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880079.934 +125.806s DTRX INFO phy0.0: Clock indication: fn=15065 (trx_if.c:138)
1779880079.934 +125.807s DL1C INFO TRX Clock Ind: elapsed_us=1047874, elapsed_fn=216, error_us=+51034 (scheduler_trx.c:566)
1779880079.934 +125.807s DL1C INFO GSM clock jitter: -50870us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880079.934 +125.807s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880080.981 +126.853s DTRX INFO phy0.0: Clock indication: fn=15282 (trx_if.c:138)
1779880080.981 +126.854s DL1C INFO TRX Clock Ind: elapsed_us=1047061, elapsed_fn=217, error_us=+45606 (scheduler_trx.c:566)
1779880080.981 +126.854s DL1C INFO GSM clock jitter: -45467us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880080.981 +126.854s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880082.027 +127.900s DTRX INFO phy0.0: Clock indication: fn=15499 (trx_if.c:138)
1779880082.027 +127.900s DL1C INFO TRX Clock Ind: elapsed_us=1046465, elapsed_fn=217, error_us=+45010 (scheduler_trx.c:566)
1779880082.027 +127.900s DL1C INFO GSM clock jitter: -44840us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880082.027 +127.900s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880082.494 +128.366s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880083.071 +128.944s DTRX INFO phy0.0: Clock indication: fn=15715 (trx_if.c:138)
1779880083.071 +128.944s DL1C INFO TRX Clock Ind: elapsed_us=1043875, elapsed_fn=216, error_us=+47035 (scheduler_trx.c:566)
1779880083.071 +128.944s DL1C INFO GSM clock jitter: -46786us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880083.071 +128.944s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880084.116 +129.989s DTRX INFO phy0.0: Clock indication: fn=15932 (trx_if.c:138)
1779880084.116 +129.989s DL1C INFO TRX Clock Ind: elapsed_us=1044914, elapsed_fn=217, error_us=+43459 (scheduler_trx.c:566)
1779880084.116 +129.989s DL1C INFO GSM clock jitter: -43317us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880084.116 +129.989s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880085.159 +131.031s DTRX INFO phy0.0: Clock indication: fn=16148 (trx_if.c:138)
1779880085.159 +131.031s DL1C INFO TRX Clock Ind: elapsed_us=1042584, elapsed_fn=216, error_us=+45744 (scheduler_trx.c:566)
1779880085.159 +131.031s DL1C INFO GSM clock jitter: -45571us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880085.159 +131.031s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880085.510 +131.382s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880086.201 +132.074s DTRX INFO phy0.0: Clock indication: fn=16365 (trx_if.c:138)
1779880086.201 +132.074s DL1C INFO TRX Clock Ind: elapsed_us=1042419, elapsed_fn=217, error_us=+40964 (scheduler_trx.c:566)
1779880086.201 +132.074s DL1C INFO GSM clock jitter: -40808us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880086.201 +132.074s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880087.246 +133.119s DTRX INFO phy0.0: Clock indication: fn=16581 (trx_if.c:138)
1779880087.246 +133.119s DL1C INFO TRX Clock Ind: elapsed_us=1044776, elapsed_fn=216, error_us=+47936 (scheduler_trx.c:566)
1779880087.246 +133.119s DL1C INFO GSM clock jitter: -47799us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880087.246 +133.119s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880088.296 +134.169s DTRX INFO phy0.0: Clock indication: fn=16798 (trx_if.c:138)
1779880088.296 +134.169s DL1C INFO TRX Clock Ind: elapsed_us=1050316, elapsed_fn=217, error_us=+48861 (scheduler_trx.c:566)
1779880088.296 +134.169s DL1C INFO GSM clock jitter: -48704us (elapsed_fn=-10) (scheduler_trx.c:585)
1779880088.296 +134.169s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880088.527 +134.400s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779880089.343 +135.216s DTRX INFO phy0.0: Clock indication: fn=17015 (trx_if.c:138)
1779880089.343 +135.216s DL1C INFO TRX Clock Ind: elapsed_us=1047132, elapsed_fn=217, error_us=+45677 (scheduler_trx.c:566)
1779880089.343 +135.216s DL1C INFO GSM clock jitter: -45544us (elapsed_fn=-9) (scheduler_trx.c:585)
1779880089.343 +135.216s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779880090.386 +136.258s DTRX INFO phy0.0: Clock indication: fn=17232 (trx_if.c:138)
1779880090.386 +136.258s DL1C INFO TRX Clock Ind: elapsed_us=1042460, elapsed_fn=217, error_us=+41005 (scheduler_trx.c:566)
1779880090.386 +136.258s DL1C INFO GSM clock jitter: -40742us (elapsed_fn=-8) (scheduler_trx.c:585)
1779880090.386 +136.258s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)

env_boot.log (819 bytes, 10 lignes)
1779879951.214 +0.000s [MB] === calypso_machine_init START ===
1779879951.216 +0.003s [SOC] === calypso_soc_realize START ===
1779879951.218 +0.004s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779879951.246 +0.033s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779879951.247 +0.033s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779879951.247 +0.033s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779879951.247 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779879951.247 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779879951.248 +0.035s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779879951.248 +0.035s [SOC] === calypso_soc_realize DONE ===
fw-irda.log (0 bytes, 0 lignes)
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (1,400 bytes, 14 lignes)
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DCC <0006> gsm48_cc.c:62 init Call Control
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DRR <0001> gsm48_rr.c:7079 init Radio Ressource process
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DMM <0005> gsm48_mm.c:1480 init Mobility Management process
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DMM <0005> gsm48_mm.c:1197 Selecting PLMN SEARCH state, because no SIM.
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DMOB <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1779879954.138 +0.000s Wed May 27 11:05:54 2026 DLGLOBAL <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1779879955.267 +1.129s Layer2 socket failed
1779879955.267 +1.129s Copyright (C) 2010-2015 Andreas Eversberg, Sylvain Munaut, Holger Freyther, Harald Welte
1779879955.267 +1.129s Contributions by Alex Badea, Pablo Neira, Steve Markgraf and others
1779879955.267 +1.129s 
1779879955.267 +1.129s License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
1779879955.267 +1.129s This is free software: you are free to change and redistribute it.
1779879955.267 +1.129s There is NO WARRANTY, to the extent permitted by law.
1779879955.267 +1.129s 
osmocon.log (1,459 bytes, 7 lignes)
1779879953.219 +0.642s got 2 bytes from modem, data looks like: 3e 69  >i
1779879953.219 +0.643s Received ident ack from phone, sending parameter sequence
1779879953.219 +0.643s read_file(/opt/GSM/firmware/board/compal_e88/layer1.highram.bin): file_size=65236, hdr_len=0, dnload_len=65239
1779879953.219 +0.643s Received parameter ack from phone, starting download
1779879955.267 +2.690s Progress: 1%Progress: 3%Progress: 4%Progress: 6%Progress: 7%Progress: 9%Progress: 10%Progress: 12%Progress: 14%Progress: 15%Progress: 17%Progress: 18%Progress: 20%Progress: 21%Progress: 23%Progress: 25%Progress: 26%Progress: 28%Progress: 29%Progress: 31%Progress: 32%Progress: 34%Progress: 36%Progress: 37%Progress: 39%Progress: 40%Progress: 42%Progress: 43%Progress: 45%Progress: 47%Progress: 48%Progress: 50%Progress: 51%Progress: 53%Progress: 54%Progress: 56%Progress: 58%Progress: 59%Progress: 61%Progress: 62%Progress: 64%Progress: 65%Progress: 67%Progress: 69%Progress: 70%Progress: 72%Progress: 73%Progress: 75%Progress: 76%Progress: 78%Progress: 80%Progress: 81%Progress: 83%Progress: 84%Progress: 86%Progress: 87%Progress: 89%Progress: 91%Progress: 92%Progress: 94%Progress: 95%Progress: 97%Progress: 98%Progress: 100%Finished, sent 64 blocks in total
1779879955.267 +2.690s Received branch ack, your code is running now!
1779879955.267 +2.690s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
pc_hist.log (0 bytes, 0 lignes)
qemu_diag.log (92 bytes, 1 lignes)
20:1779879951.247 +0.033s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
qemu_full.log (34,477 bytes, 265 lignes)
1779879951.213 +0.000s char device redirected to /dev/pts/3 (label serial0)
1779879951.214 +0.000s char device redirected to /dev/pts/4 (label serial1)
1779879951.214 +0.000s [MB] === calypso_machine_init START ===
1779879951.216 +0.003s [SOC] === calypso_soc_realize START ===
1779879951.216 +0.003s [SOC] IRAM @ 0x00800000 (256 KiB) — NO alias at 0x00000000
1779879951.217 +0.003s [rxDone] PROBE installed @ 0x008302d4 (overlay prio=1, covers 4 bytes rxDoneFlag)
1779879951.217 +0.003s [SOC] UART modem: chardev → serial0
1779879951.217 +0.003s ### UART PATCH ACTIVE ###
1779879951.217 +0.003s [UART:modem] realize: chardev CONNECTED
1779879951.217 +0.003s [UART:modem] handlers installed, opaque=0x5aec12589930
1779879951.217 +0.003s [l1ctl-sock] listening on /tmp/qemu_l1ctl_disabled
1779879951.217 +0.003s ### UART PATCH ACTIVE ###
1779879951.217 +0.003s [UART:irda] realize: chardev CONNECTED
1779879951.217 +0.003s [UART:irda] handlers installed, opaque=0x5aec1258bde0
1779879951.217 +0.004s [calypso-trx] === Calypso hardware init ===
1779879951.217 +0.004s [sim] EF_IMSI loaded from /root/.osmocom/bb/mobile_group1.cfg: 001010001000001
1779879951.217 +0.004s [sim] Ki loaded from /root/.osmocom/bb/mobile_group1.cfg (16 bytes)
1779879951.218 +0.004s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779879951.246 +0.033s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779879951.247 +0.033s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
1779879951.247 +0.033s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779879951.247 +0.033s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779879951.247 +0.033s [c54x] BUILD-IDENT silicon-AR: AR0=0xff75 AR1=0x005f AR2=0x0813 AR3=0x0014 AR4=0x0003 AR5=0x0014 AR6=0x0000 AR7=0x0000
1779879951.247 +0.033s [c54x] BUILD-IDENT decoder-fixes: F1xx-FIRS-catch=REMOVED L3609-src-dst=FIXED F-AUDIT-v5=max-min-cmpl-rnd-roltc-fixed F2xx-ALU-block=ADDED-2026-05-25-night F3xx-INTR-mis-REMOVED-ADD-SUB-LD-ADDED 2026-05-25
1779879951.247 +0.033s [BSP] TRXD UDP listening on 0.0.0.0:6702
1779879951.247 +0.033s [BSP] d_rach offset: 0x023a (default macro — pinned 2026-05-07)
1779879951.247 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779879951.247 +0.033s [BSP] BSP drain timer armed: 5ms virtual period (VIRTUAL clock, drift-locked)
1779879951.247 +0.033s [BSP] init dsp=0x776b0b4dc010 daram_addr=0x3fb0 len=296
1779879951.247 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779879951.247 +0.033s [calypso-trx] === Hardware ready ===
1779879951.247 +0.033s [calypso-trx] CLK UDP → bridge 127.0.0.1:6700
1779879951.247 +0.033s [SOC] stub 'calypso.keypad' @ 0xfffe4800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.tmr6800' @ 0xfffe6800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.mmio_80xx' @ 0xfffe8000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.conf' @ 0xfffef000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.mmio_98xx' @ 0xffff9800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.dpll' @ 0xfffff000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.rhea' @ 0xfffff900 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.clkm' @ 0xfffffb00 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.mmio_fcxx' @ 0xfffffc00 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.dio' @ 0xffffff00 (0x100)
1779879951.248 +0.034s [pcb] async log queue armed (size=4096, drain thread started)
1779879951.248 +0.034s [pcb] init OK (locks armed, IRQ table copied (none — legacy))
1779879951.248 +0.035s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779879951.248 +0.035s [SOC] === calypso_soc_realize DONE ===
1779879951.248 +0.035s [MB] XRAM @ 0x01000000 (8 MiB)
1779879951.248 +0.035s [MB] Flash: registering pflash_cfi01 @ 0x00000000
1779879951.248 +0.035s [MB]   size=4 MiB, sector=64K, width=2 (16-bit)
1779879951.248 +0.035s [MB]   mfr=0x0089 (Intel), dev=0x0018 (28F320J3)
1779879951.248 +0.035s [MB]   drive=NONE (blank 0xFF)
1779879951.248 +0.035s [MB] Flash: pflash_cfi01 registered OK
1779879951.249 +0.035s [MB] Boot ROM @ 0x00000000 (64 bytes, exception vectors)
1779879951.249 +0.035s [MB] Firmware: '/opt/GSM/firmware/board/compal_e88/layer1.highram.elf'
1779879951.249 +0.035s [MB]   entry=0x00820000  size=92308 bytes
1779879951.249 +0.035s [MB] === Machine ready ===
1779879951.249 +0.035s [MB]   Flash:  0x00000000–0x003fffff (4 MiB pflash_cfi01)
1779879951.249 +0.035s [MB]   IRAM:   0x00800000–0x0083FFFF (256 KiB)
1779879951.249 +0.035s [MB]   XRAM:   0x01000000–0x017fffff (8 MiB)
1779879951.249 +0.035s [rxDone] #1 WR +0 size=4 val=0x0 (was 0x0) PC=0x0 vt=0
1779879951.251 +0.038s VNC server running on ::1:5900
1779879951.252 +0.039s [rxDone] #2 WR +0 size=4 val=0x0 (was 0x0) PC=0x820010 vt=6184
1779879951.254 +0.040s [INTH] MASK-W LO val=0xffff  full 0x00000000 → 0x0000ffff  bit6(SIM)=1 bit7(UART)=1 levels=0x00000000
1779879951.254 +0.040s [INTH] MASK-W HI val=0xffff  full 0x0000ffff → 0xffffffff
1779879951.254 +0.041s [INTH] MASK-W LO val=0xff7f  full 0xffffffff → 0xffffff7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.254 +0.041s [UART:modem] MDR1=0x07
1779879951.255 +0.041s [UART:modem] MDR1=0x00
1779879951.255 +0.041s [UART:modem] SCR=0x01
1779879951.255 +0.041s [INTH] MASK-W HI val=0xfffb  full 0xffffff7f → 0xfffbff7f
1779879951.255 +0.041s [UART:irda] MDR1=0x07
1779879951.255 +0.041s [UART:irda] MDR1=0x00
1779879951.255 +0.041s [UART:irda] SCR=0x01
1779879951.255 +0.042s [INTH] IRQ_NUM=18 (#1) levels=0x00040000 mask=0xfffbff7f
1779879951.255 +0.042s [UART:irda] IER=0x02 (RX=0 TX=1)
1779879951.256 +0.042s [UART:irda] IER=0x00 (RX=0 TX=0)
1779879951.256 +0.043s [INTH] MASK-W LO val=0xfd7f  full 0xfffbff7f → 0xfffbfd7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.256 +0.043s [INTH] MASK-W LO val=0xfd7b  full 0xfffbfd7f → 0xfffbfd7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.257 +0.043s [INTH] MASK-W LO val=0xfc7b  full 0xfffbfd7b → 0xfffbfc7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.258 +0.044s [INTH] MASK-W LO val=0xec7b  full 0xfffbfc7b → 0xfffbec7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.258 +0.044s [INTH] MASK-W HI val=0xfff9  full 0xfffbec7b → 0xfff9ec7b
1779879951.259 +0.045s [INTH] IRQ7 dispatch #1 (total=2) levels=0x00000080 mask=0xfff9ec7b
1779879951.259 +0.045s [INTH] IRQ_NUM=7 (#2) levels=0x00000080 mask=0xfff9ec7b
1779879951.260 +0.047s [INTH] IRQ7 dispatch #2 (total=3) levels=0x00000080 mask=0xfff9ec7b
1779879951.260 +0.047s [INTH] IRQ_NUM=7 (#3) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.047s [INTH] IRQ7 dispatch #3 (total=4) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.047s [INTH] IRQ_NUM=7 (#4) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.048s [INTH] IRQ7 dispatch #4 (total=5) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.048s [INTH] IRQ_NUM=7 (#5) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.048s [INTH] IRQ7 dispatch #5 (total=6) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.048s [INTH] IRQ_NUM=7 (#6) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.049s [INTH] IRQ7 dispatch #6 (total=7) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.049s [INTH] IRQ_NUM=7 (#7) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ7 dispatch #7 (total=8) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ_NUM=7 (#8) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ7 dispatch #8 (total=9) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ_NUM=7 (#9) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ7 dispatch #9 (total=10) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ_NUM=7 (#10) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ7 dispatch #10 (total=11) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ_NUM=7 (#11) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.050s [INTH] IRQ7 dispatch #11 (total=12) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.050s [INTH] IRQ_NUM=7 (#12) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ7 dispatch #12 (total=13) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ_NUM=7 (#13) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ7 dispatch #13 (total=14) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ_NUM=7 (#14) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #14 (total=15) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ_NUM=7 (#15) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #15 (total=16) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ_NUM=7 (#16) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #16 (total=17) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ_NUM=7 (#17) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ7 dispatch #17 (total=18) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ_NUM=7 (#18) levels=0x00000080 mask=0xfff9ec7b
1779879951.269 +0.055s [INTH] MASK-W LO val=0xec3b  full 0xfff9ec7b → 0xfff9ec3b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779879951.269 +0.055s [INTH] IRQ7 dispatch #18 (total=19) levels=0x00000080 mask=0xfff9ec3b
1779879951.269 +0.055s [INTH] IRQ_NUM=7 (#19) levels=0x00000080 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] CMDSTART → ATR delivered (synchronous)
1779879951.270 +0.057s [sim] ATR queued (4 bytes)
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=4 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=3 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=2 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.271 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.271 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779879951.271 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.271 +0.057s [sim] SIM_IT read=0x0010 rx_count=1 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.271 +0.057s [sim] IRQ lower  IT=0x0000 MASKIT=0x0000 rx_count=0
1779879951.271 +0.057s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.272 +0.059s [rxDone] #3 WR +0 size=4 val=0x0 (was 0x0) PC=0x8229b4 vt=17074480
1779879951.272 +0.059s [sim] IRQ lower  IT=0x0000 MASKIT=0xffed rx_count=0
1779879951.272 +0.059s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779879953.218 +2.005s [PTY-MODEM-RX] <<<RX 12 bytes (rx_count=0 free=8192): 3c 69 3c 69 3c 69 3c 69 3c 69 3c 69
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.219 +2.005s [PTY-MODEM-RX] <<<RX 11 bytes (rx_count=0 free=8192): 3c 70 00 00 00 04 00 00 00 00 00
1779879953.219 +2.005s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 00 00 00 00 a0 e3 4c 10 9f e5 4c 20 9f e5 02 00 51 e1 04 00 81 34 fc ff ff 3a 40 00 9f e5 d1 f0 21 e3 00 d0 a0 e1 01 0b 40 e2 d2 f0 21 e3 00 d0 a0 e1 01 0b 40 e2 d3 f0 ...
1779879953.219 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 04 00 10 80 bd e8 dc fe 82 00 ff 20 00 e2 07 10 a0 e3 00 00 a0 e3 dd 0b 00 ea 31 40 2d e9 64 30 9f e5 ff 40 00 e2 00 30 d3 e5 a4 03 a0 e1 00 00 53 e1 e9 ff ff 1b 3f 30 ...
1779879953.219 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 08 00 01 10 a0 e3 d4 ff ff eb 5c 50 9f e5 5c 30 9f e5 00 40 a0 e3 04 40 83 e5 05 10 a0 e1 0c 00 a0 e3 de 07 00 eb 04 20 a0 e1 04 30 a0 e1 04 10 a0 e1 0c 00 a0 e3 a9 07 ...
1779879953.220 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 0c 00 1e 20 a0 93 0a 00 00 ea 06 40 a0 e3 1c 30 a0 e3 1a 10 a0 e3 02 c0 a0 e3 46 20 a0 e3 04 00 00 ea 04 40 a0 e3 16 30 a0 e3 1a 10 a0 e3 04 c0 a0 e1 37 20 a0 e3 9c 01 ...
1779879953.220 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 10 00 04 10 a0 e1 f0 41 bd e8 b2 21 00 ea 0c 00 52 e3 39 00 00 1a b2 20 d4 e1 01 00 52 e3 08 80 84 e2 10 00 00 0a 04 00 00 3a 02 00 52 e3 18 00 00 0a 18 00 52 e3 30 00 ...
1779879953.220 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 14 00 00 20 83 e5 de fb ff eb 19 00 a0 e3 00 10 a0 e3 db fb ff eb 1d 00 a0 e3 fe fb ff eb 00 50 a0 e1 19 00 a0 e3 fb fb ff eb 05 10 a0 e1 00 20 a0 e1 20 00 9f e5 a7 20 ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 18 00 6c bf 82 00 9d bf 82 00 6e 02 00 00 88 13 00 00 04 e0 2d e5 14 10 9f e5 14 00 9f e5 ad 1f 00 eb 10 00 9f e5 10 10 9f e5 04 e0 9d e4 67 24 00 ea f8 bd 82 00 d1 bf ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 1c 00 02 00 50 e1 01 00 00 0a 01 00 52 e1 04 00 00 1a 09 00 dd e5 01 10 53 e5 01 10 00 e0 08 00 dd e5 03 00 00 ea 0b 00 dd e5 01 10 53 e5 01 10 00 e0 0a 00 dd e5 00 10 ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 20 00 01 80 88 e0 ba 12 d2 e1 01 80 48 e2 01 10 66 e0 08 80 61 e0 d3 30 d4 e1 b8 12 d2 e1 b4 22 d2 e1 05 30 63 e0 01 10 85 e0 c6 01 a0 e1 92 10 2c e0 00 20 e0 e3 07 10 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 24 00 00 80 fd e8 b0 20 d0 e1 00 00 9f e5 b1 1c 00 ea 38 d2 82 00 04 e0 2d e5 38 00 9f e5 38 10 9f e5 f7 ff ff eb 34 00 9f e5 34 10 9f e5 f4 ff ff eb 30 00 9f e5 30 10 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 28 00 1f 00 50 e3 1f 00 a0 23 00 01 8c e1 b2 00 c3 e0 01 00 53 e1 f6 ff ff 1a 05 3c e0 e3 00 20 e0 e3 b7 2f 43 e1 b5 2f 43 e1 00 20 a0 e3 bf 2f 43 e1 bd 2f 43 e1 5f 06 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 2c 00 70 80 bd 08 f4 22 9f e5 ff 10 a0 e3 b1 1f 42 e1 4b 2f a0 e3 b2 10 93 e1 00 00 51 e3 34 01 93 05 02 10 81 02 24 10 c3 05 01 00 80 02 51 00 00 0a 2a 21 d3 e5 00 00 ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 30 00 9c 1a 00 eb 97 00 a0 e3 05 10 a0 e1 dc f4 ff eb 64 00 a0 e3 30 40 bd e8 96 1a 00 ea ff 00 fe ff ff fe 00 00 10 30 9f e5 31 20 a0 e3 bf 2f 43 e1 01 20 a0 e3 bd 2f ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 34 00 02 00 a0 e3 09 00 00 ea 22 1c a0 e1 04 00 a0 e3 d7 ff ff eb ff 10 08 e2 03 00 a0 e3 d4 ff ff eb 02 00 a0 e3 ff 10 07 e2 d1 ff ff eb 05 00 a0 e3 06 10 a0 e1 01 50 ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 38 00 00 00 81 e1 03 00 d0 e1 18 30 84 e5 24 10 84 15 20 30 84 15 f0 80 bd 18 01 20 82 e2 02 28 a0 e1 22 28 a0 e1 05 00 52 e3 bc 21 c4 e1 21 00 00 9a 05 00 13 e1 0c 30 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 3c 00 00 00 56 e3 83 75 c2 e7 03 00 00 0a 05 00 a0 e1 00 10 a0 e3 f0 40 bd e8 cb ff ff ea 80 00 14 e3 03 00 00 0a 05 00 a0 e1 06 10 a0 e1 f0 40 bd e8 ba ff ff ea 20 00 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 40 00 88 d5 82 00 92 d5 82 00 9c d5 82 00 14 30 9f e5 ff 00 00 e2 03 30 80 e0 83 35 a0 e1 11 00 d3 e5 01 00 00 e2 1e ff 2f e1 ea ff 1f 00 31 40 2d e9 ef 18 00 eb ff 40 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 44 00 ff 50 01 e2 c3 ff ff eb 04 10 a0 e3 00 40 a0 e1 94 ff ff eb 00 50 c0 e5 04 00 a0 e1 30 40 bd e8 af ff ff ea f3 45 2d e9 00 40 0f e1 c0 30 84 e3 03 f0 21 e1 6c 09 ...
1779879953.223 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 48 00 20 4c c5 e5 59 01 00 ea 04 40 84 e2 04 50 84 e2 01 20 d5 e5 c8 05 9f e5 d4 10 d4 e1 ad 13 00 eb 04 20 d4 e5 8c 35 9f e5 48 2a c3 e5 01 20 d5 e5 49 2a c3 e5 4d 01 ...
1779879953.223 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 4c 00 08 00 a0 e1 be 01 00 eb a8 41 9f e5 07 10 a0 e1 0a 00 a0 e1 80 fd ff eb 01 30 a0 e3 4b 3a c4 e5 02 30 d5 e5 19 00 a0 e3 50 3a 84 e5 b9 fd ff eb 08 10 a0 e3 00 50 ...
1779879953.223 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 50 00 94 c0 9f e5 00 30 9c e5 02 28 a0 e1 0c 00 53 e1 30 40 2d e9 22 58 a0 e1 1d 00 00 0a 04 20 93 e5 00 40 93 e5 00 40 82 e5 04 20 84 e5 6c 20 9f e5 00 20 83 e5 68 20 ...
1779879953.224 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 54 00 d4 70 9f e5 06 90 a0 e1 27 00 00 ea 38 20 94 e5 b4 33 d4 e1 03 30 82 e0 3c 20 94 e5 03 30 62 e0 05 00 53 e3 04 00 00 ca 04 00 a0 e1 ac fb ff eb 1b 00 a0 e3 b7 fb ...
1779879953.224 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 58 00 b8 21 d2 e1 18 00 83 e5 1c 30 9f e5 01 10 41 e2 00 10 83 e5 b4 20 c3 e1 ce 0a 00 eb 00 00 a0 e3 04 f0 9d e4 50 5b 83 00 c8 fc 82 00 48 5b 83 00 30 40 2d e9 74 40 ...
1779879953.224 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 5c 00 ac 65 83 00 a4 65 83 00 5c 5b 83 00 0c 80 00 00 1c 30 9f e5 00 20 a0 e3 00 10 93 e5 04 e0 2d e5 02 30 a0 e1 0f 00 a0 e3 d4 f9 ff eb 04 e0 9d e4 ab f9 ff ea 80 05 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 60 00 b4 00 9f d5 04 10 a0 d1 17 30 a0 d3 8b 13 00 db 3c 30 94 e5 17 30 83 e2 3c 30 84 e5 b6 33 d4 e1 17 30 83 e2 b6 33 c4 e1 80 30 9f e5 28 60 83 e5 0c 10 8d e2 0f 20 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 64 00 94 40 9f e5 14 10 93 e5 04 00 a0 e1 02 10 81 e2 36 13 00 eb 07 00 94 e8 0c 30 84 e2 07 00 83 e8 03 00 a0 e1 01 10 a0 e3 e3 06 00 eb 02 00 55 e3 01 00 00 0a 63 09 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 68 00 00 20 62 b2 03 00 52 e1 05 00 00 aa be 30 d4 e1 00 00 53 e3 01 00 a0 13 4c 11 9f 15 00 20 a0 11 4a 00 00 1a 3c 41 9f e5 31 30 d4 e5 1d 00 53 e3 0d 30 a0 83 04 30 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 6c 00 1e ff 2f e1 7c fb 82 00 20 30 9f e5 6c 2a 93 e5 00 00 52 e3 18 00 9f 05 49 2a d3 05 48 3a d3 05 18 00 92 15 00 20 c0 05 01 30 c0 05 1e ff 2f e1 50 5b 83 00 7c fb ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 70 00 6f ff ff eb 14 00 9d e5 1a 10 a0 e3 0c 00 40 e2 f4 0a 00 eb d4 71 9f e5 04 30 97 e5 ff 40 00 e2 b0 11 d3 e1 b2 01 d3 e1 84 61 86 e0 ba 14 c6 e1 a0 01 a0 e1 55 03 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 74 00 50 10 a0 e3 d4 e6 ff eb 1d 30 dd e5 00 00 53 e3 05 00 00 0a 08 00 9d e5 0d 10 a0 e3 2b 0a 00 eb 03 00 00 e2 03 00 50 e3 07 00 00 ea 0e 20 dd e5 1c 30 dd e5 02 30 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 78 00 00 60 93 e5 52 0d 00 eb 00 40 50 e2 18 10 94 15 01 00 00 1a fb fc ff eb 00 10 a0 e1 02 29 a0 e3 99 3f a0 e3 b3 20 86 e1 00 20 a0 e3 02 30 83 e2 b3 20 86 e1 02 30 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 7c 00 02 00 13 e3 21 00 00 0a 14 30 dd e5 60 01 9f e5 00 00 53 e3 2a 4e 84 12 4d 4f 84 02 4c 0c 00 eb 00 60 50 e2 19 00 00 0a 06 00 84 e2 14 10 96 e5 21 20 a0 e3 01 30 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 80 00 07 30 d0 e5 01 30 83 e2 ff 30 03 e2 32 00 53 e3 07 30 c0 e5 33 30 43 82 07 30 c0 85 07 30 d0 e5 00 00 53 e3 1e ff 2f 11 08 30 d0 e5 01 30 83 e2 ff 30 03 e2 07 00 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 84 00 0d 00 00 ea 28 11 9f e5 28 31 9f e5 28 21 9f e5 09 00 00 ea 24 01 9f e5 30 40 bd e8 9b 04 00 ea 1c 11 9f e5 1c 31 9f e5 1c 21 9f e5 02 00 00 ea 18 11 9f e5 18 31 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 88 00 30 0a c4 e5 10 80 bd e8 50 5b 83 00 40 30 9f e5 30 2a d3 e5 64 10 a0 e3 91 02 02 e0 00 00 a0 e3 02 10 83 e0 02 20 83 e0 cc 10 d1 e5 76 20 82 e2 00 30 a0 e1 02 00 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 8c 00 7c ff ff eb ff 40 14 e2 fa ff ff 1a d6 5c 45 e2 d8 50 45 e2 05 18 a0 e1 00 00 a0 e3 41 18 a0 e1 63 de ff eb 00 00 a0 e3 f0 41 bd e8 8e df ff ea 71 02 00 00 d4 ea ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 90 00 7c 30 9d e5 03 00 58 e1 08 30 a0 a1 03 30 a0 b1 11 00 17 e3 06 60 63 e0 09 00 00 1a 03 00 00 ea 0a 00 55 e1 00 20 c5 95 01 50 85 e2 00 00 00 ea 20 20 a0 e3 01 60 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 94 00 01 80 88 e2 f9 ff ff ca 03 20 a0 e1 85 00 00 ea 00 60 92 e5 06 00 a0 e1 04 a0 82 e2 9c 00 00 eb 10 00 19 e3 07 00 00 1a 02 00 00 ea 04 00 58 e1 00 70 c8 95 01 80 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 98 00 03 00 82 e7 1e ff 2f e1 0c 10 00 00 60 0a 83 00 08 30 9f e5 08 20 9f e5 03 00 92 e7 1e ff 2f e1 0c 10 00 00 60 0a 83 00 30 40 2d e9 2c 40 9f e5 01 5a a0 e3 05 20 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 9c 00 23 00 00 0a 0e 02 11 e3 81 11 a0 01 08 30 a0 03 01 30 a0 13 01 02 51 e3 00 00 51 31 01 12 a0 31 03 32 a0 31 fa ff ff 3a 02 01 51 e3 00 00 51 31 81 10 a0 31 83 30 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a0 00 11 00 00 ea 00 00 a0 e1 04 30 91 e4 04 40 91 e4 04 50 91 e4 04 60 91 e4 04 70 91 e4 04 80 91 e4 04 e0 91 e4 0c f0 8f e0 00 00 a0 e1 00 00 a0 e1 04 30 80 e4 04 40 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a4 00 70 1a 83 00 04 30 9f e5 00 00 93 e5 1e ff 2f e1 70 1a 83 00 ff 10 00 e2 24 20 9f e5 01 10 81 e2 81 31 92 e7 00 00 a0 e3 81 21 82 e0 01 00 00 ea 00 30 93 e5 01 00 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a8 00 40 30 83 e3 03 f0 21 e1 20 71 9f e5 09 80 a0 e1 40 00 00 ea 00 30 97 e5 00 00 53 e3 0b 00 00 1a 41 0f a0 e3 08 11 9f e5 2b 01 00 eb 00 00 50 e3 05 00 00 0a 40 30 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 ac 00 b4 fa ff eb b8 30 9f e5 00 40 83 e5 a0 30 9f e5 00 20 93 e5 94 30 9f e5 22 22 a0 e1 00 30 93 e5 08 50 a0 e1 19 00 00 ea 05 40 84 e0 01 70 87 e2 06 00 57 e1 e6 ff ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b0 00 09 00 80 92 f6 ff ff 9a 02 2c 40 e2 d4 30 9f e5 02 28 a0 e1 22 08 53 e1 05 00 00 3a 7d 0d 80 e2 27 00 80 e2 80 08 a0 e1 20 08 a0 e1 ed 3f 80 e2 19 00 00 ea 01 3c ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b4 00 02 40 40 e5 24 44 a0 e1 01 40 40 e5 01 30 83 e2 02 00 53 e1 00 40 a0 e1 02 00 80 e2 f6 ff ff ba 00 00 5c e3 30 80 bd 08 b0 30 d1 e1 00 30 c4 e5 30 80 bd e8 10 40 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b8 00 20 30 9f e5 08 30 93 e5 ff 10 01 e2 b6 10 c3 e1 b0 12 d3 e1 07 20 02 e2 01 20 82 e1 b4 00 c3 e1 b0 22 c3 e1 1e ff 2f e1 c8 fc 82 00 f0 40 2d e9 ff 20 02 e2 ff 60 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 bc 00 73 20 73 65 63 74 6f 72 20 61 74 20 30 78 25 6c 78 0a 00 42 61 64 20 72 65 63 6f 72 64 20 61 74 20 30 78 25 6c 78 3a 20 6e 61 74 69 76 65 20 6c 65 6e 67 74 68 20 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c0 00 56 6f 6c 74 61 67 65 00 42 61 74 74 65 72 79 20 46 61 69 6c 75 72 65 00 0a 08 20 7f 28 c0 82 00 14 c4 82 00 00 00 00 00 02 01 01 00 00 00 02 01 06 01 00 80 80 80 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c4 00 03 07 00 ff 80 40 40 60 40 40 80 06 05 02 01 02 48 b0 00 00 00 00 06 00 11 00 19 00 23 00 2f 00 3a 00 45 00 4c 00 58 00 64 00 6c 00 76 00 7e 00 84 00 8a 00 96 00 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c8 00 c0 c0 c0 61 80 73 80 1e 00 0a 08 0b 01 00 fe c7 c3 c3 c7 fe c0 c0 c0 c0 c0 0c 0a 0b 01 00 1e 00 73 80 61 80 c0 c0 c0 c0 c0 c0 c0 c0 c6 c0 63 80 73 80 1e c0 0b 09 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 cc 00 00 00 18 18 18 18 00 00 18 00 08 08 08 00 00 66 66 66 00 00 00 00 00 08 08 08 00 00 66 66 ff 66 ff 66 66 00 08 08 08 00 00 18 3e 60 3c 06 7c 18 00 08 08 08 00 00 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d0 00 08 08 08 00 00 00 00 7c 66 66 7c 60 60 08 08 08 00 00 00 00 3e 66 66 3e 06 06 08 08 08 00 00 00 00 7c 66 60 60 60 00 08 08 08 00 00 00 00 3e 60 3c 06 7c 00 08 08 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d4 00 79 0a 00 54 53 50 20 41 43 54 20 65 6e 61 62 6c 65 3a 20 00 54 53 50 20 41 43 54 20 64 69 73 61 62 6c 65 3a 20 00 70 72 65 73 73 65 64 00 72 65 6c 65 61 73 65 64 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d8 00 64 2c 20 75 69 63 3d 30 78 25 30 32 78 29 0a 00 4c 31 43 54 4c 5f 44 41 54 41 5f 52 45 51 20 28 6c 69 6e 6b 5f 69 64 3d 30 78 25 30 32 78 29 0a 00 75 70 64 61 74 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 dc 00 00 00 00 00 98 e3 82 00 66 00 20 00 01 00 00 00 e4 e2 82 00 66 00 2f 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 98 e3 82 00 33 00 04 00 00 00 00 00 e4 e2 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e0 00 8c e8 82 00 0d 00 01 00 00 00 00 00 d4 e8 82 00 0d 00 02 00 00 00 00 00 8c e8 82 00 0d 00 03 00 00 00 00 00 d4 e8 82 00 0d 00 04 00 00 00 00 00 8c e8 82 00 0d 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e4 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 50 5c 82 00 00 02 00 00 fc ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 5c 82 00 00 03 00 00 fc ff 00 00 00 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e8 00 58 86 82 00 00 00 00 00 00 00 00 00 52 65 61 63 68 65 64 20 73 74 61 72 74 69 6e 67 20 74 69 6d 65 2c 20 61 6c 74 65 72 69 6e 67 20 66 72 65 71 75 65 6e 63 79 20 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 ec 00 30 78 25 6c 78 20 62 79 74 65 73 0a 00 46 6f 75 6e 64 20 54 49 46 46 53 20 61 63 74 69 76 65 20 69 6e 64 65 78 20 62 6c 6f 63 6b 20 61 74 20 30 78 25 6c 78 0a 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f0 00 75 03 80 00 29 02 80 00 52 02 80 00 7c 02 80 00 a5 02 80 00 d0 02 80 00 f8 02 80 00 22 03 80 00 75 03 80 00 29 02 80 00 52 02 80 00 7c 02 80 00 a5 02 80 00 d0 02 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f4 00 12 14 00 00 00 00 00 00 00 00 00 00 1f 1f 1f 02 00 00 00 00 00 00 00 1f 02 00 00 00 10 10 1a 1a 1a 00 00 12 00 00 00 00 00 00 00 00 1f 1f 1f 0b 00 00 00 00 00 00 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f8 00 18 0d 04 00 00 00 00 00 00 00 00 00 1f 1f 1f 0c 00 00 00 00 00 00 00 00 0d 0a 00 00 09 17 1f 18 18 0d 04 00 00 00 00 00 00 00 00 00 1f 1f 1f 11 00 00 00 00 00 00 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 fc 00 10 41 41 41 41 41 41 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 10 10 10 10 10 10 42 42 42 42 42 42 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 3 bytes (rx_count=0 free=8192): 3c 63 a2
1779879953.229 +2.015s [UART:modem] ROMLOAD STUB: checksum 0xa2 → ack
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 6 bytes (rx_count=0 free=8192): 3c 62 00 82 00 00
1779879953.229 +2.015s [UART:modem] ROMLOAD STUB: branch → ack — switching to sercomm passthrough
1779879954.116 +2.902s [PTY-MODEM-RX] <<<RX 18 bytes (rx_count=0 free=8192): 7e 05 03 0d 7d 20 7d 20 7d 20 01 7d 20 7d 20 7d 20 7e
1779879954.116 +2.902s [PTY-L1CTL] <<<RX 8 bytes (mobile→fw) mt=0x0d: 0d 00 00 00 01 00 00 00
1779879954.116 +2.902s [gate→fw-fifo] DLCI=5 CTRL=03 payload=8 bytes (rx_count_before=0)
1779879954.116 +2.902s [INTH] IRQ7 dispatch #19 (total=20) levels=0x00000080 mask=0xfff9ec3b
1779879954.116 +2.902s [INTH] IRQ_NUM=7 (#20) levels=0x00000080 mask=0xfff9ec3b
1779879954.116 +2.902s [UART-RBR-READ] #0 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=12
1779879954.116 +2.902s [UART-POP-PROBE] #1 byte=0x7e rx_count_after=11
1779879954.116 +2.902s [UART-RBR] pop=0x7e rx_count=11
1779879954.116 +2.903s [UART-RBR-READ] #1 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=11
1779879954.116 +2.903s [UART-POP-PROBE] #2 byte=0x05 rx_count_after=10
1779879954.116 +2.903s [UART-RBR] pop=0x05 rx_count=10
1779879954.116 +2.903s [UART-RBR-READ] #2 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=10
1779879954.116 +2.903s [UART-POP-PROBE] #3 byte=0x03 rx_count_after=9
1779879954.116 +2.903s [UART-RBR] pop=0x03 rx_count=9
1779879954.116 +2.903s [UART-RBR-READ] #3 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=9
1779879954.116 +2.903s [UART-POP-PROBE] #4 byte=0x0d rx_count_after=8
1779879954.116 +2.903s [UART-RBR] pop=0x0d rx_count=8
1779879954.116 +2.903s [UART-RBR-READ] #4 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=8
1779879954.116 +2.903s [UART-POP-PROBE] #5 byte=0x00 rx_count_after=7
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=7
1779879954.116 +2.903s [UART-RBR-READ] #5 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=7
1779879954.116 +2.903s [UART-POP-PROBE] #6 byte=0x00 rx_count_after=6
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=6
1779879954.116 +2.903s [UART-RBR-READ] #6 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=6
1779879954.116 +2.903s [UART-POP-PROBE] #7 byte=0x00 rx_count_after=5
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=5
1779879954.116 +2.903s [UART-RBR-READ] #7 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=5
1779879954.116 +2.903s [UART-POP-PROBE] #8 byte=0x01 rx_count_after=4
1779879954.116 +2.903s [UART-RBR] pop=0x01 rx_count=4
1779879954.116 +2.903s [UART-RBR-READ] #8 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=4
1779879954.116 +2.903s [UART-POP-PROBE] #9 byte=0x00 rx_count_after=3
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=3
1779879954.116 +2.903s [UART-RBR-READ] #9 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=3
1779879954.116 +2.903s [UART-POP-PROBE] #10 byte=0x00 rx_count_after=2
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=2
1779879954.116 +2.903s [UART-RBR-READ] #10 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=2
1779879954.116 +2.903s [UART-POP-PROBE] #11 byte=0x00 rx_count_after=1
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=1
1779879954.116 +2.903s [UART-RBR-READ] #11 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=1
1779879954.116 +2.903s [UART-POP-PROBE] #12 byte=0x7e rx_count_after=0
1779879954.116 +2.903s [UART-RBR] pop=0x7e rx_count=0
qemu_tail.log (34,477 bytes, 265 lignes)
1779879951.213 +0.000s char device redirected to /dev/pts/3 (label serial0)
1779879951.214 +0.000s char device redirected to /dev/pts/4 (label serial1)
1779879951.214 +0.000s [MB] === calypso_machine_init START ===
1779879951.216 +0.003s [SOC] === calypso_soc_realize START ===
1779879951.216 +0.003s [SOC] IRAM @ 0x00800000 (256 KiB) — NO alias at 0x00000000
1779879951.217 +0.003s [rxDone] PROBE installed @ 0x008302d4 (overlay prio=1, covers 4 bytes rxDoneFlag)
1779879951.217 +0.003s [SOC] UART modem: chardev → serial0
1779879951.217 +0.003s ### UART PATCH ACTIVE ###
1779879951.217 +0.003s [UART:modem] realize: chardev CONNECTED
1779879951.217 +0.003s [UART:modem] handlers installed, opaque=0x5aec12589930
1779879951.217 +0.003s [l1ctl-sock] listening on /tmp/qemu_l1ctl_disabled
1779879951.217 +0.003s ### UART PATCH ACTIVE ###
1779879951.217 +0.003s [UART:irda] realize: chardev CONNECTED
1779879951.217 +0.003s [UART:irda] handlers installed, opaque=0x5aec1258bde0
1779879951.217 +0.004s [calypso-trx] === Calypso hardware init ===
1779879951.217 +0.004s [sim] EF_IMSI loaded from /root/.osmocom/bb/mobile_group1.cfg: 001010001000001
1779879951.217 +0.004s [sim] Ki loaded from /root/.osmocom/bb/mobile_group1.cfg (16 bytes)
1779879951.218 +0.004s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779879951.246 +0.033s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779879951.247 +0.033s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
1779879951.247 +0.033s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779879951.247 +0.033s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779879951.247 +0.033s [c54x] BUILD-IDENT silicon-AR: AR0=0xff75 AR1=0x005f AR2=0x0813 AR3=0x0014 AR4=0x0003 AR5=0x0014 AR6=0x0000 AR7=0x0000
1779879951.247 +0.033s [c54x] BUILD-IDENT decoder-fixes: F1xx-FIRS-catch=REMOVED L3609-src-dst=FIXED F-AUDIT-v5=max-min-cmpl-rnd-roltc-fixed F2xx-ALU-block=ADDED-2026-05-25-night F3xx-INTR-mis-REMOVED-ADD-SUB-LD-ADDED 2026-05-25
1779879951.247 +0.033s [BSP] TRXD UDP listening on 0.0.0.0:6702
1779879951.247 +0.033s [BSP] d_rach offset: 0x023a (default macro — pinned 2026-05-07)
1779879951.247 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779879951.247 +0.033s [BSP] BSP drain timer armed: 5ms virtual period (VIRTUAL clock, drift-locked)
1779879951.247 +0.033s [BSP] init dsp=0x776b0b4dc010 daram_addr=0x3fb0 len=296
1779879951.247 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779879951.247 +0.033s [calypso-trx] === Hardware ready ===
1779879951.247 +0.033s [calypso-trx] CLK UDP → bridge 127.0.0.1:6700
1779879951.247 +0.033s [SOC] stub 'calypso.keypad' @ 0xfffe4800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.tmr6800' @ 0xfffe6800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.mmio_80xx' @ 0xfffe8000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.conf' @ 0xfffef000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.mmio_98xx' @ 0xffff9800 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.dpll' @ 0xfffff000 (0x100)
1779879951.247 +0.034s [SOC] stub 'calypso.rhea' @ 0xfffff900 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.clkm' @ 0xfffffb00 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.mmio_fcxx' @ 0xfffffc00 (0x100)
1779879951.248 +0.034s [SOC] stub 'calypso.dio' @ 0xffffff00 (0x100)
1779879951.248 +0.034s [pcb] async log queue armed (size=4096, drain thread started)
1779879951.248 +0.034s [pcb] init OK (locks armed, IRQ table copied (none — legacy))
1779879951.248 +0.035s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779879951.248 +0.035s [SOC] === calypso_soc_realize DONE ===
1779879951.248 +0.035s [MB] XRAM @ 0x01000000 (8 MiB)
1779879951.248 +0.035s [MB] Flash: registering pflash_cfi01 @ 0x00000000
1779879951.248 +0.035s [MB]   size=4 MiB, sector=64K, width=2 (16-bit)
1779879951.248 +0.035s [MB]   mfr=0x0089 (Intel), dev=0x0018 (28F320J3)
1779879951.248 +0.035s [MB]   drive=NONE (blank 0xFF)
1779879951.248 +0.035s [MB] Flash: pflash_cfi01 registered OK
1779879951.249 +0.035s [MB] Boot ROM @ 0x00000000 (64 bytes, exception vectors)
1779879951.249 +0.035s [MB] Firmware: '/opt/GSM/firmware/board/compal_e88/layer1.highram.elf'
1779879951.249 +0.035s [MB]   entry=0x00820000  size=92308 bytes
1779879951.249 +0.035s [MB] === Machine ready ===
1779879951.249 +0.035s [MB]   Flash:  0x00000000–0x003fffff (4 MiB pflash_cfi01)
1779879951.249 +0.035s [MB]   IRAM:   0x00800000–0x0083FFFF (256 KiB)
1779879951.249 +0.035s [MB]   XRAM:   0x01000000–0x017fffff (8 MiB)
1779879951.249 +0.035s [rxDone] #1 WR +0 size=4 val=0x0 (was 0x0) PC=0x0 vt=0
1779879951.251 +0.038s VNC server running on ::1:5900
1779879951.252 +0.039s [rxDone] #2 WR +0 size=4 val=0x0 (was 0x0) PC=0x820010 vt=6184
1779879951.254 +0.040s [INTH] MASK-W LO val=0xffff  full 0x00000000 → 0x0000ffff  bit6(SIM)=1 bit7(UART)=1 levels=0x00000000
1779879951.254 +0.040s [INTH] MASK-W HI val=0xffff  full 0x0000ffff → 0xffffffff
1779879951.254 +0.041s [INTH] MASK-W LO val=0xff7f  full 0xffffffff → 0xffffff7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.254 +0.041s [UART:modem] MDR1=0x07
1779879951.255 +0.041s [UART:modem] MDR1=0x00
1779879951.255 +0.041s [UART:modem] SCR=0x01
1779879951.255 +0.041s [INTH] MASK-W HI val=0xfffb  full 0xffffff7f → 0xfffbff7f
1779879951.255 +0.041s [UART:irda] MDR1=0x07
1779879951.255 +0.041s [UART:irda] MDR1=0x00
1779879951.255 +0.041s [UART:irda] SCR=0x01
1779879951.255 +0.042s [INTH] IRQ_NUM=18 (#1) levels=0x00040000 mask=0xfffbff7f
1779879951.255 +0.042s [UART:irda] IER=0x02 (RX=0 TX=1)
1779879951.256 +0.042s [UART:irda] IER=0x00 (RX=0 TX=0)
1779879951.256 +0.043s [INTH] MASK-W LO val=0xfd7f  full 0xfffbff7f → 0xfffbfd7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.256 +0.043s [INTH] MASK-W LO val=0xfd7b  full 0xfffbfd7f → 0xfffbfd7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.257 +0.043s [INTH] MASK-W LO val=0xfc7b  full 0xfffbfd7b → 0xfffbfc7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.258 +0.044s [INTH] MASK-W LO val=0xec7b  full 0xfffbfc7b → 0xfffbec7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779879951.258 +0.044s [INTH] MASK-W HI val=0xfff9  full 0xfffbec7b → 0xfff9ec7b
1779879951.259 +0.045s [INTH] IRQ7 dispatch #1 (total=2) levels=0x00000080 mask=0xfff9ec7b
1779879951.259 +0.045s [INTH] IRQ_NUM=7 (#2) levels=0x00000080 mask=0xfff9ec7b
1779879951.260 +0.047s [INTH] IRQ7 dispatch #2 (total=3) levels=0x00000080 mask=0xfff9ec7b
1779879951.260 +0.047s [INTH] IRQ_NUM=7 (#3) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.047s [INTH] IRQ7 dispatch #3 (total=4) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.047s [INTH] IRQ_NUM=7 (#4) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.048s [INTH] IRQ7 dispatch #4 (total=5) levels=0x00000080 mask=0xfff9ec7b
1779879951.261 +0.048s [INTH] IRQ_NUM=7 (#5) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.048s [INTH] IRQ7 dispatch #5 (total=6) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.048s [INTH] IRQ_NUM=7 (#6) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.049s [INTH] IRQ7 dispatch #6 (total=7) levels=0x00000080 mask=0xfff9ec7b
1779879951.262 +0.049s [INTH] IRQ_NUM=7 (#7) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ7 dispatch #7 (total=8) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ_NUM=7 (#8) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ7 dispatch #8 (total=9) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.049s [INTH] IRQ_NUM=7 (#9) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ7 dispatch #9 (total=10) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ_NUM=7 (#10) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ7 dispatch #10 (total=11) levels=0x00000080 mask=0xfff9ec7b
1779879951.263 +0.050s [INTH] IRQ_NUM=7 (#11) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.050s [INTH] IRQ7 dispatch #11 (total=12) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.050s [INTH] IRQ_NUM=7 (#12) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ7 dispatch #12 (total=13) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ_NUM=7 (#13) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ7 dispatch #13 (total=14) levels=0x00000080 mask=0xfff9ec7b
1779879951.264 +0.051s [INTH] IRQ_NUM=7 (#14) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #14 (total=15) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ_NUM=7 (#15) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #15 (total=16) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ_NUM=7 (#16) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.051s [INTH] IRQ7 dispatch #16 (total=17) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ_NUM=7 (#17) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ7 dispatch #17 (total=18) levels=0x00000080 mask=0xfff9ec7b
1779879951.265 +0.052s [INTH] IRQ_NUM=7 (#18) levels=0x00000080 mask=0xfff9ec7b
1779879951.269 +0.055s [INTH] MASK-W LO val=0xec3b  full 0xfff9ec7b → 0xfff9ec3b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779879951.269 +0.055s [INTH] IRQ7 dispatch #18 (total=19) levels=0x00000080 mask=0xfff9ec3b
1779879951.269 +0.055s [INTH] IRQ_NUM=7 (#19) levels=0x00000080 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] CMDSTART → ATR delivered (synchronous)
1779879951.270 +0.057s [sim] ATR queued (4 bytes)
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=4 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=3 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.270 +0.057s [sim] SIM_IT read=0x0010 rx_count=2 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.270 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779879951.270 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.271 +0.057s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779879951.271 +0.057s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779879951.271 +0.057s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.271 +0.057s [sim] SIM_IT read=0x0010 rx_count=1 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x776ac406c049
1779879951.271 +0.057s [sim] IRQ lower  IT=0x0000 MASKIT=0x0000 rx_count=0
1779879951.271 +0.057s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779879951.272 +0.059s [rxDone] #3 WR +0 size=4 val=0x0 (was 0x0) PC=0x8229b4 vt=17074480
1779879951.272 +0.059s [sim] IRQ lower  IT=0x0000 MASKIT=0xffed rx_count=0
1779879951.272 +0.059s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779879953.218 +2.005s [PTY-MODEM-RX] <<<RX 12 bytes (rx_count=0 free=8192): 3c 69 3c 69 3c 69 3c 69 3c 69 3c 69
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.218 +2.005s [UART:modem] ROMLOAD STUB: ident → ack+param (payload_size=1024)
1779879953.219 +2.005s [PTY-MODEM-RX] <<<RX 11 bytes (rx_count=0 free=8192): 3c 70 00 00 00 04 00 00 00 00 00
1779879953.219 +2.005s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 00 00 00 00 a0 e3 4c 10 9f e5 4c 20 9f e5 02 00 51 e1 04 00 81 34 fc ff ff 3a 40 00 9f e5 d1 f0 21 e3 00 d0 a0 e1 01 0b 40 e2 d2 f0 21 e3 00 d0 a0 e1 01 0b 40 e2 d3 f0 ...
1779879953.219 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 04 00 10 80 bd e8 dc fe 82 00 ff 20 00 e2 07 10 a0 e3 00 00 a0 e3 dd 0b 00 ea 31 40 2d e9 64 30 9f e5 ff 40 00 e2 00 30 d3 e5 a4 03 a0 e1 00 00 53 e1 e9 ff ff 1b 3f 30 ...
1779879953.219 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 08 00 01 10 a0 e3 d4 ff ff eb 5c 50 9f e5 5c 30 9f e5 00 40 a0 e3 04 40 83 e5 05 10 a0 e1 0c 00 a0 e3 de 07 00 eb 04 20 a0 e1 04 30 a0 e1 04 10 a0 e1 0c 00 a0 e3 a9 07 ...
1779879953.220 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 0c 00 1e 20 a0 93 0a 00 00 ea 06 40 a0 e3 1c 30 a0 e3 1a 10 a0 e3 02 c0 a0 e3 46 20 a0 e3 04 00 00 ea 04 40 a0 e3 16 30 a0 e3 1a 10 a0 e3 04 c0 a0 e1 37 20 a0 e3 9c 01 ...
1779879953.220 +2.006s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 10 00 04 10 a0 e1 f0 41 bd e8 b2 21 00 ea 0c 00 52 e3 39 00 00 1a b2 20 d4 e1 01 00 52 e3 08 80 84 e2 10 00 00 0a 04 00 00 3a 02 00 52 e3 18 00 00 0a 18 00 52 e3 30 00 ...
1779879953.220 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 14 00 00 20 83 e5 de fb ff eb 19 00 a0 e3 00 10 a0 e3 db fb ff eb 1d 00 a0 e3 fe fb ff eb 00 50 a0 e1 19 00 a0 e3 fb fb ff eb 05 10 a0 e1 00 20 a0 e1 20 00 9f e5 a7 20 ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 18 00 6c bf 82 00 9d bf 82 00 6e 02 00 00 88 13 00 00 04 e0 2d e5 14 10 9f e5 14 00 9f e5 ad 1f 00 eb 10 00 9f e5 10 10 9f e5 04 e0 9d e4 67 24 00 ea f8 bd 82 00 d1 bf ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 1c 00 02 00 50 e1 01 00 00 0a 01 00 52 e1 04 00 00 1a 09 00 dd e5 01 10 53 e5 01 10 00 e0 08 00 dd e5 03 00 00 ea 0b 00 dd e5 01 10 53 e5 01 10 00 e0 0a 00 dd e5 00 10 ...
1779879953.221 +2.007s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 20 00 01 80 88 e0 ba 12 d2 e1 01 80 48 e2 01 10 66 e0 08 80 61 e0 d3 30 d4 e1 b8 12 d2 e1 b4 22 d2 e1 05 30 63 e0 01 10 85 e0 c6 01 a0 e1 92 10 2c e0 00 20 e0 e3 07 10 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 24 00 00 80 fd e8 b0 20 d0 e1 00 00 9f e5 b1 1c 00 ea 38 d2 82 00 04 e0 2d e5 38 00 9f e5 38 10 9f e5 f7 ff ff eb 34 00 9f e5 34 10 9f e5 f4 ff ff eb 30 00 9f e5 30 10 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 28 00 1f 00 50 e3 1f 00 a0 23 00 01 8c e1 b2 00 c3 e0 01 00 53 e1 f6 ff ff 1a 05 3c e0 e3 00 20 e0 e3 b7 2f 43 e1 b5 2f 43 e1 00 20 a0 e3 bf 2f 43 e1 bd 2f 43 e1 5f 06 ...
1779879953.221 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 2c 00 70 80 bd 08 f4 22 9f e5 ff 10 a0 e3 b1 1f 42 e1 4b 2f a0 e3 b2 10 93 e1 00 00 51 e3 34 01 93 05 02 10 81 02 24 10 c3 05 01 00 80 02 51 00 00 0a 2a 21 d3 e5 00 00 ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 30 00 9c 1a 00 eb 97 00 a0 e3 05 10 a0 e1 dc f4 ff eb 64 00 a0 e3 30 40 bd e8 96 1a 00 ea ff 00 fe ff ff fe 00 00 10 30 9f e5 31 20 a0 e3 bf 2f 43 e1 01 20 a0 e3 bd 2f ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 34 00 02 00 a0 e3 09 00 00 ea 22 1c a0 e1 04 00 a0 e3 d7 ff ff eb ff 10 08 e2 03 00 a0 e3 d4 ff ff eb 02 00 a0 e3 ff 10 07 e2 d1 ff ff eb 05 00 a0 e3 06 10 a0 e1 01 50 ...
1779879953.222 +2.008s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 38 00 00 00 81 e1 03 00 d0 e1 18 30 84 e5 24 10 84 15 20 30 84 15 f0 80 bd 18 01 20 82 e2 02 28 a0 e1 22 28 a0 e1 05 00 52 e3 bc 21 c4 e1 21 00 00 9a 05 00 13 e1 0c 30 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 3c 00 00 00 56 e3 83 75 c2 e7 03 00 00 0a 05 00 a0 e1 00 10 a0 e3 f0 40 bd e8 cb ff ff ea 80 00 14 e3 03 00 00 0a 05 00 a0 e1 06 10 a0 e1 f0 40 bd e8 ba ff ff ea 20 00 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 40 00 88 d5 82 00 92 d5 82 00 9c d5 82 00 14 30 9f e5 ff 00 00 e2 03 30 80 e0 83 35 a0 e1 11 00 d3 e5 01 00 00 e2 1e ff 2f e1 ea ff 1f 00 31 40 2d e9 ef 18 00 eb ff 40 ...
1779879953.222 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 44 00 ff 50 01 e2 c3 ff ff eb 04 10 a0 e3 00 40 a0 e1 94 ff ff eb 00 50 c0 e5 04 00 a0 e1 30 40 bd e8 af ff ff ea f3 45 2d e9 00 40 0f e1 c0 30 84 e3 03 f0 21 e1 6c 09 ...
1779879953.223 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 48 00 20 4c c5 e5 59 01 00 ea 04 40 84 e2 04 50 84 e2 01 20 d5 e5 c8 05 9f e5 d4 10 d4 e1 ad 13 00 eb 04 20 d4 e5 8c 35 9f e5 48 2a c3 e5 01 20 d5 e5 49 2a c3 e5 4d 01 ...
1779879953.223 +2.009s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 4c 00 08 00 a0 e1 be 01 00 eb a8 41 9f e5 07 10 a0 e1 0a 00 a0 e1 80 fd ff eb 01 30 a0 e3 4b 3a c4 e5 02 30 d5 e5 19 00 a0 e3 50 3a 84 e5 b9 fd ff eb 08 10 a0 e3 00 50 ...
1779879953.223 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 50 00 94 c0 9f e5 00 30 9c e5 02 28 a0 e1 0c 00 53 e1 30 40 2d e9 22 58 a0 e1 1d 00 00 0a 04 20 93 e5 00 40 93 e5 00 40 82 e5 04 20 84 e5 6c 20 9f e5 00 20 83 e5 68 20 ...
1779879953.224 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 54 00 d4 70 9f e5 06 90 a0 e1 27 00 00 ea 38 20 94 e5 b4 33 d4 e1 03 30 82 e0 3c 20 94 e5 03 30 62 e0 05 00 53 e3 04 00 00 ca 04 00 a0 e1 ac fb ff eb 1b 00 a0 e3 b7 fb ...
1779879953.224 +2.010s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 58 00 b8 21 d2 e1 18 00 83 e5 1c 30 9f e5 01 10 41 e2 00 10 83 e5 b4 20 c3 e1 ce 0a 00 eb 00 00 a0 e3 04 f0 9d e4 50 5b 83 00 c8 fc 82 00 48 5b 83 00 30 40 2d e9 74 40 ...
1779879953.224 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 5c 00 ac 65 83 00 a4 65 83 00 5c 5b 83 00 0c 80 00 00 1c 30 9f e5 00 20 a0 e3 00 10 93 e5 04 e0 2d e5 02 30 a0 e1 0f 00 a0 e3 d4 f9 ff eb 04 e0 9d e4 ab f9 ff ea 80 05 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 60 00 b4 00 9f d5 04 10 a0 d1 17 30 a0 d3 8b 13 00 db 3c 30 94 e5 17 30 83 e2 3c 30 84 e5 b6 33 d4 e1 17 30 83 e2 b6 33 c4 e1 80 30 9f e5 28 60 83 e5 0c 10 8d e2 0f 20 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 64 00 94 40 9f e5 14 10 93 e5 04 00 a0 e1 02 10 81 e2 36 13 00 eb 07 00 94 e8 0c 30 84 e2 07 00 83 e8 03 00 a0 e1 01 10 a0 e3 e3 06 00 eb 02 00 55 e3 01 00 00 0a 63 09 ...
1779879953.225 +2.011s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 68 00 00 20 62 b2 03 00 52 e1 05 00 00 aa be 30 d4 e1 00 00 53 e3 01 00 a0 13 4c 11 9f 15 00 20 a0 11 4a 00 00 1a 3c 41 9f e5 31 30 d4 e5 1d 00 53 e3 0d 30 a0 83 04 30 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 6c 00 1e ff 2f e1 7c fb 82 00 20 30 9f e5 6c 2a 93 e5 00 00 52 e3 18 00 9f 05 49 2a d3 05 48 3a d3 05 18 00 92 15 00 20 c0 05 01 30 c0 05 1e ff 2f e1 50 5b 83 00 7c fb ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 70 00 6f ff ff eb 14 00 9d e5 1a 10 a0 e3 0c 00 40 e2 f4 0a 00 eb d4 71 9f e5 04 30 97 e5 ff 40 00 e2 b0 11 d3 e1 b2 01 d3 e1 84 61 86 e0 ba 14 c6 e1 a0 01 a0 e1 55 03 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 74 00 50 10 a0 e3 d4 e6 ff eb 1d 30 dd e5 00 00 53 e3 05 00 00 0a 08 00 9d e5 0d 10 a0 e3 2b 0a 00 eb 03 00 00 e2 03 00 50 e3 07 00 00 ea 0e 20 dd e5 1c 30 dd e5 02 30 ...
1779879953.225 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 78 00 00 60 93 e5 52 0d 00 eb 00 40 50 e2 18 10 94 15 01 00 00 1a fb fc ff eb 00 10 a0 e1 02 29 a0 e3 99 3f a0 e3 b3 20 86 e1 00 20 a0 e3 02 30 83 e2 b3 20 86 e1 02 30 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 7c 00 02 00 13 e3 21 00 00 0a 14 30 dd e5 60 01 9f e5 00 00 53 e3 2a 4e 84 12 4d 4f 84 02 4c 0c 00 eb 00 60 50 e2 19 00 00 0a 06 00 84 e2 14 10 96 e5 21 20 a0 e3 01 30 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 80 00 07 30 d0 e5 01 30 83 e2 ff 30 03 e2 32 00 53 e3 07 30 c0 e5 33 30 43 82 07 30 c0 85 07 30 d0 e5 00 00 53 e3 1e ff 2f 11 08 30 d0 e5 01 30 83 e2 ff 30 03 e2 07 00 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 84 00 0d 00 00 ea 28 11 9f e5 28 31 9f e5 28 21 9f e5 09 00 00 ea 24 01 9f e5 30 40 bd e8 9b 04 00 ea 1c 11 9f e5 1c 31 9f e5 1c 21 9f e5 02 00 00 ea 18 11 9f e5 18 31 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 88 00 30 0a c4 e5 10 80 bd e8 50 5b 83 00 40 30 9f e5 30 2a d3 e5 64 10 a0 e3 91 02 02 e0 00 00 a0 e3 02 10 83 e0 02 20 83 e0 cc 10 d1 e5 76 20 82 e2 00 30 a0 e1 02 00 ...
1779879953.226 +2.012s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 8c 00 7c ff ff eb ff 40 14 e2 fa ff ff 1a d6 5c 45 e2 d8 50 45 e2 05 18 a0 e1 00 00 a0 e3 41 18 a0 e1 63 de ff eb 00 00 a0 e3 f0 41 bd e8 8e df ff ea 71 02 00 00 d4 ea ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 90 00 7c 30 9d e5 03 00 58 e1 08 30 a0 a1 03 30 a0 b1 11 00 17 e3 06 60 63 e0 09 00 00 1a 03 00 00 ea 0a 00 55 e1 00 20 c5 95 01 50 85 e2 00 00 00 ea 20 20 a0 e3 01 60 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 94 00 01 80 88 e2 f9 ff ff ca 03 20 a0 e1 85 00 00 ea 00 60 92 e5 06 00 a0 e1 04 a0 82 e2 9c 00 00 eb 10 00 19 e3 07 00 00 1a 02 00 00 ea 04 00 58 e1 00 70 c8 95 01 80 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 98 00 03 00 82 e7 1e ff 2f e1 0c 10 00 00 60 0a 83 00 08 30 9f e5 08 20 9f e5 03 00 92 e7 1e ff 2f e1 0c 10 00 00 60 0a 83 00 30 40 2d e9 2c 40 9f e5 01 5a a0 e3 05 20 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 9c 00 23 00 00 0a 0e 02 11 e3 81 11 a0 01 08 30 a0 03 01 30 a0 13 01 02 51 e3 00 00 51 31 01 12 a0 31 03 32 a0 31 fa ff ff 3a 02 01 51 e3 00 00 51 31 81 10 a0 31 83 30 ...
1779879953.226 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a0 00 11 00 00 ea 00 00 a0 e1 04 30 91 e4 04 40 91 e4 04 50 91 e4 04 60 91 e4 04 70 91 e4 04 80 91 e4 04 e0 91 e4 0c f0 8f e0 00 00 a0 e1 00 00 a0 e1 04 30 80 e4 04 40 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a4 00 70 1a 83 00 04 30 9f e5 00 00 93 e5 1e ff 2f e1 70 1a 83 00 ff 10 00 e2 24 20 9f e5 01 10 81 e2 81 31 92 e7 00 00 a0 e3 81 21 82 e0 01 00 00 ea 00 30 93 e5 01 00 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 a8 00 40 30 83 e3 03 f0 21 e1 20 71 9f e5 09 80 a0 e1 40 00 00 ea 00 30 97 e5 00 00 53 e3 0b 00 00 1a 41 0f a0 e3 08 11 9f e5 2b 01 00 eb 00 00 50 e3 05 00 00 0a 40 30 ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 ac 00 b4 fa ff eb b8 30 9f e5 00 40 83 e5 a0 30 9f e5 00 20 93 e5 94 30 9f e5 22 22 a0 e1 00 30 93 e5 08 50 a0 e1 19 00 00 ea 05 40 84 e0 01 70 87 e2 06 00 57 e1 e6 ff ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b0 00 09 00 80 92 f6 ff ff 9a 02 2c 40 e2 d4 30 9f e5 02 28 a0 e1 22 08 53 e1 05 00 00 3a 7d 0d 80 e2 27 00 80 e2 80 08 a0 e1 20 08 a0 e1 ed 3f 80 e2 19 00 00 ea 01 3c ...
1779879953.227 +2.013s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b4 00 02 40 40 e5 24 44 a0 e1 01 40 40 e5 01 30 83 e2 02 00 53 e1 00 40 a0 e1 02 00 80 e2 f6 ff ff ba 00 00 5c e3 30 80 bd 08 b0 30 d1 e1 00 30 c4 e5 30 80 bd e8 10 40 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 b8 00 20 30 9f e5 08 30 93 e5 ff 10 01 e2 b6 10 c3 e1 b0 12 d3 e1 07 20 02 e2 01 20 82 e1 b4 00 c3 e1 b0 22 c3 e1 1e ff 2f e1 c8 fc 82 00 f0 40 2d e9 ff 20 02 e2 ff 60 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 bc 00 73 20 73 65 63 74 6f 72 20 61 74 20 30 78 25 6c 78 0a 00 42 61 64 20 72 65 63 6f 72 64 20 61 74 20 30 78 25 6c 78 3a 20 6e 61 74 69 76 65 20 6c 65 6e 67 74 68 20 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c0 00 56 6f 6c 74 61 67 65 00 42 61 74 74 65 72 79 20 46 61 69 6c 75 72 65 00 0a 08 20 7f 28 c0 82 00 14 c4 82 00 00 00 00 00 02 01 01 00 00 00 02 01 06 01 00 80 80 80 ...
1779879953.227 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c4 00 03 07 00 ff 80 40 40 60 40 40 80 06 05 02 01 02 48 b0 00 00 00 00 06 00 11 00 19 00 23 00 2f 00 3a 00 45 00 4c 00 58 00 64 00 6c 00 76 00 7e 00 84 00 8a 00 96 00 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 c8 00 c0 c0 c0 61 80 73 80 1e 00 0a 08 0b 01 00 fe c7 c3 c3 c7 fe c0 c0 c0 c0 c0 0c 0a 0b 01 00 1e 00 73 80 61 80 c0 c0 c0 c0 c0 c0 c0 c0 c6 c0 63 80 73 80 1e c0 0b 09 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 cc 00 00 00 18 18 18 18 00 00 18 00 08 08 08 00 00 66 66 66 00 00 00 00 00 08 08 08 00 00 66 66 ff 66 ff 66 66 00 08 08 08 00 00 18 3e 60 3c 06 7c 18 00 08 08 08 00 00 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d0 00 08 08 08 00 00 00 00 7c 66 66 7c 60 60 08 08 08 00 00 00 00 3e 66 66 3e 06 06 08 08 08 00 00 00 00 7c 66 60 60 60 00 08 08 08 00 00 00 00 3e 60 3c 06 7c 00 08 08 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d4 00 79 0a 00 54 53 50 20 41 43 54 20 65 6e 61 62 6c 65 3a 20 00 54 53 50 20 41 43 54 20 64 69 73 61 62 6c 65 3a 20 00 70 72 65 73 73 65 64 00 72 65 6c 65 61 73 65 64 ...
1779879953.228 +2.014s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 d8 00 64 2c 20 75 69 63 3d 30 78 25 30 32 78 29 0a 00 4c 31 43 54 4c 5f 44 41 54 41 5f 52 45 51 20 28 6c 69 6e 6b 5f 69 64 3d 30 78 25 30 32 78 29 0a 00 75 70 64 61 74 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 dc 00 00 00 00 00 98 e3 82 00 66 00 20 00 01 00 00 00 e4 e2 82 00 66 00 2f 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 98 e3 82 00 33 00 04 00 00 00 00 00 e4 e2 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e0 00 8c e8 82 00 0d 00 01 00 00 00 00 00 d4 e8 82 00 0d 00 02 00 00 00 00 00 8c e8 82 00 0d 00 03 00 00 00 00 00 d4 e8 82 00 0d 00 04 00 00 00 00 00 8c e8 82 00 0d 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e4 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 50 5c 82 00 00 02 00 00 fc ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 5c 82 00 00 03 00 00 fc ff 00 00 00 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 e8 00 58 86 82 00 00 00 00 00 00 00 00 00 52 65 61 63 68 65 64 20 73 74 61 72 74 69 6e 67 20 74 69 6d 65 2c 20 61 6c 74 65 72 69 6e 67 20 66 72 65 71 75 65 6e 63 79 20 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 ec 00 30 78 25 6c 78 20 62 79 74 65 73 0a 00 46 6f 75 6e 64 20 54 49 46 46 53 20 61 63 74 69 76 65 20 69 6e 64 65 78 20 62 6c 6f 63 6b 20 61 74 20 30 78 25 6c 78 0a 00 ...
1779879953.228 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f0 00 75 03 80 00 29 02 80 00 52 02 80 00 7c 02 80 00 a5 02 80 00 d0 02 80 00 f8 02 80 00 22 03 80 00 75 03 80 00 29 02 80 00 52 02 80 00 7c 02 80 00 a5 02 80 00 d0 02 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f4 00 12 14 00 00 00 00 00 00 00 00 00 00 1f 1f 1f 02 00 00 00 00 00 00 00 1f 02 00 00 00 10 10 1a 1a 1a 00 00 12 00 00 00 00 00 00 00 00 1f 1f 1f 0b 00 00 00 00 00 00 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 f8 00 18 0d 04 00 00 00 00 00 00 00 00 00 1f 1f 1f 0c 00 00 00 00 00 00 00 00 0d 0a 00 00 09 17 1f 18 18 0d 04 00 00 00 00 00 00 00 00 00 1f 1f 1f 11 00 00 00 00 00 00 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 1034 bytes (rx_count=0 free=8192): 3c 77 01 01 04 00 00 82 fc 00 10 41 41 41 41 41 41 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 10 10 10 10 10 10 42 42 42 42 42 42 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 ...
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 3 bytes (rx_count=0 free=8192): 3c 63 a2
1779879953.229 +2.015s [UART:modem] ROMLOAD STUB: checksum 0xa2 → ack
1779879953.229 +2.015s [PTY-MODEM-RX] <<<RX 6 bytes (rx_count=0 free=8192): 3c 62 00 82 00 00
1779879953.229 +2.015s [UART:modem] ROMLOAD STUB: branch → ack — switching to sercomm passthrough
1779879954.116 +2.902s [PTY-MODEM-RX] <<<RX 18 bytes (rx_count=0 free=8192): 7e 05 03 0d 7d 20 7d 20 7d 20 01 7d 20 7d 20 7d 20 7e
1779879954.116 +2.902s [PTY-L1CTL] <<<RX 8 bytes (mobile→fw) mt=0x0d: 0d 00 00 00 01 00 00 00
1779879954.116 +2.902s [gate→fw-fifo] DLCI=5 CTRL=03 payload=8 bytes (rx_count_before=0)
1779879954.116 +2.902s [INTH] IRQ7 dispatch #19 (total=20) levels=0x00000080 mask=0xfff9ec3b
1779879954.116 +2.902s [INTH] IRQ_NUM=7 (#20) levels=0x00000080 mask=0xfff9ec3b
1779879954.116 +2.902s [UART-RBR-READ] #0 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=12
1779879954.116 +2.902s [UART-POP-PROBE] #1 byte=0x7e rx_count_after=11
1779879954.116 +2.902s [UART-RBR] pop=0x7e rx_count=11
1779879954.116 +2.903s [UART-RBR-READ] #1 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=11
1779879954.116 +2.903s [UART-POP-PROBE] #2 byte=0x05 rx_count_after=10
1779879954.116 +2.903s [UART-RBR] pop=0x05 rx_count=10
1779879954.116 +2.903s [UART-RBR-READ] #2 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=10
1779879954.116 +2.903s [UART-POP-PROBE] #3 byte=0x03 rx_count_after=9
1779879954.116 +2.903s [UART-RBR] pop=0x03 rx_count=9
1779879954.116 +2.903s [UART-RBR-READ] #3 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=9
1779879954.116 +2.903s [UART-POP-PROBE] #4 byte=0x0d rx_count_after=8
1779879954.116 +2.903s [UART-RBR] pop=0x0d rx_count=8
1779879954.116 +2.903s [UART-RBR-READ] #4 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=8
1779879954.116 +2.903s [UART-POP-PROBE] #5 byte=0x00 rx_count_after=7
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=7
1779879954.116 +2.903s [UART-RBR-READ] #5 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=7
1779879954.116 +2.903s [UART-POP-PROBE] #6 byte=0x00 rx_count_after=6
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=6
1779879954.116 +2.903s [UART-RBR-READ] #6 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=6
1779879954.116 +2.903s [UART-POP-PROBE] #7 byte=0x00 rx_count_after=5
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=5
1779879954.116 +2.903s [UART-RBR-READ] #7 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=5
1779879954.116 +2.903s [UART-POP-PROBE] #8 byte=0x01 rx_count_after=4
1779879954.116 +2.903s [UART-RBR] pop=0x01 rx_count=4
1779879954.116 +2.903s [UART-RBR-READ] #8 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=4
1779879954.116 +2.903s [UART-POP-PROBE] #9 byte=0x00 rx_count_after=3
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=3
1779879954.116 +2.903s [UART-RBR-READ] #9 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=3
1779879954.116 +2.903s [UART-POP-PROBE] #10 byte=0x00 rx_count_after=2
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=2
1779879954.116 +2.903s [UART-RBR-READ] #10 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=2
1779879954.116 +2.903s [UART-POP-PROBE] #11 byte=0x00 rx_count_after=1
1779879954.116 +2.903s [UART-RBR] pop=0x00 rx_count=1
1779879954.116 +2.903s [UART-RBR-READ] #11 off=0x00 size=1 mem_io_pc=0x776ac4075450 rx_count_before=1
1779879954.116 +2.903s [UART-POP-PROBE] #12 byte=0x7e rx_count_after=0
1779879954.116 +2.903s [UART-RBR] pop=0x7e rx_count=0
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (3,154 bytes, 138 lignes)
=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (20,480 bytes, 187 lignes)
[prof] fn=1 clk=57036 uart=341 dspboot=31525729 dspirq=29243886 bsp=72 ul=71283 irq=33921 total=60932268 #0
[prof] fn=2 clk=24360 uart=926 dspboot=26241553 dspirq=25475855 bsp=50 ul=133 irq=5047 total=51747924 #1
[prof] fn=3 clk=38871 uart=1116 dspboot=25283244 dspirq=24976454 bsp=59 ul=119 irq=4392 total=50304255 #2
[prof] fn=4 clk=8581 uart=323 dspboot=25383890 dspirq=26015988 bsp=50 ul=94 irq=2588 total=51411514 #3
[prof] fn=5 clk=29922 uart=901 dspboot=27662562 dspirq=28926258 bsp=35 ul=19717 irq=3728 total=56643123 #4
[prof] fn=6 clk=24194 uart=886 dspboot=43845313 dspirq=43292814 bsp=91 ul=43273 irq=5129 total=87211700 #5
[prof] fn=7 clk=11980 uart=604 dspboot=42517464 dspirq=41912488 bsp=107 ul=17989 irq=3428 total=84464060 #6
[prof] fn=8 clk=24470 uart=904 dspboot=41404872 dspirq=40736324 bsp=73 ul=30715 irq=4153 total=82201511 #7
[prof] fn=9 clk=8950 uart=1124 dspboot=41475926 dspirq=40601473 bsp=61 ul=19512 irq=2362 total=82109408 #8
[prof] fn=10 clk=24466 uart=850 dspboot=41434917 dspirq=42050255 bsp=63 ul=30262 irq=4514 total=83545327 #9
[prof] fn=11 clk=24706 uart=246 dspboot=41483766 dspirq=40939257 bsp=59 ul=21589 irq=3717 total=82473340 #10
[prof] fn=12 clk=7756 uart=1044 dspboot=40778570 dspirq=40882810 bsp=48 ul=16678 irq=2238 total=81689144 #11
[prof] fn=13 clk=44207 uart=937 dspboot=41227066 dspirq=40684759 bsp=47 ul=37996 irq=5637 total=82000649 #12
[prof] fn=14 clk=26249 uart=1297 dspboot=41186307 dspirq=41141846 bsp=47 ul=25635 irq=7901 total=82389282 #13
[prof] fn=15 clk=25745 uart=958 dspboot=41229002 dspirq=41416251 bsp=63 ul=19011 irq=5958 total=82696988 #14
[prof] fn=16 clk=11887 uart=1041 dspboot=40902337 dspirq=40986574 bsp=48 ul=13931 irq=1949 total=81917767 #15
[prof] fn=17 clk=37831 uart=887 dspboot=41665838 dspirq=40475547 bsp=131 ul=38821 irq=6030 total=82225085 #16
[prof] fn=18 clk=17467 uart=633 dspboot=41172153 dspirq=41261031 bsp=59 ul=31005 irq=3466 total=82485814 #17
[prof] fn=19 clk=27695 uart=1744 dspboot=41606650 dspirq=40660127 bsp=57 ul=24941 irq=5332 total=82326546 #18
[prof] fn=20 clk=8652 uart=919 dspboot=40946615 dspirq=40839673 bsp=57 ul=26722 irq=2883 total=81825521 #19
[prof] fn=21 clk=25516 uart=960 dspboot=41154940 dspirq=40508208 bsp=60 ul=19724 irq=2873 total=81712281 #20
[prof] fn=22 clk=24008 uart=1088 dspboot=40959151 dspirq=41545135 bsp=57 ul=25833 irq=3663 total=82558935 #21
[prof] fn=23 clk=8199 uart=316 dspboot=40784289 dspirq=40350198 bsp=50 ul=15746 irq=2511 total=81161309 #22
[prof] fn=24 clk=24400 uart=920 dspboot=41453284 dspirq=41000713 bsp=48 ul=18022 irq=3843 total=82501230 #23
[prof] fn=25 clk=24670 uart=977 dspboot=41390420 dspirq=40513189 bsp=32 ul=18272 irq=4771 total=81952331 #24
[prof] fn=26 clk=24619 uart=918 dspboot=40993283 dspirq=42072291 bsp=84 ul=27805 irq=3778 total=83122778 #25
[prof] fn=27 clk=22914 uart=217 dspboot=40971201 dspirq=40968794 bsp=59 ul=15448 irq=4118 total=81982751 #26
[prof] fn=28 clk=10756 uart=145 dspboot=40865236 dspirq=41093779 bsp=60 ul=14297 irq=2535 total=81986808 #27
[prof] fn=29 clk=8999 uart=351 dspboot=41571850 dspirq=41186297 bsp=42 ul=24504 irq=3196 total=82795239 #28
[prof] fn=30 clk=6019 uart=989 dspboot=41184010 dspirq=41424161 bsp=30 ul=14529 irq=3211 total=82632949 #29
[prof] fn=31 clk=9068 uart=153 dspboot=41364318 dspirq=40864474 bsp=34 ul=16576 irq=2332 total=82256955 #30
[prof] fn=32 clk=10660 uart=185 dspboot=41048263 dspirq=40699158 bsp=51 ul=16430 irq=2669 total=81777416 #31
[prof] fn=33 clk=36391 uart=310 dspboot=40956048 dspirq=40572434 bsp=47 ul=16494 irq=2918 total=81584642 #32
[prof] fn=34 clk=25037 uart=248 dspboot=41387023 dspirq=41549868 bsp=32 ul=17504 irq=2840 total=82982552 #33
[prof] fn=35 clk=7320 uart=981 dspboot=41490555 dspirq=41383525 bsp=33 ul=18113 irq=2787 total=82903314 #34
[prof] fn=36 clk=5938 uart=169 dspboot=41735635 dspirq=41467909 bsp=47 ul=15833 irq=2554 total=83228085 #35
[prof] fn=37 clk=43076 uart=843 dspboot=50364274 dspirq=41314869 bsp=111 ul=36619 irq=5755 total=91765547 #36
[prof] fn=38 clk=7895 uart=1280 dspboot=41296890 dspirq=41849376 bsp=35 ul=14292 irq=2959 total=83172727 #37
[prof] fn=39 clk=31309 uart=545 dspboot=50186588 dspirq=48854453 bsp=249 ul=31150 irq=9230 total=99113524 #38
[prof] fn=40 clk=24354 uart=1010 dspboot=45569245 dspirq=41963228 bsp=173 ul=28454 irq=7688 total=87594152 #39
[prof] fn=41 clk=8016 uart=1494 dspboot=40931461 dspirq=40840992 bsp=76 ul=15099 irq=3493 total=81800631 #40
[prof] fn=42 clk=19767 uart=557 dspboot=41068325 dspirq=41355234 bsp=30 ul=17573 irq=4565 total=82466051 #41
[prof] fn=43 clk=11709 uart=640 dspboot=40913464 dspirq=41040335 bsp=54 ul=9043 irq=2117 total=81977362 #42
[prof] fn=44 clk=20433 uart=987 dspboot=41555915 dspirq=41514928 bsp=62 ul=14032 irq=3646 total=83110003 #43
[prof] fn=45 clk=19836 uart=789 dspboot=41287734 dspirq=40858418 bsp=109 ul=12209 irq=3929 total=82183024 #44
[prof] fn=46 clk=32974 uart=905 dspboot=41017019 dspirq=41053687 bsp=59 ul=12600 irq=4331 total=82121575 #45
[prof] fn=47 clk=10117 uart=544 dspboot=40923186 dspirq=40914537 bsp=44 ul=8108 irq=1896 total=81858432 #46
[prof] fn=48 clk=19994 uart=904 dspboot=41389385 dspirq=41114999 bsp=58 ul=13078 irq=4375 total=82542793 #47
[prof] fn=49 clk=8738 uart=495 dspboot=40996425 dspirq=40892420 bsp=31 ul=9558 irq=2927 total=81910594 #48
[prof] fn=50 clk=18130 uart=553 dspboot=41561969 dspirq=40830474 bsp=31 ul=19716 irq=6491 total=82437364 #49
[prof] fn=51 clk=7025 uart=410 dspboot=41537890 dspirq=40991341 bsp=48 ul=13916 irq=2064 total=82552694 #50
[prof] fn=52 clk=10035 uart=630 dspboot=41295650 dspirq=41243895 bsp=44 ul=11167 irq=1152 total=82562573 #51
[prof] fn=53 clk=19651 uart=818 dspboot=41409476 dspirq=40885237 bsp=43 ul=19882 irq=6048 total=82341155 #52
[prof] fn=54 clk=5489 uart=254 dspboot=40574434 dspirq=40866382 bsp=42 ul=14997 irq=1806 total=81463404 #53
[prof] fn=55 clk=17222 uart=809 dspboot=41486492 dspirq=41100218 bsp=189 ul=16556 irq=5061 total=82626547 #54
[prof] fn=56 clk=10652 uart=496 dspboot=41195553 dspirq=41254886 bsp=138 ul=15501 irq=3590 total=82480816 #55
[prof] fn=57 clk=7894 uart=440 dspboot=40978467 dspirq=40900911 bsp=43 ul=10905 irq=3096 total=81901756 #56
[prof] fn=58 clk=6672 uart=227 dspboot=40571265 dspirq=40850829 bsp=107 ul=11892 irq=2436 total=81443428 #57
[prof] fn=59 clk=4152 uart=187 dspboot=41092184 dspirq=40831096 bsp=136 ul=10791 irq=2230 total=81940776 #58
[prof] fn=60 clk=6543 uart=319 dspboot=40820005 dspirq=40815516 bsp=30 ul=11552 irq=1739 total=81655704 #59
[prof] fn=61 clk=12036 uart=594 dspboot=40740889 dspirq=40642185 bsp=43 ul=10030 irq=1291 total=81407068 #60
[prof] fn=62 clk=16989 uart=538 dspboot=40614349 dspirq=41219139 bsp=224 ul=20062 irq=3329 total=81874630 #61
[prof] fn=63 clk=21211 uart=790 dspboot=41582585 dspirq=40642479 bsp=118 ul=19222 irq=3304 total=82269709 #62
[prof] fn=64 clk=10304 uart=730 dspboot=40892959 dspirq=41382169 bsp=159 ul=27267 irq=4770 total=82318358 #63
[prof] fn=65 clk=20555 uart=1064 dspboot=51513381 dspirq=48231954 bsp=146 ul=20499 irq=5324 total=99792923 #64
[prof] fn=66 clk=15686 uart=1184 dspboot=40967153 dspirq=41571129 bsp=94 ul=29860 irq=5177 total=82590283 #65
[prof] fn=67 clk=14908 uart=942 dspboot=41356857 dspirq=41423161 bsp=413 ul=17399 irq=4702 total=82818382 #66
[prof] fn=68 clk=5104 uart=271 dspboot=41280880 dspirq=40986548 bsp=84 ul=11524 irq=1433 total=82285844 #67
[prof] fn=69 clk=5235 uart=1199 dspboot=41406004 dspirq=41214162 bsp=31 ul=10286 irq=774 total=82637691 #68
[prof] fn=70 clk=9473 uart=625 dspboot=40761187 dspirq=40946972 bsp=44 ul=9847 irq=952 total=81729100 #69
[prof] fn=71 clk=18690 uart=795 dspboot=42953804 dspirq=41538617 bsp=127 ul=30484 irq=4896 total=84547413 #70
[prof] fn=72 clk=23314 uart=1287 dspboot=41523337 dspirq=41356495 bsp=49 ul=16694 irq=1889 total=82923065 #71
[prof] fn=73 clk=4844 uart=275 dspboot=41392720 dspirq=41393852 bsp=53 ul=11663 irq=1946 total=82805353 #72
[prof] fn=74 clk=4588 uart=248 dspboot=40923045 dspirq=41263997 bsp=56 ul=12246 irq=1571 total=82205751 #73
[prof] fn=75 clk=5971 uart=201 dspboot=41280642 dspirq=41549030 bsp=59 ul=10447 irq=1271 total=82847621 #74
[prof] fn=76 clk=4087 uart=237 dspboot=41328232 dspirq=41154614 bsp=50 ul=12757 irq=1125 total=82501102 #75
[prof] fn=77 clk=5736 uart=246 dspboot=41301191 dspirq=41243661 bsp=46 ul=9698 irq=1357 total=82561935 #76
[prof] fn=78 clk=32362 uart=1870 dspboot=59169083 dspirq=40933148 bsp=67 ul=27118 irq=5255 total=100168903 #77
[prof] fn=79 clk=18303 uart=749 dspboot=41284242 dspirq=41535307 bsp=125 ul=20550 irq=3434 total=82862710 #78
[prof] fn=80 clk=20826 uart=1227 dspboot=41649227 dspirq=41519760 bsp=128 ul=20279 irq=5580 total=83217027 #79
[prof] fn=81 clk=9125 uart=412 dspboot=41656570 dspirq=40920717 bsp=33 ul=16503 irq=4074 total=82607434 #80
[prof] fn=82 clk=9988 uart=281 dspboot=40676698 dspirq=40584797 bsp=168 ul=26086 irq=4769 total=81302787 #81
[prof] fn=83 clk=16031 uart=893 dspboot=41140918 dspirq=40946036 bsp=30 ul=12827 irq=1597 total=82118332 #82
[prof] fn=84 clk=7025 uart=184 dspboot=40810307 dspirq=40626942 bsp=32 ul=12544 irq=1547 total=81458581 #83
[prof] fn=85 clk=7811 uart=796 dspboot=51425663 dspirq=49051432 bsp=200 ul=30887 irq=4923 total=100521712 #84
[prof] fn=86 clk=7430 uart=516 dspboot=48484325 dspirq=48690698 bsp=56 ul=16488 irq=1548 total=97201061 #85
[prof] fn=87 clk=24909 uart=1275 dspboot=49001141 dspirq=49098689 bsp=93 ul=25576 irq=4391 total=98156074 #86
[prof] fn=88 clk=21988 uart=847 dspboot=49259646 dspirq=48757286 bsp=57 ul=21725 irq=5831 total=98067380 #87
[prof] fn=89 clk=40406 uart=694 dspboot=49389491 dspirq=49012447 bsp=63 ul=27813 irq=5017 total=98475931 #88
[prof] fn=90 clk=22167 uart=1273 dspboot=48801136 dspirq=48856107 bsp=125 ul=20675 irq=4978 total=97706461 #89
[prof] fn=91 clk=27219 uart=946 dspboot=43517821 dspirq=42038232 bsp=208 ul=43805 irq=5673 total=85633904 #90
[prof] fn=92 clk=25673 uart=631 dspboot=47223342 dspirq=41633496 bsp=270 ul=25237 irq=5759 total=88914408 #91
[prof] fn=93 clk=24513 uart=1115 dspboot=48992248 dspirq=49728834 bsp=196 ul=34380 irq=6028 total=98787314 #92
[prof] fn=94 clk=21904 uart=1046 dspboot=49107891 dspirq=49051516 bsp=122 ul=25098 irq=4832 total=98212409 #93
[prof] fn=95 clk=24604 uart=1038 dspboot=44304768 dspirq=41283364 bsp=262 ul=23197 irq=4823 total=85642056 #94
[prof] fn=96 clk=30091 uart=865 dspboot=41935870 dspirq=41308535 bsp=277 ul=17613 irq=4625 total=83297876 #95
[prof] fn=97 clk=20657 uart=955 dspboot=41730110 dspirq=40826547 bsp=48 ul=16157 irq=4186 total=82598660 #96
[prof] fn=98 clk=15508 uart=928 dspboot=41067909 dspirq=40811811 bsp=40 ul=20667 irq=3954 total=81920817 #97
[prof] fn=99 clk=30682 uart=845 dspboot=41394071 dspirq=41123056 bsp=71 ul=23509 irq=3984 total=82576218 #98
[prof] fn=100 clk=17083 uart=773 dspboot=42815596 dspirq=41604837 bsp=140 ul=26007 irq=4542 total=84468978 #99
[prof] fn=101 clk=22560 uart=768 dspboot=41586443 dspirq=41158034 bsp=33 ul=27581 irq=4574 total=82799993 #100
[prof] fn=102 clk=9275 uart=1557 dspboot=40867797 dspirq=40840275 bsp=53 ul=17952 irq=1147 total=81738056 #101
[prof] fn=103 clk=36330 uart=1538 dspboot=40887513 dspirq=41027749 bsp=42 ul=19912 irq=2952 total=81976036 #102
[prof] fn=104 clk=20372 uart=712 dspboot=40806155 dspirq=40868164 bsp=50 ul=18862 irq=3302 total=81717617 #103
[prof] fn=105 clk=22761 uart=783 dspboot=40241800 dspirq=40920936 bsp=32 ul=19068 irq=3304 total=81208684 #104
[prof] fn=106 clk=18771 uart=1025 dspboot=40670305 dspirq=41101038 bsp=126 ul=24622 irq=4561 total=81820448 #105
[prof] fn=107 clk=19030 uart=721 dspboot=41084209 dspirq=41267636 bsp=31 ul=25178 irq=3462 total=82400267 #106
[prof] fn=108 clk=17072 uart=948 dspboot=40963491 dspirq=41365677 bsp=30 ul=16030 irq=3055 total=82366303 #107
[prof] fn=109 clk=8946 uart=1303 dspboot=41194092 dspirq=40690425 bsp=147 ul=13259 irq=1949 total=81910121 #108
[prof] fn=110 clk=18278 uart=660 dspboot=39989812 dspirq=40315203 bsp=80 ul=21232 irq=4099 total=80349364 #109
[prof] fn=111 clk=20184 uart=911 dspboot=40384818 dspirq=40314821 bsp=232 ul=16598 irq=6009 total=80743573 #110
[prof] fn=112 clk=19161 uart=1160 dspboot=40654174 dspirq=40646757 bsp=47 ul=18515 irq=4136 total=81343950 #111
[prof] fn=113 clk=24745 uart=1155 dspboot=41059579 dspirq=40826068 bsp=111 ul=19165 irq=5087 total=81935910 #112
[prof] fn=114 clk=18775 uart=619 dspboot=41182177 dspirq=40605776 bsp=32 ul=23586 irq=3674 total=81834639 #113
[prof] fn=115 clk=20799 uart=690 dspboot=40840169 dspirq=40933502 bsp=34 ul=19028 irq=4145 total=81818367 #114
[prof] fn=116 clk=26617 uart=927 dspboot=41230197 dspirq=40823637 bsp=32 ul=15666 irq=3527 total=82100603 #115
[prof] fn=117 clk=34714 uart=1612 dspboot=41036324 dspirq=41201667 bsp=111 ul=17600 irq=4607 total=82296635 #116
[prof] fn=118 clk=20483 uart=966 dspboot=41077188 dspirq=41257299 bsp=30 ul=16140 irq=4089 total=82376195 #117
[prof] fn=119 clk=21797 uart=989 dspboot=40963545 dspirq=40790746 bsp=44 ul=15991 irq=3654 total=81796766 #118
[prof] fn=120 clk=18572 uart=587 dspboot=41396569 dspirq=41483962 bsp=149 ul=18550 irq=3130 total=82921519 #119
[prof] fn=121 clk=5553 uart=403 dspboot=40903897 dspirq=41145947 bsp=48 ul=12269 irq=2136 total=82070253 #120
[prof] fn=122 clk=20527 uart=928 dspboot=40905184 dspirq=40513562 bsp=28 ul=17261 irq=4072 total=81461562 #121
[prof] fn=123 clk=20838 uart=834 dspboot=41035095 dspirq=40678208 bsp=116 ul=18051 irq=4012 total=81757154 #122
[prof] fn=124 clk=19395 uart=792 dspboot=41499096 dspirq=40779589 bsp=33 ul=18953 irq=3654 total=82321512 #123
[prof] fn=125 clk=6295 uart=318 dspboot=40679391 dspirq=40886120 bsp=30 ul=12817 irq=2019 total=81586990 #124
[prof] fn=126 clk=8133 uart=317 dspboot=40822455 dspirq=40990750 bsp=141 ul=13993 irq=2140 total=81837929 #125
[prof] fn=127 clk=20084 uart=875 dspboot=41234171 dspirq=40926999 bsp=34 ul=20001 irq=3475 total=82205639 #126
[prof] fn=128 clk=19906 uart=1039 dspboot=40902103 dspirq=41029538 bsp=34 ul=18505 irq=5201 total=81976326 #127
[prof] fn=129 clk=7194 uart=250 dspboot=41048313 dspirq=40611616 bsp=31 ul=13895 irq=1897 total=81683196 #128
[prof] fn=130 clk=19793 uart=670 dspboot=40807577 dspirq=40820626 bsp=149 ul=17868 irq=3371 total=81670054 #129
[prof] fn=131 clk=21865 uart=779 dspboot=41037978 dspirq=40873693 bsp=32 ul=20640 irq=3464 total=81958451 #130
[prof] fn=132 clk=27677 uart=1221 dspboot=41177069 dspirq=41033997 bsp=31 ul=21744 irq=3582 total=82265321 #131
[prof] fn=133 clk=20593 uart=918 dspboot=41235660 dspirq=40717051 bsp=45 ul=21123 irq=4660 total=82000050 #132
[prof] fn=134 clk=23605 uart=745 dspboot=40974327 dspirq=41051682 bsp=32 ul=25071 irq=3875 total=82079337 #133
[prof] fn=135 clk=27853 uart=1255 dspboot=41133294 dspirq=40616541 bsp=32 ul=23898 irq=4640 total=81807513 #134
[prof] fn=136 clk=7947 uart=301 dspboot=41010551 dspirq=40587409 bsp=45 ul=19627 irq=2160 total=81628040 #135
[prof] fn=137 clk=19295 uart=512 dspboot=40875522 dspirq=40841612 bsp=36 ul=18415 irq=3375 total=81758767 #136
[prof] fn=138 clk=21593 uart=805 dspboot=41097769 dspirq=41250299 bsp=32 ul=20997 irq=4085 total=82395580 #137
[prof] fn=139 clk=23863 uart=1226 dspboot=40794225 dspirq=41026194 bsp=31 ul=20356 irq=4416 total=81870311 #138
[prof] fn=140 clk=10671 uart=572 dspboot=41018812 dspirq=40615341 bsp=157 ul=18087 irq=3882 total=81667522 #139
[prof] fn=141 clk=9131 uart=511 dspboot=40685781 dspirq=40636640 bsp=169 ul=14710 irq=3488 total=81350430 #140
[prof] fn=142 clk=20860 uart=681 dspboot=40560285 dspirq=40906130 bsp=33 ul=21684 irq=2538 total=81512211 #141
[prof] fn=143 clk=16271 uart=752 dspboot=40783971 dspirq=40137683 bsp=47 ul=22117 irq=7490 total=80968331 #142
[prof] fn=144 clk=19641 uart=783 dspboot=40508977 dspirq=40666070 bsp=126 ul=17894 irq=4090 total=81217581 #143
[prof] fn=145 clk=21871 uart=1008 dspboot=41184583 dspirq=41067114 bsp=112 ul=17499 irq=4092 total=82296279 #144
[prof] fn=146 clk=8596 uart=298 dspboot=40629887 dspirq=40667296 bsp=34 ul=15111 irq=1822 total=81323044 #145
[prof] fn=147 clk=18339 uart=549 dspboot=40936496 dspirq=40960051 bsp=119 ul=14914 irq=3134 total=81933602 #146
[prof] fn=148 clk=20445 uart=582 dspboot=41703275 dspirq=40807003 bsp=32 ul=21000 irq=3528 total=82555865 #147
[prof] fn=149 clk=8008 uart=417 dspboot=40559263 dspirq=40590481 bsp=54 ul=16957 irq=3217 total=81178397 #148
[prof] fn=150 clk=15542 uart=609 dspboot=40488773 dspirq=41017917 bsp=44 ul=15463 irq=1928 total=81540276 #149
[prof] fn=151 clk=25249 uart=928 dspboot=42079209 dspirq=41137376 bsp=73 ul=33449 irq=5414 total=83281698 #150
[prof] fn=152 clk=20632 uart=1026 dspboot=41242734 dspirq=40919101 bsp=113 ul=16931 irq=4475 total=82205012 #151
[prof] fn=153 clk=18970 uart=988 dspboot=41174688 dspirq=40722418 bsp=120 ul=23561 irq=6168 total=81946913 #152
[prof] fn=154 clk=20423 uart=517 dspboot=41039242 dspirq=40730231 bsp=30 ul=20853 irq=3745 total=81815041 #153
[prof] fn=155 clk=10887 uart=306 dspboot=40923620 dspirq=40740872 bsp=155 ul=17300 irq=1467 total=81694607 #154
[prof] fn=156 clk=6163 uart=229 dspboot=41729567 dspirq=41388972 bsp=52 ul=27474 irq=4296 total=83156753 #155
[prof] fn=157 clk=22038 uart=392 dspboot=41270302 dspirq=41186543 bsp=136 ul=17767 irq=4043 total=82501221 #156
[prof] fn=158 clk=8270 uart=1340 dspboot=40902000 dspirq=40860123 bsp=34 ul=15317 irq=1247 total=81788331 #157
[prof] fn=159 clk=18441 uart=555 dspboot=41420092 dspirq=41329287 bsp=34 ul=21278 irq=3447 total=82793134 #158
[prof] fn=160 clk=5580 uart=303 dspboot=40980581 dspirq=40914814 bsp=125 ul=24318 irq=3382 total=81929103 #159
[prof] fn=161 clk=18274 uart=555 dspboot=41388734 dspirq=41291622 bsp=34 ul=18744 irq=3255 total=82721218 #160
[prof] fn=162 clk=6600 uart=903 dspboot=40674257 dspirq=40760552 bsp=72 ul=15333 irq=1659 total=81459376 #161
[prof] fn=163 clk=39423 uart=756 dspboot=41318930 dspirq=40721528 bsp=144 ul=26874 irq=4459 total=82112114 #162
[prof] fn=164 clk=28799 uart=1252 dspboot=41116217 dspirq=41329322 bsp=33 ul=21331 irq=4550 total=82501504 #163
[prof] fn=165 clk=13904 uart=447 dspboot=40805073 dspirq=40865013 bsp=42 ul=14051 irq=1474 total=81700004 #164
[prof] fn=166 clk=17747 uart=607 dspboot=40720530 dspirq=40834834 bsp=44 ul=14782 irq=1859 total=81590403 #165
[prof] fn=167 clk=47188 uart=813 dspboot=41132598 dspirq=40890963 bsp=33 ul=20514 irq=3551 total=82095660 #166
[prof] fn=168 clk=19290 uart=1054 dspboot=41591064 dspirq=41495177 bsp=45 ul=21011 irq=4264 total=83131905 #167
[prof] fn=169 clk=26229 uart=1322 dspboot=42301181 dspirq=41662291 bsp=264 ul=31452 irq=5970 total=84028709 #168
[prof] fn=170 clk=37955 uart=667 dspboot=40991937 dspirq=40732560 bsp=113 ul=24461 irq=4132 total=81791825 #169
[prof] fn=171 clk=21627 uart=709 dspboot=41182768 dspirq=41123135 bsp=32 ul=20601 irq=3398 total=82352270 #170
[prof] fn=172 clk=6150 uart=1193 dspboot=40960732 dspirq=41021028 bsp=48 ul=17582 irq=1441 total=82008174 #171
[prof] fn=173 clk=18653 uart=542 dspboot=41165390 dspirq=41110175 bsp=48 ul=21187 irq=4022 total=82320017 #172
[prof] fn=174 clk=12834 uart=620 dspboot=40291419 dspirq=40498679 bsp=43 ul=14926 irq=1416 total=80819937 #173
[prof] fn=175 clk=24067 uart=870 dspboot=40405518 dspirq=40141622 bsp=129 ul=23212 irq=4094 total=80599512 #174
[prof] fn=176 clk=22741 uart=1047 dspboot=40718425 dspirq=40474491 bsp=110 ul=18406 irq=4334 total=81239554 #175
[prof] fn=177 clk=21860 uart=837 dspboot=40451780 dspirq=40099538 bsp=112 ul=20106 irq=4153 total=80598386 #176
[prof] fn=178 clk=20610 uart=775 dspboot=40075638 dspirq=40378643 bsp=113 ul=22526 irq=4576 total=80502881 #177
[prof] fn=179 clk=32514 uart=778 dspboot=40537282 dspirq=40528961 bsp=52 ul=21209 irq=4829 total=81125625 #178
[prof] fn=180 clk=21396 uart=783 dspboot=40607653 dspirq=40419592 bsp=50 ul=19101 irq=4271 total=81072846 #179
[prof] fn=181 clk=23471 uart=697 dspboot=40356141 dspirq=40215104 bsp=300 ul=18874 irq=4367 total=80618954 #180
[prof] fn=182 clk=22930 uart=1118 dspboot=40411017 dspirq=40847873 bsp=363 ul=33769 irq=8364 total=81325434 #181
[prof] fn=183 clk=18784 uart=799 dspboot=40584656 dspirq=40648113 bsp=111 ul=20354 irq=4681 total=81277498 #182
[prof] fn=184 clk=19995 uart=733 dspboot=40340789 dspirq=39869615 bsp=135 ul=21687 irq=3935 total=80256889 #183
[prof] fn=185 clk=28125 uart=866 dspboot=40653126 dspirq=39918220 bsp=431 ul=22696 irq=4600 total=80628064 #184
[prof] fn=186 clk=22212 uart=1219 dspboot=40909938 dspirq=41055990 bsp=113 ul=18514 irq=4549 total=82012535 #185
[prof] f

Annexe — Détail complet de tous les tests

Ar / — — 5/8

Test Markers Durée Erreur / raison (si non-pass)
test_ar2_zero_categorization ar_imr_invariant 0.00s
test_imr_not_persistently_zero ar_imr_invariant 0.00s
test_no_bootstub_entry ar_imr_invariant 0.00s
test_reset_pmst_silicon ar_imr_invariant 0.00s
test_reset_sp_silicon ar_imr_invariant 0.00s
⏭️ test_irq_servicing_imr_nonzero ar_imr_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 191, ‘Skipped: No IRQ # events — TPU/BRINT0 ne fire pas. Vérifier pipeline ARM dispatch.’)
⏭️ test_rsbx_intm_reached_or_flag_nmi ar_imr_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 211, ’Skipped: RSBX INTM jamais atteint sur boot path → candidat 1 doc §7 exclu, NMI (candidat 2) à implémenter probablement. Pas une régress
⏭️ test_tpu_frame_irq_delivered ar_imr_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 248, ’Skipped: 0 IRQ vec=19 (INT3 FRAME) — TPU ne fire pas. Diagnostique : bridge CLK_IND ? ARM init TPU ? Pas un fail (peut être déclenché p

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⏭️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 300, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 283, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont

Injection / NDB — 0/19

Test Markers Durée Erreur / raison (si non-pass)
⏭️ test_clear_ndb inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 167, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_a_cd_invalid_length inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 243, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_a_cd_pattern_23B inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 224, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_a_cd_pattern_30B inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 234, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_burst[0] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 269, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_burst[1] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 269, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_task[24-0] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 255, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_task[28-1] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 255, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_task[5-0] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 255, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_d_task[6-1] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 255, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_fbsb_fb_found inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 180, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_fbsb_sb_found inject_frames 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 193, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[1] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[2] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[3] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[4] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[5] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_inject_si[6] inject_frames,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 207, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont
⏭️ test_probe_ndb inject_frames 0.50s (‘/opt/GSM/qemu-src/tests/test_inject_frames.py’, 156, ’Skipped: gdbstub not reachable at 127.0.0.1:1234 nor on container IP (set CALYPSO_GDB_HOST or expose :1234 via -p, or run pytest inside the cont

Milestone / DSP — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_dwell_no_regression milestone_dsp_decoder 30.32s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s test_calypso_milestones.py:527: in test_c54x_interrupt_ex_called_nonzero
⏭️ test_dsp_throughput_5x milestone_dsp_decoder 0.00s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 333, ‘Skipped: Pas de INSN-COUNT-STATS dans qemu.log — QEMU pas rebuildé’)
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s test_calypso_milestones.py:474: in test_fb0_att_nonzero
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s test_calypso_milestones.py:536: in test_isr_entered_implies_rete
⚠️ test_no_pending_irq_gated milestone_irq 0.00s test_calypso_milestones.py:545: in test_no_pending_irq_gated
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s test_calypso_milestones.py:638: in test_rxdoneflag_no_longer_blocks
⏭️ test_synth_zero_path_active milestone_fb_det 0.00s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 504, ‘Skipped: Impossible de détecter CALYPSO_FBSB_SYNTH dans qemu.log’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_l1ctl_data_ind_received milestone_l1ctl 0.00s test_calypso_milestones.py:571: in test_l1ctl_data_ind_received
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s test_calypso_milestones.py:594: in test_neigh_pm_req_response_unchanged

Milestone / L1-data — 0/4

Test Markers Durée Erreur / raison (si non-pass)
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.00s test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO
⏭️ test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.00s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 416, ‘Skipped: Pas de DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé’)

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s test_calypso_milestones.py:608: in test_immediate_assignment_decoded
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s test_calypso_milestones.py:624: in test_location_updating_accept_received
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s test_calypso_milestones.py:618: in test_location_updating_request_sent
⚠️ test_rach_emitted milestone_mm_lu 0.00s test_calypso_milestones.py:603: in test_rach_emitted
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s test_calypso_milestones.py:613: in test_rr_sdcch_established

Osmocom / — — 16/23

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_clock_from_qemu_default osmocom_bridge,osmocom_divergent 0.00s test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default
test_bridge_select_timeout_low_jitter osmocom_bridge,osmocom_compliant 0.00s test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter
test_force_rx_done_default_on osmocom_boot,osmocom_compliant 0.00s test_osmocom_workflow.py:298: in test_force_rx_done_default_on
test_rxdone_addr_matches_firmware_nm osmocom_compliant,osmocom_sim 0.01s test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm
test_sim_defer_clear_timer_present osmocom_compliant,osmocom_sim 0.00s test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present
test_bsp_drain_timer_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_runtime_bts_no_fn_skew_messages osmocom_clock,osmocom_compliant,skipif 0.00s
test_sim_dtx_write_clears_it_tx osmocom_compliant,osmocom_sim 0.00s
test_sim_it_read_clear_mask_per_firmware_spec osmocom_compliant,osmocom_sim 0.00s
test_sim_rx_is_level_sensitive osmocom_compliant,osmocom_sim 0.00s
test_tdma_tick_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_timer_physical_param[BSP_DRAIN_PERIOD_MS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_HYPERFRAME] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_TDMA_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_KICK_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TDMA_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TINT0_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[TINT0_PERIOD_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[WT_DELAY_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_tint0_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
⚠️ test_runtime_sim_it_wt_rxdone_log_present osmocom_boot,osmocom_compliant,skipif 0.00s test_osmocom_workflow.py:373: in test_runtime_sim_it_wt_rxdone_log_present
⚠️ test_tcg_strne_commits_under_icount_auto osmocom_divergent,xfail 0.00s test_osmocom_workflow.py:322: in test_tcg_strne_commits_under_icount_auto

Other / unmarked — 5/18

Test Markers Durée Erreur / raison (si non-pass)
test_verdict_bts_dead 0.00s
test_verdict_instability 0.00s
test_verdict_ipc_chan_mismatch 0.00s
test_verdict_mobile_stuck_gsm322 0.00s
test_zz_per_mode_report 0.00s
⏭️ test_bissection_fbsb_shunt_vs_full 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 115, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_bridge_vs_ipc_radio_chain 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 139, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_errors_quiet 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 169, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_lost_frames_consistency 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 152, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_arm_bug 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 222, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_bridge_vs_ipc 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 304, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_dsp_wall_confirmed 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 200, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_instability 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 286, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_pipeline_works 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 243, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_radio_chain_broken 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 263, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_verdict_shunt_silent 0.00s (‘/opt/GSM/qemu-src/tests/test_mode_verdict.py’, 119, “Skipped: verdict ne s’applique pas au mode full”)
⏭️ test_verdict_shunt_works 0.00s (‘/opt/GSM/qemu-src/tests/test_mode_verdict.py’, 100, “Skipped: verdict ne s’applique pas au mode full”)
⏭️ test_zz_final_report 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 351, ‘Skipped: results.json absent: /tmp/run-all/results.json’)

Parametrize / — — 0/34

Test Markers Durée Erreur / raison (si non-pass)
test_timer_runtime_period[bts_clk_ind] parametrize,timer_audit 0.00s test_timer_physical_audit.py:182: in test_timer_runtime_period
⏭️ test_mode_executedbare parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 85, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_executedbridge parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 85, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_executedfull parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 85, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_executed[shunt-ipc] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 85, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_executedshunt parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 85, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit online] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[full-err_q-==-0-qemu.log sans erreur] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-bts_ok-==-0-BTS doit skipped en shunt mode] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t2che] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-ipc_ok-==-0-IPC doit skipped en shunt mode] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass)] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t2che (sinon firmware boot fail)] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 93, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[BTS_alive] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[FB_detect] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[IPC_handsh] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[Mock_DISP] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[Mock_LATCH] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[RR_EST_REQ] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_payload_coverage[SB_decode] parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_run_all_modes.py’, 336, ‘Skipped: results.json absent: /tmp/run-all/results.json’)
⏭️ test_timer_runtime_period[bridge_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bridge.log vide’)
⏭️ test_timer_runtime_period[bsp_burst] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: bsp_burst: only 0 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[kick] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: kick: only 0 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[tdma_tick] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: tdma_tick: only 0 samples in /root/qemu.log’)

Runtime / DSP — 2/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_reaches_zero runtime_dsp 0.00s test_run_observability.py:390: in test_intm_reaches_zero
test_no_enter_7740_dwell runtime_dsp 0.00s
test_no_wait_a21a_on_window runtime_dsp 0.00s
⏭️ test_bsp_daram_write_distribution runtime_dsp 0.00s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 554, “Skipped: Aucun DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé avec l’instrumentation bsp.c (cf rapport 05-14 § Priorité A)”)
⏭️ test_d_fb_det_data_no_longer_zero runtime_dsp 0.00s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 599, ‘Skipped: Aucun hit D_FB_DET — milestone non testable encore’)
⏭️ test_d_fb_det_pattern_unchanged runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 505, ‘Skipped: Aucun hit D_FB_DET-WR-SITE dans /root/qemu.log — probe inactive’)
⏭️ test_dsp_throughput_above_threshold runtime_dsp 0.00s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 410, “Skipped: Aucun INSN-COUNT-STATS — QEMU pas rebuildé avec l’instrumentation, ou run trop jeune (<1M insn)”)
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.01s test_run_observability.py:902: in test_interrupt_ex_called_counter_exposed
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s test_run_observability.py:920: in test_isr_entered_matches_rete
⚠️ test_no_pending_irq_gating runtime_irq 0.01s test_run_observability.py:932: in test_no_pending_irq_gating

Runtime / FS — 2/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.01s
⏭️ test_qemu_fd_usage_below_limit runtime_fs 0.01s (‘/opt/GSM/qemu-src/tests/test_runtime_net_fs.py’, 64, ‘Skipped: qemu-system-arm pas trouvé’)

Runtime / Firmware-state — 1/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s test_firmware_state.py:196: in test_bridge_has_dl_bursts
test_qemu_monitor_responsive runtime_firmware 0.00s test_firmware_state.py:98: in test_qemu_monitor_responsive
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s
⏭️ test_pc_advances runtime_firmware 0.00s (‘/opt/GSM/qemu-src/tests/test_firmware_state.py’, 106, ‘Skipped: QEMU monitor pas dispo (PC unreadable)’)
⏭️ test_pc_not_in_known_busy_loop runtime_firmware 0.00s (‘/opt/GSM/qemu-src/tests/test_firmware_state.py’, 124, ‘Skipped: monitor QEMU pas dispo’)

Runtime / GDB-introspect — 0/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.00s test_gdb_stub.py:123: in test_gdb_handshake_succeeds
test_gdb_query_supported runtime_gdb 0.00s test_gdb_stub.py:130: in test_gdb_query_supported
test_gdb_read_arm_registers runtime_gdb 0.00s test_gdb_stub.py:142: in test_gdb_read_arm_registers
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base
test_gdb_read_pc_nonzero runtime_gdb 0.00s test_gdb_stub.py:151: in test_gdb_read_pc_nonzero
test_gdb_stub_reachable runtime_gdb 0.00s test_gdb_stub.py:116: in test_gdb_stub_reachable
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.00s test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects

Runtime / Infra — 2/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s test_run_observability.py:302: in test_all_expected_processes_present
test_mobile_pcap_growing runtime_health 10.01s test_run_observability.py:336: in test_mobile_pcap_growing
test_qemu_log_is_fresh runtime_health 3.01s test_run_observability.py:324: in test_qemu_log_is_fresh
test_no_zombie_or_defunct runtime_health 0.01s
test_volumes_mounted runtime_health 0.01s

Runtime / IrDA-channel — 1/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_does_not_break_uart_modem runtime_irda 0.01s test_irda_channel.py:163: in test_irda_does_not_break_uart_modem
test_irda_pty_exists runtime_irda 0.00s test_irda_channel.py:109: in test_irda_pty_exists
test_irda_capture_process_alive runtime_irda 0.01s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s test_irda_channel.py:140: in test_irda_boot_marker_present
⚠️ test_irda_channel_produces_bytes runtime_irda 0.00s test_irda_channel.py:149: in test_irda_channel_produces_bytes
⏭️ test_irda_log_has_timestamp_prefix runtime_irda 0.00s (‘/opt/GSM/qemu-src/tests/test_irda_channel.py’, 186, ‘Skipped: fw-irda.log vide’)
⏭️ test_irda_pty_readable runtime_irda 0.00s (‘/opt/GSM/qemu-src/tests/test_irda_channel.py’, 118, ‘Skipped: PTY absent (cf. test_irda_pty_exists)’)
⏭️ test_irda_throughput_below_saturation runtime_irda 0.00s (‘/opt/GSM/qemu-src/tests/test_irda_channel.py’, 212, ‘Skipped: canal silencieux — pas de throughput à mesurer’)

Runtime / L1-ctrl — 0/6

Test Markers Durée Erreur / raison (si non-pass)
test_neigh_pm_req_loop_alive runtime_l1ctl 0.22s test_run_observability.py:696: in test_neigh_pm_req_loop_alive
⚠️ test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.01s test_run_observability.py:771: in test_a_cd_write_pc_includes_ccch_demod
⏭️ test_a_cd_writes_nonzero runtime_l1ctl 0.00s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 738, ‘Skipped: Aucun A_CD-WR — QEMU pas rebuildé avec helper watch_write_zone_check’)
⏭️ test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 792, ‘Skipped: Aucun task=24 ALLC hook’)
⚠️ test_l1ctl_data_ind_received runtime_l1ctl 0.00s test_run_observability.py:712: in test_l1ctl_data_ind_received
⚠️ test_rach_attempted runtime_l1ctl 0.00s test_run_observability.py:801: in test_rach_attempted

Runtime / L1-data — 1/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_log_shows_traffic runtime_bridge 0.00s test_run_observability.py:630: in test_bridge_log_shows_traffic
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s test_run_observability.py:642: in test_bridge_fn_drift_under_threshold

Runtime / Log-grep — 15/30

Test Markers Durée Erreur / raison (si non-pass)
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.01s test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.01s test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req
test_grep_qemu_bsp_dma_active runtime_log_grep 0.00s test_log_grep.py:91: in test_grep_qemu_bsp_dma_active
test_grep_qemu_dsp_booted runtime_log_grep 0.01s test_log_grep.py:84: in test_grep_qemu_dsp_booted
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty
test_grep_qemu_task24_dispatched runtime_log_grep 0.01s test_log_grep.py:98: in test_grep_qemu_task24_dispatched
test_blocker_fwirda_no_panic runtime_log_grep 0.00s
test_blocker_mobile_no_crash runtime_log_grep 0.00s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.00s
test_blocker_no_out_of_memory runtime_log_grep 0.00s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.00s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.00s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.00s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.00s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.00s
test_blocker_qemu_no_panic runtime_log_grep 0.00s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.00s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.01s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.01s
⏭️ test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 288, ‘Skipped’)
⏭️ test_blocker_bridge_no_rach_parity runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 296, ‘Skipped’)
⏭️ test_blocker_bridge_no_socket_error runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 304, ‘Skipped’)
⏭️ test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 115, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 124, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 137, ‘Skipped’)
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.00s test_log_grep.py:210: in test_grep_fwirda_boot_marker
⏭️ test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.01s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 172, “Skipped: trop peu d’events osmocon (1)”)
⏭️ test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.01s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 366, ‘Skipped: task=24 trop rare (0) — run trop court’)

Runtime / Mgmt — 0/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 0.01s test_run_observability.py:864: in test_mobile_imsi_loaded
test_mobile_mm_state_is_null_or_idle runtime_vty 0.01s test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle
test_mobile_vty_reachable runtime_vty 0.01s test_run_observability.py:853: in test_mobile_vty_reachable

Runtime / Monitor-extended — 0/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 0.00s test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial
test_monitor_info_mtree_has_uart_modem runtime_monitor 0.00s test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem
test_monitor_info_qtree_has_calypso runtime_monitor 0.00s test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso
test_monitor_info_registers_arm runtime_monitor 0.00s test_qemu_introspection.py:128: in test_monitor_info_registers_arm
test_monitor_info_status_is_running runtime_monitor 0.00s test_qemu_introspection.py:69: in test_monitor_info_status_is_running
test_monitor_socket_reachable runtime_monitor 0.00s test_qemu_introspection.py:62: in test_monitor_socket_reachable
⚠️ test_monitor_info_irq_listed runtime_monitor 0.00s test_qemu_introspection.py:138: in test_monitor_info_irq_listed
⚠️ test_monitor_info_mtree_has_uart_irda runtime_monitor 0.00s test_qemu_introspection.py:97: in test_monitor_info_mtree_has_uart_irda
⏭️ test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 0.00s (‘/opt/GSM/qemu-src/tests/test_qemu_introspection.py’, 114, “Skipped: monitor error : ‘<monitor error: [Errno 2] No such file or directory>’”)

Runtime / Net — 1/2

Test Markers Durée Erreur / raison (si non-pass)
test_qemu_ports_listening runtime_net 0.03s test_runtime_net_fs.py:39: in test_qemu_ports_listening
test_no_unexpected_high_ports runtime_net 0.03s

Runtime / Osmocon — 2/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_past_romload runtime_osmocon 0.00s test_firmware_state.py:168: in test_osmocon_past_romload
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.28s

Timer / — — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_timer_drift_summary_table timer_graph 0.00s
test_timer_temporal_graphs_emit_mermaid timer_graph 0.00s

Timing / Drift — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.00s test_layer_drift.py:181: in test_log_still_growing
test_log_start_within_10s drift 0.00s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.00s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.00s
⏭️ test_bridge_qfn_advances_steadily drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 150, ‘Skipped: only 0 qfn samples’)
⏭️ test_bridge_qfn_tracks_qemu_fn drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 126, ‘Skipped: few samples bridge=0 qemu=0’)
⏭️ test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 178, ‘Skipped: /tmp/bridge.log has no timestamped lines’)
⏭️ test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 216, ‘Skipped: bridge: only 0 samples’)
⏭️ test_qemu_insn_rate_cv_below_0_4 drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 91, ‘Skipped: only 0 INSN-COUNT-STATS samples — needs >= 20’)
⏭️ test_qemu_insn_rate_p1_above_1m drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 104, ‘Skipped: only 0 samples — needs >= 100’)

Timing / Timers — 2/9

Test Markers Durée Erreur / raison (si non-pass)
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.00s
⏭️ test_dsp_budget_saturation_signal timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 139, ‘Skipped: no [tdma] log lines in /root/qemu.log — rebuild QEMU pas appliqué ?’)
⏭️ test_dsp_n_exec_within_budget timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 129, ‘Skipped: no [tdma] log lines in /root/qemu.log — rebuild QEMU pas appliqué ?’)
⏭️ test_frame_irq_per_tdma_ratio timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 171, ‘Skipped: no [tdma] log lines in /root/qemu.log — rebuild QEMU pas appliqué ?’)
⏭️ test_kick_realtime_cadence timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 187, ‘Skipped: no [kick] log lines’)
⏭️ test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 286, ‘Skipped: too few buckets’)
⏭️ test_tdma_log_present timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 122, ‘Skipped: no [tdma] log lines in /root/qemu.log — rebuild QEMU pas appliqué ?’)
⏭️ test_tdma_period_virtual_close_to_target timer_invariant 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_invariants.py’, 156, ‘Skipped: no [tdma] log lines in /root/qemu.log — rebuild QEMU pas appliqué ?’)

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero
SKIPPED  test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi
SKIPPED  test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
XFAIL    test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
FAILED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
SKIPPED  test_firmware_state.py::test_pc_advances
SKIPPED  test_firmware_state.py::test_pc_not_in_known_busy_loop
FAILED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
FAILED   test_gdb_stub.py::test_gdb_handshake_succeeds
FAILED   test_gdb_stub.py::test_gdb_query_supported
FAILED   test_gdb_stub.py::test_gdb_read_arm_registers
FAILED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
FAILED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
FAILED   test_gdb_stub.py::test_gdb_read_pc_nonzero
FAILED   test_gdb_stub.py::test_gdb_stub_reachable
FAILED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
SKIPPED  test_inject_frames.py::test_clear_ndb
SKIPPED  test_inject_frames.py::test_efficacy_arm_reads_a_cd
SKIPPED  test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
SKIPPED  test_inject_frames.py::test_inject_a_cd_invalid_length
SKIPPED  test_inject_frames.py::test_inject_a_cd_pattern_23B
SKIPPED  test_inject_frames.py::test_inject_a_cd_pattern_30B
SKIPPED  test_inject_frames.py::test_inject_d_burst[0]
SKIPPED  test_inject_frames.py::test_inject_d_burst[1]
SKIPPED  test_inject_frames.py::test_inject_d_task[24-0]
SKIPPED  test_inject_frames.py::test_inject_d_task[28-1]
SKIPPED  test_inject_frames.py::test_inject_d_task[5-0]
SKIPPED  test_inject_frames.py::test_inject_d_task[6-1]
SKIPPED  test_inject_frames.py::test_inject_fbsb_fb_found
SKIPPED  test_inject_frames.py::test_inject_fbsb_sb_found
SKIPPED  test_inject_frames.py::test_inject_si[1]
SKIPPED  test_inject_frames.py::test_inject_si[2]
SKIPPED  test_inject_frames.py::test_inject_si[3]
SKIPPED  test_inject_frames.py::test_inject_si[4]
SKIPPED  test_inject_frames.py::test_inject_si[5]
SKIPPED  test_inject_frames.py::test_inject_si[6]
SKIPPED  test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
XFAIL    test_irda_channel.py::test_irda_channel_produces_bytes
FAILED   test_irda_channel.py::test_irda_does_not_break_uart_modem
SKIPPED  test_irda_channel.py::test_irda_log_has_timestamp_prefix
FAILED   test_irda_channel.py::test_irda_pty_exists
SKIPPED  test_irda_channel.py::test_irda_pty_readable
SKIPPED  test_irda_channel.py::test_irda_throughput_below_saturation
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
PASSED   test_layer_drift.py::test_log_start_within_10s
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
FAILED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
FAILED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
FAILED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
SKIPPED  test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
SKIPPED  test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active
FAILED   test_log_grep.py::test_grep_qemu_dsp_booted
FAILED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
FAILED   test_log_grep.py::test_grep_qemu_task24_dispatched
PASSED   test_mode_verdict.py::test_verdict_bts_dead
PASSED   test_mode_verdict.py::test_verdict_instability
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322
SKIPPED  test_mode_verdict.py::test_verdict_shunt_silent
SKIPPED  test_mode_verdict.py::test_verdict_shunt_works
PASSED   test_mode_verdict.py::test_zz_per_mode_report
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock
FAILED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
XFAIL    test_qemu_introspection.py::test_monitor_info_irq_listed
XFAIL    test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
FAILED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
SKIPPED  test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
FAILED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
FAILED   test_qemu_introspection.py::test_monitor_info_registers_arm
FAILED   test_qemu_introspection.py::test_monitor_info_status_is_running
FAILED   test_qemu_introspection.py::test_monitor_socket_reachable
SKIPPED  test_run_all_modes.py::test_bissection_fbsb_shunt_vs_full
SKIPPED  test_run_all_modes.py::test_bridge_vs_ipc_radio_chain
SKIPPED  test_run_all_modes.py::test_errors_quiet
SKIPPED  test_run_all_modes.py::test_lost_frames_consistency
SKIPPED  test_run_all_modes.py::test_mode_executed[bare]
SKIPPED  test_run_all_modes.py::test_mode_executed[bridge]
SKIPPED  test_run_all_modes.py::test_mode_executed[full]
SKIPPED  test_run_all_modes.py::test_mode_executed[shunt-ipc]
SKIPPED  test_run_all_modes.py::test_mode_executed[shunt]
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare]
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare]
SKIPPED  test_run_all_modes.py::test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare]
SKIPPED  test_run_all_modes.py::test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy]
SKIPPED  test_run_all_modes.py::test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)]
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit \xeatre online]
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-err_q-==-0-qemu.log sans erreur]
SKIPPED  test_run_all_modes.py::test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-\xe9]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-bts_ok-==-0-BTS doit \xeatre skipped en shunt mode]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t\xe2che]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-ipc_ok-==-0-IPC doit \xeatre skipped en shunt mode]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass\xe9)]
SKIPPED  test_run_all_modes.py::test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t\xe2che (sinon firmware boot fail)]
SKIPPED  test_run_all_modes.py::test_payload_coverage[BTS_alive]
SKIPPED  test_run_all_modes.py::test_payload_coverage[FB_detect]
SKIPPED  test_run_all_modes.py::test_payload_coverage[IPC_handsh]
SKIPPED  test_run_all_modes.py::test_payload_coverage[Mock_DISP]
SKIPPED  test_run_all_modes.py::test_payload_coverage[Mock_LATCH]
SKIPPED  test_run_all_modes.py::test_payload_coverage[RR_EST_REQ]
SKIPPED  test_run_all_modes.py::test_payload_coverage[SB_decode]
SKIPPED  test_run_all_modes.py::test_verdict_arm_bug
SKIPPED  test_run_all_modes.py::test_verdict_bridge_vs_ipc
SKIPPED  test_run_all_modes.py::test_verdict_dsp_wall_confirmed
SKIPPED  test_run_all_modes.py::test_verdict_instability
SKIPPED  test_run_all_modes.py::test_verdict_pipeline_works
SKIPPED  test_run_all_modes.py::test_verdict_radio_chain_broken
SKIPPED  test_run_all_modes.py::test_zz_final_report
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero
FAILED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
FAILED   test_run_observability.py::test_bridge_log_shows_traffic
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
FAILED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
SKIPPED  test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
XFAIL    test_run_observability.py::test_l1ctl_data_ind_received
FAILED   test_run_observability.py::test_mobile_imsi_loaded
FAILED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
FAILED   test_run_observability.py::test_mobile_pcap_growing
FAILED   test_run_observability.py::test_mobile_vty_reachable
FAILED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
FAILED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
SKIPPED  test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
FAILED   test_runtime_net_fs.py::test_qemu_ports_listening
SKIPPED  test_timer_invariants.py::test_dsp_budget_saturation_signal
SKIPPED  test_timer_invariants.py::test_dsp_n_exec_within_budget
SKIPPED  test_timer_invariants.py::test_frame_irq_per_tdma_ratio
SKIPPED  test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
SKIPPED  test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
SKIPPED  test_timer_invariants.py::test_tdma_log_present
SKIPPED  test_timer_invariants.py::test_tdma_period_virtual_close_to_target
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst]
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[kick]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick]
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260527_110810/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-27T11:08:10.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-27T11:08:10

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 43 échec(s), 64/242 passent

métrique valeur interprétation
pct brut 26 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 60 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 44 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 64
❌ failed 43
⏭️ skipped 109
⚠️ xfailed 26
total 242

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AUTO_GEN_DOC 1 default
CALYPSO_BSP_DARAM_ADDR 0x3fb0 env
CALYPSO_BSP_IQ_PASSTHROUGH 1 env
CALYPSO_DSP_BUDGET 256000 env
CALYPSO_DSP_IDLE_FF 1 env
CALYPSO_DSP_IDLE_RANGE | env | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | env | | CALYPSO_DSP_SHUNT | 0 | env | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_HOST_ROOT | /root | env | | CALYPSO_ICOUNT | auto | env | | CALYPSO_IRDA_CAPTURE | 1 | default | | CALYPSO_L2_CLIENT | mobile | env | | CALYPSO_LOG_TS | 1 | default | | CALYPSO_MOBILE_DEBUG | DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK | default | | CALYPSO_MODE | full | env | | CALYPSO_MODE_TAG | full | env | | CALYPSO_MTTCG | 0 | env | | CALYPSO_NDB_D_RACH_OFFSET | env
CALYPSO_NO_ATTACH 1 env
CALYPSO_PROBE_BOOTSTUB 0 env
CALYPSO_RACH_FORCE_BSIC | env | | CALYPSO_REPO | /opt/GSM/qemu-src | env | | CALYPSO_RXDONE_PROBE | 1 | env | | CALYPSO_SIM_CFG | /root/.osmocom/bb/mobile_group1.cfg | env | | CALYPSO_SKIP_BRIDGE_PY | 1 | env | | CALYPSO_SKIP_BTS | 0 | env | | CALYPSO_SKIP_GSMTAP | 0 | env | | CALYPSO_SKIP_IPC_DEVICE | 0 | env | | CALYPSO_SKIP_L2 | 0 | env | | CALYPSO_SKIP_TRX_IPC | 0 | env | | CALYPSO_STICK_ARFCN | default
CALYPSO_TEST_OUT /tmp env
CALYPSO_TIMER 0 env
CALYPSO_UART_TRACE 0 env
CALYPSO_W1C_LATCH 0 env
FW_BIN /opt/GSM/firmware/board/compal_e88/layer1.highram.bin default
FW_ELF /opt/GSM/firmware/board/compal_e88/layer1.highram.elf default
QEMU_C54X_PATH /opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : GDB-introspect (0/8 tests passent).

Aucune étape ne passe avant — la chaîne est cassée dès l’entrée (GDB-introspect).

[!IMPORTANT] ⚠️ Chaîne causale sérielle non-linéaire détectée : NDB (0/19, fail) → ARM-feedback (fail) → L1-ctrl (downstream).

NDB est amont d’ARM-feedback malgré sa position plus haut dans le diagramme. ARM-feedback observe ce que NDB a écrit — si l’injection NDB échoue, ARM-feedback fail mécanique, et L1-ctrl en aval n’a rien à forward.

Ordre d’investigation recommandé : commencer par les test_inject_* (NDB). Les durées 0.3-0.6s (fail rapide) suggèrent soit erreur immédiate d’injection, soit checkpoint post-write qui ne valide pas. Si tu fixes le path d’injection, tu débloques potentiellement toute la chaîne en aval.

Blockers

43 test(s) en échec :

🔴 1. test_all_expected_processes_present — Runtime / Infra — marker(s): runtime_health — durée 0.01s - test_run_observability.py::test_all_expected_processes_present - ❗ test_run_observability.py:302: in test_all_expected_processes_present 🔻 2. test_mobile_pcap_growing — Runtime / Infra — marker(s): runtime_health — durée 10.01s - test_run_observability.py::test_mobile_pcap_growing - ❗ test_run_observability.py:336: in test_mobile_pcap_growing 🔻 3. test_qemu_log_is_fresh — Runtime / Infra — marker(s): runtime_health — durée 3.01s - test_run_observability.py::test_qemu_log_is_fresh - ❗ test_run_observability.py:324: in test_qemu_log_is_fresh 🔻 4. test_gdb_handshake_succeeds — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_handshake_succeeds - ❗ test_gdb_stub.py:123: in test_gdb_handshake_succeeds 🔻 5. test_gdb_query_supported — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_query_supported - ❗ test_gdb_stub.py:130: in test_gdb_query_supported 🔻 6. test_gdb_read_arm_registers — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_arm_registers - ❗ test_gdb_stub.py:142: in test_gdb_read_arm_registers 🔻 7. test_gdb_read_dsp_daram_xfail — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_dsp_daram_xfail - ❗ test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail 🔻 8. test_gdb_read_memory_at_dsp_api_base — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base - ❗ test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base 🔻 9. test_gdb_read_pc_nonzero — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_read_pc_nonzero - ❗ test_gdb_stub.py:151: in test_gdb_read_pc_nonzero 🔻 10. test_gdb_stub_reachable — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_stub_reachable - ❗ test_gdb_stub.py:116: in test_gdb_stub_reachable 🔻 11. test_gdb_stub_survives_3_quick_reconnects — Runtime / GDB-introspect — marker(s): runtime_gdb — durée 0.00s - test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects - ❗ test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects 🔻 12. test_monitor_info_chardev_lists_serial — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_chardev_lists_serial - ❗ test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial 🔻 13. test_monitor_info_mtree_has_uart_modem — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem - ❗ test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem 🔻 14. test_monitor_info_qtree_has_calypso — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_qtree_has_calypso - ❗ test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso 🔻 15. test_monitor_info_registers_arm — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_registers_arm - ❗ test_qemu_introspection.py:128: in test_monitor_info_registers_arm 🔻 16. test_monitor_info_status_is_running — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_info_status_is_running - ❗ test_qemu_introspection.py:69: in test_monitor_info_status_is_running 🔻 17. test_monitor_socket_reachable — Runtime / Monitor-extended — marker(s): runtime_monitor — durée 0.00s - test_qemu_introspection.py::test_monitor_socket_reachable - ❗ test_qemu_introspection.py:62: in test_monitor_socket_reachable 🔻 18. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ test_firmware_state.py:196: in test_bridge_has_dl_bursts 🔻 19. test_qemu_monitor_responsive — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_qemu_monitor_responsive - ❗ test_firmware_state.py:98: in test_qemu_monitor_responsive 🔻 20. test_osmocon_past_romload — Runtime / Osmocon — marker(s): runtime_osmocon — durée 0.00s - test_firmware_state.py::test_osmocon_past_romload - ❗ test_firmware_state.py:168: in test_osmocon_past_romload 🔻 21. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.00s - test_run_observability.py::test_intm_reaches_zero - ❗ test_run_observability.py:390: in test_intm_reaches_zero 🔻 22. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.00s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly 🔻 23. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ test_run_observability.py:630: in test_bridge_log_shows_traffic 🔻 24. test_neigh_pm_req_loop_alive — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.22s - test_run_observability.py::test_neigh_pm_req_loop_alive - ❗ test_run_observability.py:696: in test_neigh_pm_req_loop_alive 🔻 25. test_log_still_growing[qemu-/root/qemu.log-1000] — Timing / Drift — marker(s): drift,parametrize — durée 0.00s - test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] - ❗ test_layer_drift.py:181: in test_log_still_growing 🔻 26. test_irda_does_not_break_uart_modem — Runtime / IrDA-channel — marker(s): runtime_irda — durée 0.01s - test_irda_channel.py::test_irda_does_not_break_uart_modem - ❗ test_irda_channel.py:163: in test_irda_does_not_break_uart_modem 🔻 27. test_irda_pty_exists — Runtime / IrDA-channel — marker(s): runtime_irda — durée 0.00s - test_irda_channel.py::test_irda_pty_exists - ❗ test_irda_channel.py:109: in test_irda_pty_exists 🔻 28. test_mobile_imsi_loaded — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_imsi_loaded - ❗ test_run_observability.py:864: in test_mobile_imsi_loaded 🔻 29. test_mobile_mm_state_is_null_or_idle — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_mm_state_is_null_or_idle - ❗ test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle 🔻 30. test_mobile_vty_reachable — Runtime / Mgmt — marker(s): runtime_vty — durée 0.01s - test_run_observability.py::test_mobile_vty_reachable - ❗ test_run_observability.py:853: in test_mobile_vty_reachable 🔻 31. test_qemu_ports_listening — Runtime / Net — marker(s): runtime_net — durée 0.03s - test_runtime_net_fs.py::test_qemu_ports_listening - ❗ test_runtime_net_fs.py:39: in test_qemu_ports_listening 🔻 32. test_grep_osmocon_l1ctl_fbsb_req_attempted — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted - ❗ test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted 🔻 33. test_grep_osmocon_l1ctl_reset_req — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_osmocon_l1ctl_reset_req - ❗ test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req 🔻 34. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.00s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ test_log_grep.py:91: in test_grep_qemu_bsp_dma_active 🔻 35. test_grep_qemu_dsp_booted — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_dsp_booted - ❗ test_log_grep.py:84: in test_grep_qemu_dsp_booted 🔻 36. test_grep_qemu_log_exists_and_nonempty — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.00s - test_log_grep.py::test_grep_qemu_log_exists_and_nonempty - ❗ test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty 🔻 37. test_grep_qemu_task24_dispatched — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_task24_dispatched - ❗ test_log_grep.py:98: in test_grep_qemu_task24_dispatched 🔻 38. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default 🔻 39. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter 🔻 40. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ test_osmocom_workflow.py:298: in test_force_rx_done_default_on 🔻 41. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.01s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm 🔻 42. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present 🔻 43. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ test_timer_physical_audit.py:182: in test_timer_runtime_period

Couches — ce qui marche, ce qui casse

🟡 Infra — 2/5

Échecs : test_all_expected_processes_present, test_qemu_log_is_fresh, test_mobile_pcap_growing

🛑 GDB-introspect — 0/8

Échecs : test_gdb_stub_reachable, test_gdb_handshake_succeeds, test_gdb_query_supported, test_gdb_read_arm_registers, test_gdb_read_pc_nonzero, test_gdb_read_memory_at_dsp_api_base, test_gdb_stub_survives_3_quick_reconnects, test_gdb_read_dsp_daram_xfail

🛑 Monitor-extended — 0/9

Échecs : test_monitor_socket_reachable, test_monitor_info_status_is_running, test_monitor_info_chardev_lists_serial, test_monitor_info_qtree_has_calypso, test_monitor_info_mtree_has_uart_modem, test_monitor_info_registers_arm ⏭️ Skipped : test_monitor_info_mtree_has_uart_irda, test_monitor_info_qom_tree_has_calypso_or_arm, test_monitor_info_irq_listed ⚠️ xfail : test_monitor_info_mtree_has_uart_irda, test_monitor_info_irq_listed

🟡 Firmware-state — 1/5

Échecs : test_qemu_monitor_responsive, test_bridge_has_dl_bursts ⏭️ Skipped : test_pc_advances, test_pc_not_in_known_busy_loop

🟡 Osmocon — 2/3

Échecs : test_osmocon_past_romload

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🛑 L1-ctrl — 0/8

Échecs : test_neigh_pm_req_loop_alive ⏭️ Skipped : test_l1ctl_data_ind_received, test_neigh_pm_req_response_unchanged, test_l1ctl_data_ind_received, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_l1ctl_data_ind_rate_vs_alc, test_rach_attempted ⚠️ xfail : test_l1ctl_data_ind_received, test_neigh_pm_req_response_unchanged, test_l1ctl_data_ind_received, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

🟡 Timers — 2/9

⏭️ Skipped : test_tdma_log_present, test_dsp_n_exec_within_budget, test_dsp_budget_saturation_signal, test_tdma_period_virtual_close_to_target, test_frame_irq_per_tdma_ratio, test_kick_realtime_cadence, test_log_timeline_csv_steady_qemu_rate

🟡 Drift — 3/10

Échecs : test_log_still_growing[qemu-/root/qemu.log-1000] ⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

🛑 NDB — 0/19

⏭️ Skipped : test_probe_ndb, test_clear_ndb, test_inject_fbsb_fb_found, test_inject_fbsb_sb_found, test_inject_si[1], test_inject_si[2], test_inject_si[3], test_inject_si[4], test_inject_si[5], test_inject_si[6], test_inject_a_cd_pattern_23B, test_inject_a_cd_pattern_30B, test_inject_a_cd_invalid_length, test_inject_d_task[5-0], test_inject_d_task[6-1], test_inject_d_task[24-0], test_inject_d_task[28-1], test_inject_d_burst[0], test_inject_d_burst[1]

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 1/8

Échecs : test_irda_pty_exists, test_irda_does_not_break_uart_modem ⏭️ Skipped : test_irda_pty_readable, test_irda_boot_marker_present, test_irda_channel_produces_bytes, test_irda_log_has_timestamp_prefix, test_irda_throughput_below_saturation ⚠️ xfail : test_irda_boot_marker_present, test_irda_channel_produces_bytes

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

🛑 Mgmt — 0/3

Échecs : test_mobile_vty_reachable, test_mobile_imsi_loaded, test_mobile_mm_state_is_null_or_idle

🟡 Net — 1/2

Échecs : test_qemu_ports_listening

🟡 FS — 2/3

⏭️ Skipped : test_qemu_fd_usage_below_limit

🟡 Log-grep — 15/30

Échecs : test_grep_qemu_log_exists_and_nonempty, test_grep_qemu_dsp_booted, test_grep_qemu_bsp_dma_active, test_grep_qemu_task24_dispatched, test_grep_osmocon_l1ctl_reset_req, test_grep_osmocon_l1ctl_fbsb_req_attempted ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_osmocon_lost_ratio_acceptable, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 23/67

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_irq_servicing_imr_nonzero, test_rsbx_intm_reached_or_flag_nmi, test_tpu_frame_irq_delivered, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_mode_executedfull, test_mode_executedshunt, test_mode_executed[shunt-ipc], test_mode_executedbridge, test_mode_executedbare, test_mode_invariant[full-bts_ok->-0-osmo-bts-trx doit online], test_mode_invariant[full-ipc_ok->-0-calypso-ipc-device doit avoir handshake-], test_mode_invariant[full-err_q-==-0-qemu.log sans erreur], test_mode_invariant[shunt-shunt_latch->-0-ARM doit poser au moins une t2che (sinon firmware boot fail)], test_mode_invariant[shunt-shunt_disp->-0-le mock doit dispatch au moins une fois (sinon frame_irq hook cass)], test_mode_invariant[shunt-err_q-==-0-qemu.log sans erreur], test_mode_invariant[shunt-bts_ok-==-0-BTS doit skipped en shunt mode], test_mode_invariant[shunt-ipc_ok-==-0-IPC doit skipped en shunt mode], test_mode_invariant[shunt-ipc-shunt_latch->-0-ARM doit poser au moins une t2che], test_mode_invariant[shunt-ipc-shunt_disp->-0-le mock doit dispatch], test_mode_invariant[shunt-ipc-bts_ok->-0-BTS alive en shunt-ipc (radio chain cosmetic)], test_mode_invariant[shunt-ipc-ipc_ok->-0-IPC handshake (devrait passer avec cfg 1-chan)], test_mode_invariant[bridge-bts_ok->-0-BTS alive avec bridge.py legacy], test_mode_invariant[bridge-ipc_ok-==-0-IPC skipped en bridge mode (mutex)], test_mode_invariant[bare-bts_ok-==-0-pas de BTS en bare], test_mode_invariant[bare-ipc_ok-==-0-pas d'IPC en bare], test_mode_invariant[bare-rr_est-==-0-pas de mobile en bare], test_payload_coverage[FB_detect], test_payload_coverage[SB_decode], test_payload_coverage[Mock_LATCH], test_payload_coverage[Mock_DISP], test_payload_coverage[RR_EST_REQ], test_payload_coverage[BTS_alive], test_payload_coverage[IPC_handsh], test_timer_runtime_period[tdma_tick], test_timer_runtime_period[kick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

🟡 unmarked — 5/18

⏭️ Skipped : test_verdict_shunt_works, test_verdict_shunt_silent, test_bissection_fbsb_shunt_vs_full, test_bridge_vs_ipc_radio_chain, test_lost_frames_consistency, test_errors_quiet, test_verdict_dsp_wall_confirmed, test_verdict_arm_bug, test_verdict_pipeline_works, test_verdict_radio_chain_broken, test_verdict_instability, test_verdict_bridge_vs_ipc, test_zz_final_report

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path 🔧 à faire diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 0 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

43 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_all_expected_processes_present

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_all_expected_processes_present
  • Assertion : test_run_observability.py:302: in test_all_expected_processes_present

🛑 2. test_mobile_pcap_growing

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 10.01s
  • Nodeid : test_run_observability.py::test_mobile_pcap_growing
  • Assertion : test_run_observability.py:336: in test_mobile_pcap_growing

🛑 3. test_qemu_log_is_fresh

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 3.01s
  • Nodeid : test_run_observability.py::test_qemu_log_is_fresh
  • Assertion : test_run_observability.py:324: in test_qemu_log_is_fresh

🛑 4. test_gdb_handshake_succeeds

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_handshake_succeeds
  • Assertion : test_gdb_stub.py:123: in test_gdb_handshake_succeeds

🛑 5. test_gdb_query_supported

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_query_supported
  • Assertion : test_gdb_stub.py:130: in test_gdb_query_supported

🛑 6. test_gdb_read_arm_registers

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_arm_registers
  • Assertion : test_gdb_stub.py:142: in test_gdb_read_arm_registers

🛑 7. test_gdb_read_dsp_daram_xfail

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
  • Assertion : test_gdb_stub.py:190: in test_gdb_read_dsp_daram_xfail

🛑 8. test_gdb_read_memory_at_dsp_api_base

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
  • Assertion : test_gdb_stub.py:168: in test_gdb_read_memory_at_dsp_api_base

🛑 9. test_gdb_read_pc_nonzero

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_read_pc_nonzero
  • Assertion : test_gdb_stub.py:151: in test_gdb_read_pc_nonzero

🛑 10. test_gdb_stub_reachable

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_stub_reachable
  • Assertion : test_gdb_stub.py:116: in test_gdb_stub_reachable

🛑 11. test_gdb_stub_survives_3_quick_reconnects

  • Catégorie / couche : Runtime / GDB-introspect
  • Marker(s) : runtime_gdb
  • Durée : 0.00s
  • Nodeid : test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
  • Assertion : test_gdb_stub.py:180: in test_gdb_stub_survives_3_quick_reconnects

🛑 12. test_monitor_info_chardev_lists_serial

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
  • Assertion : test_qemu_introspection.py:78: in test_monitor_info_chardev_lists_serial

🛑 13. test_monitor_info_mtree_has_uart_modem

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
  • Assertion : test_qemu_introspection.py:105: in test_monitor_info_mtree_has_uart_modem

🛑 14. test_monitor_info_qtree_has_calypso

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
  • Assertion : test_qemu_introspection.py:86: in test_monitor_info_qtree_has_calypso

🛑 15. test_monitor_info_registers_arm

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_registers_arm
  • Assertion : test_qemu_introspection.py:128: in test_monitor_info_registers_arm

🛑 16. test_monitor_info_status_is_running

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_info_status_is_running
  • Assertion : test_qemu_introspection.py:69: in test_monitor_info_status_is_running

🛑 17. test_monitor_socket_reachable

  • Catégorie / couche : Runtime / Monitor-extended
  • Marker(s) : runtime_monitor
  • Durée : 0.00s
  • Nodeid : test_qemu_introspection.py::test_monitor_socket_reachable
  • Assertion : test_qemu_introspection.py:62: in test_monitor_socket_reachable

🛑 18. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : test_firmware_state.py:196: in test_bridge_has_dl_bursts

🛑 19. test_qemu_monitor_responsive

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_qemu_monitor_responsive
  • Assertion : test_firmware_state.py:98: in test_qemu_monitor_responsive

🛑 20. test_osmocon_past_romload

  • Catégorie / couche : Runtime / Osmocon
  • Marker(s) : runtime_osmocon
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_osmocon_past_romload
  • Assertion : test_firmware_state.py:168: in test_osmocon_past_romload

🛑 21. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : test_run_observability.py:390: in test_intm_reaches_zero

🛑 22. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.00s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : test_calypso_milestones.py:453: in test_no_d_fb_det_wr_site_anomaly

🛑 23. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion : test_run_observability.py:630: in test_bridge_log_shows_traffic

🛑 24. test_neigh_pm_req_loop_alive

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.22s
  • Nodeid : test_run_observability.py::test_neigh_pm_req_loop_alive
  • Assertion : test_run_observability.py:696: in test_neigh_pm_req_loop_alive

🛑 25. test_log_still_growing[qemu-/root/qemu.log-1000]

  • Catégorie / couche : Timing / Drift
  • Marker(s) : drift,parametrize
  • Durée : 0.00s
  • Nodeid : test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
  • Assertion : test_layer_drift.py:181: in test_log_still_growing

🛑 26. test_irda_does_not_break_uart_modem

  • Catégorie / couche : Runtime / IrDA-channel
  • Marker(s) : runtime_irda
  • Durée : 0.01s
  • Nodeid : test_irda_channel.py::test_irda_does_not_break_uart_modem
  • Assertion : test_irda_channel.py:163: in test_irda_does_not_break_uart_modem

🛑 27. test_irda_pty_exists

  • Catégorie / couche : Runtime / IrDA-channel
  • Marker(s) : runtime_irda
  • Durée : 0.00s
  • Nodeid : test_irda_channel.py::test_irda_pty_exists
  • Assertion : test_irda_channel.py:109: in test_irda_pty_exists

🛑 28. test_mobile_imsi_loaded

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_imsi_loaded
  • Assertion : test_run_observability.py:864: in test_mobile_imsi_loaded

🛑 29. test_mobile_mm_state_is_null_or_idle

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_mm_state_is_null_or_idle
  • Assertion : test_run_observability.py:882: in test_mobile_mm_state_is_null_or_idle

🛑 30. test_mobile_vty_reachable

  • Catégorie / couche : Runtime / Mgmt
  • Marker(s) : runtime_vty
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_mobile_vty_reachable
  • Assertion : test_run_observability.py:853: in test_mobile_vty_reachable

🛑 31. test_qemu_ports_listening

  • Catégorie / couche : Runtime / Net
  • Marker(s) : runtime_net
  • Durée : 0.03s
  • Nodeid : test_runtime_net_fs.py::test_qemu_ports_listening
  • Assertion : test_runtime_net_fs.py:39: in test_qemu_ports_listening

🛑 32. test_grep_osmocon_l1ctl_fbsb_req_attempted

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
  • Assertion : test_log_grep.py:160: in test_grep_osmocon_l1ctl_fbsb_req_attempted

🛑 33. test_grep_osmocon_l1ctl_reset_req

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
  • Assertion : test_log_grep.py:151: in test_grep_osmocon_l1ctl_reset_req

🛑 34. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.00s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : test_log_grep.py:91: in test_grep_qemu_bsp_dma_active

🛑 35. test_grep_qemu_dsp_booted

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_dsp_booted
  • Assertion : test_log_grep.py:84: in test_grep_qemu_dsp_booted

🛑 36. test_grep_qemu_log_exists_and_nonempty

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.00s
  • Nodeid : test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
  • Assertion : test_log_grep.py:77: in test_grep_qemu_log_exists_and_nonempty

🛑 37. test_grep_qemu_task24_dispatched

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_task24_dispatched
  • Assertion : test_log_grep.py:98: in test_grep_qemu_task24_dispatched

🛑 38. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : test_osmocom_workflow.py:339: in test_bridge_clock_from_qemu_default

🛑 39. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : test_osmocom_workflow.py:247: in test_bridge_select_timeout_low_jitter

🛑 40. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : test_osmocom_workflow.py:298: in test_force_rx_done_default_on

🛑 41. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.01s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : test_osmocom_workflow.py:174: in test_rxdone_addr_matches_firmware_nm

🛑 42. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : test_osmocom_workflow.py:272: in test_sim_defer_clear_timer_present

🛑 43. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : test_timer_physical_audit.py:182: in test_timer_runtime_period

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

1.4 Shunt

<!DOCTYPE html> Calypso test report

Calypso test report

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
         <p>auto-generated (tests/conftest.py) </p>
      </div>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
  <p class="date">2026-05-27 00:00</p>
</div>

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 133/202 passent

métrique valeur interprétation
pct brut 66 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 73 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 133
❌ failed 15
⏭️ skipped 30
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra["Infra 3/5"]
  class P_Infra partial;
  P_GDB_introspect["GDB-introspect 8/8"]
  class P_GDB_introspect pass;
  P_Infra --> P_GDB_introspect
  P_Monitor_extended["Monitor-extended 9/9"]
  class P_Monitor_extended pass;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state["Firmware-state 4/5"]
  class P_Firmware_state partial;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon["Osmocon 3/3"]
  class P_Osmocon pass;
  P_Firmware_state --> P_Osmocon
  P_DSP["DSP 5/20"]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data["L1-data 1/7"]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl["L1-ctrl 1/8"]
  class P_L1_ctrl partial;
  P_L1_data --> P_L1_ctrl
  P_Timers["Timers 9/9"]
  class P_Timers pass;
  P_L1_ctrl --> P_Timers
  P_Drift["Drift 4/10"]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB["NDB 19/19"]
  class P_NDB pass;
  P_Drift --> P_NDB
  P_ARM_feedback["ARM-feedback 0/2"]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_ARM_feedback -.->|BREAK| BREAK_ARM_feedback["BREAK HERE ARM-feedback 0% pass"]
  class BREAK_ARM_feedback brk;
  P_IrDA_channel["IrDA-channel 7/8"]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM["L3-MM 0/5"]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt["Mgmt 3/3"]
  class P_Mgmt pass;
  P_L3_MM --> P_Mgmt
  P_Net["Net 2/2"]
  class P_Net pass;
  P_Mgmt --> P_Net
  P_FS["FS 3/3"]
  class P_FS pass;
  P_Net --> P_FS
  P_Log_grep["Log-grep 21/30"]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary["Summary 1/1"]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_all_expected_processes_present — Runtime / Infra — marker(s): runtime_health — durée 0.01s - test_run_observability.py::test_all_expected_processes_present - ❗ """ 🔻 2. test_mobile_pcap_growing — Runtime / Infra — marker(s): runtime_health — durée 10.01s - test_run_observability.py::test_mobile_pcap_growing - ❗ """tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé.""" 🔻 3. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 4. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 5. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6608419 🔻 6. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 7. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 8. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 9. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 10. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 11. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 12. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 13. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 14. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.01s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 15. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Couches — ce qui marche, ce qui casse

🟡 Infra — 3/5

Échecs : test_all_expected_processes_present, test_mobile_pcap_growing

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 4/5

Échecs : test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 25/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_runtime_bts_no_fn_skew_messages, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bts_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

🟡 unmarked — 5/7

⏭️ Skipped : test_verdict_bts_dead, test_verdict_ipc_chan_mismatch

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Ar — 7/8

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Ar["Ar 7/8"]
  C_Ar --> T_001_pass_grp_Ar["PASS 7 0.0s"]
  C_Ar --> T_002_test_rsbx_intm_reached_or_flag_nmi["test_rsbx_intm_reached_or_flag_nmi — · ar_imr_invariant 0.01s"]
  class C_Ar partial;
  class T_001_pass_grp_Ar pass;
  class T_002_test_rsbx_intm_reached_or_flag_nmi skip;

🟡 Injection — 19/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection["Injection 19/21"]
  C_Injection --> T_003_pass_grp_Injection["PASS 19 5.4s"]
  C_Injection --> T_004_test_efficacy_arm_reads_d_fb_det_1["test_efficacy_arm_reads_d_fb_det_1 ARM-feedback · inject_efficacy 3.01s"]
  C_Injection --> T_005_test_efficacy_arm_reads_a_cd["test_efficacy_arm_reads_a_cd ARM-feedback · inject_efficacy 2.59s"]
  class C_Injection partial;
  class T_003_pass_grp_Injection pass;
  class T_004_test_efficacy_arm_reads_d_fb_det_1 xfail;
  class T_005_test_efficacy_arm_reads_a_cd xfail;

🟡 Milestone — 3/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone["Milestone 3/21"]
  C_Milestone --> T_006_pass_grp_Milestone["PASS 3 30.5s"]
  C_Milestone --> T_007_test_dsp_throughput_5x["test_dsp_throughput_5x DSP · milestone_dsp_decoder 0.01s"]
  C_Milestone --> T_008_test_fb0_att_nonzero["test_fb0_att_nonzero DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_009_test_synth_zero_path_active["test_synth_zero_path_active DSP · milestone_fb_det 0.01s"]
  C_Milestone --> T_010_test_c54x_interrupt_ex_called_nonzero["test_c54x_interrupt_ex_called_nonzero DSP · milestone_irq 0.00s"]
  C_Milestone --> T_011_test_isr_entered_implies_rete["test_isr_entered_implies_rete DSP · milestone_irq 0.00s"]
  C_Milestone --> T_012_test_no_pending_irq_gated["test_no_pending_irq_gated DSP · milestone_irq 0.00s"]
  C_Milestone --> T_013_test_rxdoneflag_no_longer_blocks["test_rxdoneflag_no_longer_blocks DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_014_test_ar3_init_source_identified["test_ar3_init_source_identified L1-data · milestone_bsp_dma 0.03s"]
  C_Milestone --> T_015_test_ar4_init_source_identified["test_ar4_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_016_test_bsp_dma_target_matches_correlator_read_zone["test_bsp_dma_target_matches_correlator L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_017_test_no_d_fb_det_wr_site_anomaly["test_no_d_fb_det_wr_site_anomaly L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_018_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · milestone_l1ctl 0.02s"]
  C_Milestone --> T_019_test_neigh_pm_req_response_unchanged["test_neigh_pm_req_response_unchanged L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_020_test_rach_emitted["test_rach_emitted L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_021_test_immediate_assignment_decoded["test_immediate_assignment_decoded L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_022_test_rr_sdcch_established["test_rr_sdcch_established L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_023_test_location_updating_request_sent["test_location_updating_request_sent L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_024_test_location_updating_accept_received["test_location_updating_accept_received L3-MM · milestone_mm_lu 0.00s"]
  class C_Milestone partial;
  class T_006_pass_grp_Milestone pass;
  class T_007_test_dsp_throughput_5x skip;
  class T_008_test_fb0_att_nonzero xfail;
  class T_009_test_synth_zero_path_active skip;
  class T_010_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_011_test_isr_entered_implies_rete xfail;
  class T_012_test_no_pending_irq_gated xfail;
  class T_013_test_rxdoneflag_no_longer_blocks xfail;
  class T_014_test_ar3_init_source_identified skip;
  class T_015_test_ar4_init_source_identified skip;
  class T_016_test_bsp_dma_target_matches_correlator_read_zone skip;
  class T_017_test_no_d_fb_det_wr_site_anomaly fail;
  class T_018_test_l1ctl_data_ind_received fail;
  class T_019_test_neigh_pm_req_response_unchanged xfail;
  class T_020_test_rach_emitted xfail;
  class T_021_test_immediate_assignment_decoded xfail;
  class T_022_test_rr_sdcch_established xfail;
  class T_023_test_location_updating_request_sent xfail;
  class T_024_test_location_updating_accept_received xfail;

🟡 Osmocom — 15/23

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Osmocom["Osmocom 15/23"]
  C_Osmocom --> T_025_pass_grp_Osmocom["PASS 15 0.0s"]
  C_Osmocom --> T_026_test_rxdone_addr_matches_firmware_nm["test_rxdone_addr_matches_firmware_nm — · osmocom_compliant 0.01s"]
  C_Osmocom --> T_027_test_bridge_select_timeout_low_jitter["test_bridge_select_timeout_low_jitter — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_028_test_sim_defer_clear_timer_present["test_sim_defer_clear_timer_present — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_029_test_force_rx_done_defaultX_on["test_force_rx_done_default_on — · osmocom_boot 0.00s"]
  C_Osmocom --> T_030_test_tcg_strne_commits_under_icount_auto["test_tcg_strne_commits_under_icount_au — · osmocom_divergent 0.00s"]
  C_Osmocom --> T_031_test_bridge_clock_from_qemu_defaultX["test_bridge_clock_from_qemu_default — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_032_test_runtime_sim_it_wt_rxdone_log_present["test_runtime_sim_it_wt_rxdone_log_pres — · osmocom_boot 0.02s"]
  C_Osmocom --> T_033_test_runtime_bts_no_fn_skew_messages["test_runtime_bts_no_fn_skew_messages — · osmocom_clock 0.00s"]
  class C_Osmocom partial;
  class T_025_pass_grp_Osmocom pass;
  class T_026_test_rxdone_addr_matches_firmware_nm fail;
  class T_027_test_bridge_select_timeout_low_jitter fail;
  class T_028_test_sim_defer_clear_timer_present fail;
  class T_029_test_force_rx_done_defaultX_on fail;
  class T_030_test_tcg_strne_commits_under_icount_auto xfail;
  class T_031_test_bridge_clock_from_qemu_defaultX fail;
  class T_032_test_runtime_sim_it_wt_rxdone_log_present xfail;
  class T_033_test_runtime_bts_no_fn_skew_messages skip;

🟡 Other — 5/7

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Other["Other 5/7"]
  C_Other --> T_034_pass_grp_Other["PASS 5 0.0s"]
  C_Other --> T_035_test_verdict_bts_dead["test_verdict_bts_dead unmarked ·  0.00s"]
  C_Other --> T_036_test_verdict_ipc_chan_mismatch["test_verdict_ipc_chan_mismatch unmarked ·  0.00s"]
  class C_Other partial;
  class T_034_pass_grp_Other pass;
  class T_035_test_verdict_bts_dead skip;
  class T_036_test_verdict_ipc_chan_mismatch skip;

🟡 Parametrize — 1/5

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Parametrize["Parametrize 1/5"]
  C_Parametrize --> T_037_pass_grp_Parametrize["PASS 1 0.1s"]
  C_Parametrize --> T_038_test_timer_runtime_period_tdma_tick_["test_timer_runtime_period(tdma_tick) — · parametrize 0.10s"]
  C_Parametrize --> T_039_test_timer_runtime_period_bridge_clk_ind_["test_timer_runtime_period(bridge_clk_i — · parametrize 0.00s"]
  C_Parametrize --> T_040_test_timer_runtime_period_bts_clk_ind_["test_timer_runtime_period(bts_clk_ind) — · parametrize 0.00s"]
  C_Parametrize --> T_041_test_timer_runtime_period_bsp_burst_["test_timer_runtime_period(bsp_burst) — · parametrize 0.10s"]
  class C_Parametrize partial;
  class T_037_pass_grp_Parametrize pass;
  class T_038_test_timer_runtime_period_tdma_tick_ skip;
  class T_039_test_timer_runtime_period_bridge_clk_ind_ skip;
  class T_040_test_timer_runtime_period_bts_clk_ind_ skip;
  class T_041_test_timer_runtime_period_bsp_burst_ skip;

🟡 Runtime — 68/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime["Runtime 68/96"]
  C_Runtime --> T_042_pass_grp_Runtime["PASS 68 80.9s"]
  C_Runtime --> T_043_test_bridge_has_dl_bursts["test_bridge_has_dl_bursts Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_044_test_irda_boot_marker_present["test_irda_boot_marker_present IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_045_test_grep_qemu_bsp_dma_active["test_grep_qemu_bsp_dma_active Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_046_test_grep_bridge_dl_bursts_received["test_grep_bridge_dl_bursts_received Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_047_test_grep_bridge_fb_pattern_dominant["test_grep_bridge_fb_pattern_dominant Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_048_test_grep_bridge_no_clock_skew_shutdown["test_grep_bridge_no_clock_skew_shutdow Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_049_test_grep_fwirda_boot_marker["test_grep_fwirda_boot_marker Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_050_test_blocker_bridge_no_bts_shutdown["test_blocker_bridge_no_bts_shutdown Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_051_test_blocker_bridge_no_rach_parity["test_blocker_bridge_no_rach_parity Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_052_test_blocker_bridge_no_socket_error["test_blocker_bridge_no_socket_error Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_053_test_grep_qemu_a_cd_wr_vs_task24["test_grep_qemu_a_cd_wr_vs_task24 Log-grep · runtime_log_grep 0.02s"]
  C_Runtime --> T_054_test_all_expected_processes_present["test_all_expected_processes_present Infra · runtime_health 0.01s"]
  C_Runtime --> T_055_test_mobile_pcap_growing["test_mobile_pcap_growing Infra · runtime_health 10.01s"]
  C_Runtime --> T_056_test_intm_reaches_zero["test_intm_reaches_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_057_test_dsp_throughput_above_threshold["test_dsp_throughput_above_threshold DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_058_test_d_fb_det_pattern_unchanged["test_d_fb_det_pattern_unchanged DSP · runtime_dsp 0.02s"]
  C_Runtime --> T_059_test_bsp_daram_write_distribution["test_bsp_daram_write_distribution DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_060_test_d_fb_det_data_no_longer_zero["test_d_fb_det_data_no_longer_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_061_test_interrupt_ex_called_counter_exposed["test_interrupt_ex_called_counter_expos DSP · runtime_irq 0.01s"]
  C_Runtime --> T_062_test_isr_entered_matches_rete["test_isr_entered_matches_rete DSP · runtime_irq 0.01s"]
  C_Runtime --> T_063_test_no_pending_irq_gating["test_no_pending_irq_gating DSP · runtime_irq 0.01s"]
  C_Runtime --> T_064_test_bridge_log_shows_traffic["test_bridge_log_shows_traffic L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_065_test_bridge_fn_drift_under_threshold["test_bridge_fn_drift_under_threshold L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_066_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_067_test_a_cd_writes_nonzero["test_a_cd_writes_nonzero L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_068_test_a_cd_write_pc_includes_ccch_demod["test_a_cd_write_pc_includes_ccch_demod L1-ctrl · runtime_l1ctl 0.03s"]
  C_Runtime --> T_069_test_l1ctl_data_ind_rate_vs_alc["test_l1ctl_data_ind_rate_vs_alc L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_070_test_rach_attempted["test_rach_attempted L1-ctrl · runtime_l1ctl 0.00s"]
  class C_Runtime partial;
  class T_042_pass_grp_Runtime pass;
  class T_043_test_bridge_has_dl_bursts fail;
  class T_044_test_irda_boot_marker_present xfail;
  class T_045_test_grep_qemu_bsp_dma_active fail;
  class T_046_test_grep_bridge_dl_bursts_received skip;
  class T_047_test_grep_bridge_fb_pattern_dominant skip;
  class T_048_test_grep_bridge_no_clock_skew_shutdown skip;
  class T_049_test_grep_fwirda_boot_marker xfail;
  class T_050_test_blocker_bridge_no_bts_shutdown skip;
  class T_051_test_blocker_bridge_no_rach_parity skip;
  class T_052_test_blocker_bridge_no_socket_error skip;
  class T_053_test_grep_qemu_a_cd_wr_vs_task24 xfail;
  class T_054_test_all_expected_processes_present fail;
  class T_055_test_mobile_pcap_growing fail;
  class T_056_test_intm_reaches_zero fail;
  class T_057_test_dsp_throughput_above_threshold skip;
  class T_058_test_d_fb_det_pattern_unchanged skip;
  class T_059_test_bsp_daram_write_distribution skip;
  class T_060_test_d_fb_det_data_no_longer_zero skip;
  class T_061_test_interrupt_ex_called_counter_exposed xfail;
  class T_062_test_isr_entered_matches_rete xfail;
  class T_063_test_no_pending_irq_gating xfail;
  class T_064_test_bridge_log_shows_traffic fail;
  class T_065_test_bridge_fn_drift_under_threshold xfail;
  class T_066_test_l1ctl_data_ind_received fail;
  class T_067_test_a_cd_writes_nonzero skip;
  class T_068_test_a_cd_write_pc_includes_ccch_demod xfail;
  class T_069_test_l1ctl_data_ind_rate_vs_alc fail;
  class T_070_test_rach_attempted xfail;

Timer — 2/2

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timer["Timer 2/2"]
  C_Timer --> T_071_pass_grp_Timer["PASS 2 0.6s"]
  class C_Timer pass;
  class T_071_pass_grp_Timer pass;

🟡 Timing — 13/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing["Timing 13/19"]
  C_Timing --> T_072_pass_grp_Timing["PASS 13 0.1s"]
  C_Timing --> T_073_test_qemu_insn_rate_cv_below_0_4["test_qemu_insn_rate_cv_below_0_4 Drift · drift 0.04s"]
  C_Timing --> T_074_test_qemu_insn_rate_p1_above_1m["test_qemu_insn_rate_p1_above_1m Drift · drift 0.04s"]
  C_Timing --> T_075_test_bridge_qfn_tracks_qemu_fn["test_bridge_qfn_tracks_qemu_fn Drift · drift 0.06s"]
  C_Timing --> T_076_test_bridge_qfn_advances_steadily["test_bridge_qfn_advances_steadily Drift · drift 0.00s"]
  C_Timing --> T_077_test_log_still_growing_bridge__tmp_bridge_log_10["test_log_still_growing(bridge-/tmp/bri Drift · drift 0.00s"]
  C_Timing --> T_078_test_no_long_gap_bridge__tmp_bridge_log_10_0_["test_no_long_gap(bridge-/tmp/bridge.lo Drift · drift 0.00s"]
  class C_Timing partial;
  class T_072_pass_grp_Timing pass;
  class T_073_test_qemu_insn_rate_cv_below_0_4 skip;
  class T_074_test_qemu_insn_rate_p1_above_1m skip;
  class T_075_test_bridge_qfn_tracks_qemu_fn skip;
  class T_076_test_bridge_qfn_advances_steadily skip;
  class T_077_test_log_still_growing_bridge__tmp_bridge_log_10 skip;
  class T_078_test_no_long_gap_bridge__tmp_bridge_log_10_0_ skip;

Skipped / xfailed

54 skipped

  • test_rsbx_intm_reached_or_flag_nmi — ar_imr_invariant
  • test_dsp_throughput_5x — milestone_dsp_decoder
  • test_ar3_init_source_identified — milestone_bsp_dma
  • test_ar4_init_source_identified — milestone_bsp_dma
  • test_bsp_dma_target_matches_correlator_read_zone — milestone_bsp_dma
  • test_fb0_att_nonzero — milestone_fb_det
  • test_synth_zero_path_active — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_qemu_insn_rate_cv_below_0_4 — drift
  • test_qemu_insn_rate_p1_above_1m — drift
  • test_bridge_qfn_tracks_qemu_fn — drift
  • test_bridge_qfn_advances_steadily — drift
  • test_log_still_growing[bridge-/tmp/bridge.log-10] — drift,parametrize
  • test_no_long_gap[bridge-/tmp/bridge.log-10.0] — drift,parametrize
  • test_grep_bridge_dl_bursts_received — runtime_log_grep
  • test_grep_bridge_fb_pattern_dominant — runtime_log_grep
  • test_grep_bridge_no_clock_skew_shutdown — runtime_log_grep
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_blocker_bridge_no_bts_shutdown — runtime_log_grep
  • test_blocker_bridge_no_rach_parity — runtime_log_grep
  • test_blocker_bridge_no_socket_error — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_verdict_bts_dead — no-marker
  • test_verdict_ipc_chan_mismatch — no-marker
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_runtime_bts_no_fn_skew_messages — osmocom_clock,osmocom_compliant,skipif
  • test_dsp_throughput_above_threshold — runtime_dsp
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bsp_daram_write_distribution — runtime_dsp
  • test_d_fb_det_data_no_longer_zero — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_writes_nonzero — runtime_l1ctl
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_timer_runtime_period[tdma_tick] — parametrize,timer_audit
  • test_timer_runtime_period[bridge_clk_ind] — parametrize,timer_audit
  • test_timer_runtime_period[bts_clk_ind] — parametrize,timer_audit
  • test_timer_runtime_period[bsp_burst] — parametrize,timer_audit

24 xfailed

  • test_fb0_att_nonzero — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

ar_imr_invariant — 7/8

Status Test Durée Fichier
✅ passed test_ar2_zero_categorization 0.01s test_ar_imr_inth_invariants.py
✅ passed test_imr_not_persistently_zero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_irq_servicing_imr_nonzero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_no_bootstub_entry 0.01s test_ar_imr_inth_invariants.py
✅ passed test_reset_pmst_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_sp_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_tpu_frame_irq_delivered 0.01s test_ar_imr_inth_invariants.py
⏭️ skipped test_rsbx_intm_reached_or_flag_nmi 0.01s test_ar_imr_inth_invariants.py

drift — 4/10

Status Test Durée Fichier
✅ passed test_log_start_within_10s 0.02s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
⏭️ skipped test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_tracks_qemu_fn 0.06s test_layer_drift.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_cv_below_0_4 0.04s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_p1_above_1m 0.04s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⚠️ xfail test_efficacy_arm_reads_a_cd 2.59s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

inject_frames — 19/21

Status Test Durée Fichier
✅ passed test_clear_ndb 0.33s test_inject_frames.py
✅ passed test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_23B 0.37s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_30B 0.37s test_inject_frames.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_fbsb_fb_found 0.70s test_inject_frames.py
✅ passed test_inject_fbsb_sb_found 0.58s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_probe_ndb 0.29s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_a_cd 2.59s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

milestone_bsp_dma — 0/4

Status Test Durée Fichier
❌ failed test_no_d_fb_det_wr_site_anomaly 0.01s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.03s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_bsp_dma_target_matches_correlator_read_zone 0.01s test_calypso_milestones.py

milestone_dsp_decoder — 3/5

Status Test Durée Fichier
✅ passed test_intm_dwell_no_regression 30.45s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⏭️ skipped test_dsp_throughput_5x 0.01s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.01s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_received 0.02s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

osmocom_boot — 0/2

Status Test Durée Fichier
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_bridge — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py

osmocom_clock — 12/13

Status Test Durée Fichier
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⏭️ skipped test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py

osmocom_compliant — 6/12

Status Test Durée Fichier
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
❌ failed test_rxdone_addr_matches_firmware_nm 0.01s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⏭️ skipped test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_divergent — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

osmocom_sim — 3/5

Status Test Durée Fichier
❌ failed test_rxdone_addr_matches_firmware_nm 0.01s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py

parametrize — 25/31

Status Test Durée Fichier
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

runtime_bridge — 1/3

Status Test Durée Fichier
❌ failed test_bridge_log_shows_traffic 0.00s test_run_observability.py
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 2/7

Status Test Durée Fichier
❌ failed test_intm_reaches_zero 0.01s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.01s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.01s test_run_observability.py
⏭️ skipped test_bsp_daram_write_distribution 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_data_no_longer_zero 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_pattern_unchanged 0.02s test_run_observability.py
⏭️ skipped test_dsp_throughput_above_threshold 0.01s test_run_observability.py

runtime_firmware — 4/5

Status Test Durée Fichier
❌ failed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
✅ passed test_pc_advances 0.11s test_firmware_state.py
✅ passed test_pc_not_in_known_busy_loop 0.00s test_firmware_state.py
✅ passed test_qemu_monitor_responsive 0.00s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py

runtime_fs — 3/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.00s test_runtime_net_fs.py

runtime_gdb — 8/8

Status Test Durée Fichier
✅ passed test_gdb_handshake_succeeds 0.00s test_gdb_stub.py
✅ passed test_gdb_query_supported 0.00s test_gdb_stub.py
✅ passed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
✅ passed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
✅ passed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
✅ passed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_reachable 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_survives_3_quick_reconnects 0.31s test_gdb_stub.py

runtime_health — 3/5

Status Test Durée Fichier
❌ failed test_all_expected_processes_present 0.01s test_run_observability.py
❌ failed test_mobile_pcap_growing 10.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.01s test_run_observability.py
✅ passed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_volumes_mounted 0.01s test_run_observability.py

runtime_irda — 7/8

Status Test Durée Fichier
✅ passed test_irda_capture_process_alive 0.01s test_irda_channel.py
✅ passed test_irda_channel_produces_bytes 5.01s test_irda_channel.py
✅ passed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
✅ passed test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
✅ passed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_pty_readable 0.00s test_irda_channel.py
✅ passed test_irda_throughput_below_saturation 10.02s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.01s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 1/6

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_rate_vs_alc 0.02s test_run_observability.py
❌ failed test_l1ctl_data_ind_received 0.02s test_run_observability.py
✅ passed test_neigh_pm_req_loop_alive 0.21s test_run_observability.py
⚠️ xfail test_a_cd_write_pc_includes_ccch_demod 0.03s test_run_observability.py
⏭️ skipped test_a_cd_writes_nonzero 0.01s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 21/30

Status Test Durée Fichier
❌ failed test_grep_qemu_bsp_dma_active 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.01s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.02s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.02s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.02s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.01s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_reset_req 0.01s test_log_grep.py
✅ passed test_grep_osmocon_lost_ratio_acceptable 0.01s test_log_grep.py
✅ passed test_grep_qemu_dsp_booted 0.02s test_log_grep.py
✅ passed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.01s test_log_grep.py
✅ passed test_grep_qemu_task24_dispatched 0.02s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_bts_shutdown 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_rach_parity 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_socket_error 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.01s test_log_grep.py
⚠️ xfail test_grep_qemu_a_cd_wr_vs_task24 0.02s test_log_grep.py

runtime_monitor — 9/9

Status Test Durée Fichier
✅ passed test_monitor_info_chardev_lists_serial 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_irq_listed 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_irda 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_modem 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qom_tree_has_calypso_or_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qtree_has_calypso 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_registers_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_status_is_running 3.00s test_qemu_introspection.py
✅ passed test_monitor_socket_reachable 3.00s test_qemu_introspection.py

runtime_net — 2/2

Status Test Durée Fichier
✅ passed test_no_unexpected_high_ports 0.03s test_runtime_net_fs.py
✅ passed test_qemu_ports_listening 0.03s test_runtime_net_fs.py

runtime_osmocon — 3/3

Status Test Durée Fichier
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_past_romload 0.01s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.29s test_run_observability.py

runtime_vty — 3/3

Status Test Durée Fichier
✅ passed test_mobile_imsi_loaded 1.52s test_run_observability.py
✅ passed test_mobile_mm_state_is_null_or_idle 1.51s test_run_observability.py
✅ passed test_mobile_vty_reachable 1.51s test_run_observability.py

skipif — 0/2

Status Test Durée Fichier
⏭️ skipped test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

timer_audit — 10/14

Status Test Durée Fichier
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

timer_graph — 2/2

Status Test Durée Fichier
✅ passed test_timer_drift_summary_table 0.29s test_timer_physical_audit.py
✅ passed test_timer_temporal_graphs_emit_mermaid 0.29s test_timer_physical_audit.py

timer_invariant — 9/9

Status Test Durée Fichier
✅ passed test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py
✅ passed test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
✅ passed test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
✅ passed test_kick_realtime_cadence 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
✅ passed test_tdma_log_present 0.00s test_timer_invariants.py
✅ passed test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py

unmarked — 5/7

Status Test Durée Fichier
✅ passed test_verdict_instability 0.00s test_mode_verdict.py
✅ passed test_verdict_mobile_stuck_gsm322 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_silent 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_works 0.00s test_mode_verdict.py
✅ passed test_zz_per_mode_report 0.00s test_mode_verdict.py
⏭️ skipped test_verdict_bts_dead 0.00s test_mode_verdict.py
⏭️ skipped test_verdict_ipc_chan_mismatch 0.00s test_mode_verdict.py

xfail — 0/1

Status Test Durée Fichier
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 305.7s  buckets=31  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |     4384 |        0 |      158 |       53 |        2 |        2 |       39 |        4 |        0
   10.0  |     4469 |        0 |      218 |       85 |        2 |        2 |       10 |        6 |        0
   20.0  |     4220 |        0 |      210 |       60 |        2 |        2 |       10 |        4 |        0
   30.0  |     4282 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
   40.0  |     4265 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
   50.0  |     4276 |        0 |      217 |       84 |        2 |        2 |       10 |        6 |        0
   60.0  |     4297 |        0 |      210 |       56 |        3 |        3 |       10 |        4 |        0
   70.0  |     4275 |        0 |      227 |       56 |        2 |        2 |       10 |        4 |        0
   80.0  |     4239 |        0 |      224 |       84 |        2 |        2 |       10 |        6 |        0
   90.0  |     1669 |        0 |       91 |       42 |        1 |        1 |       10 |        2 |        0
  100.0  |     1247 |        0 |       79 |       38 |        1 |        1 |       10 |        4 |        0
  110.0  |     4257 |        0 |      211 |       60 |        2 |        2 |        9 |        4 |        0
  120.0  |     4409 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
  130.0  |     4251 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
  140.0  |     4129 |        0 |      218 |       84 |        2 |        2 |       10 |        6 |        0
  150.0  |     4308 |        0 |      210 |       56 |        2 |        2 |       10 |        4 |        0
  160.0  |     4333 |        0 |      227 |       56 |        3 |        3 |       10 |        4 |        0
  170.0  |     4189 |        0 |      221 |       84 |        2 |        2 |       10 |        6 |        0
  180.0  |     4253 |        0 |      205 |       56 |        2 |        2 |       10 |        4 |        0
  190.0  |     4247 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  200.0  |      242 |        0 |        3 |       21 |        0 |        0 |       10 |        0 |        0
  210.0  |     3204 |        0 |      193 |       63 |        2 |        2 |       10 |        6 |        0
  220.0  |     4294 |        0 |      209 |       56 |        2 |        2 |       10 |        4 |        0
  230.0  |     4269 |        0 |      205 |       56 |        2 |        2 |       10 |        4 |        0
  240.0  |     4332 |        0 |      203 |       56 |        2 |        2 |        9 |        4 |        0
  250.0  |     4165 |        0 |      222 |       84 |        2 |        2 |       10 |        6 |        0
  260.0  |     4350 |        0 |      207 |       56 |        3 |        3 |       10 |        4 |        0
  270.0  |     4231 |        0 |      226 |       56 |        2 |        2 |       10 |        4 |        0
  280.0  |     4269 |        0 |      223 |       84 |        2 |        2 |       10 |        6 |        0
  290.0  |     4228 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
  300.0  |     2459 |        0 |      113 |       28 |        1 |        1 |        6 |        2 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization (0.006s)
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero (0.009s)
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero (0.009s)
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi (0.008s)
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry (0.009s)
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered (0.009s)
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.002s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.004s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.452s)
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x (0.009s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.031s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.013s)
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.009s)
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.007s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.007s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received (0.020s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
PASSED   test_firmware_state.py::test_qemu_monitor_responsive (0.004s)
PASSED   test_firmware_state.py::test_pc_advances (0.109s)
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop (0.005s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.003s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.002s)
PASSED   test_firmware_state.py::test_osmocon_past_romload (0.007s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.001s)
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_reachable (0.001s)
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.001s)
PASSED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.308s)
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.001s)
PASSED   test_inject_frames.py::test_probe_ndb (0.292s)
PASSED   test_inject_frames.py::test_clear_ndb (0.331s)
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found (0.703s)
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found (0.579s)
PASSED   test_inject_frames.py::test_inject_si[1] (0.373s)
PASSED   test_inject_frames.py::test_inject_si[2] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[3] (0.371s)
PASSED   test_inject_frames.py::test_inject_si[4] (0.371s)
PASSED   test_inject_frames.py::test_inject_si[5] (0.368s)
PASSED   test_inject_frames.py::test_inject_si[6] (0.369s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B (0.369s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B (0.371s)
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
PASSED   test_inject_frames.py::test_inject_d_task[5-0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[6-1] (0.084s)
PASSED   test_inject_frames.py::test_inject_d_task[24-0] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_task[28-1] (0.081s)
PASSED   test_inject_frames.py::test_inject_d_burst[0] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_burst[1] (0.082s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (3.010s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd (2.594s)
PASSED   test_irda_channel.py::test_irda_pty_exists (0.000s)
PASSED   test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.000s)
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes (5.009s)
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.010s)
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.000s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.005s)
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation (10.019s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.043s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.043s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.060s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.047s)
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.007s)
PASSED   test_layer_drift.py::test_log_start_within_10s (0.023s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.054s)
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted (0.017s)
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.010s)
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.018s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.005s)
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.000s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.006s)
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.011s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.006s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.016s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.015s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.009s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.016s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.004s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.006s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error (0.000s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.005s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.005s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.005s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.005s)
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.025s)
PASSED   test_mode_verdict.py::test_verdict_shunt_works (0.000s)
PASSED   test_mode_verdict.py::test_verdict_shunt_silent (0.000s)
SKIPPED  test_mode_verdict.py::test_verdict_bts_dead (0.000s)
SKIPPED  test_mode_verdict.py::test_verdict_ipc_chan_mismatch (0.000s)
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322 (0.000s)
PASSED   test_mode_verdict.py::test_verdict_instability (0.000s)
PASSED   test_mode_verdict.py::test_zz_per_mode_report (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive (0.000s)
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm (0.006s)
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock (0.001s)
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock (0.000s)
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter (0.000s)
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present (0.003s)
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on (0.002s)
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default (0.001s)
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present (0.021s)
SKIPPED  test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages (0.000s)
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed (3.004s)
FAILED   test_run_observability.py::test_all_expected_processes_present (0.008s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.007s)
PASSED   test_run_observability.py::test_qemu_log_is_fresh (3.010s)
FAILED   test_run_observability.py::test_mobile_pcap_growing (10.011s)
PASSED   test_run_observability.py::test_volumes_mounted (0.006s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.012s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.013s)
FAILED   test_run_observability.py::test_intm_reaches_zero (0.009s)
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold (0.008s)
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged (0.018s)
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution (0.010s)
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.009s)
FAILED   test_run_observability.py::test_bridge_log_shows_traffic (0.002s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.002s)
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.209s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_received (0.024s)
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero (0.011s)
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.026s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.021s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
PASSED   test_run_observability.py::test_mobile_vty_reachable (1.515s)
PASSED   test_run_observability.py::test_mobile_imsi_loaded (1.516s)
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (1.515s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.007s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.007s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.006s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.290s)
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening (0.030s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.027s)
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.011s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.005s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.005s)
PASSED   test_timer_invariants.py::test_tdma_log_present (0.000s)
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
PASSED   test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick] (0.098s)
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick] (0.098s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst] (0.097s)
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid (0.292s)
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table (0.292s)

============================================================
133 passed, 15 failed, 30 skipped, 24 xfailed in 133.84s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 81045 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_all_expected_processes_present

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_all_expected_processes_present
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_health
    def test_all_expected_processes_present():
        """
        Vérifie tous les processus attendus. Le L2 client (mobile/ccch_scan/cell_log)
        est détecté dynamiquement : on remplace `mobile` dans la liste attendue par
        le client détecté.
        """
        procs = list_processes()
        l2_client = _detect_l2_client(procs)
        expected = {p: c for p, c in EXPECTED_PROCESSES.items() if p != "mobile"}
        expected[l2_client] = 1
        missing = [name for name in expected if name not in procs]
>       assert not missing, (
            f"Processus manquants : {missing}\n"
            f"L2 client détecté : {l2_client}\n"
            f"Vus : {sorted(procs)}"
        )
E       AssertionError: Processus manquants : ['calypso-ipc-device', 'osmo-bts-trx', 'tcpdump']
E         L2 client détecté : mobile
E         Vus : ['astcanary', 'asterisk', 'bash', 'dbus-daemon', 'mobile', 'osmo-bsc', 'osmo-ggsn', 'osmo-hlr', 'osmo-mgw', 'osmo-msc', 'osmo-pcu', 'osmo-sgsn', 'osmo-sip-connec', 'osmo-stp', 'osmocon', 'ps', 'pytest', 'python3', 'qemu-system-arm', 'run-all-debug.s', 'run.sh', 'systemd', 'systemd-journal', 'systemd-logind', 'systemd-resolve', 'tail', 'tee', 'tmux:']
E       assert not ['calypso-ipc-device', 'osmo-bts-trx', 'tcpdump']

test_run_observability.py:302: AssertionError

🛑 2. test_mobile_pcap_growing

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 10.01s
  • Nodeid : test_run_observability.py::test_mobile_pcap_growing
  • Assertion : """tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
tcpdump 0 0 0 0 0 0 0 0 0 0
tourne 0 0 0 0 0 0 0 0 0 0
pcap 0 0 0 0 0 0 0 0 0 0
grossit 0 0 0 0 0 0 0 0 0 0
Sinon 0 0 0 0 0 0 0 0 0 0
GSMTAP 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_health
    def test_mobile_pcap_growing():
        """tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé."""
        assert MOBILE_PCAP.exists(), f"{MOBILE_PCAP} absent"
        s0 = MOBILE_PCAP.stat().st_size
        time.sleep(SAMPLE_WINDOW_SHORT)
        s1 = MOBILE_PCAP.stat().st_size
>       assert s1 > s0, f"pcap stagne ({s0}→{s1}) — tcpdump mort ou aucun trafic GSMTAP"
E       AssertionError: pcap stagne (11852→11852) — tcpdump mort ou aucun trafic GSMTAP
E       assert 11852 > 11852

test_run_observability.py:336: AssertionError

🛑 3. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_bridge_has_dl_bursts():
        """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""
        n = _grep_count((removed), "bridge: DL #")
>       assert n >= 10, (
            f"{n} DL bursts dans bridge.log — osmo-bts-trx pas connecté ou "
            f"bridge ne route pas (vérifier BSP UDP 6702 listening)"
        )
E       AssertionError: 0 DL bursts dans bridge.log — osmo-bts-trx pas connecté ou bridge ne route pas (vérifier BSP UDP 6702 listening)
E       assert 0 >= 10

test_firmware_state.py:196: AssertionError

🛑 4. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0
INTM 644 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_dsp
    def test_intm_reaches_zero():
        """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""
        n = grep_count_in_qemu_log("POST-BOOTSTUB-RET")
>       assert n > 0, "POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression"
E       AssertionError: POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression
E       assert 0 > 0

test_run_observability.py:390: AssertionError

🛑 5. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6608419

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None, log_offset = 6608419

    @pytest.mark.milestone_bsp_dma
    def test_no_d_fb_det_wr_site_anomaly(container_alive, log_offset):
        """
        Le probe D_FB_DET-WR-SITE fire-t-il sur le sweep FB-det attendu ?
    
        ⚠️ Ancienne formulation 2026-05-14 (« data[AR1]=bbef→0000, anomalie data
        path ») obsolète. data[AR1] est une lecture de table PROM0 confirmée
        bit-pour-bit, et la convergence data[AR0]/AR2 fait basculer
        `test_d_fb_det_data_no_longer_zero`.
    
        Test refait : on vérifie juste que le sweep s'exécute (au moins 50 hits
        capturés). Si 0, le probe n'est plus dans le path d'exécution = vraie
        anomalie structurelle.
        """
        r = docker_exec([
            "sh", "-c",
            f"grep -c 'D_FB_DET-WR-SITE' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n >= 50, (
            f"D_FB_DET-WR-SITE seulement {n} hits — sweep FB-det ne s'exécute pas. "
            f"Régression structurelle, le DSP n'atteint plus PC=0x8f51."
        )
E       AssertionError: D_FB_DET-WR-SITE seulement 0 hits — sweep FB-det ne s'exécute pas. Régression structurelle, le DSP n'atteint plus PC=0x8f51.
E       assert 0 >= 50

test_calypso_milestones.py:453: AssertionError

🛑 6. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_bridge
    def test_bridge_log_shows_traffic():
        r = dexec(["tail", "-n", "200", "/tmp/bridge.log"])
>       assert r.stdout.strip(), "bridge.log vide — calypso-ipc-device muet, problème UDP ?"
E       AssertionError: bridge.log vide — calypso-ipc-device muet, problème UDP ?
E       assert ''
E        +  where '' = <built-in method strip of str object at 0x7348ae5b4030>()
E        +    where <built-in method strip of str object at 0x7348ae5b4030> = ''.strip
E        +      where '' = CompletedProcess(args=['tail', '-n', '200', '/tmp/bridge.log'], returncode=1, stdout='', stderr="tail: cannot open '/tmp/bridge.log' for reading: No such file or directory\n").stdout

test_run_observability.py:630: AssertionError

🛑 7. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None

    @pytest.mark.milestone_l1ctl
    def test_l1ctl_data_ind_received(container_alive):
        """
        Milestone L1 : L1CTL_DATA_IND vers mobile non-zéro.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies,
                    la mesure DATA_IND n'a pas de sens (variance/régime intermittent)
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6,
                    ARM ne forward pas a_cd[] au mobile (vraie régression à creuser)
        """
        r_allc = docker_exec([
            "sh", "-c",
            f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        allc_str = r_allc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = docker_exec([
            "sh", "-c",
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6. "
            f"ARM ne forward pas a_cd[] au mobile."
        )
E       AssertionError: task=24 fire 23255× mais DATA_IND=0 — vrai mur couche 6. ARM ne forward pas a_cd[] au mobile.
E       assert 0 > 0

test_calypso_milestones.py:582: AssertionError

🛑 8. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_rate_vs_alc():
        """
        Cohérence entre ARM ALLC hooks (task=24, demande CCCH) et DATA_IND envoyés.
        Si ALLC > 0 mais DATA_IND = 0 → bug ARM L1 ne forward pas.
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        r_ind = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        try:
            alc = int(r_alc.stdout.strip() or "0")
            ind = int(r_ind.stdout.strip() or "0")
        except ValueError:
            pytest.skip("Parse failure")
        if alc == 0:
            pytest.skip("Aucun task=24 ALLC hook")
        print(f"\n  ALLC hooks (task=24) = {alc}")
        print(f"  L1CTL_DATA_IND       = {ind}")
        print(f"  ratio IND/ALLC       = {ind/alc:.2f}")
>       assert ind > 0, "ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile"
E       AssertionError: ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile
E       assert 0 > 0

test_run_observability.py:796: AssertionError

🛑 9. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_received():
        """
        L1CTL_DATA_IND envoyés au mobile = ARM L1 consomme a_cd[] et forward au L23.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        allc_str = r_alc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6"
        )
E       AssertionError: task=24 fire 30479× mais DATA_IND=0 — vrai mur couche 6
E       assert 0 > 0

test_run_observability.py:722: AssertionError

🛑 10. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_log_grep
    def test_grep_qemu_bsp_dma_active():
        """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""
        n = _grep_count(QEMU_LOG, "DARAM-WR-STATS")
>       assert n >= 10, f"BSP DMA stats trop rares : {n} (attendu ≥ 10)"
E       AssertionError: BSP DMA stats trop rares : 0 (attendu ≥ 10)
E       assert 0 >= 10

test_log_grep.py:91: AssertionError

🛑 11. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 67 0 0 0
pour 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_divergent
    @pytest.mark.osmocom_bridge
    def test_bridge_clock_from_qemu_default():
        """(removed) devrait être =1 par défaut sous icount=auto pour
        aligner la bridge clock sur QEMU FN au lieu de wall.
    
        Actuel default = 0 (wall-paced). Sous icount=auto + default=0, bridge
        drifte de qfn. À flipper par défaut quand on confirme icount=auto stable.
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
        m = re.search(
            r'(removed)\s*=\s*"\$\{\s*(removed)\s*:-\s*([01])\s*\}"',
            src)
>       assert m, "(removed) default line not found"
E       AssertionError: (removed) default line not found
E       assert None

test_osmocom_workflow.py:339: AssertionError

🛑 12. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 55952 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0
select 0 0 0 0 0 337 0 0 0
timeout 1 0 0 0 67 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_bridge
    def test_bridge_select_timeout_low_jitter():
        """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
        sur l'émission CLK IND (sub-frame).
    
        Avant fix 2026-05-24 : 50ms → jitter ±10 frames → BTS log spam
        'We were 1 FN faster/slower than TRX'.
        Fix : 1ms → ±0.2 frame, sous seuil compensation BTS.
        """
        src = _read(BRIDGE_PY)
>       assert src, f"can't read {BRIDGE_PY}"
E       AssertionError: can't read /opt/GSM/qemu-src/calypso-ipc-device
E       assert ''

test_osmocom_workflow.py:247: AssertionError

🛑 13. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_boot
    def test_force_rx_done_default_on():
        """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion
        SIM normative (firmware ne peut pas commit le STRNE rxDoneFlag sous icount=auto).
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
>       assert re.search(
            r'CALYPSO_FORCE_RX_DONE\s*=\s*"\$\{\s*CALYPSO_FORCE_RX_DONE\s*:-\s*1\s*\}"',
            src), "run.sh must default CALYPSO_FORCE_RX_DONE=1"
E       AssertionError: run.sh must default CALYPSO_FORCE_RX_DONE=1
E       assert None
E        +  where None = <function search at 0x7348ae354550>('CALYPSO_FORCE_RX_DONE\\s*=\\s*"\\$\\{\\s*CALYPSO_FORCE_RX_DONE\\s*:-\\s*1\\s*\\}"', '#!/bin/bash\n# run.sh -- Calypso QEMU pipeline.\n#\n# Data path : osmo-bts-trx : osmo-trx-ipc : calypso-ipc-device : QEMU BSP\n# DMA : DSP CCCH demod : a_cd[] in NDB : ARM L1 : L1CTL_DATA_IND.\n# Modem GMSK integre dans osmo-trx (chaine radio software-defined complete).\n\nset -euo pipefail\n\nSESSION="calypso"\n\n# ---- args : --gen-doc / --help -----------------------------------------------\n# --gen-doc : ne (re)lance PAS le pipeline ; suppose qu\'il tourne deja dans le\n# container et lance pytest pour produire la doc (report.md condense +\n# test_results.md/qmd complets). Cree une fenetre tmux `gen-doc` dans la session\n# `calypso` existante et y bascule pour montrer le run pytest en direct.\nGEN_DOC_MODE=0\nMENU_MODE=0\nDEBUG_FULL_MODE=0\nfor arg in "$@"; do\n    case "$arg" in\n        --gen-doc-local) GEN_DOC_MODE=1 ;;\n        --menu) MENU_MODE=1 ;;\n        --debug-full) DEBUG_FULL_MODE=1 ;;\n        --run-all)\n            echo "[run.sh] --run-all : delegating to run-all.sh"\n            exec "$(dirname "$0")/run-all.sh" "${@:2}"\n            ;;\n        --run-all-debug)\n            echo "[run.sh] --run-all-debug : delegating to run-all-debug.sh"\n            exec "$(dirname "$0")/run-all-debug.sh" "${@:2}"\n            ;;\n        --select-verdict)\n            echo "[run.sh] --select-verdict : delegating to select-verdict.sh"\n            exec "$(dirname "$0")/select-verdict.sh" "${@:2}"\n            ;;\n        -h|--help)\n            cat <<\'EOF\'\nUsage: ./run.sh [FLAG]\n\nLance le pipeline Calypso complet : QEMU (ARM + DSP c54x emul\xe9) + osmocon\n(romload stub) + bridge ipc-device|trx-ipc|bridge.py + osmo-bts-trx +\nmobile/L2 client + gsmtap capture + irda capture. Tout dans une session\ntmux \'calypso\'. Par d\xe9faut attache la session en fin.\n\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nFLAGS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n\n  --menu         S\xe9lection interactive (whiptail) du profile avant launch.\n                 Mode, components, L2 client, DIAG profile, advanced toggles.\n\n  --debug-full   Active TOUTES les probes debug (CALYPSO_*_TRACE/PROBE)\n                 sur le mode courant (default \'full\', ou celui s\xe9lectionn\xe9\n                 via --menu). icount=auto + DIAG full + gdb pane on.\n                 Lourd en log (~1-2 GB/min qemu.log). SINGLE-SHOT.\n\n  --gen-doc-local  Skip launch, lance pytest in-container, g\xe9n\xe8re doc.\n                   Artefacts /tmp/report.md, test_results.md, .qmd, etc.\n\n

🛑 14. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.01s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 0 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_rxdone_addr_matches_firmware_nm():
        """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le
        firmware ELF (per `nm`).
    
        Avant fix 2026-05-24 : default stale `0x008302a0` (vieux build), firmware
        était à `0x008302d4`. Le hack tapait la mauvaise case.
        """
        expected = _nm_symbol(FW_ELF, "rxDoneFlag")
        if expected is None:
            pytest.skip(f"can't resolve rxDoneFlag in {FW_ELF}")
        for path in (SIM_C, TRX_C):
            src = _read(path)
            # Cherche le default fallback dans le getenv pattern
            m = re.search(r":\s*(0x008302[0-9a-fA-F]{2})\s*;", src)
>           assert m, f"no default rxdone_addr in {path}"
E           AssertionError: no default rxdone_addr in /opt/GSM/qemu-src/hw/arm/calypso/calypso_sim.c
E           assert None

test_osmocom_workflow.py:174: AssertionError

🛑 15. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0
bits 0 0 0 204 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_sim_defer_clear_timer_present():
        """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
    
        Sans ça, le clear synchrone dans la callback MMIO race avec
        cpu_io_recompile (TB truncation) → STRNE rxDoneFlag jamais committé.
        """
        src = _read(SIM_C)
        assert src, f"can't read {SIM_C}"
>       assert "QEMUTimer  *clear_edge_timer" in src or \
               "QEMUTimer *clear_edge_timer" in src, (
            "Missing clear_edge_timer field in CalypsoSim struct")
E       AssertionError: Missing clear_edge_timer field in CalypsoSim struct
E       assert ('QEMUTimer  *clear_edge_timer' in '/*\n * calypso_sim.c \u2014 ISO 7816 / GSM 11.11 SIM emulator for the Calypso\n *\n * Replaces the historical 1-line ATR-pulse stub. Implements:\n *   - ATR delivery on CMDSTART\n *   - APDU framing through the TX/RX FIFO\n *   - Minimum viable GSM 11.11 file system (MF, DF_GSM, DF_TELECOM)\n *   - Standard commands: SELECT (A4), READ_BINARY (B0), READ_RECORD (B2),\n *                         GET_RESPONSE (C0), STATUS (F2), VERIFY_CHV (20),\n *                         RUN_GSM_ALGORITHM (88)\n *\n * Test SIM identity (matches the standard test PLMN 001/01):\n *   IMSI = 001 01 0000000001  (15 digits)\n *   ICCID = 8901010000000000001 F  (BCD swapped)\n *   Ki = 00..00 (16 bytes \u2014 auth always returns deterministic SRES/Kc)\n *\n * Bytes flow: firmware writes APDU bytes one at a time to DTX. We parse\n * the 5-byte ISO 7816 header, optionally collect data bytes (P3 of length\n * for outgoing case 3) and dispatch. Response bytes are pushed to RX FIFO,\n * IT_RX raised, IRQ pulsed.\n */\n\n#include "qemu/osdep.h"\n#include "qemu/timer.h"\n#include "qemu/main-loop.h"\n#include "exec/cpu-common.h"\n#include "hw/core/cpu.h"\n#include "hw/arm/calypso/calypso_sim.h"\n\n#define SIM_LOG(...) do { fprintf(stderr, "[sim] " __VA_ARGS__); fputc(\'\\n\', stderr); } while(0)\n\n#define APDU_MAX_LEN     261\n#define RX_FIFO_SIZE     512\n#define ATR_DELAY_NS     1000000  /* 1 ms simulated */\n\n/* Minimal valid ATR (4 bytes):\n *   TS = 0x3B  (direct convention)\n *   T0 = 0x02  (Y1=0 \u2192 no TA/TB/TC/TD interface bytes,\n *               K =2 \u2192 2 historical bytes follow)\n *   Hist[0..1] = 0x14 0x50  (arbitrary, identifies a test card)\n * No TCK byte because no T!=0 protocol indicated.\n * Total bytes the firmware will read = 4. */\nstatic const uint8_t SIM_ATR[] = { 0x3B, 0x02, 0x14, 0x50 };\n\n/* ---------- file system ---------------------------------------------- */\n\ntypedef enum {\n    EF_TRANSPARENT = 0,\n    EF_LINEAR_FIXED = 1,\n    EF_CYCLIC = 2,\n    EF_DF = 0xF0,    /* not a real EF \u2014 directory entry */\n    EF_MF = 0xF1,\n} EfStructure;\n\ntypedef struct SimFile {\n    uint16_t fid;\n    uint16_t parent;\n    uint8_t  structure;\n    uint16_t size;        /* total bytes (transparent) or rec_len * nrec */\n    uint8_t  rec_len;     /* records (linear/cyclic) */\n    uint8_t  data[64];    /* in-line storage (small EFs only) */\n} SimFile;\n\n/* SIM identity defaults (overridden at boot from the osmocom-bb mobile\n * config \u2014 see load_config_from_file). EF_IMSI is GSM 11.11 BCD-packed\n * with the standard length-byte + parity-nibble layout. */\n\nstatic SimFile sim_files[] = {\n    { 0x3F00, 0x0000, EF_MF, 0, 0, {0} },          /* MF root */\n    { 0x7F20, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_GSM */\n    { 0x7F10, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_TELECOM */\n    { 0x2FE2, 0x3F00, EF_TRANSPARENT, 10, 0,       /* EF_ICCID */\n      { 0x98, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F07, 0x7F20, EF_TRANSPARENT, 9, 0,        /* EF_IMSI */\n      { 0x08, 0x09, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F30, 0x7F20, EF_TRANSPARENT, 24, 0,       /* EF_PLMNsel: 001 01 = FFFFFF empty list */\n      { 0x00, 0xF1, 0x10,  /* PLMN 001 01 */\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 202 tests
========================================================================

  passed    133  █████████████·······   65.8% brut
  failed     15
  xfailed    24   (R&D voie-2, accepté)
  skipped    30

  fonctionnel   89.9%   (passed / (passed+failed))
  actionable    73.3%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_no_d_fb_det_wr_site_anomaly                 [milestone_bsp_dma]
    ✗ test_l1ctl_data_ind_received                     [milestone_l1ctl]
  test_firmware_state.py
    ✗ test_bridge_has_dl_bursts                        [runtime_firmware]
  test_log_grep.py
    ✗ test_grep_qemu_bsp_dma_active                    [runtime_log_grep]
  test_osmocom_workflow.py
    ✗ test_rxdone_addr_matches_firmware_nm             [osmocom_compliant,osmocom_sim]
    ✗ test_bridge_select_timeout_low_jitter            [osmocom_bridge,osmocom_compliant]
    ✗ test_sim_defer_clear_timer_present               [osmocom_compliant,osmocom_sim]
    ✗ test_force_rx_done_default_on                    [osmocom_boot,osmocom_compliant]
    ✗ test_bridge_clock_from_qemu_default              [osmocom_bridge,osmocom_divergent]
  test_run_observability.py
    ✗ test_all_expected_processes_present              [runtime_health]
    ✗ test_mobile_pcap_growing                         [runtime_health]
    ✗ test_intm_reaches_zero                           [runtime_dsp]
    ✗ test_bridge_log_shows_traffic                    [runtime_bridge]
    ✗ test_l1ctl_data_ind_received                     [runtime_l1ctl]
    ✗ test_l1ctl_data_ind_rate_vs_alc                  [runtime_l1ctl]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             1/8   █████···············   25.0%  (fail=3, skip=4)
  L1-data             1/7   ███████·············   33.3%  (fail=2, skip=4)
  Infra               3/5   ████████████········   60.0%  (fail=2, skip=0)
  Firmware-state      4/5   ████████████████····   80.0%  (fail=1, skip=0)
  —                  25/38  █████████████████···   83.3%  (fail=5, skip=8)
  DSP                 5/20  █████████████████···   83.3%  (fail=1, skip=14)
  Log-grep           21/30  ███████████████████·   95.5%  (fail=1, skip=8)
  Osmocon             3/3   ████████████████████  100.0%  (fail=0, skip=0)
  GDB-introspect      8/8   ████████████████████  100.0%  (fail=0, skip=0)
  NDB                19/19  ████████████████████  100.0%  (fail=0, skip=0)
  IrDA-channel        7/8   ████████████████████  100.0%  (fail=0, skip=1)
  Drift               4/10  ████████████████████  100.0%  (fail=0, skip=6)
  unmarked            5/7   ████████████████████  100.0%  (fail=0, skip=2)
  Monitor-extended    9/9   ████████████████████  100.0%  (fail=0, skip=0)
  Mgmt                3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  Net                 2/2   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Timers              9/9   ████████████████████  100.0%  (fail=0, skip=0)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_irq
   2× inject_efficacy
   2× inject_frames
   2× runtime_log_grep
   2× runtime_l1ctl
   1× milestone_fb_det
   1× milestone_l1ctl
   1× milestone_dsp_decoder
   1× runtime_irda
   1× osmocom_divergent
   1× xfail
   1× osmocom_boot
   1× osmocom_compliant
   1× skipif
   1× runtime_bridge

─── Timeline 300s (31 buckets de 10s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                120.0k       3872.32    4469  31/31  
  bridge                 0.0          0.00       0   0/31  
  osmocon               5.9k        191.87     227  31/31  
  mobile                1.9k         59.68      85  31/31  
  tdma                  60.0          1.94       3  30/31  
  frame_irq             60.0          1.94       3  30/31  
  kick                   333         10.74      39  31/31  
  fb_det_hit             132          4.26       6  30/31    ← FB OK
  stack_in_ndb           0.0          0.00       0   0/31    ← bloquant

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 5/15  ·  voie-2 : 1  ·  autre : 9
  • stack_in_ndb=0 sur 100% des buckets → la pile mobile n'entre jamais en NDB malgré injection active
  • fb_det_hit stable (4.3/bucket) mais consommation NDB nulle → écriture OK, consommation par mobile manquante
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

diag : make_diag.sh introuvable à la racine du repo.

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (1,305,311 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
env_boot.log 36,797
frame_irq.log 208,896
fw-irda.log 81,045
irda_capture.stderr.log 62
mobile.log 268,804
osmocon.log 1,002,986
pc_hist.log 0
qemu_diag.log 2,979,845
qemu_full.log 9,927,672
qemu_tail.log 331,442
source_excerpts.txt 43
static_decode.txt 3,154
tdma_profile.log 12,288
tdma_tick.log 32,768

Logs bruts (dépliables)

env_boot.log (36,797 bytes, 300 lignes)
1779882374.890 +0.046s [MB] === calypso_machine_init START ===
1779882374.894 +0.049s [SOC] === calypso_soc_realize START ===
1779882374.896 +0.052s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779882374.925 +0.081s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779882374.926 +0.081s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882374.926 +0.081s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882374.926 +0.081s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779882374.926 +0.081s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779882374.927 +0.082s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779882374.927 +0.082s [SOC] === calypso_soc_realize DONE ===
1779882374.962 +0.118s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1779882374.964 +0.119s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882374.964 +0.119s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882374.972 +0.128s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1779882374.972 +0.128s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.976 +0.131s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.978 +0.133s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.980 +0.135s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.982 +0.137s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.984 +0.139s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.986 +0.141s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.988 +0.143s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.990 +0.145s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.992 +0.147s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.994 +0.149s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.996 +0.151s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.998 +0.153s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.000 +0.155s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.002 +0.157s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.004 +0.159s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.006 +0.161s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.008 +0.163s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.010 +0.165s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.012 +0.167s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.439 +0.594s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.907 +1.062s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882376.288 +1.444s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882376.832 +1.987s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882377.221 +2.377s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882377.631 +2.786s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882378.267 +3.422s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882378.663 +3.818s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882379.058 +4.214s [c54x] IRQ #900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882379.565 +4.720s [c54x] IRQ #1000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882380.083 +5.239s [c54x] IRQ #1100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882380.478 +5.633s [c54x] IRQ #1200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882380.871 +6.026s [c54x] IRQ #1300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882381.424 +6.579s [c54x] IRQ #1400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882381.821 +6.977s [c54x] IRQ #1500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882382.383 +7.538s [c54x] IRQ #1600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882382.845 +8.000s [c54x] IRQ #1700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882383.239 +8.395s [c54x] IRQ #1800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882383.632 +8.787s [c54x] IRQ #1900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882384.264 +9.420s [c54x] IRQ #2000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882384.658 +9.814s [c54x] IRQ #2100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882385.050 +10.206s [c54x] IRQ #2200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882385.604 +10.759s [c54x] IRQ #2300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882386.002 +11.158s [c54x] IRQ #2400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882386.448 +11.604s [c54x] IRQ #2500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882386.949 +12.105s [c54x] IRQ #2600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882387.342 +12.498s [c54x] IRQ #2700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882387.895 +13.050s [c54x] IRQ #2800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882388.288 +13.444s [c54x] IRQ #2900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882388.819 +13.974s [c54x] IRQ #3000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882389.311 +14.466s [c54x] IRQ #3100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882389.702 +14.858s [c54x] IRQ #3200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882390.094 +15.249s [c54x] IRQ #3300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882390.652 +15.807s [c54x] IRQ #3400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882391.045 +16.200s [c54x] IRQ #3500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882391.596 +16.751s [c54x] IRQ #3600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882391.993 +17.148s [c54x] IRQ #3700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882392.438 +17.594s [c54x] IRQ #3800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882393.018 +18.173s [c54x] IRQ #3900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882393.414 +18.569s [c54x] IRQ #4000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882393.807 +18.963s [c54x] IRQ #4100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882394.365 +19.520s [c54x] IRQ #4200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882394.767 +19.922s [c54x] IRQ #4300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882395.264 +20.420s [c54x] IRQ #4400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882395.710 +20.865s [c54x] IRQ #4500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882396.105 +21.261s [c54x] IRQ #4600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882396.659 +21.814s [c54x] IRQ #4700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882397.052 +22.207s [c54x] IRQ #4800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882397.632 +22.787s [c54x] IRQ #4900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882398.072 +23.227s [c54x] IRQ #5000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882398.464 +23.620s [c54x] IRQ #5100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882398.878 +24.033s [c54x] IRQ #5200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882399.413 +24.569s [c54x] IRQ #5300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882399.805 +24.961s [c54x] IRQ #5400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882400.440 +25.595s [c54x] IRQ #5500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882400.832 +25.987s [c54x] IRQ #5600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882401.218 +26.374s [c54x] IRQ #5700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882401.761 +26.917s [c54x] IRQ #5800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882402.159 +27.314s [c54x] IRQ #5900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882402.568 +27.723s [c54x] IRQ #6000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882403.184 +28.339s [c54x] IRQ #6100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882403.583 +28.739s [c54x] IRQ #6200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882403.978 +29.133s [c54x] IRQ #6300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882404.503 +29.658s [c54x] IRQ #6400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882405.003 +30.159s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882405.397 +30.553s [c54x] IRQ #6600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882405.791 +30.947s [c54x] IRQ #6700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882406.423 +31.578s [c54x] IRQ #6800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882406.817 +31.973s [c54x] IRQ #6900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882407.213 +32.368s [c54x] IRQ #7000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882407.764 +32.919s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882408.155 +33.311s [c54x] IRQ #7200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882408.559 +33.715s [c54x] IRQ #7300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882409.175 +34.331s [c54x] IRQ #7400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882409.571 +34.727s [c54x] IRQ #7500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882409.966 +35.122s [c54x] IRQ #7600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882410.520 +35.676s [c54x] IRQ #7700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882410.915 +36.071s [c54x] IRQ #7800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882411.379 +36.535s [c54x] IRQ #7900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882411.943 +37.099s [c54x] IRQ #8000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882412.342 +37.497s [c54x] IRQ #8100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882412.737 +37.892s [c54x] IRQ #8200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882413.317 +38.472s [c54x] IRQ #8300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882413.764 +38.920s [c54x] IRQ #8400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882414.158 +39.314s [c54x] IRQ #8500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882414.565 +39.721s [c54x] IRQ #8600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882415.103 +40.259s [c54x] IRQ #8700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882415.499 +40.655s [c54x] IRQ #8800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882416.131 +41.287s [c54x] IRQ #8900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882416.530 +41.686s [c54x] IRQ #9000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882416.922 +42.078s [c54x] IRQ #9100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882417.318 +42.473s [c54x] IRQ #9200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882417.948 +43.104s [c54x] IRQ #9300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882418.343 +43.499s [c54x] IRQ #9400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882418.737 +43.893s [c54x] IRQ #9500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882419.288 +44.443s [c54x] IRQ #9600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882419.680 +44.836s [c54x] IRQ #9700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882420.118 +45.274s [c54x] IRQ #9800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882420.709 +45.865s [c54x] IRQ #9900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882421.102 +46.257s [c54x] IRQ #10000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882421.495 +46.651s [c54x] IRQ #10100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882422.126 +47.281s [c54x] IRQ #10200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882422.521 +47.676s [c54x] IRQ #10300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882422.913 +48.069s [c54x] IRQ #10400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882423.376 +48.531s [c54x] IRQ #10500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882423.869 +49.024s [c54x] IRQ #10600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882424.268 +49.424s [c54x] IRQ #10700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882424.875 +50.030s [c54x] IRQ #10800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882425.297 +50.452s [c54x] IRQ #10900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882425.687 +50.842s [c54x] IRQ #11000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882426.127 +51.282s [c54x] IRQ #11100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882426.714 +51.870s [c54x] IRQ #11200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882427.106 +52.262s [c54x] IRQ #11300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882427.500 +52.655s [c54x] IRQ #11400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882428.131 +53.286s [c54x] IRQ #11500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882428.524 +53.679s [c54x] IRQ #11600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882428.916 +54.071s [c54x] IRQ #11700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882429.383 +54.538s [c54x] IRQ #11800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882429.861 +55.017s [c54x] IRQ #11900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882430.260 +55.416s [c54x] IRQ #12000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882430.888 +56.044s [c54x] IRQ #12100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882431.282 +56.437s [c54x] IRQ #12200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882431.676 +56.832s [c54x] IRQ #12300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882432.201 +57.356s [c54x] IRQ #12400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882432.630 +57.786s [c54x] IRQ #12500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882433.024 +58.180s [c54x] IRQ #12600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882433.577 +58.733s [c54x] IRQ #12700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882433.972 +59.128s [c54x] IRQ #12800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882434.521 +59.677s [c54x] IRQ #12900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882434.915 +60.070s [c54x] IRQ #13000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882435.376 +60.532s [c54x] IRQ #13100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882435.865 +61.020s [c54x] IRQ #13200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882436.260 +61.415s [c54x] IRQ #13300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882436.890 +62.046s [c54x] IRQ #13400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882437.284 +62.440s [c54x] IRQ #13500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882437.678 +62.834s [c54x] IRQ #13600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882438.208 +63.363s [c54x] IRQ #13700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882438.635 +63.790s [c54x] IRQ #13800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882439.031 +64.186s [c54x] IRQ #13900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882439.584 +64.739s [c54x] IRQ #14000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882439.977 +65.132s [c54x] IRQ #14100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882440.499 +65.655s [c54x] IRQ #14200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882441.003 +66.159s [c54x] IRQ #14300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882441.398 +66.554s [c54x] IRQ #14400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882441.792 +66.948s [c54x] IRQ #14500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882442.346 +67.501s [c54x] IRQ #14600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882442.744 +67.900s [c54x] IRQ #14700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882443.305 +68.461s [c54x] IRQ #14800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882443.705 +68.860s [c54x] IRQ #14900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882444.099 +69.254s [c54x] IRQ #15000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882444.651 +69.807s [c54x] IRQ #15100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882445.051 +70.206s [c54x] IRQ #15200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882445.604 +70.759s [c54x] IRQ #15300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882446.000 +71.155s [c54x] IRQ #15400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882446.394 +71.549s [c54x] IRQ #15500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882447.031 +72.187s [c54x] IRQ #15600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882447.425 +72.580s [c54x] IRQ #15700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882447.821 +72.977s [c54x] IRQ #15800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882448.374 +73.529s [c54x] IRQ #15900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882448.767 +73.923s [c54x] IRQ #16000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882449.184 +74.340s [c54x] IRQ #16100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882449.793 +74.949s [c54x] IRQ #16200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882450.186 +75.341s [c54x] IRQ #16300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882450.580 +75.736s [c54x] IRQ #16400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882451.193 +76.349s [c54x] IRQ #16500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882451.607 +76.763s [c54x] IRQ #16600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882452.003 +77.158s [c54x] IRQ #16700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882452.396 +77.552s [c54x] IRQ #16800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882453.028 +78.183s [c54x] IRQ #16900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882453.419 +78.575s [c54x] IRQ #17000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882453.813 +78.968s [c54x] IRQ #17100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882454.367 +79.522s [c54x] IRQ #17200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882454.762 +79.917s [c54x] IRQ #17300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882455.180 +80.335s [c54x] IRQ #17400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882455.791 +80.946s [c54x] IRQ #17500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882456.187 +81.342s [c54x] IRQ #17600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882456.581 +81.736s [c54x] IRQ #17700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882457.115 +82.270s [c54x] IRQ #17800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882457.608 +82.763s [c54x] IRQ #17900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882458.011 +83.166s [c54x] IRQ #18000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882458.406 +83.561s [c54x] IRQ #18100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882458.959 +84.114s [c54x] IRQ #18200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882459.351 +84.506s [c54x] IRQ #18300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882459.905 +85.060s [c54x] IRQ #18400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882460.294 +85.450s [c54x] IRQ #18500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882460.743 +85.899s [c54x] IRQ #18600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882461.320 +86.476s [c54x] IRQ #18700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882461.714 +86.869s [c54x] IRQ #18800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882462.111 +87.266s [c54x] IRQ #18900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882462.742 +87.898s [c54x] IRQ #19000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882463.136 +88.291s [c54x] IRQ #19100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882463.530 +88.685s [c54x] IRQ #19200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882464.002 +89.158s [c54x] IRQ #19300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882464.475 +89.631s [c54x] IRQ #19400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882464.865 +90.020s [c54x] IRQ #19500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882465.422 +90.577s [c54x] IRQ #19600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882465.816 +90.971s [c54x] IRQ #19700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882466.369 +91.524s [c54x] IRQ #19800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882466.840 +91.995s [c54x] IRQ #19900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882467.234 +92.389s [c54x] IRQ #20000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882467.628 +92.783s [c54x] IRQ #20100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882468.262 +93.417s [c54x] IRQ #20200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882468.662 +93.818s [c54x] IRQ #20300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882480.257 +105.412s [c54x] IRQ #20400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882481.083 +106.239s [c54x] IRQ #20500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882482.752 +107.907s [c54x] IRQ #20600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882483.385 +108.540s [c54x] IRQ #20700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882483.784 +108.939s [c54x] IRQ #20800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882484.179 +109.335s [c54x] IRQ #20900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882484.739 +109.894s [c54x] IRQ #21000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882485.136 +110.291s [c54x] IRQ #21100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882485.529 +110.685s [c54x] IRQ #21200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882486.163 +111.318s [c54x] IRQ #21300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882486.557 +111.712s [c54x] IRQ #21400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882486.951 +112.107s [c54x] IRQ #21500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882487.502 +112.657s [c54x] IRQ #21600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882487.896 +113.052s [c54x] IRQ #21700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882488.324 +113.479s [c54x] IRQ #21800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882488.848 +114.003s [c54x] IRQ #21900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882489.243 +114.399s [c54x] IRQ #22000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882489.794 +114.949s [c54x] IRQ #22100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882490.191 +115.346s [c54x] IRQ #22200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882490.697 +115.853s [c54x] IRQ #22300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882491.216 +116.371s [c54x] IRQ #22400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882491.614 +116.769s [c54x] IRQ #22500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882492.006 +117.162s [c54x] IRQ #22600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882492.563 +117.719s [c54x] IRQ #22700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882492.958 +118.113s [c54x] IRQ #22800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882493.443 +118.599s [c54x] IRQ #22900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882493.906 +119.062s [c54x] IRQ #23000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882494.303 +119.458s [c54x] IRQ #23100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882494.932 +120.088s [c54x] IRQ #23200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882495.326 +120.481s [c54x] IRQ #23300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882495.719 +120.874s [c54x] IRQ #23400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882496.257 +121.412s [c54x] IRQ #23500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882496.746 +121.902s [c54x] IRQ #23600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882497.138 +122.293s [c54x] IRQ #23700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882497.524 +122.680s [c54x] IRQ #23800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882498.157 +123.312s [c54x] IRQ #23900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882498.545 +123.701s [c54x] IRQ #24000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882498.939 +124.094s [c54x] IRQ #24100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882499.499 +124.655s [c54x] IRQ #24200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882499.965 +125.121s [c54x] IRQ #24300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882500.367 +125.522s [c54x] IRQ #24400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882500.765 +125.920s [c54x] IRQ #24500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882501.324 +126.479s [c54x] IRQ #24600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882501.722 +126.877s [c54x] IRQ #24700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882502.267 +127.422s [c54x] IRQ #24800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882502.679 +127.834s [c54x] IRQ #24900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882503.072 +128.228s [c54x] IRQ #25000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882503.702 +128.857s [c54x] IRQ #25100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882504.097 +129.253s [c54x] IRQ #25200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882504.494 +129.649s [c54x] IRQ #25300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882505.008 +130.164s [c54x] IRQ #25400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882505.445 +130.600s [c54x] IRQ #25500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882505.841 +130.996s [c54x] IRQ #25600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882506.394 +131.550s [c54x] IRQ #25700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882506.790 +131.945s [c54x] IRQ #25800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882507.341 +132.497s [c54x] IRQ #25900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882507.733 +132.889s [c54x] IRQ #26000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882508.192 +133.348s [c54x] IRQ #26100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882508.681 +133.836s [c54x] IRQ #26200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882509.074 +134.229s [c54x] IRQ #26300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882509.705 +134.861s [c54x] IRQ #26400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882510.103 +135.258s [c54x] IRQ #26500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882510.497 +135.652s [c54x] IRQ #26600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff

frame_irq.log (208,896 bytes, 1996 lignes)
[frame-irq] raise t_virt=32887128 dt=0 next_target=37502128 gap_to_target=4615000 fn=1 #0
[frame-irq] raise t_virt=37502128 dt=4615000 next_target=42117128 gap_to_target=4615000 fn=2 #1
[frame-irq] raise t_virt=42117128 dt=4615000 next_target=46732128 gap_to_target=4615000 fn=3 #2
[frame-irq] raise t_virt=46732128 dt=4615000 next_target=51347128 gap_to_target=4615000 fn=4 #3
[frame-irq] raise t_virt=51347128 dt=4615000 next_target=55962128 gap_to_target=4615000 fn=5 #4
[frame-irq] raise t_virt=55962128 dt=4615000 next_target=60577128 gap_to_target=4615000 fn=6 #5
[frame-irq] raise t_virt=60577128 dt=4615000 next_target=65192128 gap_to_target=4615000 fn=7 #6
[frame-irq] raise t_virt=65192128 dt=4615000 next_target=69807128 gap_to_target=4615000 fn=8 #7
[frame-irq] raise t_virt=69807128 dt=4615000 next_target=74422128 gap_to_target=4615000 fn=9 #8
[frame-irq] raise t_virt=74422128 dt=4615000 next_target=79037128 gap_to_target=4615000 fn=10 #9
[frame-irq] raise t_virt=79037128 dt=4615000 next_target=83652128 gap_to_target=4615000 fn=11 #10
[frame-irq] raise t_virt=83652128 dt=4615000 next_target=88267128 gap_to_target=4615000 fn=12 #11
[frame-irq] raise t_virt=88267128 dt=4615000 next_target=92882128 gap_to_target=4615000 fn=13 #12
[frame-irq] raise t_virt=92882128 dt=4615000 next_target=97497128 gap_to_target=4615000 fn=14 #13
[frame-irq] raise t_virt=97497128 dt=4615000 next_target=102112128 gap_to_target=4615000 fn=15 #14
[frame-irq] raise t_virt=102112128 dt=4615000 next_target=106727128 gap_to_target=4615000 fn=16 #15
[frame-irq] raise t_virt=106727128 dt=4615000 next_target=111342128 gap_to_target=4615000 fn=17 #16
[frame-irq] raise t_virt=111342128 dt=4615000 next_target=115957128 gap_to_target=4615000 fn=18 #17
[frame-irq] raise t_virt=115957128 dt=4615000 next_target=120572128 gap_to_target=4615000 fn=19 #18
[frame-irq] raise t_virt=120572128 dt=4615000 next_target=125187128 gap_to_target=4615000 fn=20 #19
[frame-irq] raise t_virt=125187128 dt=4615000 next_target=129802128 gap_to_target=4615000 fn=21 #20
[frame-irq] raise t_virt=129802128 dt=4615000 next_target=134417128 gap_to_target=4615000 fn=22 #21
[frame-irq] raise t_virt=134417128 dt=4615000 next_target=139032128 gap_to_target=4615000 fn=23 #22
[frame-irq] raise t_virt=139032128 dt=4615000 next_target=143647128 gap_to_target=4615000 fn=24 #23
[frame-irq] raise t_virt=143647128 dt=4615000 next_target=148262128 gap_to_target=4615000 fn=25 #24
[frame-irq] raise t_virt=148262128 dt=4615000 next_target=152877128 gap_to_target=4615000 fn=26 #25
[frame-irq] raise t_virt=152877128 dt=4615000 next_target=157492128 gap_to_target=4615000 fn=27 #26
[frame-irq] raise t_virt=157492128 dt=4615000 next_target=162107128 gap_to_target=4615000 fn=28 #27
[frame-irq] raise t_virt=162107128 dt=4615000 next_target=166722128 gap_to_target=4615000 fn=29 #28
[frame-irq] raise t_virt=166722128 dt=4615000 next_target=171337128 gap_to_target=4615000 fn=30 #29
[frame-irq] raise t_virt=171337128 dt=4615000 next_target=175952128 gap_to_target=4615000 fn=31 #30
[frame-irq] raise t_virt=175952128 dt=4615000 next_target=180567128 gap_to_target=4615000 fn=32 #31
[frame-irq] raise t_virt=180567128 dt=4615000 next_target=185182128 gap_to_target=4615000 fn=33 #32
[frame-irq] raise t_virt=185182128 dt=4615000 next_target=189797128 gap_to_target=4615000 fn=34 #33
[frame-irq] raise t_virt=189797128 dt=4615000 next_target=194412128 gap_to_target=4615000 fn=35 #34
[frame-irq] raise t_virt=194412128 dt=4615000 next_target=199027128 gap_to_target=4615000 fn=36 #35
[frame-irq] raise t_virt=199027128 dt=4615000 next_target=203642128 gap_to_target=4615000 fn=37 #36
[frame-irq] raise t_virt=203642128 dt=4615000 next_target=208257128 gap_to_target=4615000 fn=38 #37
[frame-irq] raise t_virt=208257128 dt=4615000 next_target=212872128 gap_to_target=4615000 fn=39 #38
[frame-irq] raise t_virt=212872128 dt=4615000 next_target=217487128 gap_to_target=4615000 fn=40 #39
[frame-irq] raise t_virt=217487128 dt=4615000 next_target=222102128 gap_to_target=4615000 fn=41 #40
[frame-irq] raise t_virt=222102128 dt=4615000 next_target=226717128 gap_to_target=4615000 fn=42 #41
[frame-irq] raise t_virt=226717128 dt=4615000 next_target=231332128 gap_to_target=4615000 fn=43 #42
[frame-irq] raise t_virt=231332128 dt=4615000 next_target=235947128 gap_to_target=4615000 fn=44 #43
[frame-irq] raise t_virt=235947128 dt=4615000 next_target=240562128 gap_to_target=4615000 fn=45 #44
[frame-irq] raise t_virt=240562128 dt=4615000 next_target=245177128 gap_to_target=4615000 fn=46 #45
[frame-irq] raise t_virt=245177128 dt=4615000 next_target=249792128 gap_to_target=4615000 fn=47 #46
[frame-irq] raise t_virt=249792128 dt=4615000 next_target=254407128 gap_to_target=4615000 fn=48 #47
[frame-irq] raise t_virt=254407128 dt=4615000 next_target=259022128 gap_to_target=4615000 fn=49 #48
[frame-irq] raise t_virt=259022128 dt=4615000 next_target=263637128 gap_to_target=4615000 fn=50 #49
[frame-irq] raise t_virt=263637128 dt=4615000 next_target=268252128 gap_to_target=4615000 fn=51 #50
[frame-irq] raise t_virt=268252128 dt=4615000 next_target=272867128 gap_to_target=4615000 fn=52 #51
[frame-irq] raise t_virt=272867128 dt=4615000 next_target=277482128 gap_to_target=4615000 fn=53 #52
[frame-irq] raise t_virt=277482128 dt=4615000 next_target=282097128 gap_to_target=4615000 fn=54 #53
[frame-irq] raise t_virt=282097128 dt=4615000 next_target=286712128 gap_to_target=4615000 fn=55 #54
[frame-irq] raise t_virt=286712128 dt=4615000 next_target=291327128 gap_to_target=4615000 fn=56 #55
[frame-irq] raise t_virt=291327128 dt=4615000 next_target=295942128 gap_to_target=4615000 fn=57 #56
[frame-irq] raise t_virt=295942128 dt=4615000 next_target=300557128 gap_to_target=4615000 fn=58 #57
[frame-irq] raise t_virt=300557128 dt=4615000 next_target=305172128 gap_to_target=4615000 fn=59 #58
[frame-irq] raise t_virt=305172128 dt=4615000 next_target=309787128 gap_to_target=4615000 fn=60 #59
[frame-irq] raise t_virt=309787128 dt=4615000 next_target=314402128 gap_to_target=4615000 fn=61 #60
[frame-irq] raise t_virt=314402128 dt=4615000 next_target=319017128 gap_to_target=4615000 fn=62 #61
[frame-irq] raise t_virt=319017128 dt=4615000 next_target=323632128 gap_to_target=4615000 fn=63 #62
[frame-irq] raise t_virt=323632128 dt=4615000 next_target=328247128 gap_to_target=4615000 fn=64 #63
[frame-irq] raise t_virt=328247128 dt=4615000 next_target=332862128 gap_to_target=4615000 fn=65 #64
[frame-irq] raise t_virt=332862128 dt=4615000 next_target=337477128 gap_to_target=4615000 fn=66 #65
[frame-irq] raise t_virt=337477128 dt=4615000 next_target=342092128 gap_to_target=4615000 fn=67 #66
[frame-irq] raise t_virt=342092128 dt=4615000 next_target=346707128 gap_to_target=4615000 fn=68 #67
[frame-irq] raise t_virt=346707128 dt=4615000 next_target=351322128 gap_to_target=4615000 fn=69 #68
[frame-irq] raise t_virt=351322128 dt=4615000 next_target=355937128 gap_to_target=4615000 fn=70 #69
[frame-irq] raise t_virt=355937128 dt=4615000 next_target=360552128 gap_to_target=4615000 fn=71 #70
[frame-irq] raise t_virt=360552128 dt=4615000 next_target=365167128 gap_to_target=4615000 fn=72 #71
[frame-irq] raise t_virt=365167128 dt=4615000 next_target=369782128 gap_to_target=4615000 fn=73 #72
[frame-irq] raise t_virt=369782128 dt=4615000 next_target=374397128 gap_to_target=4615000 fn=74 #73
[frame-irq] raise t_virt=374397128 dt=4615000 next_target=379012128 gap_to_target=4615000 fn=75 #74
[frame-irq] raise t_virt=379012128 dt=4615000 next_target=383627128 gap_to_target=4615000 fn=76 #75
[frame-irq] raise t_virt=383627128 dt=4615000 next_target=388242128 gap_to_target=4615000 fn=77 #76
[frame-irq] raise t_virt=388242128 dt=4615000 next_target=392857128 gap_to_target=4615000 fn=78 #77
[frame-irq] raise t_virt=392857128 dt=4615000 next_target=397472128 gap_to_target=4615000 fn=79 #78
[frame-irq] raise t_virt=397472128 dt=4615000 next_target=402087128 gap_to_target=4615000 fn=80 #79
[frame-irq] raise t_virt=402087128 dt=4615000 next_target=406702128 gap_to_target=4615000 fn=81 #80
[frame-irq] raise t_virt=406702128 dt=4615000 next_target=411317128 gap_to_target=4615000 fn=82 #81
[frame-irq] raise t_virt=411317128 dt=4615000 next_target=415932128 gap_to_target=4615000 fn=83 #82
[frame-irq] raise t_virt=415932128 dt=4615000 next_target=420547128 gap_to_target=4615000 fn=84 #83
[frame-irq] raise t_virt=420547128 dt=4615000 next_target=425162128 gap_to_target=4615000 fn=85 #84
[frame-irq] raise t_virt=425162128 dt=4615000 next_target=429777128 gap_to_target=4615000 fn=86 #85
[frame-irq] raise t_virt=429777128 dt=4615000 next_target=434392128 gap_to_target=4615000 fn=87 #86
[frame-irq] raise t_virt=434392128 dt=4615000 next_target=439007128 gap_to_target=4615000 fn=88 #87
[frame-irq] raise t_virt=439007128 dt=4615000 next_target=443622128 gap_to_target=4615000 fn=89 #88
[frame-irq] raise t_virt=443622128 dt=4615000 next_target=448237128 gap_to_target=4615000 fn=90 #89
[frame-irq] raise t_virt=448237128 dt=4615000 next_target=452852128 gap_to_target=4615000 fn=91 #90
[frame-irq] raise t_virt=452852128 dt=4615000 next_target=457467128 gap_to_target=4615000 fn=92 #91
[frame-irq] raise t_virt=457467128 dt=4615000 next_target=462082128 gap_to_target=4615000 fn=93 #92
[frame-irq] raise t_virt=462082128 dt=4615000 next_target=466697128 gap_to_target=4615000 fn=94 #93
[frame-irq] raise t_virt=466697128 dt=4615000 next_target=471312128 gap_to_target=4615000 fn=95 #94
[frame-irq] raise t_virt=471312128 dt=4615000 next_target=475927128 gap_to_target=4615000 fn=96 #95
[frame-irq] raise t_virt=475927128 dt=4615000 next_target=480542128 gap_to_target=4615000 fn=97 #96
[frame-irq] raise t_virt=480542128 dt=4615000 next_target=485157128 gap_to_target=4615000 fn=98 #97
[frame-irq] raise t_virt=485157128 dt=4615000 next_target=489772128 gap_to_target=4615000 fn=99 #98
[frame-irq] raise t_virt=489772128 dt=4615000 next_target=494387128 gap_to_target=4615000 fn=100 #99
[frame-irq] raise t_virt=494387128 dt=4615000 next_target=499002128 gap_to_target=4615000 fn=101 #100
[frame-irq] raise t_virt=499002128 dt=4615000 next_target=503617128 gap_to_target=4615000 fn=102 #101
[frame-irq] raise t_virt=503617128 dt=4615000 next_target=508232128 gap_to_target=4615000 fn=103 #102
[frame-irq] raise t_virt=508232128 dt=4615000 next_target=512847128 gap_to_target=4615000 fn=104 #103
[frame-irq] raise t_virt=512847128 dt=4615000 next_target=517462128 gap_to_target=4615000 fn=105 #104
[frame-irq] raise t_virt=517462128 dt=4615000 next_target=522077128 gap_to_target=4615000 fn=106 #105
[frame-irq] raise t_virt=522077128 dt=4615000 next_target=526692128 gap_to_target=4615000 fn=107 #106
[frame-irq] raise t_virt=526692128 dt=4615000 next_target=531307128 gap_to_target=4615000 fn=108 #107
[frame-irq] raise t_virt=531307128 dt=4615000 next_target=535922128 gap_to_target=4615000 fn=109 #108
[frame-irq] raise t_virt=535922128 dt=4615000 next_target=540537128 gap_to_target=4615000 fn=110 #109
[frame-irq] raise t_virt=540537128 dt=4615000 next_target=545152128 gap_to_target=4615000 fn=111 #110
[frame-irq] raise t_virt=545152128 dt=4615000 next_target=549767128 gap_to_target=4615000 fn=112 #111
[frame-irq] raise t_virt=549767128 dt=4615000 next_target=554382128 gap_to_target=4615000 fn=113 #112
[frame-irq] raise t_virt=554382128 dt=4615000 next_target=558997128 gap_to_target=4615000 fn=114 #113
[frame-irq] raise t_virt=558997128 dt=4615000 next_target=563612128 gap_to_target=4615000 fn=115 #114
[frame-irq] raise t_virt=563612128 dt=4615000 next_target=568227128 gap_to_target=4615000 fn=116 #115
[frame-irq] raise t_virt=568227128 dt=4615000 next_target=572842128 gap_to_target=4615000 fn=117 #116
[frame-irq] raise t_virt=572842128 dt=4615000 next_target=577457128 gap_to_target=4615000 fn=118 #117
[frame-irq] raise t_virt=577457128 dt=4615000 next_target=582072128 gap_to_target=4615000 fn=119 #118
[frame-irq] raise t_virt=582072128 dt=4615000 next_target=586687128 gap_to_target=4615000 fn=120 #119
[frame-irq] raise t_virt=586687128 dt=4615000 next_target=591302128 gap_to_target=4615000 fn=121 #120
[frame-irq] raise t_virt=591302128 dt=4615000 next_target=595917128 gap_to_target=4615000 fn=122 #121
[frame-irq] raise t_virt=595917128 dt=4615000 next_target=600532128 gap_to_target=4615000 fn=123 #122
[frame-irq] raise t_virt=600532128 dt=4615000 next_target=605147128 gap_to_target=4615000 fn=124 #123
[frame-irq] raise t_virt=605147128 dt=4615000 next_target=609762128 gap_to_target=4615000 fn=125 #124
[frame-irq] raise t_virt=609762128 dt=4615000 next_target=614377128 gap_to_target=4615000 fn=126 #125
[frame-irq] raise t_virt=614377128 dt=4615000 next_target=618992128 gap_to_target=4615000 fn=127 #126
[frame-irq] raise t_virt=618992128 dt=4615000 next_target=623607128 gap_to_target=4615000 fn=128 #127
[frame-irq] raise t_virt=623607128 dt=4615000 next_target=628222128 gap_to_target=4615000 fn=129 #128
[frame-irq] raise t_virt=628222128 dt=4615000 next_target=632837128 gap_to_target=4615000 fn=130 #129
[frame-irq] raise t_virt=632837128 dt=4615000 next_target=637452128 gap_to_target=4615000 fn=131 #130
[frame-irq] raise t_virt=637452128 dt=4615000 next_target=642067128 gap_to_target=4615000 fn=132 #131
[frame-irq] raise t_virt=642067128 dt=4615000 next_target=646682128 gap_to_target=4615000 fn=133 #132
[frame-irq] raise t_virt=646682128 dt=4615000 next_target=651297128 gap_to_target=4615000 fn=134 #133
[frame-irq] raise t_virt=651297128 dt=4615000 next_target=655912128 gap_to_target=4615000 fn=135 #134
[frame-irq] raise t_virt=655912128 dt=4615000 next_target=660527128 gap_to_target=4615000 fn=136 #135
[frame-irq] raise t_virt=660527128 dt=4615000 next_target=665142128 gap_to_target=4615000 fn=137 #136
[frame-irq] raise t_virt=665142128 dt=4615000 next_target=669757128 gap_to_target=4615000 fn=138 #137
[frame-irq] raise t_virt=669757128 dt=4615000 next_target=674372128 gap_to_target=4615000 fn=139 #138
[frame-irq] raise t_virt=674372128 dt=4615000 next_target=678987128 gap_to_target=4615000 fn=140 #139
[frame-irq] raise t_virt=678987128 dt=4615000 next_target=683602128 gap_to_target=4615000 fn=141 #140
[frame-irq] raise t_virt=683602128 dt=4615000 next_target=688217128 gap_to_target=4615000 fn=142 #141
[frame-irq] raise t_virt=688217128 dt=4615000 next_target=692832128 gap_to_target=4615000 fn=143 #142
[frame-irq] raise t_virt=692832128 dt=4615000 next_target=697447128 gap_to_target=4615000 fn=144 #143
[frame-irq] raise t_virt=697447128 dt=4615000 next_target=702062128 gap_to_target=4615000 fn=145 #144
[frame-irq] raise t_virt=702062128 dt=4615000 next_target=706677128 gap_to_target=4615000 fn=146 #145
[frame-irq] raise t_virt=706677128 dt=4615000 next_target=711292128 gap_to_target=4615000 fn=147 #146
[frame-irq] raise t_virt=711292128 dt=4615000 next_target=715907128 gap_to_target=4615000 fn=148 #147
[frame-irq] raise t_virt=715907128 dt=4615000 next_target=720522128 gap_to_target=4615000 fn=149 #148
[frame-irq] raise t_virt=720522128 dt=4615000 next_target=725137128 gap_to_target=4615000 fn=150 #149
[frame-irq] raise t_virt=725137128 dt=4615000 next_target=729752128 gap_to_target=4615000 fn=151 #150
[frame-irq] raise t_virt=729752128 dt=4615000 next_target=734367128 gap_to_target=4615000 fn=152 #151
[frame-irq] raise t_virt=734367128 dt=4615000 next_target=738982128 gap_to_target=4615000 fn=153 #152
[frame-irq] raise t_virt=738982128 dt=4615000 next_target=743597128 gap_to_target=4615000 fn=154 #153
[frame-irq] raise t_virt=743597128 dt=4615000 next_target=748212128 gap_to_target=4615000 fn=155 #154
[frame-irq] raise t_virt=748212128 dt=4615000 next_target=752827128 gap_to_target=4615000 fn=156 #155
[frame-irq] raise t_virt=752827128 dt=4615000 next_target=757442128 gap_to_target=4615000 fn=157 #156
[frame-irq] raise t_virt=757442128 dt=4615000 next_target=762057128 gap_to_target=4615000 fn=158 #157
[frame-irq] raise t_virt=762057128 dt=4615000 next_target=766672128 gap_to_target=4615000 fn=159 #158
[frame-irq] raise t_virt=766672128 dt=4615000 next_target=771287128 gap_to_target=4615000 fn=160 #159
[frame-irq] raise t_virt=771287128 dt=4615000 next_target=775902128 gap_to_target=4615000 fn=161 #160
[frame-irq] raise t_virt=775902128 dt=4615000 next_target=780517128 gap_to_target=4615000 fn=162 #161
[frame-irq] raise t_virt=780517128 dt=4615000 next_target=785132128 gap_to_target=4615000 fn=163 #162
[frame-irq] raise t_virt=785132128 dt=4615000 next_target=789747128 gap_to_target=4615000 fn=164 #163
[frame-irq] raise t_virt=789747128 dt=4615000 next_target=794362128 gap_to_target=4615000 fn=165 #164
[frame-irq] raise t_virt=794362128 dt=4615000 next_target=798977128 gap_to_target=4615000 fn=166 #165
[frame-irq] raise t_virt=798977128 dt=4615000 next_target=803592128 gap_to_target=4615000 fn=167 #166
[frame-irq] raise t_virt=803592128 dt=4615000 next_target=808207128 gap_to_target=4615000 fn=168 #167
[frame-irq] raise t_virt=808207128 dt=4615000 next_target=812822128 gap_to_target=4615000 fn=169 #168
[frame-irq] raise t_virt=812822128 dt=4615000 next_target=817437128 gap_to_target=4615000 fn=170 #169
[frame-irq] raise t_virt=817437128 dt=4615000 next_target=822052128 gap_to_target=4615000 fn=171 #170
[frame-irq] raise t_virt=822052128 dt=4615000 next_target=826667128 gap_to_target=4615000 fn=172 #171
[frame-irq] raise t_virt=826667128 dt=4615000 next_target=831282128 gap_to_target=4615000 fn=173 #172
[frame-irq] raise t_virt=831282128 dt=4615000 next_target=835897128 gap_to_target=4615000 fn=174 #173
[frame-irq] raise t_virt=835897128 dt=4615000 next_target=840512128 gap_to_target=4615000 fn=175 #174
[frame-irq] raise t_virt=840512128 dt=4615000 next_target=845127128 gap_to_target=4615000 fn=176 #175
[frame-irq] raise t_virt=845127128 dt=4615000 next_target=849742128 gap_to_target=4615000 fn=177 #176
[frame-irq] raise t_virt=849742128 dt=4615000 next_target=854357128 gap_to_target=4615000 fn=178 #177
[frame-irq] raise t_virt=854357128 dt=4615000 next_target=858972128 gap_to_target=4615000 fn=179 #178
[frame-irq] raise t_virt=858972128 dt=4615000 next_target=863587128 gap_to_target=4615000 fn=180 #179
[frame-irq] raise t_virt=863587128 dt=4615000 next_target=868202128 gap_to_target=4615000 fn=181 #180
[frame-irq] raise t_virt=868202128 dt=4615000 next_target=872817128 gap_to_target=4615000 fn=182 #181
[frame-irq] raise t_virt=872817128 dt=4615000 next_target=877432128 gap_to_target=4615000 fn=183 #182
[frame-irq] raise t_virt=877432128 dt=4615000 next_target=882047128 gap_to_target=4615000 fn=184 #183
[frame-irq] raise t_virt=882047128 dt=4615000 next_target=886662128 gap_to_target=4615000 fn=185 #184
[frame-irq] raise t_virt=886662128 dt=4615000 next_target=891277128 gap_to_target=4615000 fn=186 #185
[frame-irq] raise t_virt=891277128 dt=4615000 next_target=895892128 gap_to_target=4615000 fn=187 #186
[frame-irq] raise t_virt=895892128 dt=4615000 next_target=900507128 gap_to_target=4615000 fn=188 #187
[frame-irq] raise t_virt=900507128 dt=4615000 next_target=905122128 gap_to_target=4615000 fn=189 #188
[frame-irq] raise t_virt=905122128 dt=4615000 next_target=909737128 gap_to_target=4615000 fn=190 #189
[frame-irq] raise t_virt=909737128 dt=4615000 next_target=914352128 gap_to_target=4615000 fn=191 #190
[frame-irq] raise t_virt=914352128 dt=4615000 next_target=918967128 gap_to_target=4615000 fn=192 #191
[frame-irq] raise t_virt=918967128 dt=4615000 next_target=923582128 gap_to_target=4615000 fn=193 #192
[frame-irq] raise t_virt=923582128 dt=4615000 next_target=928197128 gap_to_target=4615000 fn=194 #193
[frame-irq] raise t_virt=928197128 dt=4615000 next_target=932812128 gap_to_target=4615000 fn=195 #194
[frame-irq] raise t_virt=932812128 dt=4615000 next_target=937427128 gap_to_target=4615000 fn=196 #195
[frame-irq] raise t_virt=937427128 dt=4615000 next_target=942042128 gap_to_target=4615000 fn=197 #196
[frame-irq] raise t_virt=942042128 dt=4615000 next_target=946657128 gap_to_target=4615000 fn=198 #197
[frame-irq] raise t_virt=946657128 dt=4615000 next_target=951272128 gap_to_target=4615000 fn=199 #198
[frame-irq] raise t_virt=951272128 dt=4615000 next_target=955887128 gap_to_target=4615000 fn=200 #199
[frame-irq] raise t_virt=955887128 dt=4615000 next_target=960502128 gap_to_target=4615000 fn=201 #200
[frame-irq] raise t_virt=960502128 dt=4615000 next_target=965117128 gap_to_target=4615000 fn=202 #201
[frame-irq] raise t_virt=965117128 dt=4615000 next_target=969732128 gap_to_target=4615000 fn=203 #202
[frame-irq] raise t_virt=969732128 dt=4615000 next_target=974347128 gap_to_target=4615000 fn=204 #203
[frame-irq] raise t_virt=974347128 dt=4615000 next_target=978962128 gap_to_target=4615000 fn=205 #204
[frame-irq] raise t_virt=978962128 dt=4615000 next_target=983577128 gap_to_target=4615000 fn=206 #205
[frame-irq] raise t_virt=983577128 dt=4615000 next_target=988192128 gap_to_target=4615000 fn=207 #206
[frame-irq] raise t_virt=988192128 dt=4615000 next_target=992807128 gap_to_target=4615000 fn=208 #207
[frame-irq] raise t_virt=992807128 dt=4615000 next_target=997422128 gap_to_target=4615000 fn=209 #208
[frame-irq] raise t_virt=997422128 dt=4615000 next_target=1002037128 gap_to_target=4615000 fn=210 #209
[frame-irq] raise t_virt=1002037128 dt=4615000 next_target=1006652128 gap_to_target=4615000 fn=211 #210
[frame-irq] raise t_virt=1006652128 dt=4615000 next_target=1011267128 gap_to_target=4615000 fn=212 #211
[frame-irq] raise t_virt=1011267128 dt=4615000 next_target=1015882128 gap_to_target=4615000 fn=213 #212
[frame-irq] raise t_virt=1015882128 dt=4615000 next_target=1020497128 gap_to_target=4615000 fn=214 #213
[frame-irq] raise t_virt=1020497128 dt=4615000 next_target=1025112128 gap_to_target=4615000 fn=215 #214
[frame-irq] raise t_virt=1025112128 dt=4615000 next_target=1029727128 gap_to_target=4615000 fn=216 #215
[frame-irq] raise t_virt=1029727128 dt=4615000 next_target=1034342128 gap_to_target=4615000 fn=217 #216
[frame-irq] raise t_virt=1034342128 dt=4615000 next_target=1038957128 gap_to_target=4615000 fn=218 #217
[frame-irq] raise t_virt=1038957128 dt=4615000 next_target=1043572128 gap_to_target=4615000 fn=219 #218
[frame-irq] raise t_virt=1043572128 dt=4615000 next_target=1048187128 gap_to_target=4615000 fn=220 #219
[frame-irq] raise t_virt=1048187128 dt=4615000 next_target=1052802128 gap_to_target=4615000 fn=221 #220
[frame-irq] raise t_virt=1052802128 dt=4615000 next_target=1057417128 gap_to_target=4615000 fn=222 #221
[frame-irq] raise t_virt=1057417128 dt=4615000 next_target=1062032128 gap_to_target=4615000 fn=223 #222
[frame-irq] raise t_virt=1062032128 dt=4615000 next_target=1066647128 gap_to_target=4615000 fn=224 #223
[frame-irq] raise t_virt=1066647128 dt=4615000 next_target=1071262128 gap_to_target=4615000 fn=225 #224
[frame-irq] raise t_virt=1071262128 dt=4615000 next_target=1075877128 gap_to_target=4615000 fn=226 #225
[frame-irq] raise t_virt=1075877128 dt=4615000 next_target=1080492128 gap_to_target=4615000 fn=227 #226
[frame-irq] raise t_virt=1080492128 dt=4615000 next_target=1085107128 gap_to_target=4615000 fn=228 #227
[frame-irq] raise t_virt=1085107128 dt=4615000 next_target=1089722128 gap_to_target=4615000 fn=229 #228
[frame-irq] raise t_virt=1089722128 dt=4615000 next_target=1094337128 gap_to_target=4615000 fn=230 #229
[frame-irq] raise t_virt=1094337128 dt=4615000 next_target=1098952128 gap_to_target=4615000 fn=231 #230
[frame-irq] raise t_virt=1098952128 dt=4615000 next_target=1103567128 gap_to_target=4615000 fn=232 #231
[frame-irq] raise t_virt=1103567128 dt=4615000 next_target=1108182128 gap_to_target=4615000 fn=233 #232
[frame-irq] raise t_virt=1108182128 dt=4615000 next_target=1112797128 gap_to_target=4615000 fn=234 #233
[frame-irq] raise t_virt=1112797128 dt=4615000 next_target=1117412128 gap_to_target=4615000 fn=235 #234
[frame-irq] raise t_virt=1117412128 dt=4615000 next_target=1122027128 gap_to_target=4615000 fn=236 #235
[frame-irq] raise t_virt=1122027128 dt=4615000 next_target=1126642128 gap_to_target=4615000 fn=237 #236
[frame-irq] raise t_virt=1126642128 dt=4615000 next_target=1131257128 gap_to_target=4615000 fn=238 #237
[frame-irq] raise t_virt=1131257128 dt=4615000 next_target=1135872128 gap_to_target=4615000 fn=239 #238
[frame-irq] raise t_virt=1135872128 dt=4615000 next_target=1140487128 gap_to_target=4615000 fn=240 #239
[frame-irq] raise t_virt=1140487128 dt=4615000 next_target=1145102128 gap_to_target=4615000 fn=241 #240
[frame-irq] raise t_virt=1145102128 dt=4615000 next_target=1149717128 gap_to_target=4615000 fn=242 #241
[frame-irq] raise t_virt=1149717128 dt=4615000 next_target=1154332128 gap_to_target=4615000 fn=243 #242
[frame-irq] raise t_virt=1154332128 dt=4615000 next_target=1158947128 gap_to_target=4615000 fn=244 #243
[frame-irq] raise t_virt=1158947128 dt=4615000 next_target=1163562128 gap_to_target=4615000 fn=245 #244
[frame-irq] raise t_virt=1163562128 dt=4615000 next_target=1168177128 gap_to_target=4615000 fn=246 #245
[frame-irq] raise t_virt=1168177128 dt=4615000 next_target=1172792128 gap_to_target=4615000 fn=247 #246
[frame-irq] raise t_virt=1172792128 dt=4615000 next_target=1177407128 gap_to_target=4615000 fn=248 #247
[frame-irq] raise t_virt=1177407128 dt=4615000 next_target=1182022128 gap_to_target=4615000 fn=249 #248
[frame-irq] raise t_virt=1182022128 dt=4615000 next_target=1186637128 gap_to_target=4615000 fn=250 #249
[frame-irq] raise t_virt=1186637128 dt=4615000 next_target=1191252128 gap_to_target=4615000 fn=251 #250
[frame-irq] raise t_virt=1191252128 dt=4615000 next_target=1195867128 gap_to_target=4615000 fn=252 #251
[frame-irq] raise t_virt=1195867128 dt=4615000 next_target=1200482128 gap_to_target=4615000 fn=253 #252
[frame-irq] raise t_virt=1200482128 dt=4615000 next_target=1205097128 gap_to_target=4615000 fn=254 #253
[frame-irq] raise t_virt=1205097128 dt=4615000 next_target=1209712128 gap_to_target=4615000 fn=255 #254
[frame-irq] raise t_virt=1209712128 dt=4615000 next_target=1214327128 gap_to_target=4615000 fn=256 #255
[frame-irq] raise t_virt=1214327128 dt=4615000 next_target=1218942128 gap_to_target=4615000 fn=257 #256
[frame-irq] raise t_virt=1218942128 dt=4615000 next_target=1223557128 gap_to_target=4615000 fn=258 #257
[frame-irq] raise t_virt=1223557128 dt=4615000 next_target=1228172128 gap_to_target=4615000 fn=259 #258
[frame-irq] raise t_virt=1228172128 dt=4615000 next_target=1232787128 gap_to_target=4615000 fn=260 #259
[frame-irq] raise t_virt=1232787128 dt=4615000 next_target=1237402128 gap_to_target=4615000 fn=261 #260
[frame-irq] raise t_virt=1237402128 dt=4615000 next_target=1242017128 gap_to_target=4615000 fn=262 #261
[frame-irq] raise t_virt=1242017128 dt=4615000 next_target=1246632128 gap_to_target=4615000 fn=263 #262
[frame-irq] raise t_virt=1246632128 dt=4615000 next_target=1251247128 gap_to_target=4615000 fn=264 #263
[frame-irq] raise t_virt=1251247128 dt=4615000 next_target=1255862128 gap_to_target=4615000 fn=265 #264
[frame-irq] raise t_virt=1255862128 dt=4615000 next_target=1260477128 gap_to_target=4615000 fn=266 #265
[frame-irq] raise t_virt=1260477128 dt=4615000 next_target=1265092128 gap_to_target=4615000 fn=267 #266
[frame-irq] raise t_virt=1265092128 dt=4615000 next_target=1269707128 gap_to_target=4615000 fn=268 #267
[frame-irq] raise t_virt=1269707128 dt=4615000 next_target=1274322128 gap_to_target=4615000 fn=269 #268
[frame-irq] raise t_virt=1274322128 dt=4615000 next_target=1278937128 gap_to_target=4615000 fn=270 #269
[frame-irq] raise t_virt=1278937128 dt=4615000 next_target=1283552128 gap_to_target=4615000 fn=271 #270
[frame-irq] raise t_virt=1283552128 dt=4615000 next_target=1288167128 gap_to_target=4615000 fn=272 #271
[frame-irq] raise t_virt=1288167128 dt=4615000 next_target=1292782128 gap_to_target=4615000 fn=273 #272
[frame-irq] raise t_virt=1292782128 dt=4615000 next_target=1297397128 gap_to_target=4615000 fn=274 #273
[frame-irq] raise t_virt=1297397128 dt=4615000 next_target=1302012128 gap_to_target=4615000 fn=275 #274
[frame-irq] raise t_virt=1302012128 dt=4615000 next_target=1306627128 gap_to_target=4615000 fn=276 #275
[frame-irq] raise t_virt=1306627128 dt=4615000 next_target=1311242128 gap_to_target=4615000 fn=277 #276
[frame-irq] raise t_virt=1311242128 dt=4615000 next_target=1315857128 gap_to_target=4615000 fn=278 #277
[frame-irq] raise t_virt=1315857128 dt=4615000 next_target=1320472128 gap_to_target=4615000 fn=279 #278
[frame-irq] raise t_virt=1320472128 dt=4615000 next_target=1325087128 gap_to_target=4615000 fn=280 #279
[frame-irq] raise t_virt=1325087128 dt=4615000 next_target=1329702128 gap_to_target=4615000 fn=281 #280
[frame-irq] raise t_virt=1329702128 dt=4615000 next_target=1334317128 gap_to_target=4615000 fn=282 #281
[frame-irq] raise t_virt=1334317128 dt=4615000 next_target=1338932128 gap_to_target=4615000 fn=283 #282
[frame-irq] raise t_virt=1338932128 dt=4615000 next_target=1343547128 gap_to_target=4615000 fn=284 #283
[frame-irq] raise t_virt=1343547128 dt=4615000 next_target=1348162128 gap_to_target=4615000 fn=285 #284
[frame-irq] raise t_virt=1348162128 dt=4615000 next_target=1352777128 gap_to_target=4615000 fn=286 #285
[frame-irq] raise t_virt=1352777128 dt=4615000 next_target=1357392128 gap_to_target=4615000 fn=287 #286
[frame-irq] raise t_virt=1357392128 dt=4615000 next_target=1362007128 gap_to_target=4615000 fn=288 #287
[frame-irq] raise t_virt=1362007128 dt=4615000 next_target=1366622128 gap_to_target=4615000 fn=289 #288
[frame-irq] raise t_virt=1366622128 dt=4615000 next_target=1371237128 gap_to_target=4615000 fn=290 #289
[frame-irq] raise t_virt=1371237128 dt=4615000 next_target=1375852128 gap_to_target=4615000 fn=291 #290
[frame-irq] raise t_virt=1375852128 dt=4615000 next_target=1380467128 gap_to_target=4615000 fn=292 #291
[frame-irq] raise t_virt=1380467128 dt=4615000 next_target=1385082128 gap_to_target=4615000 fn=293 #292
[frame-irq] raise t_virt=1385082128 dt=4615000 next_target=1389697128 gap_to_target=4615000 fn=294 #293
[frame-irq] raise t_virt=1389697128 dt=4615000 next_target=1394312128 gap_to_target=4615000 fn=295 #294
[frame-irq] raise t_virt=1394312128 dt=4615000 next_target=1398927128 gap_to_target=4615000 fn=296 #295
[frame-irq] raise t_virt=1398927128 dt=4615000 next_target=1403542128 gap_to_target=4615000 fn=297 #296
[frame-irq] raise t_virt=1403542128 dt=4615000 next_target=1408157128 gap_to_target=4615000 fn=298 #297
[frame-irq] raise t_virt=1408157128 dt=4615000 next_target=1412772128 gap_to_target=4615000 fn=299 #298
[frame-irq] raise t_virt=1412772128 dt=4615000 next_target=1417387128 gap_to_target=4615000 fn=300 #299
[frame-irq] raise t_virt=1417387128 dt=4615000 next_target=1422002128 gap_to_target=4615000 fn=301 #300
[frame-irq] raise t_virt=1422002128 dt=4615000 next_target=1426617128 gap_to_target=4615000 fn=302 #301
[frame-irq] raise t_virt=1426617128 dt=4615000 next_target=1431232128 gap_to_target=4615000 fn=303 #302
[frame-irq] raise t_virt=1431232128 dt=4615000 next_target=1435847128 gap_to_target=4615000 fn=304 #303
[frame-irq] raise t_virt=1435847128 dt=4615000 next_target=1440462128 gap_to_target=4615000 fn=305 #304
[frame-irq] raise t_virt=1440462128 dt=4615000 next_target=1445077128 gap_to_target=4615000 fn=306 #305
[frame-irq] raise t_virt=1445077128 dt=4615000 next_target=1449692128 gap_to_target=4615000 fn=307 #306
[frame-irq] raise t_virt=1449692128 dt=4615000 next_target=1454307128 gap_to_target=4615000 fn=308 #307
[frame-irq] raise t_virt=1454307128 dt=4615000 next_target=1458922128 gap_to_target=4615000 fn=309 #308
[frame-irq] raise t_virt=1458922128 dt=4615000 next_target=1463537128 gap_to_target=4615000 fn=310 #309
[frame-irq] raise t_virt=1463537128 dt=4615000 next_target=1468152128 gap_to_target=4615000 fn=311 #310
[frame-irq] raise t_virt=1468152128 dt=4615000 next_target=1472767128 gap_to_target=4615000 fn=312 #311
[frame-irq] raise t_virt=1472767128 dt=4615000 next_target=1477382128 gap_to_target=4615000 fn=313 #312
[frame-irq] raise t_virt=1477382128 dt=4615000 next_target=1481997128 gap_to_target=4615000 fn=314 #313
[frame-irq] raise t_virt=1481997128 dt=4615000 next_target=1486612128 gap_to_target=4615000 fn=315 #314
[frame-irq] raise t_virt=1486612128 dt=4615000 next_target=1491227128 gap_to_target=4615000 fn=316 #315
[frame-irq] raise t_virt=1491227128 dt=4615000 next_target=1495842128 gap_to_target=4615000 fn=317 #316
[frame-irq] raise t_virt=1495842128 dt=4615000 next_target=1500457128 gap_to_target=4615000 fn=318 #317
[frame-irq] raise t_virt=1500457128 dt=4615000 next_target=1505072128 gap_to_target=4615000 fn=319 #318
[frame-irq] raise t_virt=1505072128 dt=4615000 next_target=1509687128 gap_to_target=4615000 fn=320 #319
[frame-irq] raise t_virt=1509687128 dt=4615000 next_target=1514302128 gap_to_target=4615000 fn=321 #320
[frame-irq] raise t_virt=1514302128 dt=4615000 next_target=1518917128 gap_to_target=4615000 fn=322 #321
[frame-irq] raise t_virt=1518917128 dt=4615000 next_target=1523532128 gap_to_target=4615000 fn=323 #322
[frame-irq] raise t_virt=1523532128 dt=4615000 next_target=1528147128 gap_to_target=4615000 fn=324 #323
[frame-irq] raise t_virt=1528147128 dt=4615000 next_target=1532762128 gap_to_target=4615000 fn=325 #324
[frame-irq] raise t_virt=1532762128 dt=4615000 next_target=1537377128 gap_to_target=4615000 fn=326 #325
[frame-irq] raise t_virt=1537377128 dt=4615000 next_target=1541992128 gap_to_target=4615000 fn=327 #326
[frame-irq] raise t_virt=1541992128 dt=4615000 next_target=1546607128 gap_to_target=4615000 fn=328 #327
[frame-irq] raise t_virt=1546607128 dt=4615000 next_target=1551222128 gap_to_target=4615000 fn=329 #328
[frame-irq] raise t_virt=1551222128 dt=4615000 next_target=1555837128 gap_to_target=4615000 fn=330 #329
[frame-irq] raise t_virt=1555837128 dt=4615000 next_target=1560452128 gap_to_target=4615000 fn=331 #330
[frame-irq] raise t_virt=1560452128 dt=4615000 next_target=1565067128 gap_to_target=4615000 fn=332 #331
[frame-irq] raise t_virt=1565067128 dt=4615000 next_target=1569682128 gap_to_target=4615000 fn=333 #332
[frame-irq] raise t_virt=1569682128 dt=4615000 next_target=1574297128 gap_to_target=4615000 fn=334 #333
[frame-irq] raise t_virt=1574297128 dt=4615000 next_target=1578912128 gap_to_target=4615000 fn=335 #334
[frame-irq] raise t_virt=1578912128 dt=4615000 next_target=1583527128 gap_to_target=4615000 fn=336 #335
[frame-irq] raise t_virt=1583527128 dt=4615000 next_target=1588142128 gap_to_target=4615000 fn=337 #336
[frame-irq] raise t_virt=1588142128 dt=4615000 next_target=1592757128 gap_to_target=4615000 fn=338 #337
[frame-irq] raise t_virt=1592757128 dt=4615000 next_target=1597372128 gap_to_target=4615000 fn=339 #338
[frame-irq] raise t_virt=1597372128 dt=4615000 next_target=1601987128 gap_to_target=4615000 fn=340 #339
[frame-irq] raise t_virt=1601987128 dt=4615000 next_target=1606602128 gap_to_target=4615000 fn=341 #340
[frame-irq] raise t_virt=1606602128 dt=4615000 next_target=1611217128 gap_to_target=4615000 fn=342 #341
[frame-irq] raise t_virt=1611217128 dt=4615000 next_target=1615832128 gap_to_target=4615000 fn=343 #342
[frame-irq] raise t_virt=1615832128 dt=4615000 next_target=1620447128 gap_to_target=4615000 fn=344 #343
[frame-irq] raise t_virt=1620447128 dt=4615000 next_target=1625062128 gap_to_target=4615000 fn=345 #344
[frame-irq] raise t_virt=1625062128 dt=4615000 next_target=1629677128 gap_to_target=4615000 fn=346 #345
[frame-irq] raise t_virt=1629677128 dt=4615000 next_target=1634292128 gap_to_target=4615000 fn=347 #346
[frame-irq] raise t_virt=1634292128 dt=4615000 next_target=1638907128 gap_to_target=4615000 fn=348 #347
[frame-irq] raise t_virt=1638907128 dt=4615000 next_target=1643522128 gap_to_target=4615000 fn=349 #348
[frame-irq] raise t_virt=1643522128 dt=4615000 next_target=1648137128 gap_to_target=4615000 fn=350 #349
[frame-irq] raise t_virt=1648137128 dt=4615000 next_target=1652752128 gap_to_target=4615000 fn=351 #350
[frame-irq] raise t_virt=1652752128 dt=4615000 next_target=1657367128 gap_to_target=4615000 fn=352 #351
[frame-irq] raise t_virt=1657367128 dt=4615000 next_target=1661982128 gap_to_target=4615000 fn=353 #352
[frame-irq] raise t_virt=1661982128 dt=4615000 next_target=1666597128 gap_to_target=4615000 fn=354 #353
[frame-irq] raise t_virt=1666597128 dt=4615000 next_target=1671212128 gap_to_target=4615000 fn=355 #354
[frame-irq] raise t_virt=1671212128 dt=4615000 next_target=1675827128 gap_to_target=4615000 fn=356 #355
[frame-irq] raise t_virt=1675827128 dt=4615000 next_target=1680442128 gap_to_target=4615000 fn=357 #356
[frame-irq] raise t_virt=1680442128 dt=4615000 next_target=1685057128 gap_to_target=4615000 fn=358 #357
[frame-irq] raise t_virt=1685057128 dt=4615000 next_target=1689672128 gap_to_target=4615000 fn=359 #358
[frame-irq] raise t_virt=1689672128 dt=4615000 next_target=1694287128 gap_to_target=4615000 fn=360 #359
[frame-irq] raise t_virt=1694287128 dt=4615000 next_target=1698902128 gap_to_target=4615000 fn=361 #360
[frame-irq] raise t_virt=1698902128 dt=4615000 next_target=1703517128 gap_to_target=4615000 fn=362 #361
[frame-irq] raise t_virt=1703517128 dt=4615000 next_target=1708132128 gap_to_target=4615000 fn=363 #362
[frame-irq] raise t_virt=1708132128 dt=4615000 next_target=1712747128 gap_to_target=4615000 fn=364 #363
[frame-irq] raise t_virt=1712747128 dt=4615000 next_target=1717362128 gap_to_target=4615000 fn=365 #364
[frame-irq] raise t_virt=1717362128 dt=4615000 next_target=1721977128 gap_to_target=4615000 fn=366 #365
[frame-irq] raise t_virt=1721977128 dt=4615000 next_target=1726592128 gap_to_target=4615000 fn=367 #366
[frame-irq] raise t_virt=1726592128 dt=4615000 next_target=1731207128 gap_to_target=4615000 fn=368 #367
[frame-irq] raise t_virt=1731207128 dt=4615000 next_target=1735822128 gap_to_target=4615000 fn=369 #368
[frame-irq] raise t_virt=1735822128 dt=4615000 next_target=1740437128 gap_to_target=4615000 fn=370 #369
[frame-irq] raise t_virt=1740437128 dt=4615000 next_target=1745052128 gap_to_target=4615000 fn=371 #370
[frame-irq] raise t_virt=1745052128 dt=4615000 next_target=1749667128 gap_to_target=4615000 fn=372 #371
[frame-irq] raise t_virt=1749667128 dt=4615000 next_target=1754282128 gap_to_target=4615000 fn=373 #372
[frame-irq] raise t_virt=1754282128 dt=4615000 next_target=1758897128 gap_to_target=4615000 fn=374 #373
[frame-irq] raise t_virt=1758897128 dt=4615000 next_target=1763512128 gap_to_target=4615000 fn=375 #374
[frame-irq] raise t_virt=1763512128 dt=4615000 next_target=1768127128 gap_to_target=4615000 fn=376 #375
[frame-irq] raise t_virt=1768127128 dt=4615000 next_target=1772742128 gap_to_target=4615000 fn=377 #376
[frame-irq] raise t_virt=1772742128 dt=4615000 next_target=1777357128 gap_to_target=4615000 fn=378 #377
[frame-irq] raise t_virt=1777357128 dt=4615000 next_target=1781972128 gap_to_target=4615000 fn=379 #378
[frame-irq] raise t_virt=1781972128 dt=4615000 next_target=1786587128 gap_to_target=4615000 fn=380 #379
[frame-irq] raise t_virt=1786587128 dt=4615000 next_target=1791202128 gap_to_target=4615000 fn=381 #380
[frame-irq] raise t_virt=1791202128 dt=4615000 next_target=1795817128 gap_to_target=4615000 fn=382 #381
[frame-irq] raise t_virt=1795817128 dt=4615000 next_target=1800432128 gap_to_target=4615000 fn=383 #382
[frame-irq] raise t_virt=1800432128 dt=4615000 next_target=1805047128 gap_to_target=4615000 fn=384 #383
[frame-irq] raise t_virt=1805047128 dt=4615000 next_target=1809662128 gap_to_target=4615000 fn=385 #384
[frame-irq] raise t_virt=1809662128 dt=4615000 next_target=1814277128 gap_to_target=4615000 fn=386 #385
[frame-irq] raise t_virt=1814277128 dt=4615000 next_target=1818892128 gap_to_target=4615000 fn=387 #386
[frame-irq] raise t_virt=1818892128 dt=4615000 next_target=1823507128 gap_to_target=4615000 fn=388 #387
[frame-irq] raise t_virt=1823507128 dt=4615000 next_target=1828122128 gap_to_target=4615000 fn=389 #388
[frame-irq] raise t_virt=1828122128 dt=4615000 next_target=1832737128 gap_to_target=4615000 fn=390 #389
[frame-irq] raise t_virt=1832737128 dt=4615000 next_target=1837352128 gap_to_target=4615000 fn=391 #390
[frame-irq] raise t_virt=1837352128 dt=4615000 next_target=1841967128 gap_to_target=4615000 fn=392 #391
[frame-irq] raise t_virt=1841967128 dt=4615000 next_target=1846582128 gap_to_target=4615000 fn=393 #392
[frame-irq] raise t_virt=1846582128 dt=4615000 next_target=1851197128 gap_to_target=4615000 fn=394 #393
[frame-irq] raise t_virt=1851197128 dt=4615000 next_target=1855812128 gap_to_target=4615000 fn=395 #394
[frame-irq] raise t_virt=1855812128 dt=4615000 next_target=1860427128 gap_to_target=4615000 fn=396 #395
[frame-irq] raise t_virt=1860427128 dt=4615000 next_target=1865042128 gap_to_target=4615000 fn=397 #396
[frame-irq] raise t_virt=1865042128 dt=4615000 next_target=1869657128 gap_to_target=4615000 fn=398 #397
[frame-irq] raise t_virt=1869657128 dt=4615000 next_target=1874272128 gap_to_target=4615000 fn=399 #398
[frame-irq] raise t_virt=1874272128 dt=4615000 next_target=1878887128 gap_to_target=4615000 fn=400 #399
[frame-irq] raise t_virt=1878887128 dt=4615000 next_target=1883502128 gap_to_target=4615000 fn=401 #400
[frame-irq] raise t_virt=1883502128 dt=4615000 next_target=1888117128 gap_to_target=4615000 fn=402 #401
[frame-irq] raise t_virt=1888117128 dt=4615000 next_target=1892732128 gap_to_target=4615000 fn=403 #402
[frame-irq] raise t_virt=1892732128 dt=4615000 next_target=1897347128 gap_to_target=4615000 fn=404 #403
[frame-irq] raise t_virt=1897347128 dt=4615000 next_target=1901962128 gap_to_target=4615000 fn=405 #404
[frame-irq] raise t_virt=1901962128 dt=4615000 next_target=1906577128 gap_to_target=4615000 fn=406 #405
[frame-irq] raise t_virt=1906577128 dt=4615000 next_target=1911192128 gap_to_target=4615000 fn=407 #406
[frame-irq] raise t_virt=1911192128 dt=4615000 next_target=1915807128 gap_to_target=4615000 fn=408 #407
[frame-irq] raise t_virt=1915807128 dt=4615000 next_target=1920422128 gap_to_target=4615000 fn=409 #408
[frame-irq] raise t_virt=1920422128 dt=4615000 next_target=1925037128 gap_to_target=4615000 fn=410 #409
[frame-irq] raise t_virt=1925037128 dt=4615000 next_target=1929652128 gap_to_target=4615000 fn=411 #410
[frame-irq] raise t_virt=1929652128 dt=4615000 next_target=1934267128 gap_to_target=4615000 fn=412 #411
[frame-irq] raise t_virt=1934267128 dt=4615000 next_target=1938882128 gap_to_target=4615000 fn=413 #412
[frame-irq] raise t_virt=1938882128 dt=4615000 next_target=1943497128 gap_to_target=4615000 fn=414 #413
[frame-irq] raise t_virt=1943497128 dt=4615000 next_target=1948112128 gap_to_target=4615000 fn=415 #414
[frame-irq] raise t_virt=1948112128 dt=4615000 next_target=1952727128 gap_to_target=4615000 fn=416 #415
[frame-irq] raise t_virt=1952727128 dt=4615000 next_target=1957342128 gap_to_target=4615000 fn=417 #416
[frame-irq] raise t_virt=1957342128 dt=4615000 next_target=1961957128 gap_to_target=4615000 fn=418 #417
[frame-irq] raise t_virt=1961957128 dt=4615000 next_target=1966572128 gap_to_target=4615000 fn=419 #418
[frame-irq] raise t_virt=1966572128 dt=4615000 next_target=1971187128 gap_to_target=4615000 fn=420 #419
[frame-irq] raise t_virt=1971187128 dt=4615000 next_target=1975802128 gap_to_target=4615000 fn=421 #420
[frame-irq] raise t_virt=1975802128 dt=4615000 next_target=1980417128 gap_to_target=4615000 fn=422 #421
[frame-irq] raise t_virt=1980417128 dt=4615000 next_target=1985032128 gap_to_target=4615000 fn=423 #422
[frame-irq] raise t_virt=1985032128 dt=4615000 next_target=1989647128 gap_to_target=4615000 fn=424 #423
[frame-irq] raise t_virt=1989647128 dt=4615000 next_target=1994262128 gap_to_target=4615000 fn=425 #424
[frame-irq] raise t_virt=1994262128 dt=4615000 next_target=1998877128 gap_to_target=4615000 fn=426 #425
[frame-irq] raise t_virt=1998877128 dt=4615000 next_target=2003492128 gap_to_target=4615000 fn=427 #426
[frame-irq] raise t_virt=2003492128 dt=4615000 next_target=2008107128 gap_to_target=4615000 fn=428 #427
[frame-irq] raise t_virt=2008107128 dt=4615000 next_target=2012722128 gap_to_target=4615000 fn=429 #428
[frame-irq] raise t_virt=2012722128 dt=4615000 next_target=2017337128 gap_to_target=4615000 fn=430 #429
[frame-irq] raise t_virt=2017337128 dt=4615000 next_target=2021952128 gap_to_target=4615000 fn=431 #430
[frame-irq] raise t_virt=2021952128 dt=4615000 next_target=2026567128 gap_to_target=4615000 fn=432 #431
[frame-irq] raise t_virt=2026567128 dt=4615000 next_target=2031182128 gap_to_target=4615000 fn=433 #432
[frame-irq] raise t_virt=2031182128 dt=4615000 next_target=2035797128 gap_to_target=4615000 fn=434 #433
[frame-irq] raise t_virt=2035797128 dt=4615000 next_target=2040412128 gap_to_target=4615000 fn=435 #434
[frame-irq] raise t_virt=2040412128 dt=4615000 next_target=2045027128 gap_to_target=4615000 fn=436 #435
[frame-irq] raise t_virt=2045027128 dt=4615000 next_target=2049642128 gap_to_target=4615000 fn=437 #436
[frame-irq] raise t_virt=2049642128 dt=4615000 next_target=2054257128 gap_to_target=4615000 fn=438 #437
[frame-irq] raise t_virt=2054257128 dt=4615000 next_target=2058872128 gap_to_target=4615000 fn=439 #438
[frame-irq] raise t_virt=2058872128 dt=4615000 next_target=2063487128 gap_to_target=4615000 fn=440 #439
[frame-irq] raise t_virt=2063487128 dt=4615000 next_target=2068102128 gap_to_target=4615000 fn=441 #440
[frame-irq] raise t_virt=2068102128 dt=4615000 next_target=2072717128 gap_to_target=4615000 fn=442 #441
[frame-irq] raise t_virt=2072717128 dt=4615000 next_target=2077332128 gap_to_target=4615000 fn=443 #442
[frame-irq] raise t_virt=2077332128 dt=4615000 next_target=2081947128 gap_to_target=4615000 fn=444 #443
[frame-irq] raise t_virt=2081947128 dt=4615000 next_target=2086562128 gap_to_target=4615000 fn=445 #444
[frame-irq] raise t_virt=2086562128 dt=4615000 next_target=2091177128 gap_to_target=4615000 fn=446 #445
[frame-irq] raise t_virt=2091177128 dt=4615000 next_target=2095792128 gap_to_target=4615000 fn=447 #446
[frame-irq] raise t_virt=2095792128 dt=4615000 next_target=2100407128 gap_to_target=4615000 fn=448 #447
[frame-irq] raise t_virt=2100407128 dt=4615000 next_target=2105022128 gap_to_target=4615000 fn=449 #448
[frame-irq] raise t_virt=2105022128 dt=4615000 next_target=2109637128 gap_to_target=4615000 fn=450 #449
[frame-irq] raise t_virt=2109637128 dt=4615000 next_target=2114252128 gap_to_target=4615000 fn=451 #450
[frame-irq] raise t_virt=2114252128 dt=4615000 next_target=2118867128 gap_to_target=4615000 fn=452 #451
[frame-irq] raise t_virt=2118867128 dt=4615000 next_target=2123482128 gap_to_target=4615000 fn=453 #452
[frame-irq] raise t_virt=2123482128 dt=4615000 next_target=2128097128 gap_to_target=4615000 fn=454 #453
[frame-irq] raise t_virt=2128097128 dt=4615000 next_target=2132712128 gap_to_target=4615000 fn=455 #454
[frame-irq] raise t_virt=2132712128 dt=4615000 next_target=2137327128 gap_to_target=4615000 fn=456 #455
[frame-irq] raise t_virt=2137327128 dt=4615000 next_target=2141942128 gap_to_target=4615000 fn=457 #456
[frame-irq] raise t_virt=2141942128 dt=4615000 next_target=2146557128 gap_to_target=4615000 fn=458 #457
[frame-irq] raise t_virt=2146557128 dt=4615000 next_target=2151172128 gap_to_target=4615000 fn=459 #458
[frame-irq] raise t_virt=2151172128 dt=4615000 next_target=2155787128 gap_to_target=4615000 fn=460 #459
[frame-irq] raise t_virt=2155787128 dt=4615000 next_target=2160402128 gap_to_target=4615000 fn=461 #460
[frame-irq] raise t_virt=2160402128 dt=4615000 next_target=2165017128 gap_to_target=4615000 fn=462 #461
[frame-irq] raise t_virt=2165017128 dt=4615000 next_target=2169632128 gap_to_target=4615000 fn=463 #462
[frame-irq] raise t_virt=2169632128 dt=4615000 next_target=2174247128 gap_to_target=4615000 fn=464 #463
[frame-irq] raise t_virt=2174247128 dt=4615000 next_target=2178862128 gap_to_target=4615000 fn=465 #464
[frame-irq] raise t_virt=2178862128 dt=4615000 next_target=2183477128 gap_to_target=4615000 fn=466 #465
[frame-irq] raise t_virt=2183477128 dt=4615000 next_target=2188092128 gap_to_target=4615000 fn=467 #466
[frame-irq] raise t_virt=2188092128 dt=4615000 next_target=2192707128 gap_to_target=4615000 fn=468 #467
[frame-irq] raise t_virt=2192707128 dt=4615000 next_target=2197322128 gap_to_target=4615000 fn=469 #468
[frame-irq] raise t_virt=2197322128 dt=4615000 next_target=2201937128 gap_to_target=4615000 fn=470 #469
[frame-irq] raise t_virt=2201937128 dt=4615000 next_target=2206552128 gap_to_target=4615000 fn=471 #470
[frame-irq] raise t_virt=2206552128 dt=4615000 next_target=2211167128 gap_to_target=4615000 fn=472 #471
[frame-irq] raise t_virt=2211167128 dt=4615000 next_target=2215782128 gap_to_target=4615000 fn=473 #472
[frame-irq] raise t_virt=2215782128 dt=4615000 next_target=2220397128 gap_to_target=4615000 fn=474 #473
[frame-irq] raise t_virt=2220397128 dt=4615000 next_target=2225012128 gap_to_target=4615000 fn=475 #474
[frame-irq] raise t_virt=2225012128 dt=4615000 next_target=2229627128 gap_to_target=4615000 fn=476 #475
[frame-irq] raise t_virt=2229627128 dt=4615000 next_target=2234242128 gap_to_target=4615000 fn=477 #476
[frame-irq] raise t_virt=2234242128 dt=4615000 next_target=2238857128 gap_to_target=4615000 fn=478 #477
[frame-irq] raise t_virt=2238857128 dt=4615000 next_target=2243472128 gap_to_target=4615000 fn=479 #478
[frame-irq] raise t_virt=2243472128 dt=4615000 next_target=2248087128 gap_to_target=4615000 fn=480 #479
[frame-irq] raise t_virt=2248087128 dt=4615000 next_target=2252702128 gap_to_target=4615000 fn=481 #480
[frame-irq] raise t_virt=2252702128 dt=4615000 next_target=2257317128 gap_to_target=4615000 fn=482 #481
[frame-irq] raise t_virt=2257317128 dt=4615000 next_target=2261932128 gap_to_target=4615000 fn=483 #482
[frame-irq] raise t_virt=2261932128 dt=4615000 next_target=2266547128 gap_to_target=4615000 fn=484 #483
[frame-irq] raise t_virt=2266547128 dt=4615000 next_target=2271162128 gap_to_target=4615000 fn=485 #484
[frame-irq] raise t_virt=2271162128 dt=4615000 next_target=2275777128 gap_to_target=4615000 fn=486 #485
[frame-irq] raise t_virt=2275777128 dt=4615000 next_target=2280392128 gap_to_target=4615000 fn=487 #486
[frame-irq] raise t_virt=2280392128 dt=4615000 next_target=2285007128 gap_to_target=4615000 fn=488 #487
[frame-irq] raise t_virt=2285007128 dt=4615000 next_target=2289622128 gap_to_target=4615000 fn=489 #488
[frame-irq] raise t_virt=2289622128 dt=4615000 next_target=2294237128 gap_to_target=4615000 fn=490 #489
[frame-irq] raise t_virt=2294237128 dt=4615000 next_target=2298852128 gap_to_target=4615000 fn=491 #490
[frame-irq] raise t_virt=2298852128 dt=4615000 next_target=2303467128 gap_to_target=4615000 fn=492 #491
[frame-irq] raise t_virt=2303467128 dt=4615000 next_target=2308082128 gap_to_target=4615000 fn=493 #492
[frame-irq] raise t_virt=2308082128 dt=4615000 next_target=2312697128 gap_to_target=4615000 fn=494 #493
[frame-irq] raise t_virt=2312697128 dt=4615000 next_target=2317312128 gap_to_target=4615000 fn=495 #494
[frame-irq] raise t_virt=2317312128 dt=4615000 next_target=2321927128 gap_to_target=4615000 fn=496 #495
[frame-irq] raise t_virt=2321927128 dt=4615000 next_target=2326542128 gap_to_target=4615000 fn=497 #496
[frame-irq] raise t_virt=2326542128 dt=4615000 next_target=2331157128 gap_to_target=4615000 fn=498 #497
[frame-irq] raise t_virt=2331157128 dt=4615000 next_target=2335772128 gap_to_target=4615000 fn=499 #498
[frame-irq] raise t_virt=2335772128 dt=4615000 next_target=2340387128 gap_to_target=4615000 fn=500 #499

[... 1296 lines truncated ...]

[frame-irq] raise t_virt=8321427128 dt=4615000 next_target=8326042128 gap_to_target=4615000 fn=1797 #1796
[frame-irq] raise t_virt=8326042128 dt=4615000 next_target=8330657128 gap_to_target=4615000 fn=1798 #1797
[frame-irq] raise t_virt=8330657128 dt=4615000 next_target=8335272128 gap_to_target=4615000 fn=1799 #1798
[frame-irq] raise t_virt=8335272128 dt=4615000 next_target=8339887128 gap_to_target=4615000 fn=1800 #1799
[frame-irq] raise t_virt=8339887128 dt=4615000 next_target=8344502128 gap_to_target=4615000 fn=1801 #1800
[frame-irq] raise t_virt=8344502128 dt=4615000 next_target=8349117128 gap_to_target=4615000 fn=1802 #1801
[frame-irq] raise t_virt=8349117128 dt=4615000 next_target=8353732128 gap_to_target=4615000 fn=1803 #1802
[frame-irq] raise t_virt=8353732128 dt=4615000 next_target=8358347128 gap_to_target=4615000 fn=1804 #1803
[frame-irq] raise t_virt=8358347128 dt=4615000 next_target=8362962128 gap_to_target=4615000 fn=1805 #1804
[frame-irq] raise t_virt=8362962128 dt=4615000 next_target=8367577128 gap_to_target=4615000 fn=1806 #1805
[frame-irq] raise t_virt=8367577128 dt=4615000 next_target=8372192128 gap_to_target=4615000 fn=1807 #1806
[frame-irq] raise t_virt=8372192128 dt=4615000 next_target=8376807128 gap_to_target=4615000 fn=1808 #1807
[frame-irq] raise t_virt=8376807128 dt=4615000 next_target=8381422128 gap_to_target=4615000 fn=1809 #1808
[frame-irq] raise t_virt=8381422128 dt=4615000 next_target=8386037128 gap_to_target=4615000 fn=1810 #1809
[frame-irq] raise t_virt=8386037128 dt=4615000 next_target=8390652128 gap_to_target=4615000 fn=1811 #1810
[frame-irq] raise t_virt=8390652128 dt=4615000 next_target=8395267128 gap_to_target=4615000 fn=1812 #1811
[frame-irq] raise t_virt=8395267128 dt=4615000 next_target=8399882128 gap_to_target=4615000 fn=1813 #1812
[frame-irq] raise t_virt=8399882128 dt=4615000 next_target=8404497128 gap_to_target=4615000 fn=1814 #1813
[frame-irq] raise t_virt=8404497128 dt=4615000 next_target=8409112128 gap_to_target=4615000 fn=1815 #1814
[frame-irq] raise t_virt=8409112128 dt=4615000 next_target=8413727128 gap_to_target=4615000 fn=1816 #1815
[frame-irq] raise t_virt=8413727128 dt=4615000 next_target=8418342128 gap_to_target=4615000 fn=1817 #1816
[frame-irq] raise t_virt=8418342128 dt=4615000 next_target=8422957128 gap_to_target=4615000 fn=1818 #1817
[frame-irq] raise t_virt=8422957128 dt=4615000 next_target=8427572128 gap_to_target=4615000 fn=1819 #1818
[frame-irq] raise t_virt=8427572128 dt=4615000 next_target=8432187128 gap_to_target=4615000 fn=1820 #1819
[frame-irq] raise t_virt=8432187128 dt=4615000 next_target=8436802128 gap_to_target=4615000 fn=1821 #1820
[frame-irq] raise t_virt=8436802128 dt=4615000 next_target=8441417128 gap_to_target=4615000 fn=1822 #1821
[frame-irq] raise t_virt=8441417128 dt=4615000 next_target=8446032128 gap_to_target=4615000 fn=1823 #1822
[frame-irq] raise t_virt=8446032128 dt=4615000 next_target=8450647128 gap_to_target=4615000 fn=1824 #1823
[frame-irq] raise t_virt=8450647128 dt=4615000 next_target=8455262128 gap_to_target=4615000 fn=1825 #1824
[frame-irq] raise t_virt=8455262128 dt=4615000 next_target=8459877128 gap_to_target=4615000 fn=1826 #1825
[frame-irq] raise t_virt=8459877128 dt=4615000 next_target=8464492128 gap_to_target=4615000 fn=1827 #1826
[frame-irq] raise t_virt=8464492128 dt=4615000 next_target=8469107128 gap_to_target=4615000 fn=1828 #1827
[frame-irq] raise t_virt=8469107128 dt=4615000 next_target=8473722128 gap_to_target=4615000 fn=1829 #1828
[frame-irq] raise t_virt=8473722128 dt=4615000 next_target=8478337128 gap_to_target=4615000 fn=1830 #1829
[frame-irq] raise t_virt=8478337128 dt=4615000 next_target=8482952128 gap_to_target=4615000 fn=1831 #1830
[frame-irq] raise t_virt=8482952128 dt=4615000 next_target=8487567128 gap_to_target=4615000 fn=1832 #1831
[frame-irq] raise t_virt=8487567128 dt=4615000 next_target=8492182128 gap_to_target=4615000 fn=1833 #1832
[frame-irq] raise t_virt=8492182128 dt=4615000 next_target=8496797128 gap_to_target=4615000 fn=1834 #1833
[frame-irq] raise t_virt=8496797128 dt=4615000 next_target=8501412128 gap_to_target=4615000 fn=1835 #1834
[frame-irq] raise t_virt=8501412128 dt=4615000 next_target=8506027128 gap_to_target=4615000 fn=1836 #1835
[frame-irq] raise t_virt=8506027128 dt=4615000 next_target=8510642128 gap_to_target=4615000 fn=1837 #1836
[frame-irq] raise t_virt=8510642128 dt=4615000 next_target=8515257128 gap_to_target=4615000 fn=1838 #1837
[frame-irq] raise t_virt=8515257128 dt=4615000 next_target=8519872128 gap_to_target=4615000 fn=1839 #1838
[frame-irq] raise t_virt=8519872128 dt=4615000 next_target=8524487128 gap_to_target=4615000 fn=1840 #1839
[frame-irq] raise t_virt=8524487128 dt=4615000 next_target=8529102128 gap_to_target=4615000 fn=1841 #1840
[frame-irq] raise t_virt=8529102128 dt=4615000 next_target=8533717128 gap_to_target=4615000 fn=1842 #1841
[frame-irq] raise t_virt=8533717128 dt=4615000 next_target=8538332128 gap_to_target=4615000 fn=1843 #1842
[frame-irq] raise t_virt=8538332128 dt=4615000 next_target=8542947128 gap_to_target=4615000 fn=1844 #1843
[frame-irq] raise t_virt=8542947128 dt=4615000 next_target=8547562128 gap_to_target=4615000 fn=1845 #1844
[frame-irq] raise t_virt=8547562128 dt=4615000 next_target=8552177128 gap_to_target=4615000 fn=1846 #1845
[frame-irq] raise t_virt=8552177128 dt=4615000 next_target=8556792128 gap_to_target=4615000 fn=1847 #1846
[frame-irq] raise t_virt=8556792128 dt=4615000 next_target=8561407128 gap_to_target=4615000 fn=1848 #1847
[frame-irq] raise t_virt=8561407128 dt=4615000 next_target=8566022128 gap_to_target=4615000 fn=1849 #1848
[frame-irq] raise t_virt=8566022128 dt=4615000 next_target=8570637128 gap_to_target=4615000 fn=1850 #1849
[frame-irq] raise t_virt=8570637128 dt=4615000 next_target=8575252128 gap_to_target=4615000 fn=1851 #1850
[frame-irq] raise t_virt=8575252128 dt=4615000 next_target=8579867128 gap_to_target=4615000 fn=1852 #1851
[frame-irq] raise t_virt=8579867128 dt=4615000 next_target=8584482128 gap_to_target=4615000 fn=1853 #1852
[frame-irq] raise t_virt=8584482128 dt=4615000 next_target=8589097128 gap_to_target=4615000 fn=1854 #1853
[frame-irq] raise t_virt=8589097128 dt=4615000 next_target=8593712128 gap_to_target=4615000 fn=1855 #1854
[frame-irq] raise t_virt=8593712128 dt=4615000 next_target=8598327128 gap_to_target=4615000 fn=1856 #1855
[frame-irq] raise t_virt=8598327128 dt=4615000 next_target=8602942128 gap_to_target=4615000 fn=1857 #1856
[frame-irq] raise t_virt=8602942128 dt=4615000 next_target=8607557128 gap_to_target=4615000 fn=1858 #1857
[frame-irq] raise t_virt=8607557128 dt=4615000 next_target=8612172128 gap_to_target=4615000 fn=1859 #1858
[frame-irq] raise t_virt=8612172128 dt=4615000 next_target=8616787128 gap_to_target=4615000 fn=1860 #1859
[frame-irq] raise t_virt=8616787128 dt=4615000 next_target=8621402128 gap_to_target=4615000 fn=1861 #1860
[frame-irq] raise t_virt=8621402128 dt=4615000 next_target=8626017128 gap_to_target=4615000 fn=1862 #1861
[frame-irq] raise t_virt=8626017128 dt=4615000 next_target=8630632128 gap_to_target=4615000 fn=1863 #1862
[frame-irq] raise t_virt=8630632128 dt=4615000 next_target=8635247128 gap_to_target=4615000 fn=1864 #1863
[frame-irq] raise t_virt=8635247128 dt=4615000 next_target=8639862128 gap_to_target=4615000 fn=1865 #1864
[frame-irq] raise t_virt=8639862128 dt=4615000 next_target=8644477128 gap_to_target=4615000 fn=1866 #1865
[frame-irq] raise t_virt=8644477128 dt=4615000 next_target=8649092128 gap_to_target=4615000 fn=1867 #1866
[frame-irq] raise t_virt=8649092128 dt=4615000 next_target=8653707128 gap_to_target=4615000 fn=1868 #1867
[frame-irq] raise t_virt=8653707128 dt=4615000 next_target=8658322128 gap_to_target=4615000 fn=1869 #1868
[frame-irq] raise t_virt=8658322128 dt=4615000 next_target=8662937128 gap_to_target=4615000 fn=1870 #1869
[frame-irq] raise t_virt=8662937128 dt=4615000 next_target=8667552128 gap_to_target=4615000 fn=1871 #1870
[frame-irq] raise t_virt=8667552128 dt=4615000 next_target=8672167128 gap_to_target=4615000 fn=1872 #1871
[frame-irq] raise t_virt=8672167128 dt=4615000 next_target=8676782128 gap_to_target=4615000 fn=1873 #1872
[frame-irq] raise t_virt=8676782128 dt=4615000 next_target=8681397128 gap_to_target=4615000 fn=1874 #1873
[frame-irq] raise t_virt=8681397128 dt=4615000 next_target=8686012128 gap_to_target=4615000 fn=1875 #1874
[frame-irq] raise t_virt=8686012128 dt=4615000 next_target=8690627128 gap_to_target=4615000 fn=1876 #1875
[frame-irq] raise t_virt=8690627128 dt=4615000 next_target=8695242128 gap_to_target=4615000 fn=1877 #1876
[frame-irq] raise t_virt=8695242128 dt=4615000 next_target=8699857128 gap_to_target=4615000 fn=1878 #1877
[frame-irq] raise t_virt=8699857128 dt=4615000 next_target=8704472128 gap_to_target=4615000 fn=1879 #1878
[frame-irq] raise t_virt=8704472128 dt=4615000 next_target=8709087128 gap_to_target=4615000 fn=1880 #1879
[frame-irq] raise t_virt=8709087128 dt=4615000 next_target=8713702128 gap_to_target=4615000 fn=1881 #1880
[frame-irq] raise t_virt=8713702128 dt=4615000 next_target=8718317128 gap_to_target=4615000 fn=1882 #1881
[frame-irq] raise t_virt=8718317128 dt=4615000 next_target=8722932128 gap_to_target=4615000 fn=1883 #1882
[frame-irq] raise t_virt=8722932128 dt=4615000 next_target=8727547128 gap_to_target=4615000 fn=1884 #1883
[frame-irq] raise t_virt=8727547128 dt=4615000 next_target=8732162128 gap_to_target=4615000 fn=1885 #1884
[frame-irq] raise t_virt=8732162128 dt=4615000 next_target=8736777128 gap_to_target=4615000 fn=1886 #1885
[frame-irq] raise t_virt=8736777128 dt=4615000 next_target=8741392128 gap_to_target=4615000 fn=1887 #1886
[frame-irq] raise t_virt=8741392128 dt=4615000 next_target=8746007128 gap_to_target=4615000 fn=1888 #1887
[frame-irq] raise t_virt=8746007128 dt=4615000 next_target=8750622128 gap_to_target=4615000 fn=1889 #1888
[frame-irq] raise t_virt=8750622128 dt=4615000 next_target=8755237128 gap_to_target=4615000 fn=1890 #1889
[frame-irq] raise t_virt=8755237128 dt=4615000 next_target=8759852128 gap_to_target=4615000 fn=1891 #1890
[frame-irq] raise t_virt=8759852128 dt=4615000 next_target=8764467128 gap_to_target=4615000 fn=1892 #1891
[frame-irq] raise t_virt=8764467128 dt=4615000 next_target=8769082128 gap_to_target=4615000 fn=1893 #1892
[frame-irq] raise t_virt=8769082128 dt=4615000 next_target=8773697128 gap_to_target=4615000 fn=1894 #1893
[frame-irq] raise t_virt=8773697128 dt=4615000 next_target=8778312128 gap_to_target=4615000 fn=1895 #1894
[frame-irq] raise t_virt=8778312128 dt=4615000 next_target=8782927128 gap_to_target=4615000 fn=1896 #1895
[frame-irq] raise t_virt=8782927128 dt=4615000 next_target=8787542128 gap_to_target=4615000 fn=1897 #1896
[frame-irq] raise t_virt=8787542128 dt=4615000 next_target=8792157128 gap_to_target=4615000 fn=1898 #1897
[frame-irq] raise t_virt=8792157128 dt=4615000 next_target=8796772128 gap_to_target=4615000 fn=1899 #1898
[frame-irq] raise t_virt=8796772128 dt=4615000 next_target=8801387128 gap_to_target=4615000 fn=1900 #1899
[frame-irq] raise t_virt=8801387128 dt=4615000 next_target=8806002128 gap_to_target=4615000 fn=1901 #1900
[frame-irq] raise t_virt=8806002128 dt=4615000 next_target=8810617128 gap_to_target=4615000 fn=1902 #1901
[frame-irq] raise t_virt=8810617128 dt=4615000 next_target=8815232128 gap_to_target=4615000 fn=1903 #1902
[frame-irq] raise t_virt=8815232128 dt=4615000 next_target=8819847128 gap_to_target=4615000 fn=1904 #1903
[frame-irq] raise t_virt=8819847128 dt=4615000 next_target=8824462128 gap_to_target=4615000 fn=1905 #1904
[frame-irq] raise t_virt=8824462128 dt=4615000 next_target=8829077128 gap_to_target=4615000 fn=1906 #1905
[frame-irq] raise t_virt=8829077128 dt=4615000 next_target=8833692128 gap_to_target=4615000 fn=1907 #1906
[frame-irq] raise t_virt=8833692128 dt=4615000 next_target=8838307128 gap_to_target=4615000 fn=1908 #1907
[frame-irq] raise t_virt=8838307128 dt=4615000 next_target=8842922128 gap_to_target=4615000 fn=1909 #1908
[frame-irq] raise t_virt=8842922128 dt=4615000 next_target=8847537128 gap_to_target=4615000 fn=1910 #1909
[frame-irq] raise t_virt=8847537128 dt=4615000 next_target=8852152128 gap_to_target=4615000 fn=1911 #1910
[frame-irq] raise t_virt=8852152128 dt=4615000 next_target=8856767128 gap_to_target=4615000 fn=1912 #1911
[frame-irq] raise t_virt=8856767128 dt=4615000 next_target=8861382128 gap_to_target=4615000 fn=1913 #1912
[frame-irq] raise t_virt=8861382128 dt=4615000 next_target=8865997128 gap_to_target=4615000 fn=1914 #1913
[frame-irq] raise t_virt=8865997128 dt=4615000 next_target=8870612128 gap_to_target=4615000 fn=1915 #1914
[frame-irq] raise t_virt=8870612128 dt=4615000 next_target=8875227128 gap_to_target=4615000 fn=1916 #1915
[frame-irq] raise t_virt=8875227128 dt=4615000 next_target=8879842128 gap_to_target=4615000 fn=1917 #1916
[frame-irq] raise t_virt=8879842128 dt=4615000 next_target=8884457128 gap_to_target=4615000 fn=1918 #1917
[frame-irq] raise t_virt=8884457128 dt=4615000 next_target=8889072128 gap_to_target=4615000 fn=1919 #1918
[frame-irq] raise t_virt=8889072128 dt=4615000 next_target=8893687128 gap_to_target=4615000 fn=1920 #1919
[frame-irq] raise t_virt=8893687128 dt=4615000 next_target=8898302128 gap_to_target=4615000 fn=1921 #1920
[frame-irq] raise t_virt=8898302128 dt=4615000 next_target=8902917128 gap_to_target=4615000 fn=1922 #1921
[frame-irq] raise t_virt=8902917128 dt=4615000 next_target=8907532128 gap_to_target=4615000 fn=1923 #1922
[frame-irq] raise t_virt=8907532128 dt=4615000 next_target=8912147128 gap_to_target=4615000 fn=1924 #1923
[frame-irq] raise t_virt=8912147128 dt=4615000 next_target=8916762128 gap_to_target=4615000 fn=1925 #1924
[frame-irq] raise t_virt=8916762128 dt=4615000 next_target=8921377128 gap_to_target=4615000 fn=1926 #1925
[frame-irq] raise t_virt=8921377128 dt=4615000 next_target=8925992128 gap_to_target=4615000 fn=1927 #1926
[frame-irq] raise t_virt=8925992128 dt=4615000 next_target=8930607128 gap_to_target=4615000 fn=1928 #1927
[frame-irq] raise t_virt=8930607128 dt=4615000 next_target=8935222128 gap_to_target=4615000 fn=1929 #1928
[frame-irq] raise t_virt=8935222128 dt=4615000 next_target=8939837128 gap_to_target=4615000 fn=1930 #1929
[frame-irq] raise t_virt=8939837128 dt=4615000 next_target=8944452128 gap_to_target=4615000 fn=1931 #1930
[frame-irq] raise t_virt=8944452128 dt=4615000 next_target=8949067128 gap_to_target=4615000 fn=1932 #1931
[frame-irq] raise t_virt=8949067128 dt=4615000 next_target=8953682128 gap_to_target=4615000 fn=1933 #1932
[frame-irq] raise t_virt=8953682128 dt=4615000 next_target=8958297128 gap_to_target=4615000 fn=1934 #1933
[frame-irq] raise t_virt=8958297128 dt=4615000 next_target=8962912128 gap_to_target=4615000 fn=1935 #1934
[frame-irq] raise t_virt=8962912128 dt=4615000 next_target=8967527128 gap_to_target=4615000 fn=1936 #1935
[frame-irq] raise t_virt=8967527128 dt=4615000 next_target=8972142128 gap_to_target=4615000 fn=1937 #1936
[frame-irq] raise t_virt=8972142128 dt=4615000 next_target=8976757128 gap_to_target=4615000 fn=1938 #1937
[frame-irq] raise t_virt=8976757128 dt=4615000 next_target=8981372128 gap_to_target=4615000 fn=1939 #1938
[frame-irq] raise t_virt=8981372128 dt=4615000 next_target=8985987128 gap_to_target=4615000 fn=1940 #1939
[frame-irq] raise t_virt=8985987128 dt=4615000 next_target=8990602128 gap_to_target=4615000 fn=1941 #1940
[frame-irq] raise t_virt=8990602128 dt=4615000 next_target=8995217128 gap_to_target=4615000 fn=1942 #1941
[frame-irq] raise t_virt=8995217128 dt=4615000 next_target=8999832128 gap_to_target=4615000 fn=1943 #1942
[frame-irq] raise t_virt=8999832128 dt=4615000 next_target=9004447128 gap_to_target=4615000 fn=1944 #1943
[frame-irq] raise t_virt=9004447128 dt=4615000 next_target=9009062128 gap_to_target=4615000 fn=1945 #1944
[frame-irq] raise t_virt=9009062128 dt=4615000 next_target=9013677128 gap_to_target=4615000 fn=1946 #1945
[frame-irq] raise t_virt=9013677128 dt=4615000 next_target=9018292128 gap_to_target=4615000 fn=1947 #1946
[frame-irq] raise t_virt=9018292128 dt=4615000 next_target=9022907128 gap_to_target=4615000 fn=1948 #1947
[frame-irq] raise t_virt=9022907128 dt=4615000 next_target=9027522128 gap_to_target=4615000 fn=1949 #1948
[frame-irq] raise t_virt=9027522128 dt=4615000 next_target=9032137128 gap_to_target=4615000 fn=1950 #1949
[frame-irq] raise t_virt=9032137128 dt=4615000 next_target=9036752128 gap_to_target=4615000 fn=1951 #1950
[frame-irq] raise t_virt=9036752128 dt=4615000 next_target=9041367128 gap_to_target=4615000 fn=1952 #1951
[frame-irq] raise t_virt=9041367128 dt=4615000 next_target=9045982128 gap_to_target=4615000 fn=1953 #1952
[frame-irq] raise t_virt=9045982128 dt=4615000 next_target=9050597128 gap_to_target=4615000 fn=1954 #1953
[frame-irq] raise t_virt=9050597128 dt=4615000 next_target=9055212128 gap_to_target=4615000 fn=1955 #1954
[frame-irq] raise t_virt=9055212128 dt=4615000 next_target=9059827128 gap_to_target=4615000 fn=1956 #1955
[frame-irq] raise t_virt=9059827128 dt=4615000 next_target=9064442128 gap_to_target=4615000 fn=1957 #1956
[frame-irq] raise t_virt=9064442128 dt=4615000 next_target=9069057128 gap_to_target=4615000 fn=1958 #1957
[frame-irq] raise t_virt=9069057128 dt=4615000 next_target=9073672128 gap_to_target=4615000 fn=1959 #1958
[frame-irq] raise t_virt=9073672128 dt=4615000 next_target=9078287128 gap_to_target=4615000 fn=1960 #1959
[frame-irq] raise t_virt=9078287128 dt=4615000 next_target=9082902128 gap_to_target=4615000 fn=1961 #1960
[frame-irq] raise t_virt=9082902128 dt=4615000 next_target=9087517128 gap_to_target=4615000 fn=1962 #1961
[frame-irq] raise t_virt=9087517128 dt=4615000 next_target=9092132128 gap_to_target=4615000 fn=1963 #1962
[frame-irq] raise t_virt=9092132128 dt=4615000 next_target=9096747128 gap_to_target=4615000 fn=1964 #1963
[frame-irq] raise t_virt=9096747128 dt=4615000 next_target=9101362128 gap_to_target=4615000 fn=1965 #1964
[frame-irq] raise t_virt=9101362128 dt=4615000 next_target=9105977128 gap_to_target=4615000 fn=1966 #1965
[frame-irq] raise t_virt=9105977128 dt=4615000 next_target=9110592128 gap_to_target=4615000 fn=1967 #1966
[frame-irq] raise t_virt=9110592128 dt=4615000 next_target=9115207128 gap_to_target=4615000 fn=1968 #1967
[frame-irq] raise t_virt=9115207128 dt=4615000 next_target=9119822128 gap_to_target=4615000 fn=1969 #1968
[frame-irq] raise t_virt=9119822128 dt=4615000 next_target=9124437128 gap_to_target=4615000 fn=1970 #1969
[frame-irq] raise t_virt=9124437128 dt=4615000 next_target=9129052128 gap_to_target=4615000 fn=1971 #1970
[frame-irq] raise t_virt=9129052128 dt=4615000 next_target=9133667128 gap_to_target=4615000 fn=1972 #1971
[frame-irq] raise t_virt=9133667128 dt=4615000 next_target=9138282128 gap_to_target=4615000 fn=1973 #1972
[frame-irq] raise t_virt=9138282128 dt=4615000 next_target=9142897128 gap_to_target=4615000 fn=1974 #1973
[frame-irq] raise t_virt=9142897128 dt=4615000 next_target=9147512128 gap_to_target=4615000 fn=1975 #1974
[frame-irq] raise t_virt=9147512128 dt=4615000 next_target=9152127128 gap_to_target=4615000 fn=1976 #1975
[frame-irq] raise t_virt=9152127128 dt=4615000 next_target=9156742128 gap_to_target=4615000 fn=1977 #1976
[frame-irq] raise t_virt=9156742128 dt=4615000 next_target=9161357128 gap_to_target=4615000 fn=1978 #1977
[frame-irq] raise t_virt=9161357128 dt=4615000 next_target=9165972128 gap_to_target=4615000 fn=1979 #1978
[frame-irq] raise t_virt=9165972128 dt=4615000 next_target=9170587128 gap_to_target=4615000 fn=1980 #1979
[frame-irq] raise t_virt=9170587128 dt=4615000 next_target=9175202128 gap_to_target=4615000 fn=1981 #1980
[frame-irq] raise t_virt=9175202128 dt=4615000 next_target=9179817128 gap_to_target=4615000 fn=1982 #1981
[frame-irq] raise t_virt=9179817128 dt=4615000 next_target=9184432128 gap_to_target=4615000 fn=1983 #1982
[frame-irq] raise t_virt=9184432128 dt=4615000 next_target=9189047128 gap_to_target=4615000 fn=1984 #1983
[frame-irq] raise t_virt=9189047128 dt=4615000 next_target=9193662128 gap_to_target=4615000 fn=1985 #1984
[frame-irq] raise t_virt=9193662128 dt=4615000 next_target=9198277128 gap_to_target=4615000 fn=1986 #1985
[frame-irq] raise t_virt=9198277128 dt=4615000 next_target=9202892128 gap_to_target=4615000 fn=1987 #1986
[frame-irq] raise t_virt=9202892128 dt=4615000 next_target=9207507128 gap_to_target=4615000 fn=1988 #1987
[frame-irq] raise t_virt=9207507128 dt=4615000 next_target=9212122128 gap_to_target=4615000 fn=1989 #1988
[frame-irq] raise t_virt=9212122128 dt=4615000 next_target=9216737128 gap_to_target=4615000 fn=1990 #1989
[frame-irq] raise t_virt=9216737128 dt=4615000 next_target=9221352128 gap_to_target=4615000 fn=1991 #1990
[frame-irq] raise t_virt=9221352128 dt=4615000 next_target=9225967128 gap_to_target=4615000 fn=1992 #1991
[frame-irq] raise t_virt=9225967128 dt=4615000 next_target=9230582128 gap_to_target=4615000 fn=1993 #1992
[frame-irq] raise t_virt=9230582128 dt=4615000 next_target=9235197128 gap_to_target=4615000 fn=1994 #1993
[frame-irq] raise t_virt=9235197128 dt=4615000 next_target=9239812128 gap_to_target=4615000 fn=1995 #1994
[frame-irq] raise t_virt=9239812128 dt=4615000 next_target=9244427128 gap_to_target=4615000 fn=19
fw-irda.log (81,045 bytes, 1738 lignes)
1779882376.048 +0.151s [fw-irda] [fw-beacon]
1779882376.202 +0.305s [fw-irda] [fw-beacon]
1779882376.356 +0.458s [fw-irda] [fw-beacon]
1779882376.509 +0.612s [fw-irda] [fw-beacon]
1779882376.661 +0.764s [fw-irda] [fw-beacon]
1779882376.816 +0.919s [fw-irda] [fw-beacon]
1779882376.973 +1.076s [fw-irda] [fw-beacon]
1779882377.130 +1.233s [fw-irda] [fw-beacon]
1779882377.300 +1.403s [fw-irda] [fw-beacon]
1779882377.462 +1.565s [fw-irda] [fw-beacon]
1779882377.624 +1.727s [fw-irda] [fw-beacon]
1779882377.777 +1.880s [fw-irda] [fw-beacon]
1779882377.931 +2.034s [fw-irda] [fw-beacon]
1779882378.085 +2.188s [fw-irda] [fw-beacon]
1779882378.248 +2.351s [fw-irda] [fw-beacon]
1779882378.407 +2.510s [fw-irda] [fw-beacon]
1779882378.568 +2.671s [fw-irda] [fw-beacon]
1779882378.729 +2.832s [fw-irda] [fw-beacon]
1779882378.889 +2.992s [fw-irda] [fw-beacon]
1779882379.050 +3.153s [fw-irda] [fw-beacon]
1779882379.210 +3.312s [fw-irda] [fw-beacon]
1779882379.367 +3.470s [fw-irda] [fw-beacon]
1779882379.521 +3.624s [fw-irda] [fw-beacon]
1779882379.674 +3.777s [fw-irda] [fw-beacon]
1779882379.827 +3.930s [fw-irda] [fw-beacon]
1779882379.988 +4.091s [fw-irda] [fw-beacon]
1779882380.148 +4.251s [fw-irda] [fw-beacon]
1779882380.309 +4.412s [fw-irda] [fw-beacon]
1779882380.468 +4.571s [fw-irda] [fw-beacon]
1779882380.627 +4.729s [fw-irda] [fw-beacon]
1779882380.787 +4.890s [fw-irda] [fw-beacon]
1779882380.946 +5.049s [fw-irda] [fw-beacon]
1779882381.098 +5.201s [fw-irda] [fw-beacon]
1779882381.253 +5.356s [fw-irda] [fw-beacon]
1779882381.410 +5.513s [fw-irda] [fw-beacon]
1779882381.572 +5.675s [fw-irda] [fw-beacon]
1779882381.734 +5.837s [fw-irda] [fw-beacon]
1779882381.894 +5.997s [fw-irda] [fw-beacon]
1779882382.051 +6.154s [fw-irda] [fw-beacon]
1779882382.206 +6.309s [fw-irda] [fw-beacon]
1779882382.358 +6.461s [fw-irda] [fw-beacon]
1779882382.514 +6.617s [fw-irda] [fw-beacon]
1779882382.670 +6.773s [fw-irda] [fw-beacon]
1779882382.830 +6.933s [fw-irda] [fw-beacon]
1779882382.990 +7.093s [fw-irda] [fw-beacon]
1779882383.150 +7.253s [fw-irda] [fw-beacon]
1779882383.309 +7.412s [fw-irda] [fw-beacon]
1779882383.468 +7.571s [fw-irda] [fw-beacon]
1779882383.627 +7.730s [fw-irda] [fw-beacon]
1779882383.781 +7.884s [fw-irda] [fw-beacon]
1779882383.935 +8.038s [fw-irda] [fw-beacon]
1779882384.088 +8.191s [fw-irda] [fw-beacon]
1779882384.247 +8.350s [fw-irda] [fw-beacon]
1779882384.407 +8.510s [fw-irda] [fw-beacon]
1779882384.568 +8.670s [fw-irda] [fw-beacon]
1779882384.726 +8.829s [fw-irda] [fw-beacon]
1779882384.884 +8.987s [fw-irda] [fw-beacon]
1779882385.044 +9.147s [fw-irda] [fw-beacon]
1779882385.204 +9.307s [fw-irda] [fw-beacon]
1779882385.357 +9.460s [fw-irda] [fw-beacon]
1779882385.514 +9.617s [fw-irda] [fw-beacon]
1779882385.669 +9.772s [fw-irda] [fw-beacon]
1779882385.830 +9.932s [fw-irda] [fw-beacon]
1779882385.995 +10.098s [fw-irda] [fw-beacon]
1779882386.152 +10.255s [fw-irda] [fw-beacon]
1779882386.311 +10.414s [fw-irda] [fw-beacon]
1779882386.470 +10.572s [fw-irda] [fw-beacon]
1779882386.622 +10.725s [fw-irda] [fw-beacon]
1779882386.781 +10.884s [fw-irda] [fw-beacon]
1779882386.941 +11.043s [fw-irda] [fw-beacon]
1779882387.099 +11.202s [fw-irda] [fw-beacon]
1779882387.259 +11.362s [fw-irda] [fw-beacon]
1779882387.419 +11.522s [fw-irda] [fw-beacon]
1779882387.572 +11.675s [fw-irda] [fw-beacon]
1779882387.728 +11.831s [fw-irda] [fw-beacon]
1779882387.885 +11.987s [fw-irda] [fw-beacon]
1779882388.044 +12.147s [fw-irda] [fw-beacon]
1779882388.205 +12.308s [fw-irda] [fw-beacon]
1779882388.364 +12.467s [fw-irda] [fw-beacon]
1779882388.524 +12.627s [fw-irda] [fw-beacon]
1779882388.677 +12.779s [fw-irda] [fw-beacon]
1779882388.830 +12.933s [fw-irda] [fw-beacon]
1779882388.984 +13.087s [fw-irda] [fw-beacon]
1779882389.141 +13.244s [fw-irda] [fw-beacon]
1779882389.300 +13.403s [fw-irda] [fw-beacon]
1779882389.459 +13.562s [fw-irda] [fw-beacon]
1779882389.617 +13.720s [fw-irda] [fw-beacon]
1779882389.778 +13.880s [fw-irda] [fw-beacon]
1779882389.935 +14.037s [fw-irda] [fw-beacon]
1779882390.093 +14.196s [fw-irda] [fw-beacon]
1779882390.254 +14.357s [fw-irda] [fw-beacon]
1779882390.409 +14.512s [fw-irda] [fw-beacon]
1779882390.565 +14.668s [fw-irda] [fw-beacon]
1779882390.725 +14.828s [fw-irda] [fw-beacon]
1779882390.883 +14.986s [fw-irda] [fw-beacon]
1779882391.043 +15.146s [fw-irda] [fw-beacon]
1779882391.199 +15.302s [fw-irda] [fw-beacon]
1779882391.354 +15.457s [fw-irda] [fw-beacon]
1779882391.508 +15.611s [fw-irda] [fw-beacon]
1779882391.667 +15.770s [fw-irda] [fw-beacon]
1779882391.830 +15.932s [fw-irda] [fw-beacon]
1779882391.990 +16.093s [fw-irda] [fw-beacon]
1779882392.150 +16.253s [fw-irda] [fw-beacon]
1779882392.311 +16.413s [fw-irda] [fw-beacon]
1779882392.465 +16.568s [fw-irda] [fw-beacon]
1779882392.618 +16.721s [fw-irda] [fw-beacon]
1779882392.771 +16.873s [fw-irda] [fw-beacon]
1779882392.929 +17.032s [fw-irda] [fw-beacon]
1779882393.090 +17.192s [fw-irda] [fw-beacon]
1779882393.250 +17.353s [fw-irda] [fw-beacon]
1779882393.410 +17.513s [fw-irda] [fw-beacon]
1779882393.569 +17.672s [fw-irda] [fw-beacon]
1779882393.730 +17.832s [fw-irda] [fw-beacon]
1779882393.890 +17.993s [fw-irda] [fw-beacon]
1779882394.043 +18.146s [fw-irda] [fw-beacon]
1779882394.199 +18.302s [fw-irda] [fw-beacon]
1779882394.353 +18.456s [fw-irda] [fw-beacon]
1779882394.514 +18.617s [fw-irda] [fw-beacon]
1779882394.678 +18.781s [fw-irda] [fw-beacon]
1779882394.839 +18.942s [fw-irda] [fw-beacon]
1779882394.997 +19.100s [fw-irda] [fw-beacon]
1779882395.150 +19.253s [fw-irda] [fw-beacon]
1779882395.306 +19.409s [fw-irda] [fw-beacon]
1779882395.462 +19.565s [fw-irda] [fw-beacon]
1779882395.621 +19.724s [fw-irda] [fw-beacon]
1779882395.782 +19.884s [fw-irda] [fw-beacon]
1779882395.942 +20.044s [fw-irda] [fw-beacon]
1779882396.103 +20.206s [fw-irda] [fw-beacon]
1779882396.258 +20.361s [fw-irda] [fw-beacon]
1779882396.412 +20.515s [fw-irda] [fw-beacon]
1779882396.570 +20.672s [fw-irda] [fw-beacon]
1779882396.731 +20.833s [fw-irda] [fw-beacon]
1779882396.889 +20.992s [fw-irda] [fw-beacon]
1779882397.048 +21.151s [fw-irda] [fw-beacon]
1779882397.205 +21.308s [fw-irda] [fw-beacon]
1779882397.360 +21.463s [fw-irda] [fw-beacon]
1779882397.512 +21.615s [fw-irda] [fw-beacon]
1779882397.665 +21.768s [fw-irda] [fw-beacon]
1779882397.822 +21.925s [fw-irda] [fw-beacon]
1779882397.983 +22.086s [fw-irda] [fw-beacon]
1779882398.142 +22.245s [fw-irda] [fw-beacon]
1779882398.301 +22.404s [fw-irda] [fw-beacon]
1779882398.459 +22.562s [fw-irda] [fw-beacon]
1779882398.618 +22.721s [fw-irda] [fw-beacon]
1779882398.779 +22.882s [fw-irda] [fw-beacon]
1779882398.934 +23.037s [fw-irda] [fw-beacon]
1779882399.095 +23.197s [fw-irda] [fw-beacon]
1779882399.249 +23.352s [fw-irda] [fw-beacon]
1779882399.407 +23.510s [fw-irda] [fw-beacon]
1779882399.564 +23.667s [fw-irda] [fw-beacon]
1779882399.722 +23.825s [fw-irda] [fw-beacon]
1779882399.883 +23.985s [fw-irda] [fw-beacon]
1779882400.040 +24.143s [fw-irda] [fw-beacon]
1779882400.193 +24.295s [fw-irda] [fw-beacon]
1779882400.347 +24.449s [fw-irda] [fw-beacon]
1779882400.504 +24.607s [fw-irda] [fw-beacon]
1779882400.662 +24.765s [fw-irda] [fw-beacon]
1779882400.822 +24.924s [fw-irda] [fw-beacon]
1779882400.977 +25.080s [fw-irda] [fw-beacon]
1779882401.133 +25.236s [fw-irda] [fw-beacon]
1779882401.291 +25.394s [fw-irda] [fw-beacon]
1779882401.450 +25.552s [fw-irda] [fw-beacon]
1779882401.601 +25.703s [fw-irda] [fw-beacon]
1779882401.754 +25.857s [fw-irda] [fw-beacon]
1779882401.912 +26.014s [fw-irda] [fw-beacon]
1779882402.073 +26.176s [fw-irda] [fw-beacon]
1779882402.234 +26.336s [fw-irda] [fw-beacon]
1779882402.393 +26.496s [fw-irda] [fw-beacon]
1779882402.551 +26.654s [fw-irda] [fw-beacon]
1779882402.706 +26.809s [fw-irda] [fw-beacon]
1779882402.858 +26.961s [fw-irda] [fw-beacon]
1779882403.013 +27.116s [fw-irda] [fw-beacon]
1779882403.170 +27.273s [fw-irda] [fw-beacon]
1779882403.333 +27.435s [fw-irda] [fw-beacon]
1779882403.498 +27.601s [fw-irda] [fw-beacon]
1779882403.656 +27.758s [fw-irda] [fw-beacon]
1779882403.815 +27.918s [fw-irda] [fw-beacon]
1779882403.976 +28.079s [fw-irda] [fw-beacon]
1779882404.137 +28.240s [fw-irda] [fw-beacon]
1779882404.293 +28.396s [fw-irda] [fw-beacon]
1779882404.447 +28.550s [fw-irda] [fw-beacon]
1779882404.599 +28.702s [fw-irda] [fw-beacon]
1779882404.756 +28.859s [fw-irda] [fw-beacon]
1779882404.914 +29.017s [fw-irda] [fw-beacon]
1779882405.072 +29.175s [fw-irda] [fw-beacon]
1779882405.233 +29.336s [fw-irda] [fw-beacon]
1779882405.393 +29.496s [fw-irda] [fw-beacon]
1779882405.554 +29.657s [fw-irda] [fw-beacon]
1779882405.712 +29.815s [fw-irda] [fw-beacon]
1779882405.870 +29.973s [fw-irda] [fw-beacon]
1779882406.025 +30.128s [fw-irda] [fw-beacon]
1779882406.178 +30.281s [fw-irda] [fw-beacon]
1779882406.332 +30.435s [fw-irda] [fw-beacon]
1779882406.492 +30.595s [fw-irda] [fw-beacon]
1779882406.652 +30.755s [fw-irda] [fw-beacon]
1779882406.812 +30.915s [fw-irda] [fw-beacon]
1779882406.972 +31.075s [fw-irda] [fw-beacon]
1779882407.130 +31.233s [fw-irda] [fw-beacon]
1779882407.291 +31.394s [fw-irda] [fw-beacon]
1779882407.450 +31.553s [fw-irda] [fw-beacon]
1779882407.602 +31.705s [fw-irda] [fw-beacon]
1779882407.762 +31.865s [fw-irda] [fw-beacon]
1779882407.920 +32.022s [fw-irda] [fw-beacon]
1779882408.077 +32.180s [fw-irda] [fw-beacon]
1779882408.234 +32.337s [fw-irda] [fw-beacon]
1779882408.389 +32.492s [fw-irda] [fw-beacon]
1779882408.549 +32.651s [fw-irda] [fw-beacon]
1779882408.702 +32.805s [fw-irda] [fw-beacon]
1779882408.856 +32.959s [fw-irda] [fw-beacon]
1779882409.008 +33.111s [fw-irda] [fw-beacon]
1779882409.168 +33.270s [fw-irda] [fw-beacon]
1779882409.329 +33.432s [fw-irda] [fw-beacon]
1779882409.490 +33.593s [fw-irda] [fw-beacon]
1779882409.648 +33.751s [fw-irda] [fw-beacon]
1779882409.808 +33.911s [fw-irda] [fw-beacon]
1779882409.969 +34.072s [fw-irda] [fw-beacon]
1779882410.130 +34.233s [fw-irda] [fw-beacon]
1779882410.283 +34.386s [fw-irda] [fw-beacon]
1779882410.438 +34.541s [fw-irda] [fw-beacon]
1779882410.595 +34.698s [fw-irda] [fw-beacon]
1779882410.756 +34.859s [fw-irda] [fw-beacon]
1779882410.917 +35.020s [fw-irda] [fw-beacon]
1779882411.078 +35.181s [fw-irda] [fw-beacon]
1779882411.238 +35.340s [fw-irda] [fw-beacon]
1779882411.391 +35.494s [fw-irda] [fw-beacon]
1779882411.544 +35.646s [fw-irda] [fw-beacon]
1779882411.700 +35.803s [fw-irda] [fw-beacon]
1779882411.857 +35.960s [fw-irda] [fw-beacon]
1779882412.019 +36.122s [fw-irda] [fw-beacon]
1779882412.184 +36.287s [fw-irda] [fw-beacon]
1779882412.343 +36.446s [fw-irda] [fw-beacon]
1779882412.502 +36.605s [fw-irda] [fw-beacon]
1779882412.662 +36.765s [fw-irda] [fw-beacon]
1779882412.823 +36.926s [fw-irda] [fw-beacon]
1779882412.981 +37.083s [fw-irda] [fw-beacon]
1779882413.133 +37.236s [fw-irda] [fw-beacon]
1779882413.286 +37.388s [fw-irda] [fw-beacon]
1779882413.441 +37.544s [fw-irda] [fw-beacon]
1779882413.601 +37.704s [fw-irda] [fw-beacon]
1779882413.760 +37.863s [fw-irda] [fw-beacon]
1779882413.920 +38.023s [fw-irda] [fw-beacon]
1779882414.080 +38.183s [fw-irda] [fw-beacon]
1779882414.241 +38.344s [fw-irda] [fw-beacon]
1779882414.398 +38.501s [fw-irda] [fw-beacon]
1779882414.557 +38.660s [fw-irda] [fw-beacon]
1779882414.712 +38.815s [fw-irda] [fw-beacon]
1779882414.864 +38.967s [fw-irda] [fw-beacon]
1779882415.025 +39.128s [fw-irda] [fw-beacon]
1779882415.185 +39.288s [fw-irda] [fw-beacon]
1779882415.343 +39.446s [fw-irda] [fw-beacon]
1779882415.504 +39.607s [fw-irda] [fw-beacon]
1779882415.665 +39.768s [fw-irda] [fw-beacon]
1779882415.818 +39.921s [fw-irda] [fw-beacon]
1779882415.973 +40.076s [fw-irda] [fw-beacon]
1779882416.125 +40.228s [fw-irda] [fw-beacon]
1779882416.285 +40.388s [fw-irda] [fw-beacon]
1779882416.451 +40.553s [fw-irda] [fw-beacon]
1779882416.607 +40.710s [fw-irda] [fw-beacon]
1779882416.767 +40.870s [fw-irda] [fw-beacon]
1779882416.926 +41.029s [fw-irda] [fw-beacon]
1779882417.087 +41.190s [fw-irda] [fw-beacon]
1779882417.246 +41.349s [fw-irda] [fw-beacon]
1779882417.403 +41.505s [fw-irda] [fw-beacon]
1779882417.557 +41.660s [fw-irda] [fw-beacon]
1779882417.711 +41.814s [fw-irda] [fw-beacon]
1779882417.865 +41.968s [fw-irda] [fw-beacon]
1779882418.025 +42.128s [fw-irda] [fw-beacon]
1779882418.185 +42.288s [fw-irda] [fw-beacon]
1779882418.346 +42.448s [fw-irda] [fw-beacon]
1779882418.505 +42.608s [fw-irda] [fw-beacon]
1779882418.663 +42.766s [fw-irda] [fw-beacon]
1779882418.823 +42.926s [fw-irda] [fw-beacon]
1779882418.978 +43.081s [fw-irda] [fw-beacon]
1779882419.130 +43.233s [fw-irda] [fw-beacon]
1779882419.289 +43.392s [fw-irda] [fw-beacon]
1779882419.447 +43.549s [fw-irda] [fw-beacon]
1779882419.606 +43.709s [fw-irda] [fw-beacon]
1779882419.767 +43.869s [fw-irda] [fw-beacon]
1779882419.926 +44.029s [fw-irda] [fw-beacon]
1779882420.084 +44.186s [fw-irda] [fw-beacon]
1779882420.238 +44.341s [fw-irda] [fw-beacon]
1779882420.390 +44.493s [fw-irda] [fw-beacon]
1779882420.547 +44.650s [fw-irda] [fw-beacon]
1779882420.709 +44.812s [fw-irda] [fw-beacon]
1779882420.869 +44.972s [fw-irda] [fw-beacon]
1779882421.029 +45.132s [fw-irda] [fw-beacon]
1779882421.188 +45.291s [fw-irda] [fw-beacon]
1779882421.347 +45.450s [fw-irda] [fw-beacon]
1779882421.505 +45.608s [fw-irda] [fw-beacon]
1779882421.664 +45.767s [fw-irda] [fw-beacon]
1779882421.816 +45.919s [fw-irda] [fw-beacon]
1779882421.971 +46.074s [fw-irda] [fw-beacon]
1779882422.124 +46.226s [fw-irda] [fw-beacon]
1779882422.285 +46.388s [fw-irda] [fw-beacon]
1779882422.444 +46.547s [fw-irda] [fw-beacon]
1779882422.604 +46.707s [fw-irda] [fw-beacon]
1779882422.763 +46.866s [fw-irda] [fw-beacon]
1779882422.922 +47.025s [fw-irda] [fw-beacon]
1779882423.083 +47.185s [fw-irda] [fw-beacon]
1779882423.243 +47.346s [fw-irda] [fw-beacon]
1779882423.395 +47.498s [fw-irda] [fw-beacon]
1779882423.550 +47.653s [fw-irda] [fw-beacon]
1779882423.709 +47.811s [fw-irda] [fw-beacon]
1779882423.877 +47.980s [fw-irda] [fw-beacon]
1779882424.039 +48.141s [fw-irda] [fw-beacon]
1779882424.202 +48.305s [fw-irda] [fw-beacon]
1779882424.360 +48.463s [fw-irda] [fw-beacon]
1779882424.516 +48.619s [fw-irda] [fw-beacon]
1779882424.669 +48.772s [fw-irda] [fw-beacon]
1779882424.824 +48.927s [fw-irda] [fw-beacon]
1779882424.984 +49.087s [fw-irda] [fw-beacon]
1779882425.143 +49.246s [fw-irda] [fw-beacon]
1779882425.303 +49.406s [fw-irda] [fw-beacon]
1779882425.462 +49.564s [fw-irda] [fw-beacon]
1779882425.618 +49.721s [fw-irda] [fw-beacon]
1779882425.778 +49.881s [fw-irda] [fw-beacon]
1779882425.938 +50.041s [fw-irda] [fw-beacon]
1779882426.097 +50.200s [fw-irda] [fw-beacon]
1779882426.251 +50.354s [fw-irda] [fw-beacon]
1779882426.404 +50.506s [fw-irda] [fw-beacon]
1779882426.560 +50.663s [fw-irda] [fw-beacon]
1779882426.720 +50.823s [fw-irda] [fw-beacon]
1779882426.877 +50.980s [fw-irda] [fw-beacon]
1779882427.037 +51.139s [fw-irda] [fw-beacon]
1779882427.195 +51.298s [fw-irda] [fw-beacon]
1779882427.356 +51.459s [fw-irda] [fw-beacon]
1779882427.515 +51.618s [fw-irda] [fw-beacon]
1779882427.673 +51.775s [fw-irda] [fw-beacon]
1779882427.828 +51.931s [fw-irda] [fw-beacon]
1779882427.981 +52.084s [fw-irda] [fw-beacon]
1779882428.134 +52.237s [fw-irda] [fw-beacon]
1779882428.293 +52.396s [fw-irda] [fw-beacon]
1779882428.454 +52.556s [fw-irda] [fw-beacon]
1779882428.612 +52.715s [fw-irda] [fw-beacon]
1779882428.772 +52.875s [fw-irda] [fw-beacon]
1779882428.930 +53.033s [fw-irda] [fw-beacon]
1779882429.090 +53.192s [fw-irda] [fw-beacon]
1779882429.251 +53.354s [fw-irda] [fw-beacon]
1779882429.407 +53.510s [fw-irda] [fw-beacon]
1779882429.562 +53.665s [fw-irda] [fw-beacon]
1779882429.718 +53.821s [fw-irda] [fw-beacon]
1779882429.874 +53.976s [fw-irda] [fw-beacon]
1779882430.038 +54.141s [fw-irda] [fw-beacon]
1779882430.199 +54.302s [fw-irda] [fw-beacon]
1779882430.357 +54.460s [fw-irda] [fw-beacon]
1779882430.510 +54.613s [fw-irda] [fw-beacon]
1779882430.662 +54.765s [fw-irda] [fw-beacon]
1779882430.817 +54.920s [fw-irda] [fw-beacon]
1779882430.974 +55.077s [fw-irda] [fw-beacon]
1779882431.132 +55.235s [fw-irda] [fw-beacon]
1779882431.293 +55.396s [fw-irda] [fw-beacon]
1779882431.454 +55.556s [fw-irda] [fw-beacon]
1779882431.614 +55.717s [fw-irda] [fw-beacon]
1779882431.773 +55.876s [fw-irda] [fw-beacon]
1779882431.931 +56.034s [fw-irda] [fw-beacon]
1779882432.087 +56.190s [fw-irda] [fw-beacon]
1779882432.240 +56.343s [fw-irda] [fw-beacon]
1779882432.399 +56.502s [fw-irda] [fw-beacon]
1779882432.559 +56.662s [fw-irda] [fw-beacon]
1779882432.717 +56.820s [fw-irda] [fw-beacon]
1779882432.876 +56.979s [fw-irda] [fw-beacon]
1779882433.036 +57.139s [fw-irda] [fw-beacon]
1779882433.189 +57.292s [fw-irda] [fw-beacon]
1779882433.343 +57.446s [fw-irda] [fw-beacon]
1779882433.503 +57.606s [fw-irda] [fw-beacon]
1779882433.661 +57.764s [fw-irda] [fw-beacon]
1779882433.827 +57.929s [fw-irda] [fw-beacon]
1779882433.983 +58.086s [fw-irda] [fw-beacon]
1779882434.141 +58.244s [fw-irda] [fw-beacon]
1779882434.295 +58.398s [fw-irda] [fw-beacon]
1779882434.449 +58.552s [fw-irda] [fw-beacon]
1779882434.608 +58.710s [fw-irda] [fw-beacon]
1779882434.766 +58.869s [fw-irda] [fw-beacon]
1779882434.925 +59.028s [fw-irda] [fw-beacon]
1779882435.086 +59.189s [fw-irda] [fw-beacon]
1779882435.246 +59.349s [fw-irda] [fw-beacon]
1779882435.398 +59.501s [fw-irda] [fw-beacon]
1779882435.553 +59.656s [fw-irda] [fw-beacon]
1779882435.713 +59.815s [fw-irda] [fw-beacon]
1779882435.874 +59.977s [fw-irda] [fw-beacon]
1779882436.034 +60.137s [fw-irda] [fw-beacon]
1779882436.194 +60.297s [fw-irda] [fw-beacon]
1779882436.353 +60.456s [fw-irda] [fw-beacon]
1779882436.508 +60.610s [fw-irda] [fw-beacon]
1779882436.659 +60.762s [fw-irda] [fw-beacon]
1779882436.815 +60.917s [fw-irda] [fw-beacon]
1779882436.973 +61.076s [fw-irda] [fw-beacon]
1779882437.132 +61.234s [fw-irda] [fw-beacon]
1779882437.292 +61.395s [fw-irda] [fw-beacon]
1779882437.453 +61.556s [fw-irda] [fw-beacon]
1779882437.612 +61.714s [fw-irda] [fw-beacon]
1779882437.770 +61.873s [fw-irda] [fw-beacon]
1779882437.928 +62.031s [fw-irda] [fw-beacon]
1779882438.086 +62.189s [fw-irda] [fw-beacon]
1779882438.243 +62.346s [fw-irda] [fw-beacon]
1779882438.398 +62.501s [fw-irda] [fw-beacon]
1779882438.558 +62.661s [fw-irda] [fw-beacon]
1779882438.720 +62.823s [fw-irda] [fw-beacon]
1779882438.880 +62.983s [fw-irda] [fw-beacon]
1779882439.039 +63.142s [fw-irda] [fw-beacon]
1779882439.196 +63.299s [fw-irda] [fw-beacon]
1779882439.349 +63.452s [fw-irda] [fw-beacon]
1779882439.506 +63.609s [fw-irda] [fw-beacon]
1779882439.666 +63.768s [fw-irda] [fw-beacon]
1779882439.824 +63.927s [fw-irda] [fw-beacon]
1779882439.983 +64.086s [fw-irda] [fw-beacon]
1779882440.144 +64.247s [fw-irda] [fw-beacon]
1779882440.302 +64.405s [fw-irda] [fw-beacon]
1779882440.455 +64.558s [fw-irda] [fw-beacon]
1779882440.608 +64.711s [fw-irda] [fw-beacon]
1779882440.763 +64.866s [fw-irda] [fw-beacon]
1779882440.924 +65.027s [fw-irda] [fw-beacon]
1779882441.083 +65.186s [fw-irda] [fw-beacon]
1779882441.243 +65.346s [fw-irda] [fw-beacon]
1779882441.403 +65.506s [fw-irda] [fw-beacon]
1779882441.564 +65.666s [fw-irda] [fw-beacon]
1779882441.724 +65.827s [fw-irda] [fw-beacon]
1779882441.881 +65.983s [fw-irda] [fw-beacon]
1779882442.036 +66.138s [fw-irda] [fw-beacon]
1779882442.188 +66.291s [fw-irda] [fw-beacon]
1779882442.350 +66.452s [fw-irda] [fw-beacon]
1779882442.515 +66.618s [fw-irda] [fw-beacon]
1779882442.674 +66.777s [fw-irda] [fw-beacon]
1779882442.834 +66.936s [fw-irda] [fw-beacon]
1779882442.990 +67.093s [fw-irda] [fw-beacon]
1779882443.144 +67.247s [fw-irda] [fw-beacon]
1779882443.297 +67.400s [fw-irda] [fw-beacon]
1779882443.462 +67.565s [fw-irda] [fw-beacon]
1779882443.622 +67.725s [fw-irda] [fw-beacon]
1779882443.783 +67.886s [fw-irda] [fw-beacon]
1779882443.942 +68.044s [fw-irda] [fw-beacon]
1779882444.101 +68.204s [fw-irda] [fw-beacon]
1779882444.258 +68.360s [fw-irda] [fw-beacon]
1779882444.409 +68.512s [fw-irda] [fw-beacon]
1779882444.569 +68.672s [fw-irda] [fw-beacon]
1779882444.730 +68.832s [fw-irda] [fw-beacon]
1779882444.891 +68.994s [fw-irda] [fw-beacon]
1779882445.052 +69.155s [fw-irda] [fw-beacon]
1779882445.213 +69.316s [fw-irda] [fw-beacon]
1779882445.367 +69.470s [fw-irda] [fw-beacon]
1779882445.522 +69.625s [fw-irda] [fw-beacon]
1779882445.679 +69.781s [fw-irda] [fw-beacon]
1779882445.839 +69.941s [fw-irda] [fw-beacon]
1779882446.000 +70.102s [fw-irda] [fw-beacon]
1779882446.160 +70.262s [fw-irda] [fw-beacon]
1779882446.321 +70.424s [fw-irda] [fw-beacon]
1779882446.478 +70.581s [fw-irda] [fw-beacon]
1779882446.633 +70.736s [fw-irda] [fw-beacon]
1779882446.788 +70.891s [fw-irda] [fw-beacon]
1779882446.946 +71.049s [fw-irda] [fw-beacon]
1779882447.104 +71.206s [fw-irda] [fw-beacon]
1779882447.264 +71.366s [fw-irda] [fw-beacon]
1779882447.423 +71.526s [fw-irda] [fw-beacon]
1779882447.584 +71.686s [fw-irda] [fw-beacon]
1779882447.743 +71.845s [fw-irda] [fw-beacon]
1779882447.903 +72.006s [fw-irda] [fw-beacon]
1779882448.063 +72.166s [fw-irda] [fw-beacon]
1779882448.216 +72.319s [fw-irda] [fw-beacon]
1779882448.371 +72.474s [fw-irda] [fw-beacon]
1779882448.530 +72.633s [fw-irda] [fw-beacon]
1779882448.688 +72.791s [fw-irda] [fw-beacon]
1779882448.847 +72.950s [fw-irda] [fw-beacon]
1779882449.008 +73.111s [fw-irda] [fw-beacon]
1779882449.168 +73.271s [fw-irda] [fw-beacon]
1779882449.321 +73.423s [fw-irda] [fw-beacon]
1779882449.474 +73.577s [fw-irda] [fw-beacon]
1779882449.628 +73.731s [fw-irda] [fw-beacon]
1779882449.789 +73.892s [fw-irda] [fw-beacon]
1779882449.946 +74.049s [fw-irda] [fw-beacon]
1779882450.107 +74.210s [fw-irda] [fw-beacon]
1779882450.267 +74.370s [fw-irda] [fw-beacon]
1779882450.427 +74.530s [fw-irda] [fw-beacon]
1779882450.587 +74.690s [fw-irda] [fw-beacon]
1779882450.746 +74.848s [fw-irda] [fw-beacon]
1779882450.901 +75.004s [fw-irda] [fw-beacon]
1779882451.053 +75.156s [fw-irda] [fw-beacon]
1779882451.209 +75.312s [fw-irda] [fw-beacon]
1779882451.370 +75.472s [fw-irda] [fw-beacon]
1779882451.528 +75.631s [fw-irda] [fw-beacon]
1779882451.686 +75.789s [fw-irda] [fw-beacon]
1779882451.847 +75.950s [fw-irda] [fw-beacon]
1779882452.008 +76.111s [fw-irda] [fw-beacon]
1779882452.168 +76.270s [fw-irda] [fw-beacon]
1779882452.327 +76.430s [fw-irda] [fw-beacon]
1779882452.484 +76.587s [fw-irda] [fw-beacon]
1779882452.638 +76.741s [fw-irda] [fw-beacon]
1779882452.791 +76.894s [fw-irda] [fw-beacon]
1779882452.944 +77.047s [fw-irda] [fw-beacon]
1779882453.105 +77.207s [fw-irda] [fw-beacon]
1779882453.264 +77.367s [fw-irda] [fw-beacon]
1779882453.423 +77.526s [fw-irda] [fw-beacon]
1779882453.583 +77.686s [fw-irda] [fw-beacon]
1779882453.741 +77.844s [fw-irda] [fw-beacon]
1779882453.900 +78.003s [fw-irda] [fw-beacon]
1779882454.061 +78.164s [fw-irda] [fw-beacon]
1779882454.214 +78.316s [fw-irda] [fw-beacon]
1779882454.370 +78.472s [fw-irda] [fw-beacon]
1779882454.529 +78.632s [fw-irda] [fw-beacon]
1779882454.687 +78.790s [fw-irda] [fw-beacon]
1779882454.848 +78.951s [fw-irda] [fw-beacon]
1779882455.010 +79.113s [fw-irda] [fw-beacon]
1779882455.168 +79.271s [fw-irda] [fw-beacon]
1779882455.322 +79.424s [fw-irda] [fw-beacon]
1779882455.474 +79.577s [fw-irda] [fw-beacon]
1779882455.633 +79.735s [fw-irda] [fw-beacon]
1779882455.792 +79.895s [fw-irda] [fw-beacon]
1779882455.952 +80.055s [fw-irda] [fw-beacon]
1779882456.112 +80.215s [fw-irda] [fw-beacon]
1779882456.273 +80.376s [fw-irda] [fw-beacon]
1779882456.431 +80.534s [fw-irda] [fw-beacon]
1779882456.592 +80.695s [fw-irda] [fw-beacon]
1779882456.754 +80.857s [fw-irda] [fw-beacon]
1779882456.908 +81.011s [fw-irda] [fw-beacon]
1779882457.064 +81.167s [fw-irda] [fw-beacon]
1779882457.216 +81.319s [fw-irda] [fw-beacon]
1779882457.373 +81.476s [fw-irda] [fw-beacon]
1779882457.533 +81.636s [fw-irda] [fw-beacon]
1779882457.691 +81.794s [fw-irda] [fw-beacon]
1779882457.855 +81.958s [fw-irda] [fw-beacon]
1779882458.021 +82.124s [fw-irda] [fw-beacon]
1779882458.182 +82.284s [fw-irda] [fw-beacon]
1779882458.341 +82.444s [fw-irda] [fw-beacon]
1779882458.498 +82.601s [fw-irda] [fw-beacon]
1779882458.652 +82.755s [fw-irda] [fw-beacon]
1779882458.807 +82.910s [fw-irda] [fw-beacon]
1779882458.967 +83.070s [fw-irda] [fw-beacon]
1779882459.126 +83.229s [fw-irda] [fw-beacon]
1779882459.285 +83.388s [fw-irda] [fw-beacon]
1779882459.444 +83.547s [fw-irda] [fw-beacon]
1779882459.602 +83.705s [fw-irda] [fw-beacon]
1779882459.755 +83.858s [fw-irda] [fw-beacon]
1779882459.915 +84.018s [fw-irda] [fw-beacon]
1779882460.073 +84.176s [fw-irda] [fw-beacon]
1779882460.231 +84.333s [fw-irda] [fw-beacon]
1779882460.387 +84.490s [fw-irda] [fw-beacon]
1779882460.548 +84.651s [fw-irda] [fw-beacon]
1779882460.706 +84.809s [fw-irda] [fw-beacon]
1779882460.858 +84.961s [fw-irda] [fw-beacon]
1779882461.014 +85.117s [fw-irda] [fw-beacon]
1779882461.167 +85.270s [fw-irda] [fw-beacon]
1779882461.327 +85.430s [fw-irda] [fw-beacon]
1779882461.488 +85.590s [fw-irda] [fw-beacon]
1779882461.645 +85.748s [fw-irda] [fw-beacon]
1779882461.804 +85.907s [fw-irda] [fw-beacon]
1779882461.966 +86.069s [fw-irda] [fw-beacon]
1779882462.128 +86.231s [fw-irda] [fw-beacon]
1779882462.287 +86.390s [fw-irda] [fw-beacon]
1779882462.439 +86.541s [fw-irda] [fw-beacon]
1779882462.592 +86.695s [fw-irda] [fw-beacon]
1779882462.748 +86.850s [fw-irda] [fw-beacon]
1779882462.906 +87.009s [fw-irda] [fw-beacon]
1779882463.066 +87.168s [fw-irda] [fw-beacon]
1779882463.225 +87.328s [fw-irda] [fw-beacon]
1779882463.385 +87.488s [fw-irda] [fw-beacon]
1779882463.545 +87.648s [fw-irda] [fw-beacon]
1779882463.705 +87.808s [fw-irda] [fw-beacon]
1779882463.862 +87.965s [fw-irda] [fw-beacon]
1779882464.019 +88.121s [fw-irda] [fw-beacon]
1779882464.172 +88.275s [fw-irda] [fw-beacon]
1779882464.334 +88.437s [fw-irda] [fw-beacon]
1779882464.490 +88.592s [fw-irda] [fw-beacon]
1779882464.645 +88.748s [fw-irda] [fw-beacon]
1779882464.806 +88.909s [fw-irda] [fw-beacon]
1779882464.966 +89.069s [fw-irda] [fw-beacon]
1779882465.118 +89.220s [fw-irda] [fw-beacon]
1779882465.272 +89.375s [fw-irda] [fw-beacon]
1779882465.429 +89.532s [fw-irda] [fw-beacon]
1779882465.590 +89.693s [fw-irda] [fw-beacon]
1779882465.752 +89.854s [fw-irda] [fw-beacon]
1779882465.908 +90.011s [fw-irda] [fw-beacon]
1779882466.064 +90.167s [fw-irda] [fw-beacon]
1779882466.218 +90.321s [fw-irda] [fw-beacon]
1779882466.371 +90.474s [fw-irda] [fw-beacon]
1779882466.527 +90.630s [fw-irda] [fw-beacon]
1779882466.686 +90.789s [fw-irda] [fw-beacon]
1779882466.846 +90.949s [fw-irda] [fw-beacon]
1779882467.007 +91.110s [fw-irda] [fw-beacon]
1779882467.166 +91.269s [fw-irda] [fw-beacon]
1779882467.326 +91.429s [fw-irda] [fw-beacon]
1779882467.485 +91.588s [fw-irda] [fw-beacon]
1779882467.644 +91.747s [fw-irda] [fw-beacon]
1779882467.799 +91.902s [fw-irda] [fw-beacon]
1779882467.952 +92.055s [fw-irda] [fw-beacon]
1779882468.107 +92.210s [fw-irda] [fw-beacon]
1779882468.266 +92.369s [fw-irda] [fw-beacon]
1779882468.426 +92.529s [fw-irda] [fw-beacon]
1779882468.591 +92.694s [fw-irda] [fw-beacon]
1779882468.754 +92.857s [fw-irda] [fw-beacon]
1779882468.920 +93.023s [fw-irda] [fw-beacon]
1779882480.272 +104.375s [fw-irda] [fw-beacon]
1779882480.605 +104.707s [fw-irda] [fw-beacon]
1779882480.936 +105.039s [fw-irda] [fw-beacon]
1779882481.355 +105.457s [fw-irda] [fw-beacon]
1779882482.619 +106.721s [fw-irda] [fw-beacon]
1779882482.931 +107.033s [fw-irda] [fw-beacon]
1779882483.083 +107.186s [fw-irda] [fw-beacon]
1779882483.398 +107.501s [fw-irda] [fw-beacon]
1779882483.559 +107.661s [fw-irda] [fw-beacon]
1779882483.883 +107.985s [fw-irda] [fw-beacon]
1779882484.203 +108.306s [fw-irda] [fw-beacon]
1779882484.364 +108.467s [fw-irda] [fw-beacon]
1779882484.520 +108.623s [fw-irda] [fw-beacon]
1779882484.838 +108.941s [fw-irda] [fw-beacon]
1779882485.001 +109.104s [fw-irda] [fw-beacon]
1779882485.159 +109.261s [fw-irda] [fw-beacon]
1779882485.319 +109.422s [fw-irda] [fw-beacon]
1779882485.478 +109.581s [fw-irda] [fw-beacon]
1779882485.636 +109.739s [fw-irda] [fw-beacon]
1779882485.942 +110.045s [fw-irda] [fw-beacon]
1779882486.099 +110.201s [fw-irda] [fw-beacon]
1779882486.419 +110.522s [fw-irda] [fw-beacon]
1779882486.578 +110.680s [fw-irda] [fw-beacon]
1779882486.738 +110.841s [fw-irda] [fw-beacon]
1779882486.899 +111.002s [fw-irda] [fw-beacon]
1779882487.059 +111.161s [fw-irda] [fw-beacon]
1779882487.214 +111.316s [fw-irda] [fw-beacon]
1779882487.369 +111.472s [fw-irda] [fw-beacon]
1779882487.521 +111.624s [fw-irda] [fw-beacon]
1779882487.682 +111.785s [fw-irda] [fw-beacon]
1779882487.843 +111.946s [fw-irda] [fw-beacon]
1779882488.001 +112.103s [fw-irda] [fw-beacon]
1779882488.324 +112.427s [fw-irda] [fw-beacon]
1779882488.477 +112.580s [fw-irda] [fw-beacon]
1779882488.633 +112.735s [fw-irda] [fw-beacon]
1779882488.792 +112.895s [fw-irda] [fw-beacon]
1779882488.951 +113.054s [fw-irda] [fw-beacon]
1779882489.116 +113.219s [fw-irda] [fw-beacon]
1779882489.274 +113.376s [fw-irda] [fw-beacon]
1779882489.431 +113.533s [fw-irda] [fw-beacon]
1779882489.739 +113.842s [fw-irda] [fw-beacon]
1779882489.899 +114.002s [fw-irda] [fw-beacon]
1779882490.219 +114.322s [fw-irda] [fw-beacon]
1779882490.537 +114.639s [fw-irda] [fw-beacon]
1779882490.843 +114.946s [fw-irda] [fw-beacon]
1779882491.159 +115.262s [fw-irda] [fw-beacon]
1779882491.321 +115.424s [fw-irda] [fw-beacon]
1779882491.640 +115.743s [fw-irda] [fw-beacon]
1779882491.959 +116.062s [fw-irda] [fw-beacon]
1779882492.120 +116.223s [fw-irda] [fw-beacon]
1779882492.431 +116.534s [fw-irda] [fw-beacon]
1779882492.589 +116.692s [fw-irda] [fw-beacon]
1779882492.910 +117.013s [fw-irda] [fw-beacon]
1779882493.070 +117.172s [fw-irda] [fw-beacon]
1779882493.227 +117.330s [fw-irda] [fw-beacon]
1779882493.387 +117.490s [fw-irda] [fw-beacon]
1779882493.698 +117.800s [fw-irda] [fw-beacon]
1779882494.018 +118.121s [fw-irda] [fw-beacon]
1779882494.339 +118.441s [fw-irda] [fw-beacon]
1779882494.493 +118.596s [fw-irda] [fw-beacon]
1779882494.645 +118.748s [fw-irda] [fw-beacon]
1779882494.800 +118.903s [fw-irda] [fw-beacon]
1779882494.955 +119.058s [fw-irda] [fw-beacon]
1779882495.115 +119.218s [fw-irda] [fw-beacon]
1779882495.275 +119.378s [fw-irda] [fw-beacon]
1779882495.436 +119.539s [fw-irda] [fw-beacon]
1779882495.595 +119.697s [fw-irda] [fw-beacon]
1779882495.913 +120.015s [fw-irda] [fw-beacon]
1779882496.070 +120.173s [fw-irda] [fw-beacon]
1779882496.223 +120.326s [fw-irda] [fw-beacon]
1779882496.376 +120.479s [fw-irda] [fw-beacon]
1779882496.533 +120.636s [fw-irda] [fw-beacon]
1779882496.695 +120.798s [fw-irda] [fw-beacon]
1779882496.854 +120.957s [fw-irda] [fw-beacon]
1779882497.012 +121.115s [fw-irda] [fw-beacon]
1779882497.169 +121.272s [fw-irda] [fw-beacon]
1779882497.327 +121.430s [fw-irda] [fw-beacon]
1779882497.484 +121.587s [fw-irda] [fw-beacon]
1779882497.637 +121.740s [fw-irda] [fw-beacon]
1779882497.795 +121.897s [fw-irda] [fw-beacon]
1779882497.952 +122.054s [fw-irda] [fw-beacon]
1779882498.104 +122.207s [fw-irda] [fw-beacon]
1779882498.263 +122.366s [fw-irda] [fw-beacon]
1779882498.420 +122.523s [fw-irda] [fw-beacon]
1779882498.576 +122.679s [fw-irda] [fw-beacon]
1779882498.735 +122.838s [fw-irda] [fw-beacon]
1779882498.896 +122.999s [fw-irda] [fw-beacon]
1779882499.057 +123.160s [fw-irda] [fw-beacon]
1779882499.212 +123.315s [fw-irda] [fw-beacon]
1779882499.368 +123.470s [fw-irda] [fw-beacon]
1779882499.519 +123.622s [fw-irda] [fw-beacon]
1779882499.674 +123.777s [fw-irda] [fw-beacon]
1779882499.834 +123.937s [fw-irda] [fw-beacon]
1779882499.996 +124.098s [fw-irda] [fw-beacon]
1779882500.161 +124.264s [fw-irda] [fw-beacon]
1779882500.322 +124.425s [fw-irda] [fw-beacon]
1779882500.481 +124.584s [fw-irda] [fw-beacon]
1779882500.640 +124.743s [fw-irda] [fw-beacon]
1779882500.797 +124.900s [fw-irda] [fw-beacon]
1779882500.953 +125.055s [fw-irda] [fw-beacon]
1779882501.107 +125.210s [fw-irda] [fw-beacon]
1779882501.267 +125.370s [fw-irda] [fw-beacon]
1779882501.429 +125.531s [fw-irda] [fw-beacon]
1779882501.590 +125.692s [fw-irda] [fw-beacon]
1779882501.750 +125.853s [fw-irda] [fw-beacon]
1779882501.913 +126.016s [fw-irda] [fw-beacon]
1779882502.070 +126.172s [fw-irda] [fw-beacon]
1779882502.228 +126.331s [fw-irda] [fw-beacon]
1779882502.390 +126.493s [fw-irda] [fw-beacon]
1779882502.548 +126.651s [fw-irda] [fw-beacon]
1779882502.707 +126.810s [fw-irda] [fw-beacon]
1779882502.868 +126.971s [fw-irda] [fw-beacon]
1779882503.027 +127.129s [fw-irda] [fw-beacon]
1779882503.184 +127.287s [fw-irda] [fw-beacon]
1779882503.338 +127.441s [fw-irda] [fw-beacon]
1779882503.489 +127.592s [fw-irda] [fw-beacon]
1779882503.645 +127.748s [fw-irda] [fw-beacon]
1779882503.803 +127.906s [fw-irda] [fw-beacon]
1779882503.962 +128.065s [fw-irda] [fw-beacon]
1779882504.124 +128.227s [fw-irda] [fw-beacon]
1779882504.284 +128.387s [fw-irda] [fw-beacon]
1779882504.447 +128.550s [fw-irda] [fw-beacon]
1779882504.605 +128.708s [fw-irda] [fw-beacon]
1779882504.763 +128.866s [fw-irda] [fw-beacon]
1779882504.917 +129.020s [fw-irda] [fw-beacon]
1779882505.071 +129.174s [fw-irda] [fw-beacon]
1779882505.230 +129.332s [fw-irda] [fw-beacon]
1779882505.391 +129.494s [fw-irda] [fw-beacon]
1779882505.549 +129.652s [fw-irda] [fw-beacon]
1779882505.710 +129.813s [fw-irda] [fw-beacon]
1779882505.872 +129.974s [fw-irda] [fw-beacon]
1779882506.024 +130.127s [fw-irda] [fw-beacon]
1779882506.180 +130.283s [fw-irda] [fw-beacon]
1779882506.339 +130.442s [fw-irda] [fw-beacon]
1779882506.497 +130.600s [fw-irda] [fw-beacon]
1779882506.664 +130.766s [fw-irda] [fw-beacon]
1779882506.820 +130.923s [fw-irda] [fw-beacon]
1779882506.979 +131.082s [fw-irda] [fw-beacon]
1779882507.132 +131.234s [fw-irda] [fw-beacon]
1779882507.286 +131.389s [fw-irda] [fw-beacon]
1779882507.445 +131.548s [fw-irda] [fw-beacon]
1779882507.603 +131.706s [fw-irda] [fw-beacon]
1779882507.762 +131.865s [fw-irda] [fw-beacon]
1779882507.923 +132.026s [fw-irda] [fw-beacon]
1779882508.084 +132.187s [fw-irda] [fw-beacon]
1779882508.236 +132.339s [fw-irda] [fw-beacon]
1779882508.390 +132.493s [fw-irda] [fw-beacon]
1779882508.548 +132.651s [fw-irda] [fw-beacon]
1779882508.709 +132.812s [fw-irda] [fw-beacon]
1779882508.869 +132.972s [fw-irda] [fw-beacon]
1779882509.028 +133.131s [fw-irda] [fw-beacon]
1779882509.185 +133.288s [fw-irda] [fw-beacon]
1779882509.340 +133.443s [fw-irda] [fw-beacon]
1779882509.492 +133.595s [fw-irda] [fw-beacon]
1779882509.647 +133.750s [fw-irda] [fw-beacon]
1779882509.805 +133.908s [fw-irda] [fw-beacon]
1779882509.967 +134.070s [fw-irda] [fw-beacon]
1779882510.129 +134.232s [fw-irda] [fw-beacon]
1779882510.289 +134.392s [fw-irda] [fw-beacon]
1779882510.448 +134.551s [fw-irda] [fw-beacon]
1779882510.607 +134.710s [fw-irda] [fw-beacon]
1779882510.767 +134.870s [fw-irda] [fw-beacon]
1779882510.923 +135.026s [fw-irda] [fw-beacon]
1779882511.082 +135.185s [fw-irda] [fw-beacon]
1779882511.238 +135.341s [fw-irda] [fw-beacon]
1779882511.399 +135.501s [fw-irda] [fw-beacon]
1779882511.559 +135.662s [fw-irda] [fw-beacon]
1779882511.719 +135.822s [fw-irda] [fw-beacon]
1779882511.878 +135.981s [fw-irda] [fw-beacon]
1779882512.040 +136.143s [fw-irda] [fw-beacon]
1779882512.200 +136.303s [fw-irda] [fw-beacon]
1779882512.355 +136.458s [fw-irda] [fw-beacon]
1779882512.508 +136.611s [fw-irda] [fw-beacon]
1779882512.668 +136.771s [fw-irda] [fw-beacon]
1779882512.830 +136.933s [fw-irda] [fw-beacon]
1779882512.989 +137.092s [fw-irda] [fw-beacon]
1779882513.149 +137.252s [fw-irda] [fw-beacon]
1779882513.308 +137.411s [fw-irda] [fw-beacon]
1779882513.469 +137.572s [fw-irda] [fw-beacon]
1779882513.631 +137.733s [fw-irda] [fw-beacon]
1779882513.784 +137.887s [fw-irda] [fw-beacon]
1779882513.939 +138.042s [fw-irda] [fw-beacon]
1779882514.097 +138.200s [fw-irda] [fw-beacon]
1779882514.258 +138.360s [fw-irda] [fw-beacon]
1779882514.419 +138.522s [fw-irda] [fw-beacon]
1779882514.579 +138.682s [fw-irda] [fw-beacon]
1779882514.738 +138.841s [fw-irda] [fw-beacon]
1779882514.895 +138.998s [fw-irda] [fw-beacon]
1779882515.051 +139.153s [fw-irda] [fw-beacon]
1779882515.203 +139.306s [fw-irda] [fw-beacon]
1779882515.363 +139.465s [fw-irda] [fw-beacon]
1779882515.519 +139.621s [fw-irda] [fw-beacon]
1779882515.677 +139.780s [fw-irda] [fw-beacon]
1779882515.836 +139.939s [fw-irda] [fw-beacon]
1779882515.994 +140.097s [fw-irda] [fw-beacon]
1779882516.156 +140.258s [fw-irda] [fw-beacon]
1779882516.317 +140.420s [fw-irda] [fw-beacon]
1779882516.471 +140.574s [fw-irda] [fw-beacon]
1779882516.625 +140.728s [fw-irda] [fw-beacon]
1779882516.780 +140.883s [fw-irda] [fw-beacon]
1779882516.940 +141.043s [fw-irda] [fw-beacon]
1779882517.100 +141.203s [fw-irda] [fw-beacon]
1779882517.259 +141.362s [fw-irda] [fw-beacon]
1779882517.420 +141.523s [fw-irda] [fw-beacon]
1779882517.575 +141.677s [fw-irda] [fw-beacon]
1779882517.731 +141.833s [fw-irda] [fw-beacon]
1779882517.885 +141.988s [fw-irda] [fw-beacon]
1779882518.041 +142.144s [fw-irda] [fw-beacon]
1779882518.201 +142.304s [fw-irda] [fw-beacon]
1779882518.362 +142.465s [fw-irda] [fw-beacon]
1779882518.523 +142.625s [fw-irda] [fw-beacon]
1779882518.684 +142.786s [fw-irda] [fw-beacon]
1779882518.844 +142.947s [fw-irda] [fw-beacon]
1779882519.001 +143.104s [fw-irda] [fw-beacon]
1779882519.162 +143.265s [fw-irda] [fw-beacon]
1779882519.316 +143.419s [fw-irda] [fw-beacon]
1779882519.471 +143.573s [fw-irda] [fw-beacon]
1779882519.625 +143.728s [fw-irda] [fw-beacon]
1779882519.789 +143.892s [fw-irda] [fw-beacon]
1779882519.948 +144.051s [fw-irda] [fw-beacon]
1779882520.109 +144.212s [fw-irda] [fw-beacon]
1779882520.270 +144.373s [fw-irda] [fw-beacon]
1779882520.435 +144.538s [fw-irda] [fw-beacon]
1779882520.598 +144.700s [fw-irda] [fw-beacon]
1779882520.755 +144.858s [fw-irda] [fw-beacon]
1779882520.914 +145.017s [fw-irda] [fw-beacon]
1779882521.068 +145.171s [fw-irda] [fw-beacon]
1779882521.222 +145.325s [fw-irda] [fw-beacon]
1779882521.382 +145.485s [fw-irda] [fw-beacon]
1779882521.541 +145.643s [fw-irda] [fw-beacon]
1779882521.699 +145.802s [fw-irda] [fw-beacon]
1779882521.859 +145.962s [fw-irda] [fw-beacon]
1779882522.018 +146.120s [fw-irda] [fw-beacon]
1779882522.170 +146.273s [fw-irda] [fw-beacon]
1779882522.324 +146.427s [fw-irda] [fw-beacon]
1779882522.485 +146.588s [fw-irda] [fw-beacon]
1779882522.645 +146.748s [fw-irda] [fw-beacon]
1779882522.804 +146.907s [fw-irda] [fw-beacon]
1779882522.963 +147.066s [fw-irda] [fw-beacon]
1779882523.123 +147.225s [fw-irda] [fw-beacon]
1779882523.282 +147.385s [fw-irda] [fw-beacon]
1779882523.442 +147.545s [fw-irda] [fw-beacon]
1779882523.600 +147.703s [fw-irda] [fw-beacon]
1779882523.754 +147.857s [fw-irda] [fw-beacon]
1779882523.906 +148.009s [fw-irda] [fw-beacon]
1779882524.066 +148.169s [fw-irda] [fw-beacon]
1779882524.225 +148.328s [fw-irda] [fw-beacon]
1779882524.385 +148.488s [fw-irda] [fw-beacon]
1779882524.545 +148.648s [fw-irda] [fw-beacon]
1779882524.703 +148.806s [fw-irda] [fw-beacon]
1779882524.863 +148.966s [fw-irda] [fw-beacon]
1779882525.024 +149.126s [fw-irda] [fw-beacon]
1779882525.187 +149.290s [fw-irda] [fw-beacon]
1779882525.342 +149.445s [fw-irda] [fw-beacon]
1779882525.498 +149.601s [fw-irda] [fw-beacon]
1779882525.652 +149.755s [fw-irda] [fw-beacon]
1779882525.812 +149.915s [fw-irda] [fw-beacon]
1779882525.973 +150.076s [fw-irda] [fw-beacon]
1779882526.134 +150.237s [fw-irda] [fw-beacon]
1779882526.293 +150.395s [fw-irda] [fw-beacon]
1779882526.448 +150.551s [fw-irda] [fw-beacon]
1779882526.602 +150.705s [fw-irda] [fw-beacon]
1779882526.758 +150.861s [fw-irda] [fw-beacon]
1779882526.918 +151.021s [fw-irda] [fw-beacon]
1779882527.078 +151.181s [fw-irda] [fw-beacon]
1779882527.236 +151.339s [fw-irda] [fw-beacon]
1779882527.397 +151.499s [fw-irda] [fw-beacon]
1779882527.554 +151.657s [fw-irda] [fw-beacon]
1779882527.706 +151.809s [fw-irda] [fw-beacon]
1779882527.860 +151.963s [fw-irda] [fw-beacon]
1779882528.016 +152.119s [fw-irda] [fw-beacon]
1779882528.178 +152.281s [fw-irda] [fw-beacon]
1779882528.341 +152.444s [fw-irda] [fw-beacon]
1779882528.503 +152.606s [fw-irda] [fw-beacon]
1779882528.663 +152.766s [fw-irda] [fw-beacon]
1779882528.822 +152.925s [fw-irda] [fw-beacon]
1779882528.980 +153.083s [fw-irda] [fw-beacon]
1779882529.141 +153.244s [fw-irda] [fw-beacon]
1779882529.294 +153.397s [fw-irda] [fw-beacon]
1779882529.449 +153.552s [fw-irda] [fw-beacon]
1779882529.602 +153.705s [fw-irda] [fw-beacon]
1779882529.761 +153.864s [fw-irda] [fw-beacon]
1779882529.922 +154.024s [fw-irda] [fw-beacon]
1779882530.082 +154.184s [fw-irda] [fw-beacon]
1779882530.239 +154.342s [fw-irda] [fw-beacon]
1779882530.400 +154.503s [fw-irda] [fw-beacon]
1779882530.560 +154.662s [fw-irda] [fw-beacon]
1779882530.720 +154.823s [fw-irda] [fw-beacon]
1779882530.874 +154.976s [fw-irda] [fw-beacon]
1779882531.027 +155.130s [fw-irda] [fw-beacon]
1779882531.184 +155.287s [fw-irda] [fw-beacon]
1779882531.344 +155.447s [fw-irda] [fw-beacon]
1779882531.504 +155.607s [fw-irda] [fw-beacon]
1779882531.663 +155.766s [fw-irda] [fw-beacon]
1779882531.821 +155.924s [fw-irda] [fw-beacon]
1779882531.977 +156.080s [fw-irda] [fw-beacon]
1779882532.131 +156.233s [fw-irda] [fw-beacon]
1779882532.286 +156.388s [fw-irda] [fw-beacon]
1779882532.441 +156.544s [fw-irda] [fw-beacon]
1779882532.601 +156.704s [fw-irda] [fw-beacon]
1779882532.766 +156.869s [fw-irda] [fw-beacon]
1779882532.924 +157.027s [fw-irda] [fw-beacon]
1779882533.083 +157.186s [fw-irda] [fw-beacon]
1779882533.242 +157.345s [fw-irda] [fw-beacon]
1779882533.403 +157.506s [fw-irda] [fw-beacon]
1779882533.557 +157.660s [fw-irda] [fw-beacon]
1779882533.712 +157.815s [fw-irda] [fw-beacon]
1779882533.865 +157.967s [fw-irda] [fw-beacon]
1779882534.021 +158.124s [fw-irda] [fw-beacon]
1779882534.180 +158.283s [fw-irda] [fw-beacon]
1779882534.339 +158.442s [fw-irda] [fw-beacon]
1779882534.499 +158.602s [fw-irda] [fw-beacon]
1779882534.660 +158.763s [fw-irda] [fw-beacon]
1779882534.820 +158.923s [fw-irda] [fw-beacon]
1779882534.977 +159.080s [fw-irda] [fw-beacon]
1779882535.133 +159.236s [fw-irda] [fw-beacon]
1779882535.287 +159.390s [fw-irda] [fw-beacon]
1779882535.442 +159.545s [fw-irda] [fw-beacon]
1779882535.601 +159.704s [fw-irda] [fw-beacon]
1779882535.761 +159.864s [fw-irda] [fw-beacon]
1779882535.919 +160.022s [fw-irda] [fw-beacon]
1779882536.081 +160.183s [fw-irda] [fw-beacon]
1779882536.239 +160.342s [fw-irda] [fw-beacon]
1779882536.391 +160.494s [fw-irda] [fw-beacon]
1779882536.548 +160.651s [fw-irda] [fw-beacon]
1779882536.707 +160.810s [fw-irda] [fw-beacon]
1779882536.865 +160.968s [fw-irda] [fw-beacon]
1779882537.032 +161.135s [fw-irda] [fw-beacon]
1779882537.189 +161.292s [fw-irda] [fw-beacon]
1779882537.347 +161.449s [fw-irda] [fw-beacon]
1779882537.499 +161.601s [fw-irda] [fw-beacon]
1779882537.656 +161.759s [fw-irda] [fw-beacon]
1779882537.814 +161.917s [fw-irda] [fw-beacon]
1779882537.973 +162.076s [fw-irda] [fw-beacon]
1779882538.134 +162.237s [fw-irda] [fw-beacon]
1779882538.294 +162.397s [fw-irda] [fw-beacon]
1779882538.450 +162.552s [fw-irda] [fw-beacon]
1779882538.604 +162.707s [fw-irda] [fw-beacon]
1779882538.757 +162.860s [fw-irda] [fw-beacon]
1779882538.915 +163.018s [fw-irda] [fw-beacon]
1779882539.077 +163.180s [fw-irda] [fw-beacon]
1779882539.235 +163.338s [fw-irda] [fw-beacon]
1779882539.395 +163.497s [fw-irda] [fw-beacon]
1779882539.554 +163.657s [fw-irda] [fw-beacon]
1779882539.715 +163.817s [fw-irda] [fw-beacon]
1779882539.874 +163.977s [fw-irda] [fw-beacon]
1779882540.030 +164.133s [fw-irda] [fw-beacon]
1779882540.186 +164.288s [fw-irda] [fw-beacon]
1779882540.340 +164.443s [fw-irda] [fw-beacon]
1779882540.500 +164.603s [fw-irda] [fw-beacon]
1779882540.661 +164.763s [fw-irda] [fw-beacon]
1779882540.820 +164.923s [fw-irda] [fw-beacon]
1779882540.977 +165.080s [fw-irda] [fw-beacon]
1779882541.135 +165.237s [fw-irda] [fw-beacon]
1779882541.290 +165.393s [fw-irda] [fw-beacon]
1779882541.448 +165.551s [fw-irda] [fw-beacon]
1779882541.605 +165.708s [fw-irda] [fw-beacon]
1779882541.763 +165.866s [fw-irda] [fw-beacon]
1779882541.921 +166.024s [fw-irda] [fw-beacon]
1779882542.080 +166.182s [fw-irda] [fw-beacon]
1779882542.232 +166.335s [fw-irda] [fw-beacon]
1779882542.389 +166.492s [fw-irda] [fw-beacon]
1779882542.541 +166.644s [fw-irda] [fw-beacon]
1779882542.697 +166.800s [fw-irda] [fw-beacon]
1779882542.856 +166.959s [fw-irda] [fw-beacon]
1779882543.015 +167.118s [fw-irda] [fw-beacon]
1779882543.177 +167.280s [fw-irda] [fw-beacon]
1779882543.337 +167.440s [fw-irda] [fw-beacon]
1779882543.495 +167.598s [fw-irda] [fw-beacon]
1779882543.655 +167.757s [fw-irda] [fw-beacon]
1779882543.812 +167.914s [fw-irda] [fw-beacon]
1779882543.966 +168.069s [fw-irda] [fw-beacon]
1779882544.125 +168.228s [fw-irda] [fw-beacon]
1779882544.286 +168.389s [fw-irda] [fw-beacon]
1779882544.445 +168.548s [fw-irda] [fw-beacon]
1779882544.607 +168.709s [fw-irda] [fw-beacon]
1779882544.768 +168.870s [fw-irda] [fw-beacon]
1779882544.928 +169.031s [fw-irda] [fw-beacon]
1779882545.081 +169.184s [fw-irda] [fw-beacon]
1779882545.236 +169.339s [fw-irda] [fw-beacon]
1779882545.389 +169.491s [fw-irda] [fw-beacon]
1779882545.547 +169.649s [fw-irda] [fw-beacon]
1779882545.711 +169.814s [fw-irda] [fw-beacon]
1779882545.868 +169.971s [fw-irda] [fw-beacon]
1779882546.028 +170.131s [fw-irda] [fw-beacon]
1779882546.190 +170.293s [fw-irda] [fw-beacon]
1779882546.349 +170.452s [fw-irda] [fw-beacon]
1779882546.507 +170.610s [fw-irda] [fw-beacon]
1779882546.664 +170.767s [fw-irda] [fw-beacon]
1779882546.816 +170.919s [fw-irda] [fw-beacon]
1779882546.973 +171.075s [fw-irda] [fw-beacon]
1779882547.129 +171.232s [fw-irda] [fw-beacon]
1779882547.289 +171.392s [fw-irda] [fw-beacon]
1779882547.450 +171.553s [fw-irda] [fw-beacon]
1779882547.611 +171.714s [fw-irda] [fw-beacon]
1779882547.769 +171.871s [fw-irda] [fw-beacon]
1779882547.930 +172.032s [fw-irda] [fw-beacon]
1779882548.095 +172.198s [fw-irda] [fw-beacon]
1779882548.256 +172.359s [fw-irda] [fw-beacon]
1779882548.408 +172.511s [fw-irda] [fw-beacon]
1779882548.562 +172.665s [fw-irda] [fw-beacon]
1779882548.716 +172.819s [fw-irda] [fw-beacon]
1779882548.875 +172.978s [fw-irda] [fw-beacon]
1779882549.034 +173.136s [fw-irda] [fw-beacon]
1779882549.194 +173.296s [fw-irda] [fw-beacon]
1779882549.355 +173.457s [fw-irda] [fw-beacon]
1779882549.516 +173.618s [fw-irda] [fw-beacon]
1779882549.676 +173.779s [fw-irda] [fw-beacon]
1779882549.835 +173.937s [fw-irda] [fw-beacon]
1779882549.993 +174.096s [fw-irda] [fw-beacon]
1779882550.151 +174.253s [fw-irda] [fw-beacon]
1779882550.306 +174.408s [fw-irda] [fw-beacon]
1779882550.465 +174.568s [fw-irda] [fw-beacon]
1779882550.627 +174.730s [fw-irda] [fw-beacon]
1779882550.786 +174.888s [fw-irda] [fw-beacon]
1779882550.945 +175.048s [fw-irda] [fw-beacon]
1779882551.102 +175.205s [fw-irda] [fw-beacon]
1779882551.254 +175.357s [fw-irda] [fw-beacon]
1779882551.414 +175.517s [fw-irda] [fw-beacon]
1779882551.575 +175.678s [fw-irda] [fw-beacon]
1779882551.735 +175.838s [fw-irda] [fw-beacon]
1779882551.896 +175.999s [fw-irda] [fw-beacon]
1779882552.057 +176.159s [fw-irda] [fw-beacon]
1779882552.210 +176.313s [fw-irda] [fw-beacon]
1779882552.365 +176.468s [fw-irda] [fw-beacon]
1779882552.522 +176.625s [fw-irda] [fw-beacon]
1779882552.681 +176.783s [fw-irda] [fw-beacon]
1779882552.843 +176.946s [fw-irda] [fw-beacon]
1779882553.003 +177.106s [fw-irda] [fw-beacon]
1779882553.164 +177.267s [fw-irda] [fw-beacon]
1779882553.319 +177.422s [fw-irda] [fw-beacon]
1779882553.475 +177.577s [fw-irda] [fw-beacon]
1779882553.627 +177.729s [fw-irda] [fw-beacon]
1779882553.782 +177.885s [fw-irda] [fw-beacon]
1779882553.941 +178.044s [fw-irda] [fw-beacon]
1779882554.103 +178.206s [fw-irda] [fw-beacon]
1779882554.265 +178.368s [fw-irda] [fw-beacon]
1779882554.429 +178.532s [fw-irda] [fw-beacon]
1779882554.589 +178.692s [fw-irda] [fw-beacon]
1779882554.749 +178.852s [fw-irda] [fw-beacon]
1779882554.907 +179.010s [fw-irda] [fw-beacon]
1779882555.061 +179.164s [fw-irda] [fw-beacon]
1779882555.214 +179.317s [fw-irda] [fw-beacon]
1779882555.375 +179.477s [fw-irda] [fw-beacon]
1779882555.534 +179.637s [fw-irda] [fw-beacon]
1779882555.696 +179.799s [fw-irda] [fw-beacon]
1779882555.855 +179.957s [fw-irda] [fw-beacon]
1779882556.012 +180.115s [fw-irda] [fw-beacon]
1779882556.169 +180.272s [fw-irda] [fw-beacon]
1779882556.323 +180.426s [fw-irda] [fw-beacon]
1779882556.484 +180.587s [fw-irda] [fw-beacon]
1779882556.645 +180.748s [fw-irda] [fw-beacon]
1779882556.802 +180.905s [fw-irda] [fw-beacon]
1779882556.962 +181.064s [fw-irda] [fw-beacon]
1779882557.120 +181.223s [fw-irda] [fw-beacon]
1779882557.272 +181.375s [fw-irda] [fw-beacon]
1779882557.429 +181.532s [fw-irda] [fw-beacon]
1779882557.588 +181.691s [fw-irda] [fw-beacon]
1779882557.747 +181.850s [fw-irda] [fw-beacon]
1779882557.908 +182.011s [fw-irda] [fw-beacon]
1779882558.069 +182.172s [fw-irda] [fw-beacon]
1779882558.229 +182.331s [fw-irda] [fw-beacon]
1779882558.382 +182.485s [fw-irda] [fw-beacon]
1779882558.537 +182.640s [fw-irda] [fw-beacon]
1779882558.700 +182.803s [fw-irda] [fw-beacon]
1779882558.861 +182.964s [fw-irda] [fw-beacon]
1779882559.022 +183.124s [fw-irda] [fw-beacon]
1779882559.180 +183.283s [fw-irda] [fw-beacon]
1779882559.339 +183.441s [fw-irda] [fw-beacon]
1779882559.492 +183.595s [fw-irda] [fw-beacon]
1779882559.648 +183.750s [fw-irda] [fw-beacon]
1779882559.809 +183.912s [fw-irda] [fw-beacon]
1779882559.969 +184.072s [fw-irda] [fw-beacon]
1779882560.129 +184.231s [fw-irda] [fw-beacon]
1779882560.289 +184.391s [fw-irda] [fw-beacon]
1779882560.450 +184.553s [fw-irda] [fw-beacon]
1779882560.603 +184.705s [fw-irda] [fw-beacon]
1779882560.758 +184.861s [fw-irda] [fw-beacon]
1779882560.911 +185.014s [fw-irda] [fw-beacon]
1779882561.070 +185.173s [fw-irda] [fw-beacon]
1779882561.231 +185.334s [fw-irda] [fw-beacon]
1779882561.390 +185.492s [fw-irda] [fw-beacon]
1779882561.548 +185.651s [fw-irda] [fw-beacon]
1779882561.710 +185.813s [fw-irda] [fw-beacon]
1779882561.873 +185.976s [fw-irda] [fw-beacon]
1779882562.034 +186.136s [fw-irda] [fw-beacon]
1779882562.190 +186.293s [fw-irda] [fw-beacon]
1779882562.345 +186.448s [fw-irda] [fw-beacon]
1779882562.502 +186.605s [fw-irda] [fw-beacon]
1779882562.663 +186.766s [fw-irda] [fw-beacon]
1779882562.823 +186.926s [fw-irda] [fw-beacon]
1779882562.985 +187.087s [fw-irda] [fw-beacon]
1779882563.148 +187.251s [fw-irda] [fw-beacon]
1779882563.301 +187.403s [fw-irda] [fw-beacon]
1779882563.455 +187.558s [fw-irda] [fw-beacon]
1779882563.611 +187.714s [fw-irda] [fw-beacon]
1779882563.771 +187.874s [fw-irda] [fw-beacon]
1779882563.932 +188.035s [fw-irda] [fw-beacon]
1779882564.093 +188.196s [fw-irda] [fw-beacon]
1779882564.251 +188.353s [fw-irda] [fw-beacon]
1779882564.404 +188.507s [fw-irda] [fw-beacon]
1779882564.557 +188.660s [fw-irda] [fw-beacon]
1779882564.714 +188.817s [fw-irda] [fw-beacon]
1779882564.873 +188.976s [fw-irda] [fw-beacon]
1779882565.032 +189.135s [fw-irda] [fw-beacon]
1779882565.191 +189.294s [fw-irda] [fw-beacon]
1779882565.351 +189.454s [fw-irda] [fw-beacon]
1779882565.506 +189.609s [fw-irda] [fw-beacon]
1779882565.658 +189.761s [fw-irda] [fw-beacon]
1779882565.811 +189.913s [fw-irda] [fw-beacon]
1779882565.970 +190.073s [fw-irda] [fw-beacon]
1779882566.132 +190.234s [fw-irda] [fw-beacon]
1779882566.292 +190.394s [fw-irda] [fw-beacon]
1779882566.450 +190.553s [fw-irda] [fw-beacon]
1779882566.608 +190.711s [fw-irda] [fw-beacon]
1779882566.769 +190.871s [fw-irda] [fw-beacon]
1779882566.929 +191.032s [fw-irda] [fw-beacon]
1779882567.083 +191.186s [fw-irda] [fw-beacon]
1779882567.239 +191.341s [fw-irda] [fw-beacon]
1779882567.392 +191.495s [fw-irda] [fw-beacon]
1779882567.554 +191.657s [fw-irda] [fw-beacon]
1779882567.713 +191.816s [fw-irda] [fw-beacon]
1779882567.872 +191.975s [fw-irda] [fw-beacon]
1779882568.031 +192.134s [fw-irda] [fw-beacon]
1779882568.193 +192.296s [fw-irda] [fw-beacon]
1779882568.352 +192.455s [fw-irda] [fw-beacon]
1779882568.511 +192.614s [fw-irda] [fw-beacon]
1779882568.670 +192.772s [fw-irda] [fw-beacon]
1779882568.823 +192.926s [fw-irda] [fw-beacon]
1779882568.977 +193.080s [fw-irda] [fw-beacon]
1779882569.130 +193.233s [fw-irda] [fw-beacon]
1779882569.289 +193.392s [fw-irda] [fw-beacon]
1779882569.450 +193.553s [fw-irda] [fw-beacon]
1779882569.610 +193.713s [fw-irda] [fw-beacon]
1779882569.769 +193.871s [fw-irda] [fw-beacon]
1779882569.928 +194.030s [fw-irda] [fw-beacon]
1779882570.089 +194.192s [fw-irda] [fw-beacon]
1779882570.249 +194.352s [fw-irda] [fw-beacon]
1779882570.402 +194.505s [fw-irda] [fw-beacon]
1779882570.556 +194.659s [fw-irda] [fw-beacon]
1779882570.710 +194.813s [fw-irda] [fw-beacon]
1779882570.869 +194.972s [fw-irda] [fw-beacon]
1779882571.027 +195.130s [fw-irda] [fw-beacon]
1779882571.185 +195.288s [fw-irda] [fw-beacon]
1779882571.346 +195.448s [fw-irda] [fw-beacon]
1779882571.507 +195.609s [fw-irda] [fw-beacon]
1779882571.668 +195.771s [fw-irda] [fw-beacon]
1779882571.833 +195.936s [fw-irda] [fw-beacon]
1779882571.986 +196.089s [fw-irda] [fw-beacon]
1779882572.139 +196.242s [fw-irda] [fw-beacon]
1779882572.297 +196.400s [fw-irda] [fw-beacon]
1779882572.458 +196.561s [fw-irda] [fw-beacon]
1779882572.617 +196.720s [fw-irda] [fw-beacon]
1779882572.774 +196.877s [fw-irda] [fw-beacon]
1779882572.944 +197.046s [fw-irda] [fw-beacon]
1779882573.104 +197.207s [fw-irda] [fw-beacon]
1779882573.256 +197.359s [fw-irda] [fw-beacon]
1779882573.412 +197.515s [fw-irda] [fw-beacon]
1779882573.565 +197.668s [fw-irda] [fw-beacon]
1779882573.727 +197.829s [fw-irda] [fw-beacon]
1779882573.886 +197.989s [fw-irda] [fw-beacon]
1779882574.043 +198.146s [fw-irda] [fw-beacon]
1779882574.202 +198.305s [fw-irda] [fw-beacon]
1779882574.363 +198.465s [fw-irda] [fw-beacon]
1779882574.523 +198.625s [fw-irda] [fw-beacon]
1779882574.681 +198.784s [fw-irda] [fw-beacon]
1779882574.836 +198.939s [fw-irda] [fw-beacon]
1779882574.988 +199.091s [fw-irda] [fw-beacon]
1779882575.144 +199.247s [fw-irda] [fw-beacon]
1779882575.303 +199.406s [fw-irda] [fw-beacon]
1779882585.544 +209.646s [fw-irda] [fw-beacon]
1779882585.879 +209.982s [fw-irda] [fw-beacon]
1779882586.213 +210.316s [fw-irda] [fw-beacon]
1779882586.545 +210.648s [fw-irda] [fw-beacon]
1779882586.879 +210.982s [fw-irda] [fw-beacon]
1779882588.144 +212.247s [fw-irda] [fw-beacon]
1779882588.464 +212.566s [fw-irda] [fw-beacon]
1779882588.772 +212.875s [fw-irda] [fw-beacon]
1779882589.079 +213.182s [fw-irda] [fw-beacon]
1779882589.399 +213.502s [fw-irda] [fw-beacon]
1779882589.558 +213.661s [fw-irda] [fw-beacon]
1779882589.878 +213.981s [fw-irda] [fw-beacon]
1779882590.203 +214.306s [fw-irda] [fw-beacon]
1779882590.357 +214.459s [fw-irda] [fw-beacon]
1779882590.510 +214.613s [fw-irda] [fw-beacon]
1779882590.820 +214.922s [fw-irda] [fw-beacon]
1779882590.979 +215.082s [fw-irda] [fw-beacon]
1779882591.140 +215.243s [fw-irda] [fw-beacon]
1779882591.298 +215.401s [fw-irda] [fw-beacon]
1779882591.616 +215.719s [fw-irda] [fw-beacon]
1779882591.776 +215.879s [fw-irda] [fw-beacon]
1779882591.931 +216.034s [fw-irda] [fw-beacon]
1779882592.245 +216.348s [fw-irda] [fw-beacon]
1779882592.405 +216.508s [fw-irda] [fw-beacon]
1779882592.564 +216.667s [fw-irda] [fw-beacon]
1779882592.724 +216.827s [fw-irda] [fw-beacon]
1779882592.884 +216.987s [fw-irda] [fw-beacon]
1779882593.036 +217.138s [fw-irda] [fw-beacon]
1779882593.192 +217.294s [fw-irda] [fw-beacon]
1779882593.347 +217.450s [fw-irda] [fw-beacon]
1779882593.503 +217.606s [fw-irda] [fw-beacon]
1779882593.661 +217.764s [fw-irda] [fw-beacon]
1779882593.821 +217.923s [fw-irda] [fw-beacon]
1779882593.974 +218.077s [fw-irda] [fw-beacon]
1779882594.283 +218.385s [fw-irda] [fw-beacon]
1779882594.441 +218.544s [fw-irda] [fw-beacon]
1779882594.615 +218.718s [fw-irda] [fw-beacon]
1779882594.770 +218.873s [fw-irda] [fw-beacon]
1779882595.084 +219.187s [fw-irda] [fw-beacon]
1779882595.236 +219.339s [fw-irda] [fw-beacon]
1779882595.392 +219.495s [fw-irda] [fw-beacon]
1779882595.707 +219.809s [fw-irda] [fw-beacon]
1779882595.867 +219.970s [fw-irda] [fw-beacon]
1779882596.029 +220.132s [fw-irda] [fw-beacon]
1779882596.186 +220.289s [fw-irda] [fw-beacon]
1779882596.342 +220.445s [fw-irda] [fw-beacon]
1779882596.497 +220.600s [fw-irda] [fw-beacon]
1779882596.658 +220.760s [fw-irda] [fw-beacon]
1779882596.818 +220.921s [fw-irda] [fw-beacon]
1779882596.979 +221.081s [fw-irda] [fw-beacon]
1779882597.138 +221.241s [fw-irda] [fw-beacon]
1779882597.293 +221.395s [fw-irda] [fw-beacon]
1779882597.446 +221.549s [fw-irda] [fw-beacon]
1779882597.603 +221.706s [fw-irda] [fw-beacon]
1779882597.762 +221.865s [fw-irda] [fw-beacon]
1779882597.923 +222.026s [fw-irda] [fw-beacon]
1779882598.080 +222.183s [fw-irda] [fw-beacon]
1779882598.237 +222.340s [fw-irda] [fw-beacon]
1779882598.393 +222.496s [fw-irda] [fw-beacon]
1779882598.545 +222.648s [fw-irda] [fw-beacon]
1779882598.699 +222.802s [fw-irda] [fw-beacon]
1779882598.859 +222.962s [fw-irda] [fw-beacon]
1779882599.016 +223.119s [fw-irda] [fw-beacon]
1779882599.173 +223.276s [fw-irda] [fw-beacon]
1779882599.329 +223.432s [fw-irda] [fw-beacon]
1779882599.487 +223.590s [fw-irda] [fw-beacon]
1779882599.648 +223.751s [fw-irda] [fw-beacon]
1779882599.807 +223.910s [fw-irda] [fw-beacon]
1779882599.961 +224.063s [fw-irda] [fw-beacon]
1779882600.118 +224.221s [fw-irda] [fw-beacon]
1779882600.277 +224.380s [fw-irda] [fw-beacon]
1779882600.437 +224.539s [fw-irda] [fw-beacon]
1779882600.597 +224.700s [fw-irda] [fw-beacon]
1779882600.757 +224.860s [fw-irda] [fw-beacon]
1779882601.068 +225.170s [fw-irda] [fw-beacon][fw-beacon]
1779882601.222 +225.325s [fw-irda] [fw-beacon]
1779882601.379 +225.482s [fw-irda] [fw-beacon]
1779882601.537 +225.640s [fw-irda] [fw-beacon]
1779882601.700 +225.802s [fw-irda] [fw-beacon]
1779882601.858 +225.961s [fw-irda] [fw-beacon]
1779882602.015 +226.118s [fw-irda] [fw-beacon]
1779882602.172 +226.274s [fw-irda] [fw-beacon]
1779882602.478 +226.581s [fw-irda] [fw-beacon]
1779882602.636 +226.739s [fw-irda] [fw-beacon]
1779882602.796 +226.899s [fw-irda] [fw-beacon]
1779882602.957 +227.060s [fw-irda] [fw-beacon]
1779882603.118 +227.221s [fw-irda] [fw-beacon]
1779882603.280 +227.383s [fw-irda] [fw-beacon]
1779882603.438 +227.541s [fw-irda] [fw-beacon]
1779882603.597 +227.699s [fw-irda] [fw-beacon]
1779882603.752 +227.855s [fw-irda] [fw-beacon]
1779882603.905 +228.008s [fw-irda] [fw-beacon]
1779882604.062 +228.165s [fw-irda] [fw-beacon]
1779882604.220 +228.322s [fw-irda] [fw-beacon]
1779882604.377 +228.479s [fw-irda] [fw-beacon]
1779882604.536 +228.638s [fw-irda] [fw-beacon]
1779882604.693 +228.796s [fw-irda] [fw-beacon]
1779882604.846 +228.948s [fw-irda] [fw-beacon]
1779882605.000 +229.103s [fw-irda] [fw-beacon]
1779882605.157 +229.260s [fw-irda] [fw-beacon]
1779882605.317 +229.420s [fw-irda] [fw-beacon]
1779882605.475 +229.577s [fw-irda] [fw-beacon]
1779882605.631 +229.734s [fw-irda] [fw-beacon]
1779882605.786 +229.889s [fw-irda] [fw-beacon]
1779882605.941 +230.043s [fw-irda] [fw-beacon]
1779882606.108 +230.210s [fw-irda] [fw-beacon]
1779882606.267 +230.370s [fw-irda] [fw-beacon]
1779882606.428 +230.530s [fw-irda] [fw-beacon]
1779882606.587 +230.690s [fw-irda] [fw-beacon]
1779882606.748 +230.851s [fw-irda] [fw-beacon]
1779882606.906 +231.009s [fw-irda] [fw-beacon]
1779882607.061 +231.164s [fw-irda] [fw-beacon]
1779882607.215 +231.317s [fw-irda] [fw-beacon]
1779882607.375 +231.478s [fw-irda] [fw-beacon]
1779882607.541 +231.644s [fw-irda] [fw-beacon]
1779882607.699 +231.802s [fw-irda] [fw-beacon]
1779882607.856 +231.959s [fw-irda] [fw-beacon]
1779882608.014 +232.117s [fw-irda] [fw-beacon]
1779882608.167 +232.270s [fw-irda] [fw-beacon]
1779882608.323 +232.426s [fw-irda] [fw-beacon]
1779882608.482 +232.585s [fw-irda] [fw-beacon]
1779882608.640 +232.743s [fw-irda] [fw-beacon]
1779882608.800 +232.903s [fw-irda] [fw-beacon]
1779882608.962 +233.065s [fw-irda] [fw-beacon]
1779882609.119 +233.222s [fw-irda] [fw-beacon]
1779882609.273 +233.376s [fw-irda] [fw-beacon]
1779882609.425 +233.528s [fw-irda] [fw-beacon]
1779882609.581 +233.684s [fw-irda] [fw-beacon]
1779882609.741 +233.843s [fw-irda] [fw-beacon]
1779882609.900 +234.003s [fw-irda] [fw-beacon]
1779882610.060 +234.162s [fw-irda] [fw-beacon]
1779882610.222 +234.324s [fw-irda] [fw-beacon]
1779882610.381 +234.484s [fw-irda] [fw-beacon]
1779882610.541 +234.644s [fw-irda] [fw-beacon]
1779882610.700 +234.802s [fw-irda] [fw-beacon]
1779882610.855 +234.958s [fw-irda] [fw-beacon]
1779882611.008 +235.111s [fw-irda] [fw-beacon]
1779882611.169 +235.272s [fw-irda] [fw-beacon]
1779882611.330 +235.433s [fw-irda] [fw-beacon]
1779882611.489 +235.592s [fw-irda] [fw-beacon]
1779882611.649 +235.751s [fw-irda] [fw-beacon]
1779882611.815 +235.918s [fw-irda] [fw-beacon]
1779882611.969 +236.072s [fw-irda] [fw-beacon]
1779882612.122 +236.225s [fw-irda] [fw-beacon]
1779882612.278 +236.381s [fw-irda] [fw-beacon]
1779882612.433 +236.535s [fw-irda] [fw-beacon]
1779882612.592 +236.695s [fw-irda] [fw-beacon]
1779882612.752 +236.855s [fw-irda] [fw-beacon]
1779882612.914 +237.017s [fw-irda] [fw-beacon]
1779882613.072 +237.175s [fw-irda] [fw-beacon]
1779882613.232 +237.335s [fw-irda] [fw-beacon]
1779882613.393 +237.495s [fw-irda] [fw-beacon]
1779882613.551 +237.653s [fw-irda] [fw-beacon]
1779882613.704 +237.807s [fw-irda] [fw-beacon]
1779882613.857 +237.960s [fw-irda] [fw-beacon]
1779882614.014 +238.116s [fw-irda] [fw-beacon]
1779882614.175 +238.278s [fw-irda] [fw-beacon]
1779882614.333 +238.436s [fw-irda] [fw-beacon]
1779882614.492 +238.595s [fw-irda] [fw-beacon]
1779882614.652 +238.755s [fw-irda] [fw-beacon]
1779882614.812 +238.915s [fw-irda] [fw-beacon]
1779882614.973 +239.075s [fw-irda] [fw-beacon]
1779882615.129 +239.232s [fw-irda] [fw-beacon]
1779882615.284 +239.387s [fw-irda] [fw-beacon]
1779882615.438 +239.541s [fw-irda] [fw-beacon]
1779882615.598 +239.700s [fw-irda] [fw-beacon]
1779882615.759 +239.862s [fw-irda] [fw-beacon]
1779882615.917 +240.020s [fw-irda] [fw-beacon]
1779882616.073 +240.176s [fw-irda] [fw-beacon]
1779882616.235 +240.338s [fw-irda] [fw-beacon]
1779882616.390 +240.493s [fw-irda] [fw-beacon]
1779882616.543 +240.646s [fw-irda] [fw-beacon]
1779882616.701 +240.804s [fw-irda] [fw-beacon]
1779882616.857 +240.960s [fw-irda] [fw-beacon]
1779882617.015 +241.118s [fw-irda] [fw-beacon]
1779882617.173 +241.276s [fw-irda] [fw-beacon]
1779882617.327 +241.430s [fw-irda] [fw-beacon]
1779882617.480 +241.583s [fw-irda] [fw-beacon]
1779882617.636 +241.739s [fw-irda] [fw-beacon]
1779882617.793 +241.895s [fw-irda] [fw-beacon]
1779882617.949 +242.051s [fw-irda] [fw-beacon]
1779882618.110 +242.213s [fw-irda] [fw-beacon]
1779882618.272 +242.375s [fw-irda] [fw-beacon]
1779882618.426 +242.529s [fw-irda] [fw-beacon]
1779882618.581 +242.684s [fw-irda] [fw-beacon]
1779882618.733 +242.836s [fw-irda] [fw-beacon]
1779882618.892 +242.995s [fw-irda] [fw-beacon]
1779882619.052 +243.155s [fw-irda] [fw-beacon]
1779882619.211 +243.314s [fw-irda] [fw-beacon]
1779882619.370 +243.473s [fw-irda] [fw-beacon]
1779882619.530 +243.632s [fw-irda] [fw-beacon]
1779882619.690 +243.793s [fw-irda] [fw-beacon]
1779882619.850 +243.952s [fw-irda] [fw-beacon]
1779882620.003 +244.106s [fw-irda] [fw-beacon]
1779882620.158 +244.261s [fw-irda] [fw-beacon]
1779882620.316 +244.419s [fw-irda] [fw-beacon]
1779882620.477 +244.580s [fw-irda] [fw-beacon]
1779882620.639 +244.742s [fw-irda] [fw-beacon]
1779882620.800 +244.903s [fw-irda] [fw-beacon]
1779882620.959 +245.062s [fw-irda] [fw-beacon]
1779882621.113 +245.215s [fw-irda] [fw-beacon]
1779882621.266 +245.369s [fw-irda] [fw-beacon]
1779882621.423 +245.526s [fw-irda] [fw-beacon]
1779882621.583 +245.686s [fw-irda] [fw-beacon]
1779882621.744 +245.847s [fw-irda] [fw-beacon]
1779882621.903 +246.006s [fw-irda] [fw-beacon]
1779882622.060 +246.163s [fw-irda] [fw-beacon]
1779882622.217 +246.320s [fw-irda] [fw-beacon]
1779882622.369 +246.472s [fw-irda] [fw-beacon]
1779882622.524 +246.627s [fw-irda] [fw-beacon]
1779882622.681 +246.784s [fw-irda] [fw-beacon]
1779882622.840 +246.943s [fw-irda] [fw-beacon]
1779882623.000 +247.103s [fw-irda] [fw-beacon]
1779882623.160 +247.263s [fw-irda] [fw-beacon]
1779882623.317 +247.420s [fw-irda] [fw-beacon]
1779882623.477 +247.579s [fw-irda] [fw-beacon]
1779882623.637 +247.740s [fw-irda] [fw-beacon]
1779882623.794 +247.896s [fw-irda] [fw-beacon]
1779882623.948 +248.051s [fw-irda] [fw-beacon]
1779882624.101 +248.203s [fw-irda] [fw-beacon]
1779882624.259 +248.361s [fw-irda] [fw-beacon]
1779882624.420 +248.522s [fw-irda] [fw-beacon]
1779882624.577 +248.680s [fw-irda] [fw-beacon]
1779882624.738 +248.841s [fw-irda] [fw-beacon]
1779882624.898 +249.001s [fw-irda] [fw-beacon]
1779882625.061 +249.164s [fw-irda] [fw-beacon]
1779882625.218 +249.321s [fw-irda] [fw-beacon]
1779882625.377 +249.480s [fw-irda] [fw-beacon]
1779882625.531 +249.633s [fw-irda] [fw-beacon]
1779882625.685 +249.787s [fw-irda] [fw-beacon]
1779882625.836 +249.939s [fw-irda] [fw-beacon]
1779882625.997 +250.099s [fw-irda] [fw-beacon]
1779882626.158 +250.260s [fw-irda] [fw-beacon]
1779882626.320 +250.422s [fw-irda] [fw-beacon]
1779882626.478 +250.581s [fw-irda] [fw-beacon]
1779882626.636 +250.739s [fw-irda] [fw-beacon]
1779882626.797 +250.900s [fw-irda] [fw-beacon]
1779882626.958 +251.060s [fw-irda] [fw-beacon]
1779882627.111 +251.214s [fw-irda] [fw-beacon]
1779882627.268 +251.370s [fw-irda] [fw-beacon]
1779882627.424 +251.527s [fw-irda] [fw-beacon]
1779882627.584 +251.687s [fw-irda] [fw-beacon]
1779882627.746 +251.849s [fw-irda] [fw-beacon]
1779882627.908 +252.011s [fw-irda] [fw-beacon]
1779882628.066 +252.169s [fw-irda] [fw-beacon]
1779882628.221 +252.324s [fw-irda] [fw-beacon]
1779882628.374 +252.477s [fw-irda] [fw-beacon]
1779882628.535 +252.638s [fw-irda] [fw-beacon]
1779882628.696 +252.799s [fw-irda] [fw-beacon]
1779882628.855 +252.958s [fw-irda] [fw-beacon]
1779882629.014 +253.117s [fw-irda] [fw-beacon]
1779882629.174 +253.277s [fw-irda] [fw-beacon]
1779882629.332 +253.435s [fw-irda] [fw-beacon]
1779882629.487 +253.590s [fw-irda] [fw-beacon]
1779882629.644 +253.747s [fw-irda] [fw-beacon]
1779882629.804 +253.906s [fw-irda] [fw-beacon]
1779882629.964 +254.067s [fw-irda] [fw-beacon]
1779882630.124 +254.226s [fw-irda] [fw-beacon]
1779882630.284 +254.387s [fw-irda] [fw-beacon]
1779882630.438 +254.541s [fw-irda] [fw-beacon]
1779882630.590 +254.693s [fw-irda] [fw-beacon]
1779882630.746 +254.849s [fw-irda] [fw-beacon]
1779882630.903 +255.006s [fw-irda] [fw-beacon]
1779882631.064 +255.167s [fw-irda] [fw-beacon]
1779882631.225 +255.328s [fw-irda] [fw-beacon]
1779882631.384 +255.487s [fw-irda] [fw-beacon]
1779882631.543 +255.646s [fw-irda] [fw-beacon]
1779882631.703 +255.806s [fw-irda] [fw-beacon]
1779882631.864 +255.966s [fw-irda] [fw-beacon]
1779882632.020 +256.123s [fw-irda] [fw-beacon]
1779882632.189 +256.292s [fw-irda] [fw-beacon]
1779882632.347 +256.450s [fw-irda] [fw-beacon]
1779882632.507 +256.610s [fw-irda] [fw-beacon]
1779882632.667 +256.770s [fw-irda] [fw-beacon]
1779882632.828 +256.931s [fw-irda] [fw-beacon]
1779882632.992 +257.095s [fw-irda] [fw-beacon]
1779882633.153 +257.255s [fw-irda] [fw-beacon]
1779882633.306 +257.409s [fw-irda] [fw-beacon]
1779882633.460 +257.563s [fw-irda] [fw-beacon]
1779882633.619 +257.722s [fw-irda] [fw-beacon]
1779882633.785 +257.888s [fw-irda] [fw-beacon]
1779882633.943 +258.045s [fw-irda] [fw-beacon]
1779882634.102 +258.205s [fw-irda] [fw-beacon]
1779882634.263 +258.366s [fw-irda] [fw-beacon]
1779882634.416 +258.518s [fw-irda] [fw-beacon]
1779882634.571 +258.674s [fw-irda] [fw-beacon]
1779882634.724 +258.827s [fw-irda] [fw-beacon]
1779882634.882 +258.985s [fw-irda] [fw-beacon]
1779882635.041 +259.144s [fw-irda] [fw-beacon]
1779882635.200 +259.303s [fw-irda] [fw-beacon]
1779882635.359 +259.462s [fw-irda] [fw-beacon]
1779882635.520 +259.622s [fw-irda] [fw-beacon]
1779882635.681 +259.784s [fw-irda] [fw-beacon]
1779882635.840 +259.943s [fw-irda] [fw-beacon]
1779882635.995 +260.098s [fw-irda] [fw-beacon]
1779882636.149 +260.252s [fw-irda] [fw-beacon]
1779882636.304 +260.407s [fw-irda] [fw-beacon]
1779882636.468 +260.570s [fw-irda] [fw-beacon]
1779882636.624 +260.727s [fw-irda] [fw-beacon]
1779882636.780 +260.883s [fw-irda] [fw-beacon]
1779882636.936 +261.039s [fw-irda] [fw-beacon]
1779882637.089 +261.192s [fw-irda] [fw-beacon]
1779882637.243 +261.346s [fw-irda] [fw-beacon]
1779882637.402 +261.504s [fw-irda] [fw-beacon]
1779882637.557 +261.660s [fw-irda] [fw-beacon]
1779882637.713 +261.816s [fw-irda] [fw-beacon]
1779882637.875 +261.977s [fw-irda] [fw-beacon]
1779882638.036 +262.139s [fw-irda] [fw-beacon]
1779882638.193 +262.296s [fw-irda] [fw-beacon]
1779882638.345 +262.448s [fw-irda] [fw-beacon]
1779882638.504 +262.606s [fw-irda] [fw-beacon]
1779882638.662 +262.765s [fw-irda] [fw-beacon]
1779882638.819 +262.922s [fw-irda] [fw-beacon]
1779882638.976 +263.079s [fw-irda] [fw-beacon]
1779882639.130 +263.233s [fw-irda] [fw-beacon]
1779882639.283 +263.386s [fw-irda] [fw-beacon]
1779882639.442 +263.545s [fw-irda] [fw-beacon]
1779882639.597 +263.699s [fw-irda] [fw-beacon]
1779882639.753 +263.856s [fw-irda] [fw-beacon]
1779882639.911 +264.014s [fw-irda] [fw-beacon]
1779882640.067 +264.170s [fw-irda] [fw-beacon]
1779882640.221 +264.324s [fw-irda] [fw-beacon]
1779882640.377 +264.480s [fw-irda] [fw-beacon]
1779882640.536 +264.639s [fw-irda] [fw-beacon]
1779882640.698 +264.801s [fw-irda] [fw-beacon]
1779882640.858 +264.961s [fw-irda] [fw-beacon]
1779882641.019 +265.121s [fw-irda] [fw-beacon]
1779882641.176 +265.279s [fw-irda] [fw-beacon]
1779882641.332 +265.435s [fw-irda] [fw-beacon]
1779882641.486 +265.589s [fw-irda] [fw-beacon]
1779882641.643 +265.746s [fw-irda] [fw-beacon]
1779882641.801 +265.904s [fw-irda] [fw-beacon]
1779882641.959 +266.062s [fw-irda] [fw-beacon]
1779882642.113 +266.216s [fw-irda] [fw-beacon]
1779882642.268 +266.371s [fw-irda] [fw-beacon]
1779882642.420 +266.523s [fw-irda] [fw-beacon]
1779882642.588 +266.690s [fw-irda] [fw-beacon]
1779882642.747 +266.850s [fw-irda] [fw-beacon]
1779882642.906 +267.009s [fw-irda] [fw-beacon]
1779882643.066 +267.168s [fw-irda] [fw-beacon]
1779882643.225 +267.328s [fw-irda] [fw-beacon]
1779882643.379 +267.482s [fw-irda] [fw-beacon]
1779882643.534 +267.637s [fw-irda] [fw-beacon]
1779882643.689 +267.791s [fw-irda] [fw-beacon]
1779882643.845 +267.948s [fw-irda] [fw-beacon]
1779882644.004 +268.107s [fw-irda] [fw-beacon]
1779882644.164 +268.267s [fw-irda] [fw-beacon]
1779882644.324 +268.427s [fw-irda] [fw-beacon]
1779882644.489 +268.592s [fw-irda] [fw-beacon]
1779882644.649 +268.752s [fw-irda] [fw-beacon]
1779882644.807 +268.910s [fw-irda] [fw-beacon]
1779882644.964 +269.067s [fw-irda] [fw-beacon]
1779882645.118 +269.221s [fw-irda] [fw-beacon]
1779882645.274 +269.377s [fw-irda] [fw-beacon]
1779882645.434 +269.537s [fw-irda] [fw-beacon]
1779882645.593 +269.696s [fw-irda] [fw-beacon]
1779882645.752 +269.855s [fw-irda] [fw-beacon]
1779882645.913 +270.016s [fw-irda] [fw-beacon]
1779882646.071 +270.174s [fw-irda] [fw-beacon]
1779882646.224 +270.327s [fw-irda] [fw-beacon]
1779882646.381 +270.484s [fw-irda] [fw-beacon]
1779882646.540 +270.643s [fw-irda] [fw-beacon]
1779882646.700 +270.803s [fw-irda] [fw-beacon]
1779882646.866 +270.969s [fw-irda] [fw-beacon]
1779882647.025 +271.128s [fw-irda] [fw-beacon]
1779882647.185 +271.287s [fw-irda] [fw-beacon]
1779882647.338 +271.441s [fw-irda] [fw-beacon]
1779882647.493 +271.595s [fw-irda] [fw-beacon]
1779882647.644 +271.747s [fw-irda] [fw-beacon]
1779882647.805 +271.908s [fw-irda] [fw-beacon]
1779882647.967 +272.070s [fw-irda] [fw-beacon]
1779882648.125 +272.228s [fw-irda] [fw-beacon]
1779882648.284 +272.387s [fw-irda] [fw-beacon]
1779882648.445 +272.548s [fw-irda] [fw-beacon]
1779882648.605 +272.708s [fw-irda] [fw-beacon]
1779882648.767 +272.869s [fw-irda] [fw-beacon]
1779882648.920 +273.023s [fw-irda] [fw-beacon]
1779882649.075 +273.178s [fw-irda] [fw-beacon]
1779882649.233 +273.336s [fw-irda] [fw-beacon]
1779882649.393 +273.496s [fw-irda] [fw-beacon]
1779882649.552 +273.655s [fw-irda] [fw-beacon]
1779882649.712 +273.814s [fw-irda] [fw-beacon]
1779882649.869 +273.972s [fw-irda] [fw-beacon]
1779882650.025 +274.127s [fw-irda] [fw-beacon]
1779882650.177 +274.280s [fw-irda] [fw-beacon]
1779882650.332 +274.434s [fw-irda] [fw-beacon]
1779882650.489 +274.592s [fw-irda] [fw-beacon]
1779882650.648 +274.751s [fw-irda] [fw-beacon]
1779882650.807 +274.910s [fw-irda] [fw-beacon]
1779882650.968 +275.071s [fw-irda] [fw-beacon]
1779882651.130 +275.233s [fw-irda] [fw-beacon]
1779882651.290 +275.393s [fw-irda] [fw-beacon]
1779882651.450 +275.553s [fw-irda] [fw-beacon]
1779882651.602 +275.705s [fw-irda] [fw-beacon]
1779882651.758 +275.861s [fw-irda] [fw-beacon]
1779882651.914 +276.017s [fw-irda] [fw-beacon]
1779882652.074 +276.177s [fw-irda] [fw-beacon]
1779882652.235 +276.338s [fw-irda] [fw-beacon]
1779882652.394 +276.497s [fw-irda] [fw-beacon]
1779882652.555 +276.657s [fw-irda] [fw-beacon]
1779882652.709 +276.811s [fw-irda] [fw-beacon]
1779882652.861 +276.964s [fw-irda] [fw-beacon]
1779882653.019 +277.122s [fw-irda] [fw-beacon]
1779882653.180 +277.283s [fw-irda] [fw-beacon]
1779882653.339 +277.442s [fw-irda] [fw-beacon]
1779882653.497 +277.600s [fw-irda] [fw-beacon]
1779882653.656 +277.759s [fw-irda] [fw-beacon]
1779882653.812 +277.915s [fw-irda] [fw-beacon]
1779882653.964 +278.067s [fw-irda] [fw-beacon]
1779882654.124 +278.226s [fw-irda] [fw-beacon]
1779882654.283 +278.386s [fw-irda] [fw-beacon]
1779882654.442 +278.545s [fw-irda] [fw-beacon]
1779882654.602 +278.705s [fw-irda] [fw-beacon]
1779882654.762 +278.865s [fw-irda] [fw-beacon]
1779882654.917 +279.020s [fw-irda] [fw-beacon]
1779882655.071 +279.174s [fw-irda] [fw-beacon]
1779882655.229 +279.332s [fw-irda] [fw-beacon]
1779882655.391 +279.494s [fw-irda] [fw-beacon]
1779882655.553 +279.656s [fw-irda] [fw-beacon]
1779882655.712 +279.815s [fw-irda] [fw-beacon]
1779882655.870 +279.972s [fw-irda] [fw-beacon]
1779882656.024 +280.127s [fw-irda] [fw-beacon]
1779882656.177 +280.280s [fw-irda] [fw-beacon]
1779882656.336 +280.439s [fw-irda] [fw-beacon]
1779882656.495 +280.598s [fw-irda] [fw-beacon]
1779882656.656 +280.759s [fw-irda] [fw-beacon]
1779882656.816 +280.918s [fw-irda] [fw-beacon]
1779882656.977 +281.079s [fw-irda] [fw-beacon]
1779882657.131 +281.234s [fw-irda] [fw-beacon]
1779882657.285 +281.387s [fw-irda] [fw-beacon]
1779882657.444 +281.547s [fw-irda] [fw-beacon]
1779882657.602 +281.705s [fw-irda] [fw-beacon]
1779882657.761 +281.863s [fw-irda] [fw-beacon]
1779882657.928 +282.031s [fw-irda] [fw-beacon]
1779882658.088 +282.191s [fw-irda] [fw-beacon]
1779882658.241 +282.343s [fw-irda] [fw-beacon]
1779882658.396 +282.498s [fw-irda] [fw-beacon]
1779882658.553 +282.656s [fw-irda] [fw-beacon]
1779882658.713 +282.816s [fw-irda] [fw-beacon]
1779882658.873 +282.976s [fw-irda] [fw-beacon]
1779882659.032 +283.135s [fw-irda] [fw-beacon]
1779882659.191 +283.294s [fw-irda] [fw-beacon]
1779882659.345 +283.447s [fw-irda] [fw-beacon]
1779882659.497 +283.599s [fw-irda] [fw-beacon]
1779882659.652 +283.754s [fw-irda] [fw-beacon]
1779882659.817 +283.919s [fw-irda] [fw-beacon]
1779882659.975 +284.077s [fw-irda] [fw-beacon]
1779882660.135 +284.238s [fw-irda] [fw-beacon]
1779882660.296 +284.399s [fw-irda] [fw-beacon]
1779882660.456 +284.559s [fw-irda] [fw-beacon]
1779882660.614 +284.717s [fw-irda] [fw-beacon]
1779882660.773 +284.876s [fw-irda] [fw-beacon]
1779882660.929 +285.032s [fw-irda] [fw-beacon]
1779882661.081 +285.183s [fw-irda] [fw-beacon]
1779882661.241 +285.343s [fw-irda] [fw-beacon]
1779882661.400 +285.503s [fw-irda] [fw-beacon]
1779882661.559 +285.662s [fw-irda] [fw-beacon]
1779882661.718 +285.821s [fw-irda] [fw-beacon]
1779882661.876 +285.979s [fw-irda] [fw-beacon]
1779882662.031 +286.134s [fw-irda] [fw-beacon]
1779882662.185 +286.288s [fw-irda] [fw-beacon]
1779882662.344 +286.447s [fw-irda] [fw-beacon]
1779882662.502 +286.605s [fw-irda] [fw-beacon]
1779882662.662 +286.765s [fw-irda] [fw-beacon]
1779882662.822 +286.925s [fw-irda] [fw-beacon]
1779882662.983 +287.086s [fw-irda] [fw-beacon]
1779882663.134 +287.237s [fw-irda] [fw-beacon]
1779882663.298 +287.401s [fw-irda] [fw-beacon]
1779882663.457 +287.560s [fw-irda] [fw-beacon]
1779882663.617 +287.720s [fw-irda] [fw-beacon]
1779882663.778 +287.880s [fw-irda] [fw-beacon]
1779882663.938 +288.041s [fw-irda] [fw-beacon]
1779882664.104 +288.207s [fw-irda] [fw-beacon]
1779882664.258 +288.361s [fw-irda] [fw-beacon]
1779882664.412 +288.515s [fw-irda] [fw-beacon]
1779882664.568 +288.671s [fw-irda] [fw-beacon]
1779882664.729 +288.831s [fw-irda] [fw-beacon]
1779882664.888 +288.991s [fw-irda] [fw-beacon]
1779882665.046 +289.149s [fw-irda] [fw-beacon]
1779882665.206 +289.308s [fw-irda] [fw-beacon]
1779882665.363 +289.466s [fw-irda] [fw-beacon]
1779882665.514 +289.617s [fw-irda] [fw-beacon]
1779882665.668 +289.771s [fw-irda] [fw-beacon]
1779882665.824 +289.927s [fw-irda] [fw-beacon]
1779882665.984 +290.087s [fw-irda] [fw-beacon]
1779882666.144 +290.247s [fw-irda] [fw-beacon]
1779882666.302 +290.405s [fw-irda] [fw-beacon]
1779882666.462 +290.565s [fw-irda] [fw-beacon]
1779882666.622 +290.725s [fw-irda] [fw-beacon]
1779882666.784 +290.886s [fw-irda] [fw-beacon]
1779882666.942 +291.045s [fw-irda] [fw-beacon]
1779882667.097 +291.200s [fw-irda] [fw-beacon]
1779882667.252 +291.354s [fw-irda] [fw-beacon]
1779882667.412 +291.514s [fw-irda] [fw-beacon]
1779882667.571 +291.674s [fw-irda] [fw-beacon]
1779882667.732 +291.835s [fw-irda] [fw-beacon]
1779882667.891 +291.994s [fw-irda] [fw-beacon]
1779882668.047 +292.150s [fw-irda] [fw-beacon]
1779882668.204 +292.307s [fw-irda] [fw-beacon]
1779882668.358 +292.461s [fw-irda] [fw-beacon]
1779882668.524 +292.626s [fw-irda] [fw-beacon]
1779882668.684 +292.787s [fw-irda] [fw-beacon]
1779882668.843 +292.946s [fw-irda] [fw-beacon]
1779882669.004 +293.107s [fw-irda] [fw-beacon]
1779882669.161 +293.264s [fw-irda] [fw-beacon]
1779882669.314 +293.417s [fw-irda] [fw-beacon]
1779882669.469 +293.572s [fw-irda] [fw-beacon]
1779882669.627 +293.730s [fw-irda] [fw-beacon]
1779882669.788 +293.891s [fw-irda] [fw-beacon]
1779882669.949 +294.052s [fw-irda] [fw-beacon]
1779882670.110 +294.213s [fw-irda] [fw-beacon]
1779882670.265 +294.368s [fw-irda] [fw-beacon]
1779882670.421 +294.524s [fw-irda] [fw-beacon]
1779882670.575 +294.678s [fw-irda] [fw-beacon]
1779882670.736 +294.839s [fw-irda] [fw-beacon]
1779882670.896 +294.999s [fw-irda] [fw-beacon]
1779882671.057 +295.160s [fw-irda] [fw-beacon]
1779882671.214 +295.317s [fw-irda] [fw-beacon]
1779882671.369 +295.472s [fw-irda] [fw-beacon]
1779882671.522 +295.625s [fw-irda] [fw-beacon]
1779882671.678 +295.781s [fw-irda] [fw-beacon]
1779882671.832 +295.935s [fw-irda] [fw-beacon]
1779882671.992 +296.095s [fw-irda] [fw-beacon]
1779882672.149 +296.252s [fw-irda] [fw-beacon]
1779882672.307 +296.410s [fw-irda] [fw-beacon]
1779882672.463 +296.566s [fw-irda] [fw-beacon]
1779882672.618 +296.721s [fw-irda] [fw-beacon]
1779882672.783 +296.886s [fw-irda] [fw-beacon]
1779882672.937 +297.040s [fw-irda] [fw-beacon]
1779882673.089 +297.192s [fw-irda] [fw-beacon]
1779882673.244 +297.347s [fw-irda] [fw-beacon]
1779882673.397 +297.500s [fw-irda] [fw-beacon]
1779882673.559 +297.662s [fw-irda] [fw-beacon]
1779882673.718 +297.821s [fw-irda] [fw-beacon]
1779882673.875 +297.978s [fw-irda] [fw-beacon]
1779882674.031 +298.134s [fw-irda] [fw-beacon]
1779882674.188 +298.291s [fw-irda] [fw-beacon]
1779882674.345 +298.448s [fw-irda] [fw-beacon]
1779882674.499 +298.602s [fw-irda] [fw-beacon]
1779882674.653 +298.756s [fw-irda] [fw-beacon]
1779882674.805 +298.908s [fw-irda] [fw-beacon]
1779882674.962 +299.064s [fw-irda] [fw-beacon]
1779882675.118 +299.221s [fw-irda] [fw-beacon]
1779882675.274 +299.377s [fw-irda] [fw-beacon]
1779882675.430 +299.533s [fw-irda] [fw-beacon]
1779882675.586 +299.689s [fw-irda] [fw-beacon]
1779882675.744 +299.846s [fw-irda] [fw-beacon]
1779882675.896 +299.999s [fw-irda] [fw-beacon]
1779882676.051 +300.154s [fw-irda] [fw-beacon]
1779882676.206 +300.309s [fw-irda] [fw-beacon]
1779882676.362 +300.465s [fw-irda] [fw-beacon]
1779882676.519 +300.622s [fw-irda] [fw-beacon]
1779882676.677 +300.780s [fw-irda] [fw-beacon]
1779882676.834 +300.937s [fw-irda] [fw-beacon]
1779882676.988 +301.091s [fw-irda] [fw-beacon]
1779882677.144 +301.247s [fw-irda] [fw-beacon]
1779882677.304 +301.407s [fw-irda] [fw-beacon]
1779882677.461 +301.564s [fw-irda] [fw-beacon]
1779882677.620 +301.722s [fw-irda] [fw-beacon]
1779882677.779 +301.882s [fw-irda] [fw-beacon]
1779882677.937 +302.040s [fw-irda] [fw-beacon]
1779882678.089 +302.192s [fw-irda] [fw-beacon]
1779882678.245 +302.348s [fw-irda] [fw-beacon]
1779882678.401 +302.503s [fw-irda] [fw-beacon]
1779882678.557 +302.660s [fw-irda] [fw-beacon]
1779882678.714 +302.817s [fw-irda] [fw-beacon]
1779882678.872 +302.975s [fw-irda] [fw-beacon]
1779882679.025 +303.128s [fw-irda] [fw-beacon]
1779882679.186 +303.289s [fw-irda] [fw-beacon]
1779882679.344 +303.447s [fw-irda] [fw-beacon]
1779882679.506 +303.608s [fw-irda] [fw-beacon]
1779882679.667 +303.770s [fw-irda] [fw-beacon]
1779882679.828 +303.930s [fw-irda] [fw-beacon]
1779882679.988 +304.091s [fw-irda] [fw-beacon]
1779882680.143 +304.246s [fw-irda] [fw-beacon]
1779882680.299 +304.402s [fw-irda] [fw-beacon]
1779882680.452 +304.555s [fw-irda] [fw-beacon]
1779882680.606 +304.709s [fw-irda] [fw-beacon]
1779882680.763 +304.865s [fw-irda] [fw-beacon]
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (268,804 bytes, 1850 lignes)
1779882377.225 +0.002s Wed May 27 11:46:17 2026 DCC <0006> gsm48_cc.c:62 init Call Control
1779882377.225 +0.003s Wed May 27 11:46:17 2026 DRR <0001> gsm48_rr.c:7079 init Radio Ressource process
1779882377.225 +0.003s Wed May 27 11:46:17 2026 DMM <0005> gsm48_mm.c:1480 init Mobility Management process
1779882377.225 +0.003s Wed May 27 11:46:17 2026 DMM <0005> gsm48_mm.c:1197 Selecting PLMN SEARCH state, because no SIM.
1779882377.233 +0.010s Wed May 27 11:46:17 2026 DMOB <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1779882377.233 +0.011s Wed May 27 11:46:17 2026 DLGLOBAL <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DMM <0005> subscriber.c:606 (ms 1) Inserting test card (IMSI=001010001000001, Test, Test)
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DMM <0005> subscriber.c:611 -> Test card registered to 001-01-65534 (Test, Test)
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DMM <0005> subscriber.c:626 -> Test card not GPRS registered
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DMM <0005> gsm48_mm.c:5129 (ms 1) Received 'MMR_REG_REQ' event
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_SIM_INSERT' for automatic PLMN selection in state 'A0 null'
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DSUM <0010> gsm322.c:1353 Start search of last registered PLMN (mcc-001-01  Test, Test)
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DPLMN <0002> gsm322.c:1358 Use RPLMN (mcc-mnc=001-01  Test, Test)
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DPLMN <0002> gsm322.c:800 new state 'A0 null' -> 'A1 trying RPLMN'
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DSUM <0010> gsm322.c:3587 Selecting PLMN (mcc-mnc=001-01  Test, Test)
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:3595 Start stored cell selection.
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C2 stored cell selection'
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882377.235 +0.013s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882377.254 +0.031s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882377.337 +0.115s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882377.338 +0.115s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882377.338 +0.115s Wed May 27 11:46:17 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882377.551 +0.328s Wed May 27 11:46:17 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882377.551 +0.328s Wed May 27 11:46:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882377.551 +0.328s Wed May 27 11:46:17 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882377.551 +0.328s Wed May 27 11:46:17 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:531 
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C2 stored cell selection'
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:823 new state 'C2 stored cell selection' -> 'C1 normal cell selection'
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882381.552 +4.329s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882381.630 +4.408s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882381.631 +4.408s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882381.631 +4.408s Wed May 27 11:46:21 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882381.842 +4.619s Wed May 27 11:46:21 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882381.842 +4.619s Wed May 27 11:46:21 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882381.842 +4.619s Wed May 27 11:46:21 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882381.842 +4.619s Wed May 27 11:46:21 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:531 
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:823 new state 'C1 normal cell selection' -> 'C0 null'
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A1 trying RPLMN'
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:4805 MCC    |MNC    |allowed|rx-lev
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:4806 -------+-------+-------+-------
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:1141 No PLMN in list.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:1808 Select using access class 
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:1066 Not any PLMN allowable. Do limited search with RPLMN.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DPLMN <0002> gsm322.c:800 new state 'A1 trying RPLMN' -> 'A4 wait for PLMN to appear'
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:3583 Selected PLMN with limited service.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882385.842 +8.620s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882385.860 +8.638s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882385.941 +8.718s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882385.941 +8.718s Wed May 27 11:46:25 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882385.941 +8.718s Wed May 27 11:46:25 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882386.150 +8.927s Wed May 27 11:46:26 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882386.150 +8.927s Wed May 27 11:46:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882386.150 +8.927s Wed May 27 11:46:26 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882386.150 +8.927s Wed May 27 11:46:26 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:531 
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882390.150 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882390.151 +12.928s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882390.151 +12.928s Wed May 27 11:46:30 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, PLMN search
1779882390.151 +12.928s Wed May 27 11:46:30 2026 DMM <0005> gsm48_mm.c:1051 new MM IDLE state PLMN search -> no cell available
1779882390.176 +12.953s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882390.176 +12.953s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882390.176 +12.953s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882390.176 +12.954s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882390.176 +12.954s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882390.176 +12.954s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882390.176 +12.954s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882390.326 +13.104s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882390.326 +13.104s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882390.326 +13.104s Wed May 27 11:46:30 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882390.604 +13.382s Wed May 27 11:46:30 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882390.604 +13.382s Wed May 27 11:46:30 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882390.604 +13.382s Wed May 27 11:46:30 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882390.604 +13.382s Wed May 27 11:46:30 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:531 
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882394.605 +17.383s Wed May 27 11:46:34 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882394.620 +17.397s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882394.620 +17.397s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882394.620 +17.398s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882394.620 +17.398s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882394.620 +17.398s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882394.620 +17.398s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882394.620 +17.398s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882394.701 +17.479s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882394.701 +17.479s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882394.701 +17.479s Wed May 27 11:46:34 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882394.911 +17.688s Wed May 27 11:46:34 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882394.911 +17.688s Wed May 27 11:46:34 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882394.911 +17.688s Wed May 27 11:46:34 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882394.911 +17.688s Wed May 27 11:46:34 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:531 
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882398.911 +21.689s Wed May 27 11:46:38 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882398.940 +21.718s Wed May 27 11:46:38 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882399.091 +21.868s Wed May 27 11:46:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882399.091 +21.868s Wed May 27 11:46:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882399.091 +21.868s Wed May 27 11:46:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882399.339 +22.117s Wed May 27 11:46:39 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882399.339 +22.117s Wed May 27 11:46:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882399.339 +22.117s Wed May 27 11:46:39 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882399.339 +22.117s Wed May 27 11:46:39 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:531 
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882403.340 +26.118s Wed May 27 11:46:43 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882403.357 +26.134s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882403.437 +26.214s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882403.437 +26.214s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882403.437 +26.214s Wed May 27 11:46:43 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882403.646 +26.424s Wed May 27 11:46:43 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882403.646 +26.424s Wed May 27 11:46:43 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882403.646 +26.424s Wed May 27 11:46:43 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882403.646 +26.424s Wed May 27 11:46:43 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:531 
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882407.647 +30.425s Wed May 27 11:46:47 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882407.675 +30.453s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882407.802 +30.579s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882407.802 +30.579s Wed May 27 11:46:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882407.802 +30.579s Wed May 27 11:46:47 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882408.009 +30.786s Wed May 27 11:46:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882408.009 +30.786s Wed May 27 11:46:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882408.009 +30.786s Wed May 27 11:46:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882408.009 +30.786s Wed May 27 11:46:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:531 
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882412.010 +34.787s Wed May 27 11:46:52 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882412.010 +34.788s Wed May 27 11:46:52 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882412.028 +34.805s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882412.109 +34.886s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882412.109 +34.886s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882412.109 +34.886s Wed May 27 11:46:52 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882412.319 +35.096s Wed May 27 11:46:52 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882412.319 +35.096s Wed May 27 11:46:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882412.319 +35.096s Wed May 27 11:46:52 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882412.319 +35.096s Wed May 27 11:46:52 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:531 
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882416.319 +39.097s Wed May 27 11:46:56 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882416.333 +39.111s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882416.413 +39.191s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882416.413 +39.191s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882416.413 +39.191s Wed May 27 11:46:56 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882416.624 +39.402s Wed May 27 11:46:56 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882416.624 +39.402s Wed May 27 11:46:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882416.624 +39.402s Wed May 27 11:46:56 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882416.624 +39.402s Wed May 27 11:46:56 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:531 
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882420.625 +43.403s Wed May 27 11:47:00 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882420.626 +43.403s Wed May 27 11:47:00 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882420.639 +43.417s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882420.720 +43.497s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882420.720 +43.497s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882420.720 +43.497s Wed May 27 11:47:00 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882420.930 +43.707s Wed May 27 11:47:00 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882420.930 +43.707s Wed May 27 11:47:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882420.930 +43.707s Wed May 27 11:47:00 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882420.930 +43.707s Wed May 27 11:47:00 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:531 
1779882424.930 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882424.931 +47.708s Wed May 27 11:47:04 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882424.946 +47.724s Wed May 27 11:47:04 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882425.027 +47.805s Wed May 27 11:47:05 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882425.027 +47.805s Wed May 27 11:47:05 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882425.027 +47.805s Wed May 27 11:47:05 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882425.237 +48.014s Wed May 27 11:47:05 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882425.237 +48.014s Wed May 27 11:47:05 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882425.237 +48.014s Wed May 27 11:47:05 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882425.237 +48.015s Wed May 27 11:47:05 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:531 
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882429.237 +52.015s Wed May 27 11:47:09 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882429.238 +52.015s Wed May 27 11:47:09 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882429.266 +52.044s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882429.416 +52.193s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882429.416 +52.193s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882429.416 +52.193s Wed May 27 11:47:09 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882429.699 +52.476s Wed May 27 11:47:09 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882429.699 +52.476s Wed May 27 11:47:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882429.699 +52.476s Wed May 27 11:47:09 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882429.699 +52.476s Wed May 27 11:47:09 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:531 
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882433.700 +56.477s Wed May 27 11:47:13 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882433.715 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882433.716 +56.493s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882433.795 +56.572s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882433.795 +56.572s Wed May 27 11:47:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882433.795 +56.572s Wed May 27 11:47:13 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882434.004 +56.782s Wed May 27 11:47:14 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882434.004 +56.782s Wed May 27 11:47:14 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882434.004 +56.782s Wed May 27 11:47:14 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882434.004 +56.782s Wed May 27 11:47:14 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:531 
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882438.005 +60.783s Wed May 27 11:47:18 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882438.035 +60.813s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882438.185 +60.963s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882438.185 +60.963s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882438.185 +60.963s Wed May 27 11:47:18 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882438.442 +61.220s Wed May 27 11:47:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882438.442 +61.220s Wed May 27 11:47:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882438.442 +61.220s Wed May 27 11:47:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882438.442 +61.220s Wed May 27 11:47:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:531 
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882442.442 +65.220s Wed May 27 11:47:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882442.458 +65.235s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882442.539 +65.316s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882442.539 +65.316s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882442.539 +65.316s Wed May 27 11:47:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882442.749 +65.526s Wed May 27 11:47:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882442.749 +65.526s Wed May 27 11:47:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882442.749 +65.526s Wed May 27 11:47:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882442.749 +65.526s Wed May 27 11:47:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:531 
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882446.750 +69.527s Wed May 27 11:47:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882446.775 +69.553s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882446.924 +69.702s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882446.924 +69.702s Wed May 27 11:47:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882446.924 +69.702s Wed May 27 11:47:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882447.137 +69.914s Wed May 27 11:47:27 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882447.137 +69.914s Wed May 27 11:47:27 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882447.137 +69.914s Wed May 27 11:47:27 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882447.137 +69.914s Wed May 27 11:47:27 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:531 
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882451.138 +73.915s Wed May 27 11:47:31 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882451.138 +73.916s Wed May 27 11:47:31 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882451.169 +73.947s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882451.280 +74.057s Wed May 27 11:47:31 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)

[... 1150 lines truncated ...]

1779882647.048 +269.825s Wed May 27 11:50:47 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882647.048 +269.825s Wed May 27 11:50:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882647.048 +269.825s Wed May 27 11:50:47 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882647.048 +269.825s Wed May 27 11:50:47 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882651.048 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:531 
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882651.049 +273.826s Wed May 27 11:50:51 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882651.063 +273.840s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882651.063 +273.840s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882651.063 +273.840s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882651.063 +273.840s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882651.063 +273.840s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882651.063 +273.841s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882651.063 +273.841s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882651.143 +273.920s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882651.143 +273.920s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882651.143 +273.920s Wed May 27 11:50:51 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882651.353 +274.131s Wed May 27 11:50:51 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882651.353 +274.131s Wed May 27 11:50:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882651.353 +274.131s Wed May 27 11:50:51 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882651.353 +274.131s Wed May 27 11:50:51 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882655.354 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882655.354 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882655.354 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882655.354 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:531 
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882655.355 +278.132s Wed May 27 11:50:55 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882655.370 +278.147s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882655.451 +278.228s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882655.451 +278.229s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882655.451 +278.229s Wed May 27 11:50:55 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882655.661 +278.438s Wed May 27 11:50:55 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882655.661 +278.438s Wed May 27 11:50:55 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882655.661 +278.438s Wed May 27 11:50:55 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882655.661 +278.438s Wed May 27 11:50:55 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882659.662 +282.439s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:531 
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882659.662 +282.440s Wed May 27 11:50:59 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882659.681 +282.458s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882659.761 +282.539s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882659.761 +282.539s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882659.761 +282.539s Wed May 27 11:50:59 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882659.971 +282.749s Wed May 27 11:50:59 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882659.971 +282.749s Wed May 27 11:50:59 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882659.971 +282.749s Wed May 27 11:50:59 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882659.971 +282.749s Wed May 27 11:50:59 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:531 
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882663.972 +286.749s Wed May 27 11:51:03 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882663.987 +286.764s Wed May 27 11:51:03 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882664.068 +286.845s Wed May 27 11:51:04 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882664.068 +286.845s Wed May 27 11:51:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882664.068 +286.845s Wed May 27 11:51:04 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882664.371 +287.149s Wed May 27 11:51:04 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882664.371 +287.149s Wed May 27 11:51:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882664.371 +287.149s Wed May 27 11:51:04 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882664.371 +287.149s Wed May 27 11:51:04 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:531 
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882668.372 +291.149s Wed May 27 11:51:08 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882668.386 +291.163s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882668.467 +291.244s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882668.467 +291.244s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882668.467 +291.244s Wed May 27 11:51:08 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882668.679 +291.456s Wed May 27 11:51:08 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882668.679 +291.456s Wed May 27 11:51:08 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882668.679 +291.456s Wed May 27 11:51:08 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882668.679 +291.456s Wed May 27 11:51:08 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:531 
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882672.680 +295.457s Wed May 27 11:51:12 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882672.680 +295.458s Wed May 27 11:51:12 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882672.697 +295.474s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882672.775 +295.553s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882672.775 +295.553s Wed May 27 11:51:12 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882672.775 +295.553s Wed May 27 11:51:12 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882673.091 +295.869s Wed May 27 11:51:13 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882673.091 +295.869s Wed May 27 11:51:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882673.092 +295.869s Wed May 27 11:51:13 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882673.092 +295.869s Wed May 27 11:51:13 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:531 
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882677.093 +299.870s Wed May 27 11:51:17 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882677.120 +299.897s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882677.200 +299.977s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882677.200 +299.977s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882677.200 +299.977s Wed May 27 11:51:17 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882677.406 +300.184s Wed May 27 11:51:17 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882677.406 +300.184s Wed May 27 11:51:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882677.406 +300.184s Wed May 27 11:51:17 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882677.406 +300.184s Wed May 27 11:51:17 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
osmocon.log (1,002,986 bytes, 5948 lignes)
1779882376.897 +0.699s got 2 bytes from modem, data looks like: 3e 69  >i
1779882376.897 +0.699s Received ident ack from phone, sending parameter sequence
1779882376.897 +0.699s read_file(/opt/GSM/firmware/board/compal_e88/layer1.highram.bin): file_size=65236, hdr_len=0, dnload_len=65239
1779882376.897 +0.699s Received parameter ack from phone, starting download
1779882377.237 +1.039s Progress: 1%Progress: 3%Progress: 4%Progress: 6%Progress: 7%Progress: 9%Progress: 10%Progress: 12%Progress: 14%Progress: 15%Progress: 17%Progress: 18%Progress: 20%Progress: 21%Progress: 23%Progress: 25%Progress: 26%Progress: 28%Progress: 29%Progress: 31%Progress: 32%Progress: 34%Progress: 36%Progress: 37%Progress: 39%Progress: 40%Progress: 42%Progress: 43%Progress: 45%Progress: 47%Progress: 48%Progress: 50%Progress: 51%Progress: 53%Progress: 54%Progress: 56%Progress: 58%Progress: 59%Progress: 61%Progress: 62%Progress: 64%Progress: 65%Progress: 67%Progress: 69%Progress: 70%Progress: 72%Progress: 73%Progress: 75%Progress: 76%Progress: 78%Progress: 80%Progress: 81%Progress: 83%Progress: 84%Progress: 86%Progress: 87%Progress: 89%Progress: 91%Progress: 92%Progress: 94%Progress: 95%Progress: 97%Progress: 98%Progress: 100%L1CTL_RESET_REQ: FULL!L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882377.254 +1.056s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882377.255 +1.058s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882377.272 +1.075s Starting FCCH RecognitionFB0 (510:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882377.285 +1.088s FB1 (513:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882377.286 +1.088s   fn_offset=512 (fn=513 + attempt=1 + ntdma = 0)
1779882377.286 +1.089s   delay=9 (fn_offset=512 + 11 - fn=513 - 1
1779882377.287 +1.089s   scheduling next FB/SB detection task with delay 9
1779882377.336 +1.138s =>FB @ FNR 512 fn_offset=511 qbits=4908
1779882377.336 +1.138s Synchronize_TDMA
1779882377.336 +1.138s SB1 (1037:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882377.336 +1.139s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882377.336 +1.139s Synchronize_TDMA
1779882377.337 +1.139s =>FB @ FNR 1036 fn_offset=52 qbits=4908
1779882378.655 +2.457s Finished, sent 64 blocks in total
1779882378.655 +2.457s Received branch ack, your code is running now!
1779882378.655 +2.457s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882378.655 +2.457s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882378.655 +2.457s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882378.655 +2.457s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882378.655 +2.457s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882378.655 +2.457s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882378.655 +2.457s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.457s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882378.655 +2.458s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882380.084 +3.887s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882381.424 +5.227s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882381.554 +5.356s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ......L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882381.567 +5.370s Starting FCCH RecognitionFB0 (964:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882381.580 +5.383s FB1 (967:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882381.581 +5.383s   fn_offset=966 (fn=967 + attempt=1 + ntdma = 0)
1779882381.581 +5.384s   delay=9 (fn_offset=966 + 11 - fn=967 - 1
1779882381.581 +5.384s   scheduling next FB/SB detection task with delay 9
1779882381.629 +5.431s =>FB @ FNR 966 fn_offset=965 qbits=4908
1779882381.629 +5.431s Synchronize_TDMA
1779882381.629 +5.431s SB1 (1945:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882381.629 +5.432s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882381.630 +5.432s Synchronize_TDMA
1779882381.630 +5.433s =>FB @ FNR 1944 fn_offset=52 qbits=4908
1779882382.937 +6.739s ......?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882382.937 +6.739s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882382.937 +6.739s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882382.937 +6.739s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882382.937 +6.739s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882382.937 +6.739s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882382.937 +6.739s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882384.364 +8.166s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882385.703 +9.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882385.844 +9.646s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882385.844 +9.647s LOST 1877!
1779882385.861 +9.663s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882385.862 +9.664s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882385.878 +9.680s Starting FCCH RecognitionFB0 (972:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882385.890 +9.693s FB1 (975:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882385.891 +9.693s   fn_offset=974 (fn=975 + attempt=1 + ntdma = 0)
1779882385.891 +9.693s   delay=9 (fn_offset=974 + 11 - fn=975 - 1
1779882385.891 +9.694s   scheduling next FB/SB detection task with delay 9
1779882385.939 +9.741s =>FB @ FNR 974 fn_offset=973 qbits=4908
1779882385.939 +9.741s Synchronize_TDMA
1779882385.939 +9.741s SB1 (1961:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882385.940 +9.742s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882385.940 +9.743s Synchronize_TDMA
1779882385.940 +9.743s =>FB @ FNR 1960 fn_offset=52 qbits=4908
1779882387.154 +10.956s ++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882387.154 +10.956s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882387.154 +10.956s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882387.154 +10.956s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882387.154 +10.956s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882387.154 +10.956s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882387.154 +10.956s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882387.154 +10.956s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882387.154 +10.956s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882387.154 +10.956s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882387.154 +10.956s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882388.493 +12.296s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882389.914 +13.716s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882390.152 +13.954s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  .........L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882390.176 +13.979s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882390.177 +13.980s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882390.208 +14.011s Starting FCCH RecognitionFB0 (989:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882390.232 +14.034s FB1 (992:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882390.232 +14.035s   fn_offset=991 (fn=992 + attempt=1 + ntdma = 0)
1779882390.233 +14.035s   delay=9 (fn_offset=991 + 11 - fn=992 - 1
1779882390.233 +14.036s   scheduling next FB/SB detection task with delay 9
1779882390.325 +14.127s =>FB @ FNR 991 fn_offset=990 qbits=4908
1779882390.325 +14.127s Synchronize_TDMA
1779882390.325 +14.127s SB1 (1995:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882390.325 +14.127s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882390.325 +14.128s Synchronize_TDMA
1779882390.326 +14.128s =>FB @ FNR 1994 fn_offset=52 qbits=4908
1779882391.368 +15.170s ...?...I..............++++++++
1779882391.368 +15.170s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882391.368 +15.170s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882391.368 +15.170s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882391.368 +15.170s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 cb 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882391.368 +15.170s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 cf 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882391.368 +15.170s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882391.368 +15.170s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882391.368 +15.170s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882391.368 +15.170s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882391.368 +15.170s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882391.368 +15.170s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882391.368 +15.170s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882391.368 +15.170s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?

[... 5548 lines truncated (file too large : 1,002,986 bytes) ...]

1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882675.679 +299.482s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.094 +300.897s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1nb_cmd(0) and rxnb.msg != NULLL1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882677.120 +300.923s b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882677.120 +300.923s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882677.120 +300.923s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882677.120 +300.923s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882677.120 +300.923s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882677.120 +300.923s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ....PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882677.121 +300.924s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882677.137 +300.940s Starting FCCH RecognitionFB0 (972:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882677.149 +300.952s FB1 (975:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882677.150 +300.952s   fn_offset=974 (fn=975 + attempt=1 + ntdma = 0)
1779882677.150 +300.953s   delay=9 (fn_offset=974 + 11 - fn=975 - 1
1779882677.151 +300.953s   scheduling next FB/SB detection task with delay 9
1779882677.198 +301.001s =>FB @ FNR 974 fn_offset=973 qbits=4908
1779882677.198 +301.001s Synchronize_TDMA
1779882677.198 +301.001s SB1 (1961:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882677.199 +301.001s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882677.199 +301.001s Synchronize_TDMA
1779882677.199 +301.002s =>FB @ FNR 1960 fn_offset=52 qbits=4908
1779882678.600 +302.403s ....
1779882678.600 +302.403s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882678.600 +302.403s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882678.600 +302.403s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882678.600 +302.403s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882678.600 +302.403s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882678.600 +302.403s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882679.947 +303.749s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882679.947 +303.750s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
pc_hist.log (0 bytes, 0 lignes)
qemu_diag.log (2,979,845 bytes, 37120 lignes)
19:1779882374.926 +0.081s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
55:1779882374.928 +0.083s qemu-system-arm: [dsp-shunt] active — c54x emulator should be skipped, BSP DMA→DARAM should be gated. Phase 1: canned dispatch TODO. Watch /tmp/qemu.log for LATCH/DISPATCH lines.
183:1779882374.964 +0.119s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
204:1779882374.972 +0.128s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
208:1779882374.976 +0.131s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
210:1779882374.978 +0.133s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
212:1779882374.980 +0.135s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
215:1779882374.982 +0.137s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
217:1779882374.984 +0.139s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
220:1779882374.986 +0.141s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
222:1779882374.988 +0.143s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
224:1779882374.990 +0.145s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
227:1779882374.992 +0.147s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
229:1779882374.994 +0.149s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
232:1779882374.996 +0.151s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
234:1779882374.998 +0.153s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
236:1779882375.000 +0.155s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
239:1779882375.002 +0.157s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
241:1779882375.004 +0.159s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
244:1779882375.006 +0.161s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
246:1779882375.008 +0.163s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
248:1779882375.010 +0.165s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
251:1779882375.012 +0.167s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
304:1779882375.439 +0.594s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
311:1779882375.907 +1.062s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
317:1779882376.288 +1.444s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
326:1779882376.832 +1.987s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
410:1779882377.221 +2.377s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
556:1779882377.244 +2.399s [calypso-trx] ARM TASK WR [0x0008] = 1 fn=505
558:1779882377.244 +2.399s [calypso-trx] fbsb hook fired task=1 fn=505
680:1779882377.263 +2.419s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=509
681:1779882377.263 +2.419s [calypso-trx] fbsb hook fired task=5 fn=509
689:1779882377.264 +2.419s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
690:1779882377.271 +2.426s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=511 #1
695:1779882377.271 +2.427s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=511 #2
696:1779882377.271 +2.427s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=511 #3
697:1779882377.271 +2.427s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=511 #4
698:1779882377.271 +2.427s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=511 #5
699:1779882377.271 +2.427s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=511 #6
702:1779882377.276 +2.432s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=512
703:1779882377.276 +2.432s [calypso-trx] fbsb hook fired task=5 fn=512
711:1779882377.277 +2.433s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
712:1779882377.284 +2.440s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=514 #7
717:1779882377.284 +2.440s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=514 #8
718:1779882377.284 +2.440s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=514 #9
719:1779882377.284 +2.440s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=514 #10
720:1779882377.284 +2.440s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=514 #11
721:1779882377.284 +2.440s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=514 #12
726:1779882377.322 +2.477s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=523
727:1779882377.322 +2.477s [calypso-trx] fbsb hook fired task=6 fn=523
737:1779882377.326 +2.481s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=524
738:1779882377.326 +2.481s [calypso-trx] fbsb hook fired task=6 fn=524
758:1779882377.529 +2.684s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=575
759:1779882377.529 +2.684s [calypso-trx] fbsb hook fired task=24 fn=575
769:1779882377.533 +2.689s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=576
770:1779882377.533 +2.689s [calypso-trx] fbsb hook fired task=24 fn=576
778:1779882377.538 +2.693s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=577
779:1779882377.538 +2.693s [calypso-trx] fbsb hook fired task=24 fn=577
787:1779882377.542 +2.697s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=578
788:1779882377.542 +2.697s [calypso-trx] fbsb hook fired task=24 fn=578
795:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=580 #1
796:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=580 #2
797:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=580 #3
798:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=580 #4
799:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=580 #5
800:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=580 #6
801:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=580 #7
802:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=580 #8
803:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=580 #9
804:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=580 #10
805:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=580 #11
806:1779882377.550 +2.705s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=580 #12
852:1779882377.570 +2.726s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=585
853:1779882377.570 +2.726s [calypso-trx] fbsb hook fired task=24 fn=585
861:1779882377.574 +2.730s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=586
862:1779882377.574 +2.730s [calypso-trx] fbsb hook fired task=24 fn=586
870:1779882377.578 +2.734s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=587
871:1779882377.578 +2.734s [calypso-trx] fbsb hook fired task=24 fn=587
879:1779882377.582 +2.738s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=588
880:1779882377.582 +2.738s [calypso-trx] fbsb hook fired task=24 fn=588
887:1779882377.586 +2.742s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=589
888:1779882377.586 +2.742s [calypso-trx] fbsb hook fired task=24 fn=589
893:1779882377.590 +2.745s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=590 #13
894:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=590 #14
895:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=590 #15
896:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=590 #16
897:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=590 #17
898:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=590 #18
899:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=590 #19
900:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=590 #20
901:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=590 #21
902:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=590 #22
903:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=590 #23
904:1779882377.590 +2.746s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=590 #24
906:1779882377.590 +2.746s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=590
907:1779882377.590 +2.746s [calypso-trx] fbsb hook fired task=24 fn=590
915:1779882377.594 +2.750s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=591
916:1779882377.595 +2.750s [calypso-trx] fbsb hook fired task=24 fn=591
922:1779882377.599 +2.754s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=592
923:1779882377.599 +2.754s [calypso-trx] fbsb hook fired task=24 fn=592
928:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=594 #25
929:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=594 #26
930:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=594 #27
931:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=594 #28
932:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=594 #29
933:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=594 #30
934:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=594 #31
935:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=594 #32
936:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=594 #33
937:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=594 #34
938:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=594 #35
939:1779882377.607 +2.762s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=594 #36
944:1779882377.631 +2.786s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
948:1779882377.824 +2.980s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=626
949:1779882377.824 +2.980s [calypso-trx] fbsb hook fired task=24 fn=626
955:1779882377.832 +2.987s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=627
956:1779882377.832 +2.987s [calypso-trx] fbsb hook fired task=24 fn=627
962:1779882377.839 +2.995s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=628
963:1779882377.839 +2.995s [calypso-trx] fbsb hook fired task=24 fn=628
969:1779882377.847 +3.002s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=629
970:1779882377.847 +3.002s [calypso-trx] fbsb hook fired task=24 fn=629
976:1779882377.854 +3.010s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=630
977:1779882377.854 +3.010s [calypso-trx] fbsb hook fired task=24 fn=630
982:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=631 #37
983:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=631 #38
984:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=631 #39
985:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=631 #40
986:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=631 #41
987:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=631 #42
988:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=631 #43
989:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=631 #44
990:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=631 #45
991:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=631 #46
992:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=631 #47
993:1779882377.862 +3.017s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=631 #48
995:1779882377.862 +3.017s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=631
996:1779882377.862 +3.017s [calypso-trx] fbsb hook fired task=24 fn=631
1003:1779882377.870 +3.026s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=632
1004:1779882377.870 +3.026s [calypso-trx] fbsb hook fired task=24 fn=632
1010:1779882377.878 +3.033s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=633
1011:1779882377.878 +3.033s [calypso-trx] fbsb hook fired task=24 fn=633
1016:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=635 #49
1017:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=635 #50
1018:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=635 #51
1019:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=635 #52
1020:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=635 #53
1021:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=635 #54
1022:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=635 #55
1023:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=635 #56
1024:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=635 #57
1025:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=635 #58
1026:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=635 #59
1027:1779882377.893 +3.048s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=635 #60
1030:1779882377.901 +3.056s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=636
1031:1779882377.901 +3.056s [calypso-trx] fbsb hook fired task=24 fn=636
1037:1779882377.909 +3.064s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=637
1038:1779882377.909 +3.064s [calypso-trx] fbsb hook fired task=24 fn=637
1044:1779882377.916 +3.072s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=638
1045:1779882377.916 +3.072s [calypso-trx] fbsb hook fired task=24 fn=638
1052:1779882377.924 +3.079s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=639
1053:1779882377.924 +3.079s [calypso-trx] fbsb hook fired task=24 fn=639
1061:1779882377.931 +3.087s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=640
1062:1779882377.931 +3.087s [calypso-trx] fbsb hook fired task=24 fn=640
1067:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=641 #61
1068:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=641 #62
1069:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=641 #63
1070:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=641 #64
1071:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=641 #65
1072:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=641 #66
1073:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=641 #67
1074:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=641 #68
1075:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=641 #69
1076:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=641 #70
1077:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=641 #71
1078:1779882377.939 +3.094s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=641 #72
1080:1779882377.939 +3.094s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=641
1081:1779882377.939 +3.094s [calypso-trx] fbsb hook fired task=24 fn=641
1089:1779882377.947 +3.103s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=642
1090:1779882377.947 +3.103s [calypso-trx] fbsb hook fired task=24 fn=642
1096:1779882377.955 +3.110s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=643
1097:1779882377.955 +3.110s [calypso-trx] fbsb hook fired task=24 fn=643
1102:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=645 #73
1103:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=645 #74
1104:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=645 #75
1105:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=645 #76
1106:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=645 #77
1107:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=645 #78
1108:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=645 #79
1109:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=645 #80
1110:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=645 #81
1111:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=645 #82
1112:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=645 #83
1113:1779882377.970 +3.125s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=645 #84
1118:1779882378.172 +3.327s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=677
1119:1779882378.172 +3.327s [calypso-trx] fbsb hook fired task=24 fn=677
1125:1779882378.176 +3.331s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=678
1126:1779882378.176 +3.331s [calypso-trx] fbsb hook fired task=24 fn=678
1132:1779882378.180 +3.335s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=679
1133:1779882378.180 +3.335s [calypso-trx] fbsb hook fired task=24 fn=679
1139:1779882378.184 +3.339s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=680
1140:1779882378.184 +3.339s [calypso-trx] fbsb hook fired task=24 fn=680
1146:1779882378.189 +3.345s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=681
1147:1779882378.189 +3.345s [calypso-trx] fbsb hook fired task=24 fn=681
1152:1779882378.193 +3.349s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=682 #85
1153:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=682 #86
1154:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=682 #87
1155:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=682 #88
1156:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=682 #89
1157:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=682 #90
1158:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=682 #91
1159:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=682 #92
1160:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=682 #93
1161:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=682 #94
1162:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=682 #95
1163:1779882378.194 +3.349s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=682 #96
1165:1779882378.194 +3.349s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=682
1166:1779882378.194 +3.349s [calypso-trx] fbsb hook fired task=24 fn=682
1173:1779882378.198 +3.354s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=683
1174:1779882378.198 +3.354s [calypso-trx] fbsb hook fired task=24 fn=683
1180:1779882378.202 +3.358s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=684
1181:1779882378.202 +3.358s [calypso-trx] fbsb hook fired task=24 fn=684
1186:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=686 #97
1187:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=686 #98
1188:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=686 #99
1189:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=686 #100
1190:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=686 #101
1191:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=686 #102
1192:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=686 #103
1193:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=686 #104
1194:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=686 #105
1195:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=686 #106
1196:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=686 #107
1197:1779882378.210 +3.365s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=686 #108
1200:1779882378.214 +3.370s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=687
1201:1779882378.214 +3.370s [calypso-trx] fbsb hook fired task=24 fn=687
1207:1779882378.218 +3.374s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=688
1208:1779882378.218 +3.374s [calypso-trx] fbsb hook fired task=24 fn=688
1214:1779882378.222 +3.378s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=689
1215:1779882378.222 +3.378s [calypso-trx] fbsb hook fired task=24 fn=689
1221:1779882378.226 +3.382s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=690
1222:1779882378.226 +3.382s [calypso-trx] fbsb hook fired task=24 fn=690
1228:1779882378.230 +3.386s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=691
1229:1779882378.230 +3.386s [calypso-trx] fbsb hook fired task=24 fn=691
1234:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=692 #109
1235:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=692 #110
1236:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=692 #111
1237:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=692 #112
1238:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=692 #113
1239:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=692 #114
1240:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=692 #115
1241:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=692 #116
1242:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=692 #117
1243:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=692 #118
1244:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=692 #119
1245:1779882378.234 +3.390s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=692 #120
1247:1779882378.234 +3.390s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=692
1248:1779882378.234 +3.390s [calypso-trx] fbsb hook fired task=24 fn=692
1255:1779882378.239 +3.394s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=693
1256:1779882378.239 +3.394s [calypso-trx] fbsb hook fired task=24 fn=693
1262:1779882378.243 +3.398s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=694
1263:1779882378.243 +3.398s [calypso-trx] fbsb hook fired task=24 fn=694
1270:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=696 #121
1271:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=696 #122
1272:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=696 #123
1273:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=696 #124
1274:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=696 #125
1275:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=696 #126
1276:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=696 #127
1277:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=696 #128
1278:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=696 #129
1279:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=696 #130
1280:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=696 #131
1281:1779882378.251 +3.406s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=696 #132
1283:1779882378.267 +3.422s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1285:1779882378.376 +3.531s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=728
1286:1779882378.376 +3.531s [calypso-trx] fbsb hook fired task=24 fn=728
1292:1779882378.380 +3.535s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=729
1293:1779882378.380 +3.535s [calypso-trx] fbsb hook fired task=24 fn=729
1299:1779882378.383 +3.539s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=730
1300:1779882378.383 +3.539s [calypso-trx] fbsb hook fired task=24 fn=730
1306:1779882378.387 +3.543s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=731
1307:1779882378.387 +3.543s [calypso-trx] fbsb hook fired task=24 fn=731
1313:1779882378.391 +3.547s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=732
1314:1779882378.391 +3.547s [calypso-trx] fbsb hook fired task=24 fn=732
1319:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=733 #133
1320:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=733 #134
1321:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=733 #135
1322:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=733 #136
1323:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=733 #137
1324:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=733 #138
1325:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=733 #139
1326:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=733 #140
1327:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=733 #141
1328:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=733 #142
1329:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=733 #143
1330:1779882378.395 +3.551s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=733 #144
1332:1779882378.395 +3.551s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=733
1333:1779882378.395 +3.551s [calypso-trx] fbsb hook fired task=24 fn=733
1340:1779882378.400 +3.555s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=734
1341:1779882378.400 +3.555s [calypso-trx] fbsb hook fired task=24 fn=734

[... 36720 lines truncated (file too large : 2,979,845 bytes) ...]

119824:1779882679.979 +305.134s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60771
119825:1779882679.979 +305.134s [calypso-trx] fbsb hook fired task=24 fn=60771
119833:1779882680.107 +305.263s [c54x] IRQ #60800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
119836:1779882680.145 +305.301s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60805
119837:1779882680.145 +305.301s [calypso-trx] fbsb hook fired task=24 fn=60805
119842:1779882680.153 +305.308s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60806
119843:1779882680.153 +305.308s [calypso-trx] fbsb hook fired task=24 fn=60806
119848:1779882680.161 +305.316s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60807
119849:1779882680.161 +305.316s [calypso-trx] fbsb hook fired task=24 fn=60807
119854:1779882680.169 +305.324s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60808
119855:1779882680.169 +305.324s [calypso-trx] fbsb hook fired task=24 fn=60808
119860:1779882680.176 +305.332s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60809
119861:1779882680.176 +305.332s [calypso-trx] fbsb hook fired task=24 fn=60809
119866:1779882680.184 +305.339s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60810
119867:1779882680.184 +305.339s [calypso-trx] fbsb hook fired task=24 fn=60810
119873:1779882680.192 +305.347s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60811
119874:1779882680.192 +305.347s [calypso-trx] fbsb hook fired task=24 fn=60811
119879:1779882680.199 +305.355s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60812
119880:1779882680.199 +305.355s [calypso-trx] fbsb hook fired task=24 fn=60812
119886:1779882680.223 +305.378s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60815
119887:1779882680.223 +305.378s [calypso-trx] fbsb hook fired task=24 fn=60815
119892:1779882680.230 +305.386s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60816
119893:1779882680.230 +305.386s [calypso-trx] fbsb hook fired task=24 fn=60816
119898:1779882680.238 +305.393s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60817
119899:1779882680.238 +305.393s [calypso-trx] fbsb hook fired task=24 fn=60817
119904:1779882680.245 +305.401s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60818
119905:1779882680.245 +305.401s [calypso-trx] fbsb hook fired task=24 fn=60818
119910:1779882680.253 +305.408s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60819
119911:1779882680.253 +305.408s [calypso-trx] fbsb hook fired task=24 fn=60819
119916:1779882680.260 +305.416s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60820
119917:1779882680.260 +305.416s [calypso-trx] fbsb hook fired task=24 fn=60820
119923:1779882680.268 +305.424s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60821
119924:1779882680.268 +305.424s [calypso-trx] fbsb hook fired task=24 fn=60821
119930:1779882680.276 +305.431s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60822
119931:1779882680.276 +305.431s [calypso-trx] fbsb hook fired task=24 fn=60822
119941:1779882680.532 +305.688s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60856
119942:1779882680.532 +305.688s [calypso-trx] fbsb hook fired task=24 fn=60856
119947:1779882680.540 +305.695s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60857
119948:1779882680.540 +305.695s [calypso-trx] fbsb hook fired task=24 fn=60857
119953:1779882680.548 +305.703s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60858
119954:1779882680.548 +305.703s [calypso-trx] fbsb hook fired task=24 fn=60858
119959:1779882680.555 +305.711s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60859
119960:1779882680.555 +305.711s [calypso-trx] fbsb hook fired task=24 fn=60859
119965:1779882680.563 +305.718s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60860
119966:1779882680.563 +305.718s [calypso-trx] fbsb hook fired task=24 fn=60860
119971:1779882680.569 +305.724s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60861
119972:1779882680.569 +305.724s [calypso-trx] fbsb hook fired task=24 fn=60861
119978:1779882680.573 +305.729s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60862
119979:1779882680.573 +305.729s [calypso-trx] fbsb hook fired task=24 fn=60862
119984:1779882680.577 +305.733s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60863
119985:1779882680.577 +305.733s [calypso-trx] fbsb hook fired task=24 fn=60863
119991:1779882680.589 +305.744s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60866
119992:1779882680.589 +305.744s [calypso-trx] fbsb hook fired task=24 fn=60866
119997:1779882680.593 +305.748s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60867
119998:1779882680.593 +305.748s [calypso-trx] fbsb hook fired task=24 fn=60867
120003:1779882680.597 +305.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60868
120004:1779882680.597 +305.752s [calypso-trx] fbsb hook fired task=24 fn=60868
120009:1779882680.601 +305.756s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60869
120010:1779882680.601 +305.756s [calypso-trx] fbsb hook fired task=24 fn=60869
120015:1779882680.605 +305.760s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60870
120016:1779882680.605 +305.760s [calypso-trx] fbsb hook fired task=24 fn=60870
120023:1779882680.609 +305.764s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60871
120024:1779882680.609 +305.764s [calypso-trx] fbsb hook fired task=24 fn=60871
120030:1779882680.613 +305.768s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60872
120031:1779882680.613 +305.768s [calypso-trx] fbsb hook fired task=24 fn=60872
120036:1779882680.617 +305.772s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60873
120037:1779882680.617 +305.772s [calypso-trx] fbsb hook fired task=24 fn=60873
120043:1779882680.721 +305.876s [c54x] IRQ #60900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120044:1779882680.747 +305.903s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60907
120045:1779882680.747 +305.903s [calypso-trx] fbsb hook fired task=24 fn=60907
120050:1779882680.751 +305.907s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60908
120051:1779882680.751 +305.907s [calypso-trx] fbsb hook fired task=24 fn=60908
120056:1779882680.755 +305.911s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60909
120057:1779882680.755 +305.911s [calypso-trx] fbsb hook fired task=24 fn=60909
120062:1779882680.759 +305.914s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60910
120063:1779882680.759 +305.914s [calypso-trx] fbsb hook fired task=24 fn=60910
120070:1779882680.763 +305.919s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60911
120071:1779882680.763 +305.919s [calypso-trx] fbsb hook fired task=24 fn=60911
120076:1779882680.767 +305.922s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60912
120077:1779882680.767 +305.922s [calypso-trx] fbsb hook fired task=24 fn=60912
120083:1779882680.771 +305.927s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60913
120084:1779882680.771 +305.927s [calypso-trx] fbsb hook fired task=24 fn=60913
120089:1779882680.775 +305.931s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60914
120090:1779882680.775 +305.931s [calypso-trx] fbsb hook fired task=24 fn=60914
120096:1779882680.787 +305.943s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60917
120097:1779882680.787 +305.943s [calypso-trx] fbsb hook fired task=24 fn=60917
120102:1779882680.791 +305.946s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60918
120103:1779882680.791 +305.946s [calypso-trx] fbsb hook fired task=24 fn=60918
120108:1779882680.795 +305.950s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60919
120109:1779882680.795 +305.950s [calypso-trx] fbsb hook fired task=24 fn=60919
120114:1779882680.799 +305.954s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60920
120115:1779882680.799 +305.954s [calypso-trx] fbsb hook fired task=24 fn=60920
120120:1779882680.803 +305.958s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60921
120121:1779882680.803 +305.958s [calypso-trx] fbsb hook fired task=24 fn=60921
120126:1779882680.806 +305.962s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60922
120127:1779882680.806 +305.962s [calypso-trx] fbsb hook fired task=24 fn=60922
120133:1779882680.811 +305.966s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60923
120134:1779882680.811 +305.966s [calypso-trx] fbsb hook fired task=24 fn=60923
120139:1779882680.815 +305.970s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60924
120140:1779882680.815 +305.970s [calypso-trx] fbsb hook fired task=24 fn=60924
qemu_full.log (9,927,672 bytes, 120145 lignes)
1779882374.890 +0.045s char device redirected to /dev/pts/2 (label serial0)
1779882374.890 +0.045s char device redirected to /dev/pts/3 (label serial1)
1779882374.890 +0.046s [MB] === calypso_machine_init START ===
1779882374.894 +0.049s [SOC] === calypso_soc_realize START ===
1779882374.894 +0.050s [SOC] IRAM @ 0x00800000 (256 KiB) — NO alias at 0x00000000
1779882374.895 +0.050s [SOC] UART modem: chardev → serial0
1779882374.895 +0.050s ### UART PATCH ACTIVE ###
1779882374.895 +0.050s [UART:modem] realize: chardev CONNECTED
1779882374.895 +0.050s [UART:modem] handlers installed, opaque=0x5ceee8148930
1779882374.895 +0.050s [l1ctl-sock] listening on /tmp/qemu_l1ctl_disabled
1779882374.895 +0.050s ### UART PATCH ACTIVE ###
1779882374.895 +0.050s [UART:irda] realize: chardev CONNECTED
1779882374.895 +0.050s [UART:irda] handlers installed, opaque=0x5ceee814ade0
1779882374.895 +0.051s [calypso-trx] === Calypso hardware init ===
1779882374.896 +0.051s [sim] EF_IMSI loaded from /root/.osmocom/bb/mobile_group1.cfg: 001010001000001
1779882374.896 +0.051s [sim] Ki loaded from /root/.osmocom/bb/mobile_group1.cfg (16 bytes)
1779882374.896 +0.052s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779882374.925 +0.081s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779882374.926 +0.081s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
1779882374.926 +0.081s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882374.926 +0.081s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882374.926 +0.081s [c54x] BUILD-IDENT silicon-AR: AR0=0xff75 AR1=0x005f AR2=0x0813 AR3=0x0014 AR4=0x0003 AR5=0x0014 AR6=0x0000 AR7=0x0000
1779882374.926 +0.081s [c54x] BUILD-IDENT decoder-fixes: F1xx-FIRS-catch=REMOVED L3609-src-dst=FIXED F-AUDIT-v5=max-min-cmpl-rnd-roltc-fixed F2xx-ALU-block=ADDED-2026-05-25-night F3xx-INTR-mis-REMOVED-ADD-SUB-LD-ADDED 2026-05-25
1779882374.926 +0.081s [BSP] TRXD UDP listening on 0.0.0.0:6702
1779882374.926 +0.081s [BSP] d_rach offset: 0x023a (default macro — pinned 2026-05-07)
1779882374.926 +0.081s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779882374.926 +0.081s [BSP] BSP drain timer armed: 5ms virtual period (VIRTUAL clock, drift-locked)
1779882374.926 +0.081s [BSP] init dsp=0x7517a455e010 daram_addr=0x3fb0 len=296
1779882374.926 +0.081s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779882374.926 +0.081s [calypso-trx] === Hardware ready ===
1779882374.926 +0.081s [calypso-trx] CLK UDP → bridge 127.0.0.1:6700
1779882374.926 +0.081s [SOC] stub 'calypso.keypad' @ 0xfffe4800 (0x100)
1779882374.926 +0.081s [SOC] stub 'calypso.tmr6800' @ 0xfffe6800 (0x100)
1779882374.926 +0.081s [SOC] stub 'calypso.mmio_80xx' @ 0xfffe8000 (0x100)
1779882374.926 +0.082s [SOC] stub 'calypso.conf' @ 0xfffef000 (0x100)
1779882374.926 +0.082s [SOC] stub 'calypso.mmio_98xx' @ 0xffff9800 (0x100)
1779882374.926 +0.082s [SOC] stub 'calypso.dpll' @ 0xfffff000 (0x100)
1779882374.926 +0.082s [SOC] stub 'calypso.rhea' @ 0xfffff900 (0x100)
1779882374.926 +0.082s [SOC] stub 'calypso.clkm' @ 0xfffffb00 (0x100)
1779882374.927 +0.082s [SOC] stub 'calypso.mmio_fcxx' @ 0xfffffc00 (0x100)
1779882374.927 +0.082s [SOC] stub 'calypso.dio' @ 0xffffff00 (0x100)
1779882374.927 +0.082s [pcb] async log queue armed (size=4096, drain thread started)
1779882374.927 +0.082s [pcb] init OK (locks armed, IRQ table copied (none — legacy))
1779882374.927 +0.082s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779882374.927 +0.082s [SOC] === calypso_soc_realize DONE ===
1779882374.927 +0.083s [MB] XRAM @ 0x01000000 (8 MiB)
1779882374.927 +0.083s [MB] Flash: registering pflash_cfi01 @ 0x00000000
1779882374.927 +0.083s [MB]   size=4 MiB, sector=64K, width=2 (16-bit)
1779882374.927 +0.083s [MB]   mfr=0x0089 (Intel), dev=0x0018 (28F320J3)
1779882374.927 +0.083s [MB]   drive=NONE (blank 0xFF)
1779882374.927 +0.083s [MB] Flash: pflash_cfi01 registered OK
1779882374.928 +0.083s [MB] Boot ROM @ 0x00000000 (64 bytes, exception vectors)
1779882374.928 +0.083s [MB] Firmware: '/opt/GSM/firmware/board/compal_e88/layer1.highram.elf'
1779882374.928 +0.083s [MB]   entry=0x00820000  size=92308 bytes
1779882374.928 +0.083s qemu-system-arm: [dsp-shunt] active — c54x emulator should be skipped, BSP DMA→DARAM should be gated. Phase 1: canned dispatch TODO. Watch /tmp/qemu.log for LATCH/DISPATCH lines.
1779882374.928 +0.083s [MB] === Machine ready ===
1779882374.928 +0.084s [MB]   Flash:  0x00000000–0x003fffff (4 MiB pflash_cfi01)
1779882374.928 +0.084s [MB]   IRAM:   0x00800000–0x0083FFFF (256 KiB)
1779882374.928 +0.084s [MB]   XRAM:   0x01000000–0x017fffff (8 MiB)
1779882374.935 +0.090s VNC server running on ::1:5900
1779882374.935 +0.090s [kick] fire #1 vt=0 rt=18084937215526
1779882374.937 +0.093s [INTH] MASK-W LO val=0xffff  full 0x00000000 → 0x0000ffff  bit6(SIM)=1 bit7(UART)=1 levels=0x00000000
1779882374.937 +0.093s [INTH] MASK-W HI val=0xffff  full 0x0000ffff → 0xffffffff
1779882374.938 +0.093s [INTH] MASK-W LO val=0xff7f  full 0xffffffff → 0xffffff7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779882374.938 +0.094s [UART:modem] MDR1=0x07
1779882374.939 +0.094s [UART:modem] MDR1=0x00
1779882374.939 +0.094s [UART:modem] SCR=0x01
1779882374.939 +0.095s [INTH] MASK-W HI val=0xfffb  full 0xffffff7f → 0xfffbff7f
1779882374.939 +0.095s [UART:irda] MDR1=0x07
1779882374.939 +0.095s [UART:irda] MDR1=0x00
1779882374.939 +0.095s [UART:irda] SCR=0x01
1779882374.940 +0.095s [INTH] IRQ_NUM=18 (#1) levels=0x00040000 mask=0xfffbff7f
1779882374.940 +0.095s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882374.940 +0.096s [kick] fire #2 vt=0 rt=18084942569202
1779882374.941 +0.096s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882374.941 +0.096s [INTH] MASK-W LO val=0xfd7f  full 0xfffbff7f → 0xfffbfd7f  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779882374.941 +0.096s [INTH] MASK-W LO val=0xfd7b  full 0xfffbfd7f → 0xfffbfd7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779882374.942 +0.097s [INTH] MASK-W LO val=0xfc7b  full 0xfffbfd7b → 0xfffbfc7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779882374.942 +0.098s [INTH] MASK-W LO val=0xec7b  full 0xfffbfc7b → 0xfffbec7b  bit6(SIM)=1 bit7(UART)=0 levels=0x00000000
1779882374.942 +0.098s [INTH] MASK-W HI val=0xfff9  full 0xfffbec7b → 0xfff9ec7b
1779882374.943 +0.099s [INTH] IRQ7 dispatch #1 (total=2) levels=0x00000080 mask=0xfff9ec7b
1779882374.943 +0.099s [INTH] IRQ_NUM=7 (#2) levels=0x00000080 mask=0xfff9ec7b
1779882374.945 +0.100s [INTH] IRQ7 dispatch #2 (total=3) levels=0x00000080 mask=0xfff9ec7b
1779882374.945 +0.100s [INTH] IRQ_NUM=7 (#3) levels=0x00000080 mask=0xfff9ec7b
1779882374.945 +0.101s [kick] fire #3 vt=719720 rt=18084947627358
1779882374.946 +0.101s [INTH] IRQ7 dispatch #3 (total=4) levels=0x00000080 mask=0xfff9ec7b
1779882374.946 +0.101s [INTH] IRQ_NUM=7 (#4) levels=0x00000080 mask=0xfff9ec7b
1779882374.946 +0.101s [INTH] IRQ7 dispatch #4 (total=5) levels=0x00000080 mask=0xfff9ec7b
1779882374.946 +0.101s [INTH] IRQ_NUM=7 (#5) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.102s [INTH] IRQ7 dispatch #5 (total=6) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.102s [INTH] IRQ_NUM=7 (#6) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.103s [INTH] IRQ7 dispatch #6 (total=7) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.103s [INTH] IRQ_NUM=7 (#7) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.103s [INTH] IRQ7 dispatch #7 (total=8) levels=0x00000080 mask=0xfff9ec7b
1779882374.947 +0.103s [INTH] IRQ_NUM=7 (#8) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.103s [INTH] IRQ7 dispatch #8 (total=9) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.103s [INTH] IRQ_NUM=7 (#9) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.103s [INTH] IRQ7 dispatch #9 (total=10) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.103s [INTH] IRQ_NUM=7 (#10) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.104s [INTH] IRQ7 dispatch #10 (total=11) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.104s [INTH] IRQ_NUM=7 (#11) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.104s [INTH] IRQ7 dispatch #11 (total=12) levels=0x00000080 mask=0xfff9ec7b
1779882374.948 +0.104s [INTH] IRQ_NUM=7 (#12) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.104s [INTH] IRQ7 dispatch #12 (total=13) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.105s [INTH] IRQ_NUM=7 (#13) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.105s [INTH] IRQ7 dispatch #13 (total=14) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.105s [INTH] IRQ_NUM=7 (#14) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.105s [INTH] IRQ7 dispatch #14 (total=15) levels=0x00000080 mask=0xfff9ec7b
1779882374.949 +0.105s [INTH] IRQ_NUM=7 (#15) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ7 dispatch #15 (total=16) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ_NUM=7 (#16) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ7 dispatch #16 (total=17) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ_NUM=7 (#17) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ7 dispatch #17 (total=18) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.105s [INTH] IRQ_NUM=7 (#18) levels=0x00000080 mask=0xfff9ec7b
1779882374.950 +0.106s [kick] fire #4 vt=1508344 rt=18084952658052
1779882374.953 +0.108s [INTH] MASK-W LO val=0xec3b  full 0xfff9ec7b → 0xfff9ec3b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779882374.953 +0.108s [INTH] IRQ7 dispatch #18 (total=19) levels=0x00000080 mask=0xfff9ec3b
1779882374.953 +0.108s [INTH] IRQ_NUM=7 (#19) levels=0x00000080 mask=0xfff9ec3b
1779882374.954 +0.110s [sim] CMDSTART → ATR delivered (synchronous)
1779882374.954 +0.110s [sim] ATR queued (4 bytes)
1779882374.954 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779882374.954 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779882374.954 +0.110s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779882374.954 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=4
1779882374.954 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.954 +0.110s [sim] SIM_IT read=0x0010 rx_count=4 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x751760069249
1779882374.954 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779882374.954 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779882374.955 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=3
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [sim] SIM_IT read=0x0010 rx_count=3 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x751760069249
1779882374.955 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779882374.955 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=2
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [sim] SIM_IT read=0x0010 rx_count=2 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x751760069249
1779882374.955 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779882374.955 +0.110s [sim] IRQ RAISE  IT=0x0010 MASKIT=0x0000 rx_count=1
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.110s [sim] SIM_IT read=0x0010 rx_count=1 edge_cleared=0x0000 post_it=0x0010 mem_io_pc=0x751760069249
1779882374.955 +0.110s [sim] IRQ lower  IT=0x0000 MASKIT=0x0000 rx_count=0
1779882374.955 +0.110s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.955 +0.111s [kick] fire #5 vt=14724776 rt=18084957684663
1779882374.956 +0.111s [sim] IRQ lower  IT=0x0000 MASKIT=0xffed rx_count=0
1779882374.956 +0.111s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779882374.957 +0.112s [sim] WT timeout fired (RX FIFO empty)
1779882374.957 +0.112s [sim] IRQ RAISE  IT=0x0002 MASKIT=0xffed rx_count=0
1779882374.957 +0.112s [INTH] LINE-SET sim(6) level=1  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000000  ilr[6]=0x1ffc
1779882374.957 +0.112s [INTH] FIQ_NUM=6 read levels=0x00000040 mask=0xfff9ec3b
1779882374.957 +0.112s [sim] IRQ lower  IT=0x0000 MASKIT=0xffed rx_count=0
1779882374.957 +0.112s [INTH] LINE-SET sim(6) level=0  mask=0xfff9ec3b  bit6_masked=0  prev_levels=0x00000040  ilr[6]=0x1ffc
1779882374.957 +0.112s [sim] SIM_IT read=0x0002 rx_count=0 edge_cleared=0x0002 post_it=0x0000 mem_io_pc=0x751760069249
1779882374.957 +0.112s [INTH] IRQ7 dispatch #19 (total=20) levels=0x00000080 mask=0xfff9ec3b
1779882374.957 +0.112s [INTH] IRQ_NUM=7 (#20) levels=0x00000080 mask=0xfff9ec3b
1779882374.957 +0.113s [INTH] IRQ7 dispatch #20 (total=21) levels=0x00000080 mask=0xfff9ec3b
1779882374.958 +0.113s [INTH] MASK-W LO val=0xec2b  full 0xfff9ec3b → 0xfff9ec2b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779882374.959 +0.114s [calypso-trx] BL ARM WR BL_ADDR_HI [arm=0x0ff8 dsp_word=0x0ffc] = 0x0000 sz=2 fn=0
1779882374.959 +0.114s [calypso-trx] BL ARM WR BL_SIZE [arm=0x0ffa dsp_word=0x0ffd] = 0x0000 sz=2 fn=0
1779882374.959 +0.114s [calypso-trx] BL ARM WR BL_ADDR_LO [arm=0x0ffc dsp_word=0x0ffe] = 0x0000 sz=2 fn=0
1779882374.959 +0.114s [calypso-trx] BL ARM WR BL_CMD_STATUS [arm=0x0ffe dsp_word=0x0fff] = 0x0000 sz=2 fn=0
1779882374.959 +0.114s [calypso-trx] DSP reset
1779882374.960 +0.116s [INTH] IRQ7 dispatch #21 (total=22) levels=0x00000080 mask=0xfff9ec2b
1779882374.960 +0.116s [kick] fire #6 vt=19598776 rt=18084962708770
1779882374.961 +0.116s [INTH] IRQ7 dispatch #22 (total=23) levels=0x00000080 mask=0xfff9ec2b
1779882374.962 +0.118s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1779882374.962 +0.118s [calypso-trx] DSP boot ver=0x3606
1779882374.962 +0.118s [INTH] IRQ7 dispatch #23 (total=24) levels=0x00000080 mask=0xfff9ec2b
1779882374.963 +0.118s [INTH] IRQ7 dispatch #24 (total=25) levels=0x00000080 mask=0xfff9ec2b
1779882374.963 +0.119s [INTH] IRQ7 dispatch #25 (total=26) levels=0x00000080 mask=0xfff9ec2b
1779882374.963 +0.119s [INTH] IRQ7 dispatch #26 (total=27) levels=0x00000080 mask=0xfff9ec2b
1779882374.964 +0.119s [INTH] IRQ7 dispatch #27 (total=28) levels=0x00000080 mask=0xfff9ec2b
1779882374.964 +0.119s [calypso-trx] BL ARM WR BL_ADDR_HI [arm=0x0ff8 dsp_word=0x0ffc] = 0x0000 sz=2 fn=0
1779882374.964 +0.119s [calypso-trx] BL ARM WR BL_ADDR_LO [arm=0x0ffc dsp_word=0x0ffe] = 0x7000 sz=2 fn=0
1779882374.964 +0.119s [calypso-trx] BL ARM WR BL_SIZE [arm=0x0ffa dsp_word=0x0ffd] = 0x0000 sz=2 fn=0
1779882374.964 +0.119s [calypso-trx] BL ARM WR BL_CMD_STATUS [arm=0x0ffe dsp_word=0x0fff] = 0x0002 sz=2 fn=0
1779882374.964 +0.119s [INTH] MASK-W LO val=0x6c2b  full 0xfff9ec2b → 0xfff96c2b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779882374.964 +0.119s [calypso-trx] DSP ready — unmasked API IRQ (mask=0x6c2b)
1779882374.964 +0.119s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
1779882374.964 +0.119s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882374.964 +0.119s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882374.964 +0.119s [c54x] BUILD-IDENT silicon-AR: AR0=0xff75 AR1=0x005f AR2=0x0813 AR3=0x0014 AR4=0x0003 AR5=0x0014 AR6=0x0000 AR7=0x0000
1779882374.964 +0.119s [c54x] BUILD-IDENT decoder-fixes: F1xx-FIRS-catch=REMOVED L3609-src-dst=FIXED F-AUDIT-v5=max-min-cmpl-rnd-roltc-fixed F2xx-ALU-block=ADDED-2026-05-25-night F3xx-INTR-mis-REMOVED-ADD-SUB-LD-ADDED 2026-05-25
1779882374.964 +0.119s [calypso-trx] C54x DSP reset — boot via TDMA ticks
1779882374.964 +0.119s [INTH] IRQ7 dispatch #28 (total=29) levels=0x00000080 mask=0xfff96c2b
1779882374.964 +0.120s [INTH] IRQ7 dispatch #29 (total=30) levels=0x00000080 mask=0xfff96c2b
1779882374.966 +0.121s [kick] fire #7 vt=28171536 rt=18084967729281
1779882374.968 +0.124s [calypso-trx] TPU_CTRL WR val=0x0081 (EN=0 DSP_EN=0) fn=0
1779882374.968 +0.124s [calypso-trx] TPU_CTRL WR val=0x0481 (EN=0 DSP_EN=0) fn=0
1779882374.969 +0.124s [calypso-trx] TPU_CTRL WR val=0x0400 (EN=0 DSP_EN=0) fn=0
1779882374.969 +0.124s [calypso-trx] INT_CTRL WR val=0x07 (MCU_FRAME=1 DSP_FRAME=1 DSP_FORCE=0) fn=0
1779882374.969 +0.125s [calypso-trx] TPU_CTRL WR val=0x0404 (EN=1 DSP_EN=0) fn=0
1779882374.969 +0.125s [INTH] MASK-W LO val=0x6e2b  full 0xfff96c2b → 0xfff96e2b  bit6(SIM)=0 bit7(UART)=0 levels=0x00000000
1779882374.970 +0.125s [INTH] IRQ7 dispatch #30 (total=32) levels=0x00000080 mask=0xfff96e2b
1779882374.970 +0.125s [l1ctl-sock] TX→mobile: dlci=5 len=8 type=0x07
1779882374.970 +0.125s [calypso-trx] INT_CTRL WR val=0x02 (MCU_FRAME=0 DSP_FRAME=0 DSP_FORCE=0) fn=0
1779882374.970 +0.125s [calypso-trx] TDMA started
1779882374.971 +0.126s [kick] fire #8 vt=28722728 rt=18084972760014
1779882374.972 +0.128s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1779882374.972 +0.128s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.972 +0.128s [rearm-fix] entry_t=32887128 target=37502128 now=32887128 gap_to_now=4615000 skipped=0
1779882374.973 +0.129s [INTH] IRQ7 dispatch #31 (total=34) levels=0x00000080 mask=0xfff96e2b
1779882374.976 +0.131s [kick] fire #9 vt=37198632 rt=18084977803642
1779882374.976 +0.131s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.976 +0.131s [rearm-fix] entry_t=37502128 target=42117128 now=37502128 gap_to_now=4615000 skipped=0
1779882374.978 +0.133s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.978 +0.133s [rearm-fix] entry_t=42117128 target=46732128 now=42117128 gap_to_now=4615000 skipped=0
1779882374.980 +0.135s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.980 +0.135s [rearm-fix] entry_t=46732128 target=51347128 now=46732128 gap_to_now=4615000 skipped=0
1779882374.981 +0.136s [kick] fire #10 vt=48679200 rt=18084982836278
1779882374.982 +0.137s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.982 +0.137s [rearm-fix] entry_t=51347128 target=55962128 now=51347128 gap_to_now=4615000 skipped=0
1779882374.984 +0.139s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.984 +0.139s [rearm-fix] entry_t=55962128 target=60577128 now=55962128 gap_to_now=4615000 skipped=0
1779882374.986 +0.141s [kick] fire #11 vt=60545856 rt=18084987860778
1779882374.986 +0.141s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.986 +0.141s [rearm-fix] entry_t=60577128 target=65192128 now=60577128 gap_to_now=4615000 skipped=0
1779882374.988 +0.143s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.988 +0.143s [rearm-fix] entry_t=65192128 target=69807128 now=65192128 gap_to_now=4615000 skipped=0
1779882374.990 +0.145s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.990 +0.145s [rearm-fix] entry_t=69807128 target=74422128 now=69807128 gap_to_now=4615000 skipped=0
1779882374.991 +0.146s [kick] fire #12 vt=71967208 rt=18084992889038
1779882374.992 +0.147s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.992 +0.147s [rearm-fix] entry_t=74422128 target=79037128 now=74422128 gap_to_now=4615000 skipped=0
1779882374.994 +0.149s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.994 +0.149s [rearm-fix] entry_t=79037128 target=83652128 now=79037128 gap_to_now=4615000 skipped=0
1779882374.996 +0.151s [kick] fire #13 vt=83480360 rt=18084998026566
1779882374.996 +0.151s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.996 +0.151s [rearm-fix] entry_t=83652128 target=88267128 now=83652128 gap_to_now=4615000 skipped=0
1779882374.998 +0.153s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882374.998 +0.153s [rearm-fix] entry_t=88267128 target=92882128 now=88267128 gap_to_now=4615000 skipped=0
1779882375.000 +0.155s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.000 +0.156s [rearm-fix] entry_t=92882128 target=97497128 now=92882128 gap_to_now=4615000 skipped=0
1779882375.001 +0.156s [kick] fire #14 vt=94698280 rt=18085003055355
1779882375.002 +0.157s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.002 +0.157s [rearm-fix] entry_t=97497128 target=102112128 now=97497128 gap_to_now=4615000 skipped=0
1779882375.004 +0.159s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.004 +0.159s [rearm-fix] entry_t=102112128 target=106727128 now=102112128 gap_to_now=4615000 skipped=0
1779882375.006 +0.161s [kick] fire #15 vt=106515208 rt=18085008091651
1779882375.006 +0.161s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.006 +0.162s [rearm-fix] entry_t=106727128 target=111342128 now=106727128 gap_to_now=4615000 skipped=0
1779882375.008 +0.163s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.008 +0.163s [rearm-fix] entry_t=111342128 target=115957128 now=111342128 gap_to_now=4615000 skipped=0
1779882375.010 +0.165s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.010 +0.165s [rearm-fix] entry_t=115957128 target=120572128 now=115957128 gap_to_now=4615000 skipped=0
1779882375.011 +0.166s [kick] fire #16 vt=118285176 rt=18085013119126
1779882375.012 +0.167s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882375.012 +0.167s [rearm-fix] entry_t=120572128 target=125187128 now=120572128 gap_to_now=4615000 skipped=0
1779882375.014 +0.169s [rearm-fix] entry_t=125187128 target=129802128 now=125187128 gap_to_now=4615000 skipped=0
1779882375.016 +0.171s [rearm-fix] entry_t=129802128 target=134417128 now=129802128 gap_to_now=4615000 skipped=0
1779882375.016 +0.171s [kick] fire #17 vt=129922336 rt=18085018203467
1779882375.018 +0.173s [rearm-fix] entry_t=134417128 target=139032128 now=134417128 gap_to_now=4615000 skipped=0
1779882375.020 +0.175s [rearm-fix] entry_t=139032128 target=143647128 now=139032128 gap_to_now=4615000 skipped=0
1779882375.021 +0.176s [kick] fire #18 vt=141670432 rt=18085023283509
1779882375.022 +0.177s [rearm-fix] entry_t=143647128 target=148262128 now=143647128 gap_to_now=4615000 skipped=0
1779882375.024 +0.179s [rearm-fix] entry_t=148262128 target=152877128 now=148262128 gap_to_now=4615000 skipped=0
1779882375.026 +0.181s [rearm-fix] entry_t=152877128 target=157492128 now=152877128 gap_to_now=4615000 skipped=0
1779882375.026 +0.181s [kick] fire #19 vt=153394784 rt=18085028314327
1779882375.028 +0.183s [rearm-fix] entry_t=157492128 target=162107128 now=157492128 gap_to_now=4615000 skipped=0
1779882375.030 +0.185s [rearm-fix] entry_t=162107128 target=166722128 now=162107128 gap_to_now=4615000 skipped=0
1779882375.031 +0.187s [kick] fire #20 vt=165278808 rt=18085033343852
1779882375.032 +0.187s [rearm-fix] entry_t=166722128 target=171337128 now=166722128 gap_to_now=4615000 skipped=0
1779882375.034 +0.189s [rearm-fix] entry_t=171337128 target=175952128 now=171337128 gap_to_now=4615000 skipped=0
1779882375.036 +0.191s [rearm-fix] entry_t=175952128 target=180567128 now=175952128 gap_to_now=4615000 skipped=0
1779882375.036 +0.192s [kick] fire #21 vt=177100472 rt=18085038365669
1779882375.038 +0.193s [rearm-fix] entry_t=180567128 target=185182128 now=180567128 gap_to_now=4615000 skipped=0
1779882375.040 +0.195s [rearm-fix] entry_t=185182128 target=189797128 now=185182128 gap_to_now=4615000 skipped=0
1779882375.041 +0.197s [kick] fire #22 vt=189041944 rt=18085043421717
1779882375.042 +0.197s [rearm-fix] entry_t=189797128 target=194412128 now=189797128 gap_to_now=4615000 skipped=0
1779882375.044 +0.199s [rearm-fix] entry_t=194412128 target=199027128 now=194412128 gap_to_now=4615000 skipped=0
1779882375.046 +0.201s [rearm-fix] entry_t=199027128 target=203642128 now=199027128 gap_to_now=4615000 skipped=0
1779882375.046 +0.202s [kick] fire #23 vt=200374124 rt=18085048449472
1779882375.049 +0.204s [rearm-fix] entry_t=203642128 target=208257128 now=203642128 gap_to_now=4615000 skipped=0
1779882375.051 +0.207s [kick] fire #24 vt=206128720 rt=18085053476310
1779882375.053 +0.209s [rearm-fix] entry_t=208257128 target=212872128 now=208257128 gap_to_now=4615000 skipped=0
1779882375.056 +0.212s [kick] fire #25 vt=211162852 rt=18085058530842
1779882375.058 +0.213s [rearm-fix] entry_t=212872128 target=217487128 now=212872128 gap_to_now=4615000 skipped=0
1779882375.061 +0.217s [kick] fire #26 vt=217078104 rt=18085063547476
1779882375.062 +0.217s [rearm-fix] entry_t=217487128 target=222102128 now=217487128 gap_to_now=4615000 skipped=0
1779882375.066 +0.221s [rearm-fix] entry_t=222102128 target=226717128 now=222102128 gap_to_now=4615000 skipped=0
1779882375.066 +0.222s [kick] fire #27 vt=223082684 rt=18085068567009
1779882375.069 +0.225s [rearm-fix] entry_t=226717128 target=231332128 now=226717128 gap_to_now=4615000 skipped=0
1779882375.071 +0.227s [kick] fire #28 vt=229146496 rt=18085073585391
1779882375.073 +0.229s [rearm-fix] entry_t=231332128 target=235947128 now=231332128 gap_to_now=4615000 skipped=0
1779882375.076 +0.232s [kick] fire #29 vt=235260524 rt=18085078597449
1779882375.077 +0.232s [rearm-fix] entry_t=235947128 target=240562128 now=235947128 gap_to_now=4615000 skipped=0
1779882375.081 +0.236s [rearm-fix] entry_t=240562128 target=245177128 now=240562128 gap_to_now=4615000 skipped=0
1779882375.081 +0.237s [kick] fire #30 vt=241303836 rt=18085083609100
1779882375.085 +0.240s [rearm-fix] entry_t=245177128 target=249792128 now=245177128 gap_to_now=4615000 skipped=0
1779882375.088 +0.244s [rearm-fix] entry_t=249792128 target=254407128 now=249792128 gap_to_now=4615000 skipped=0
1779882375.092 +0.248s [rearm-fix] entry_t=254407128 target=259022128 now=254407128 gap_to_now=4615000 skipped=0
1779882375.096 +0.251s [rearm-fix] entry_t=259022128 target=263637128 now=259022128 gap_to_now=4615000 skipped=0
1779882375.131 +0.286s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882375.131 +0.286s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882375.183 +0.339s [INTH] IRQ_NUM=4 (#100) levels=0x00000002 mask=0xfff96e2b
1779882375.283 +0.438s [UART:irda] IER=0x02 (RX=0 TX=1)

[... 119745 lines truncated (file too large : 9,927,672 bytes) ...]

1779882680.747 +305.903s [calypso-fbsb] on_dsp_task_change task=24 fn=60907 state=5
1779882680.747 +305.903s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.747 +305.903s [iota] WARN pending queue full, dropping oldest
1779882680.748 +305.904s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.751 +305.907s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60908
1779882680.751 +305.907s [calypso-trx] fbsb hook fired task=24 fn=60908
1779882680.751 +305.907s [calypso-fbsb] on_dsp_task_change task=24 fn=60908 state=5
1779882680.751 +305.907s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.751 +305.907s [iota] WARN pending queue full, dropping oldest
1779882680.752 +305.908s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.755 +305.911s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60909
1779882680.755 +305.911s [calypso-trx] fbsb hook fired task=24 fn=60909
1779882680.755 +305.911s [calypso-fbsb] on_dsp_task_change task=24 fn=60909 state=5
1779882680.755 +305.911s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.755 +305.911s [iota] WARN pending queue full, dropping oldest
1779882680.756 +305.911s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.759 +305.914s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60910
1779882680.759 +305.914s [calypso-trx] fbsb hook fired task=24 fn=60910
1779882680.759 +305.914s [calypso-fbsb] on_dsp_task_change task=24 fn=60910 state=5
1779882680.759 +305.914s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.759 +305.914s [iota] WARN pending queue full, dropping oldest
1779882680.760 +305.915s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.763 +305.918s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882680.763 +305.918s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882680.763 +305.919s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60911
1779882680.763 +305.919s [calypso-trx] fbsb hook fired task=24 fn=60911
1779882680.763 +305.919s [calypso-fbsb] on_dsp_task_change task=24 fn=60911 state=5
1779882680.763 +305.919s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.763 +305.919s [iota] WARN pending queue full, dropping oldest
1779882680.764 +305.919s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.767 +305.922s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60912
1779882680.767 +305.922s [calypso-trx] fbsb hook fired task=24 fn=60912
1779882680.767 +305.922s [calypso-fbsb] on_dsp_task_change task=24 fn=60912 state=5
1779882680.767 +305.922s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.767 +305.922s [iota] WARN pending queue full, dropping oldest
1779882680.768 +305.923s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.768 +305.924s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.771 +305.927s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60913
1779882680.771 +305.927s [calypso-trx] fbsb hook fired task=24 fn=60913
1779882680.771 +305.927s [calypso-fbsb] on_dsp_task_change task=24 fn=60913 state=5
1779882680.771 +305.927s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.771 +305.927s [iota] WARN pending queue full, dropping oldest
1779882680.772 +305.928s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.775 +305.931s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60914
1779882680.775 +305.931s [calypso-trx] fbsb hook fired task=24 fn=60914
1779882680.775 +305.931s [calypso-fbsb] on_dsp_task_change task=24 fn=60914 state=5
1779882680.775 +305.931s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.775 +305.931s [iota] WARN pending queue full, dropping oldest
1779882680.776 +305.931s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.783 +305.939s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.787 +305.943s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60917
1779882680.787 +305.943s [calypso-trx] fbsb hook fired task=24 fn=60917
1779882680.787 +305.943s [calypso-fbsb] on_dsp_task_change task=24 fn=60917 state=5
1779882680.787 +305.943s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.787 +305.943s [iota] WARN pending queue full, dropping oldest
1779882680.788 +305.943s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.791 +305.946s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60918
1779882680.791 +305.946s [calypso-trx] fbsb hook fired task=24 fn=60918
1779882680.791 +305.946s [calypso-fbsb] on_dsp_task_change task=24 fn=60918 state=5
1779882680.791 +305.946s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.791 +305.946s [iota] WARN pending queue full, dropping oldest
1779882680.792 +305.947s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.795 +305.950s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60919
1779882680.795 +305.950s [calypso-trx] fbsb hook fired task=24 fn=60919
1779882680.795 +305.950s [calypso-fbsb] on_dsp_task_change task=24 fn=60919 state=5
1779882680.795 +305.950s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.795 +305.950s [iota] WARN pending queue full, dropping oldest
1779882680.796 +305.951s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.799 +305.954s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60920
1779882680.799 +305.954s [calypso-trx] fbsb hook fired task=24 fn=60920
1779882680.799 +305.954s [calypso-fbsb] on_dsp_task_change task=24 fn=60920 state=5
1779882680.799 +305.954s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.799 +305.954s [iota] WARN pending queue full, dropping oldest
1779882680.800 +305.955s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.803 +305.958s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60921
1779882680.803 +305.958s [calypso-trx] fbsb hook fired task=24 fn=60921
1779882680.803 +305.958s [calypso-fbsb] on_dsp_task_change task=24 fn=60921 state=5
1779882680.803 +305.958s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.803 +305.958s [iota] WARN pending queue full, dropping oldest
1779882680.803 +305.959s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.806 +305.962s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60922
1779882680.806 +305.962s [calypso-trx] fbsb hook fired task=24 fn=60922
1779882680.806 +305.962s [calypso-fbsb] on_dsp_task_change task=24 fn=60922 state=5
1779882680.806 +305.962s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.806 +305.962s [iota] WARN pending queue full, dropping oldest
1779882680.807 +305.962s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.808 +305.963s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.811 +305.966s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60923
1779882680.811 +305.966s [calypso-trx] fbsb hook fired task=24 fn=60923
1779882680.811 +305.966s [calypso-fbsb] on_dsp_task_change task=24 fn=60923 state=5
1779882680.811 +305.966s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.811 +305.966s [iota] WARN pending queue full, dropping oldest
1779882680.812 +305.967s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.815 +305.970s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60924
1779882680.815 +305.970s [calypso-trx] fbsb hook fired task=24 fn=60924
1779882680.815 +305.970s [calypso-fbsb] on_dsp_task_change task=24 fn=60924 state=5
1779882680.815 +305.970s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.815 +305.970s [iota] WARN pending queue full, dropping oldest
1779882680.815 +305.971s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.823 +305.978s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
qemu_tail.log (331,442 bytes, 4000 lignes)
1779882671.530 +296.685s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.535 +296.691s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58923
1779882671.535 +296.691s [calypso-trx] fbsb hook fired task=24 fn=58923
1779882671.535 +296.691s [calypso-fbsb] on_dsp_task_change task=24 fn=58923 state=5
1779882671.535 +296.691s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.535 +296.691s [iota] WARN pending queue full, dropping oldest
1779882671.537 +296.693s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.543 +296.698s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58924
1779882671.543 +296.698s [calypso-trx] fbsb hook fired task=24 fn=58924
1779882671.543 +296.698s [calypso-fbsb] on_dsp_task_change task=24 fn=58924 state=5
1779882671.543 +296.698s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.543 +296.698s [iota] WARN pending queue full, dropping oldest
1779882671.545 +296.700s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.559 +296.714s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.566 +296.722s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58927
1779882671.566 +296.722s [calypso-trx] fbsb hook fired task=24 fn=58927
1779882671.566 +296.722s [calypso-fbsb] on_dsp_task_change task=24 fn=58927 state=5
1779882671.566 +296.722s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.566 +296.722s [iota] WARN pending queue full, dropping oldest
1779882671.568 +296.723s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.574 +296.729s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58928
1779882671.574 +296.729s [calypso-trx] fbsb hook fired task=24 fn=58928
1779882671.574 +296.729s [calypso-fbsb] on_dsp_task_change task=24 fn=58928 state=5
1779882671.574 +296.729s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.574 +296.729s [iota] WARN pending queue full, dropping oldest
1779882671.575 +296.731s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.581 +296.737s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58929
1779882671.581 +296.737s [calypso-trx] fbsb hook fired task=24 fn=58929
1779882671.581 +296.737s [calypso-fbsb] on_dsp_task_change task=24 fn=58929 state=5
1779882671.581 +296.737s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.581 +296.737s [iota] WARN pending queue full, dropping oldest
1779882671.583 +296.738s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.589 +296.744s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58930
1779882671.589 +296.744s [calypso-trx] fbsb hook fired task=24 fn=58930
1779882671.589 +296.744s [calypso-fbsb] on_dsp_task_change task=24 fn=58930 state=5
1779882671.589 +296.744s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.589 +296.744s [iota] WARN pending queue full, dropping oldest
1779882671.591 +296.746s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.596 +296.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58931
1779882671.596 +296.752s [calypso-trx] fbsb hook fired task=24 fn=58931
1779882671.596 +296.752s [calypso-fbsb] on_dsp_task_change task=24 fn=58931 state=5
1779882671.596 +296.752s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.596 +296.752s [iota] WARN pending queue full, dropping oldest
1779882671.598 +296.754s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.604 +296.759s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58932
1779882671.604 +296.759s [calypso-trx] fbsb hook fired task=24 fn=58932
1779882671.604 +296.759s [calypso-fbsb] on_dsp_task_change task=24 fn=58932 state=5
1779882671.604 +296.759s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.604 +296.759s [iota] WARN pending queue full, dropping oldest
1779882671.605 +296.760s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.606 +296.762s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.612 +296.767s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58933
1779882671.612 +296.767s [calypso-trx] fbsb hook fired task=24 fn=58933
1779882671.612 +296.767s [calypso-fbsb] on_dsp_task_change task=24 fn=58933 state=5
1779882671.612 +296.767s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.612 +296.768s [iota] WARN pending queue full, dropping oldest
1779882671.614 +296.769s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.620 +296.775s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58934
1779882671.620 +296.775s [calypso-trx] fbsb hook fired task=24 fn=58934
1779882671.620 +296.775s [calypso-fbsb] on_dsp_task_change task=24 fn=58934 state=5
1779882671.620 +296.775s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.620 +296.775s [iota] WARN pending queue full, dropping oldest
1779882671.621 +296.777s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.635 +296.791s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.678 +296.833s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882671.678 +296.833s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882671.824 +296.980s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58968
1779882671.824 +296.980s [calypso-trx] fbsb hook fired task=24 fn=58968
1779882671.824 +296.980s [calypso-fbsb] on_dsp_task_change task=24 fn=58968 state=5
1779882671.824 +296.980s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.824 +296.980s [iota] WARN pending queue full, dropping oldest
1779882671.825 +296.981s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.828 +296.984s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58969
1779882671.828 +296.984s [calypso-trx] fbsb hook fired task=24 fn=58969
1779882671.828 +296.984s [calypso-fbsb] on_dsp_task_change task=24 fn=58969 state=5
1779882671.828 +296.984s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.828 +296.984s [iota] WARN pending queue full, dropping oldest
1779882671.829 +296.985s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.832 +296.987s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882671.832 +296.987s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882671.832 +296.988s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58970
1779882671.832 +296.988s [calypso-trx] fbsb hook fired task=24 fn=58970
1779882671.832 +296.988s [calypso-fbsb] on_dsp_task_change task=24 fn=58970 state=5
1779882671.832 +296.988s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.832 +296.988s [iota] WARN pending queue full, dropping oldest
1779882671.833 +296.989s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.836 +296.992s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58971
1779882671.836 +296.992s [calypso-trx] fbsb hook fired task=24 fn=58971
1779882671.836 +296.992s [calypso-fbsb] on_dsp_task_change task=24 fn=58971 state=5
1779882671.836 +296.992s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.836 +296.992s [iota] WARN pending queue full, dropping oldest
1779882671.837 +296.993s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.840 +296.996s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58972
1779882671.840 +296.996s [calypso-trx] fbsb hook fired task=24 fn=58972
1779882671.840 +296.996s [calypso-fbsb] on_dsp_task_change task=24 fn=58972 state=5
1779882671.840 +296.996s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.840 +296.996s [iota] WARN pending queue full, dropping oldest
1779882671.841 +296.997s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.844 +297.000s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58973
1779882671.844 +297.000s [calypso-trx] fbsb hook fired task=24 fn=58973
1779882671.844 +297.000s [calypso-fbsb] on_dsp_task_change task=24 fn=58973 state=5
1779882671.844 +297.000s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.844 +297.000s [iota] WARN pending queue full, dropping oldest
1779882671.845 +297.000s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.846 +297.001s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.848 +297.004s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58974
1779882671.849 +297.004s [calypso-trx] fbsb hook fired task=24 fn=58974
1779882671.849 +297.004s [calypso-fbsb] on_dsp_task_change task=24 fn=58974 state=5
1779882671.849 +297.004s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.849 +297.004s [iota] WARN pending queue full, dropping oldest
1779882671.849 +297.005s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.852 +297.008s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58975
1779882671.852 +297.008s [calypso-trx] fbsb hook fired task=24 fn=58975
1779882671.852 +297.008s [calypso-fbsb] on_dsp_task_change task=24 fn=58975 state=5
1779882671.852 +297.008s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.852 +297.008s [iota] WARN pending queue full, dropping oldest
1779882671.853 +297.009s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.861 +297.016s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.865 +297.020s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58978
1779882671.865 +297.020s [calypso-trx] fbsb hook fired task=24 fn=58978
1779882671.865 +297.020s [calypso-fbsb] on_dsp_task_change task=24 fn=58978 state=5
1779882671.865 +297.020s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.865 +297.020s [iota] WARN pending queue full, dropping oldest
1779882671.865 +297.021s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.869 +297.024s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58979
1779882671.869 +297.024s [calypso-trx] fbsb hook fired task=24 fn=58979
1779882671.869 +297.024s [calypso-fbsb] on_dsp_task_change task=24 fn=58979 state=5
1779882671.869 +297.024s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.869 +297.024s [iota] WARN pending queue full, dropping oldest
1779882671.869 +297.025s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.873 +297.028s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58980
1779882671.873 +297.028s [calypso-trx] fbsb hook fired task=24 fn=58980
1779882671.873 +297.028s [calypso-fbsb] on_dsp_task_change task=24 fn=58980 state=5
1779882671.873 +297.028s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.873 +297.028s [iota] WARN pending queue full, dropping oldest
1779882671.873 +297.029s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.876 +297.032s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58981
1779882671.876 +297.032s [calypso-trx] fbsb hook fired task=24 fn=58981
1779882671.876 +297.032s [calypso-fbsb] on_dsp_task_change task=24 fn=58981 state=5
1779882671.877 +297.032s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.877 +297.032s [iota] WARN pending queue full, dropping oldest
1779882671.877 +297.033s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.880 +297.036s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58982
1779882671.880 +297.036s [calypso-trx] fbsb hook fired task=24 fn=58982
1779882671.880 +297.036s [calypso-fbsb] on_dsp_task_change task=24 fn=58982 state=5
1779882671.880 +297.036s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.880 +297.036s [iota] WARN pending queue full, dropping oldest
1779882671.881 +297.037s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.884 +297.040s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58983
1779882671.884 +297.040s [calypso-trx] fbsb hook fired task=24 fn=58983
1779882671.884 +297.040s [calypso-fbsb] on_dsp_task_change task=24 fn=58983 state=5
1779882671.884 +297.040s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.884 +297.040s [iota] WARN pending queue full, dropping oldest
1779882671.885 +297.040s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.886 +297.041s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.889 +297.044s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=58984
1779882671.889 +297.044s [calypso-trx] fbsb hook fired task=24 fn=58984
1779882671.889 +297.044s [calypso-fbsb] on_dsp_task_change task=24 fn=58984 state=5
1779882671.889 +297.044s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.889 +297.044s [iota] WARN pending queue full, dropping oldest
1779882671.890 +297.045s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.893 +297.048s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=58985
1779882671.893 +297.048s [calypso-trx] fbsb hook fired task=24 fn=58985
1779882671.893 +297.048s [calypso-fbsb] on_dsp_task_change task=24 fn=58985 state=5
1779882671.893 +297.048s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882671.893 +297.048s [iota] WARN pending queue full, dropping oldest
1779882671.893 +297.049s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882671.901 +297.056s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882671.952 +297.107s [c54x] IRQ #59000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882671.952 +297.107s [tdma] tick #59000 fn=59000 t_virt=272313403134 dsp_n_exec_2=0 dsp_n_exec_5=0 dsp_insn_total=0 budget=256000
1779882671.953 +297.108s [frame_irq] lower #59000 t_virt=272314403134
1779882671.992 +297.147s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882671.992 +297.147s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882672.025 +297.181s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59019
1779882672.025 +297.181s [calypso-trx] fbsb hook fired task=24 fn=59019
1779882672.025 +297.181s [calypso-fbsb] on_dsp_task_change task=24 fn=59019 state=5
1779882672.025 +297.181s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.025 +297.181s [iota] WARN pending queue full, dropping oldest
1779882672.026 +297.181s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.029 +297.184s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59020
1779882672.029 +297.184s [calypso-trx] fbsb hook fired task=24 fn=59020
1779882672.029 +297.184s [calypso-fbsb] on_dsp_task_change task=24 fn=59020 state=5
1779882672.029 +297.184s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.029 +297.184s [iota] WARN pending queue full, dropping oldest
1779882672.030 +297.185s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.033 +297.188s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59021
1779882672.033 +297.188s [calypso-trx] fbsb hook fired task=24 fn=59021
1779882672.033 +297.188s [calypso-fbsb] on_dsp_task_change task=24 fn=59021 state=5
1779882672.033 +297.188s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.033 +297.188s [iota] WARN pending queue full, dropping oldest
1779882672.034 +297.189s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.037 +297.192s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59022
1779882672.037 +297.192s [calypso-trx] fbsb hook fired task=24 fn=59022
1779882672.037 +297.192s [calypso-fbsb] on_dsp_task_change task=24 fn=59022 state=5
1779882672.037 +297.192s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.037 +297.192s [iota] WARN pending queue full, dropping oldest
1779882672.038 +297.193s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.041 +297.196s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59023
1779882672.041 +297.196s [calypso-trx] fbsb hook fired task=24 fn=59023
1779882672.041 +297.196s [calypso-fbsb] on_dsp_task_change task=24 fn=59023 state=5
1779882672.041 +297.196s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.041 +297.196s [iota] WARN pending queue full, dropping oldest
1779882672.041 +297.197s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.044 +297.200s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59024
1779882672.044 +297.200s [calypso-trx] fbsb hook fired task=24 fn=59024
1779882672.044 +297.200s [calypso-fbsb] on_dsp_task_change task=24 fn=59024 state=5
1779882672.044 +297.200s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.044 +297.200s [iota] WARN pending queue full, dropping oldest
1779882672.045 +297.200s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.046 +297.201s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.049 +297.204s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59025
1779882672.049 +297.204s [calypso-trx] fbsb hook fired task=24 fn=59025
1779882672.049 +297.204s [calypso-fbsb] on_dsp_task_change task=24 fn=59025 state=5
1779882672.049 +297.204s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.049 +297.204s [iota] WARN pending queue full, dropping oldest
1779882672.050 +297.205s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.053 +297.208s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59026
1779882672.053 +297.208s [calypso-trx] fbsb hook fired task=24 fn=59026
1779882672.053 +297.208s [calypso-fbsb] on_dsp_task_change task=24 fn=59026 state=5
1779882672.053 +297.208s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.053 +297.208s [iota] WARN pending queue full, dropping oldest
1779882672.054 +297.209s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.061 +297.216s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.065 +297.220s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59029
1779882672.065 +297.220s [calypso-trx] fbsb hook fired task=24 fn=59029
1779882672.065 +297.220s [calypso-fbsb] on_dsp_task_change task=24 fn=59029 state=5
1779882672.065 +297.220s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.065 +297.220s [iota] WARN pending queue full, dropping oldest
1779882672.065 +297.221s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.068 +297.224s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59030
1779882672.068 +297.224s [calypso-trx] fbsb hook fired task=24 fn=59030
1779882672.068 +297.224s [calypso-fbsb] on_dsp_task_change task=24 fn=59030 state=5
1779882672.068 +297.224s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.068 +297.224s [iota] WARN pending queue full, dropping oldest
1779882672.069 +297.225s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.072 +297.228s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59031
1779882672.072 +297.228s [calypso-trx] fbsb hook fired task=24 fn=59031
1779882672.072 +297.228s [calypso-fbsb] on_dsp_task_change task=24 fn=59031 state=5
1779882672.072 +297.228s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.072 +297.228s [iota] WARN pending queue full, dropping oldest
1779882672.073 +297.229s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.076 +297.232s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59032
1779882672.076 +297.232s [calypso-trx] fbsb hook fired task=24 fn=59032
1779882672.076 +297.232s [calypso-fbsb] on_dsp_task_change task=24 fn=59032 state=5
1779882672.076 +297.232s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.076 +297.232s [iota] WARN pending queue full, dropping oldest
1779882672.077 +297.232s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.080 +297.235s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59033
1779882672.080 +297.235s [calypso-trx] fbsb hook fired task=24 fn=59033
1779882672.080 +297.235s [calypso-fbsb] on_dsp_task_change task=24 fn=59033 state=5
1779882672.080 +297.235s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.080 +297.235s [iota] WARN pending queue full, dropping oldest
1779882672.081 +297.236s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.084 +297.239s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59034
1779882672.084 +297.239s [calypso-trx] fbsb hook fired task=24 fn=59034
1779882672.084 +297.239s [calypso-fbsb] on_dsp_task_change task=24 fn=59034 state=5
1779882672.084 +297.239s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.084 +297.239s [iota] WARN pending queue full, dropping oldest
1779882672.084 +297.240s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.085 +297.241s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.088 +297.244s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59035
1779882672.088 +297.244s [calypso-trx] fbsb hook fired task=24 fn=59035
1779882672.088 +297.244s [calypso-fbsb] on_dsp_task_change task=24 fn=59035 state=5
1779882672.088 +297.244s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.088 +297.244s [iota] WARN pending queue full, dropping oldest
1779882672.089 +297.244s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.092 +297.247s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59036
1779882672.092 +297.247s [calypso-trx] fbsb hook fired task=24 fn=59036
1779882672.092 +297.247s [calypso-fbsb] on_dsp_task_change task=24 fn=59036 state=5
1779882672.092 +297.247s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.092 +297.247s [iota] WARN pending queue full, dropping oldest
1779882672.093 +297.248s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.100 +297.256s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.149 +297.304s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882672.149 +297.304s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882672.223 +297.378s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59070
1779882672.223 +297.378s [calypso-trx] fbsb hook fired task=24 fn=59070
1779882672.223 +297.378s [calypso-fbsb] on_dsp_task_change task=24 fn=59070 state=5
1779882672.223 +297.378s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.223 +297.378s [iota] WARN pending queue full, dropping oldest
1779882672.223 +297.379s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.226 +297.382s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59071
1779882672.226 +297.382s [calypso-trx] fbsb hook fired task=24 fn=59071
1779882672.226 +297.382s [calypso-fbsb] on_dsp_task_change task=24 fn=59071 state=5
1779882672.226 +297.382s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.226 +297.382s [iota] WARN pending queue full, dropping oldest
1779882672.227 +297.383s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.230 +297.386s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59072
1779882672.230 +297.386s [calypso-trx] fbsb hook fired task=24 fn=59072
1779882672.230 +297.386s [calypso-fbsb] on_dsp_task_change task=24 fn=59072 state=5
1779882672.230 +297.386s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.230 +297.386s [iota] WARN pending queue full, dropping oldest
1779882672.231 +297.387s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.232 +297.387s [kick] fire #59000 vt=272647531966 rt=18382233998964
1779882672.234 +297.390s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59073
1779882672.234 +297.390s [calypso-trx] fbsb hook fired task=24 fn=59073
1779882672.234 +297.390s [calypso-fbsb] on_dsp_task_change task=24 fn=59073 state=5
1779882672.234 +297.390s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.234 +297.390s [iota] WARN pending queue full, dropping oldest
1779882672.235 +297.390s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.238 +297.393s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59074
1779882672.238 +297.393s [calypso-trx] fbsb hook fired task=24 fn=59074
1779882672.238 +297.393s [calypso-fbsb] on_dsp_task_change task=24 fn=59074 state=5
1779882672.238 +297.393s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.238 +297.393s [iota] WARN pending queue full, dropping oldest
1779882672.239 +297.394s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.242 +297.397s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59075
1779882672.242 +297.397s [calypso-trx] fbsb hook fired task=24 fn=59075
1779882672.242 +297.397s [calypso-fbsb] on_dsp_task_change task=24 fn=59075 state=5
1779882672.242 +297.397s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.242 +297.397s [iota] WARN pending queue full, dropping oldest
1779882672.242 +297.398s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.243 +297.399s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.246 +297.402s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59076
1779882672.246 +297.402s [calypso-trx] fbsb hook fired task=24 fn=59076
1779882672.246 +297.402s [calypso-fbsb] on_dsp_task_change task=24 fn=59076 state=5
1779882672.246 +297.402s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.246 +297.402s [iota] WARN pending queue full, dropping oldest
1779882672.247 +297.402s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.250 +297.406s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59077
1779882672.250 +297.406s [calypso-trx] fbsb hook fired task=24 fn=59077
1779882672.250 +297.406s [calypso-fbsb] on_dsp_task_change task=24 fn=59077 state=5
1779882672.250 +297.406s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.250 +297.406s [iota] WARN pending queue full, dropping oldest
1779882672.251 +297.406s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.258 +297.414s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.262 +297.418s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59080
1779882672.262 +297.418s [calypso-trx] fbsb hook fired task=24 fn=59080
1779882672.262 +297.418s [calypso-fbsb] on_dsp_task_change task=24 fn=59080 state=5
1779882672.262 +297.418s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.262 +297.418s [iota] WARN pending queue full, dropping oldest
1779882672.263 +297.418s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.266 +297.421s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59081
1779882672.266 +297.421s [calypso-trx] fbsb hook fired task=24 fn=59081
1779882672.266 +297.421s [calypso-fbsb] on_dsp_task_change task=24 fn=59081 state=5
1779882672.266 +297.421s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.266 +297.421s [iota] WARN pending queue full, dropping oldest
1779882672.267 +297.422s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.270 +297.425s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59082
1779882672.270 +297.425s [calypso-trx] fbsb hook fired task=24 fn=59082
1779882672.270 +297.425s [calypso-fbsb] on_dsp_task_change task=24 fn=59082 state=5
1779882672.270 +297.425s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.270 +297.425s [iota] WARN pending queue full, dropping oldest
1779882672.271 +297.426s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.274 +297.429s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59083
1779882672.274 +297.429s [calypso-trx] fbsb hook fired task=24 fn=59083
1779882672.274 +297.429s [calypso-fbsb] on_dsp_task_change task=24 fn=59083 state=5
1779882672.274 +297.429s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.274 +297.429s [iota] WARN pending queue full, dropping oldest
1779882672.274 +297.430s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.277 +297.433s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59084
1779882672.278 +297.433s [calypso-trx] fbsb hook fired task=24 fn=59084
1779882672.278 +297.433s [calypso-fbsb] on_dsp_task_change task=24 fn=59084 state=5
1779882672.278 +297.433s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.278 +297.433s [iota] WARN pending queue full, dropping oldest
1779882672.278 +297.434s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.281 +297.437s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59085
1779882672.281 +297.437s [calypso-trx] fbsb hook fired task=24 fn=59085
1779882672.281 +297.437s [calypso-fbsb] on_dsp_task_change task=24 fn=59085 state=5
1779882672.281 +297.437s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.281 +297.437s [iota] WARN pending queue full, dropping oldest
1779882672.282 +297.437s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.283 +297.438s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.286 +297.441s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59086
1779882672.286 +297.441s [calypso-trx] fbsb hook fired task=24 fn=59086
1779882672.286 +297.441s [calypso-fbsb] on_dsp_task_change task=24 fn=59086 state=5
1779882672.286 +297.441s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.286 +297.441s [iota] WARN pending queue full, dropping oldest
1779882672.286 +297.442s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.289 +297.445s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59087
1779882672.289 +297.445s [calypso-trx] fbsb hook fired task=24 fn=59087
1779882672.289 +297.445s [calypso-fbsb] on_dsp_task_change task=24 fn=59087 state=5
1779882672.289 +297.445s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.289 +297.445s [iota] WARN pending queue full, dropping oldest
1779882672.290 +297.446s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.298 +297.453s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.307 +297.462s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882672.307 +297.462s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882672.339 +297.495s [c54x] IRQ #59100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882672.420 +297.575s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59121
1779882672.420 +297.575s [calypso-trx] fbsb hook fired task=24 fn=59121
1779882672.420 +297.575s [calypso-fbsb] on_dsp_task_change task=24 fn=59121 state=5
1779882672.420 +297.575s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.420 +297.575s [iota] WARN pending queue full, dropping oldest
1779882672.421 +297.576s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.424 +297.579s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59122
1779882672.424 +297.579s [calypso-trx] fbsb hook fired task=24 fn=59122
1779882672.424 +297.579s [calypso-fbsb] on_dsp_task_change task=24 fn=59122 state=5
1779882672.424 +297.579s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.424 +297.579s [iota] WARN pending queue full, dropping oldest
1779882672.424 +297.580s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.427 +297.583s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59123
1779882672.427 +297.583s [calypso-trx] fbsb hook fired task=24 fn=59123
1779882672.427 +297.583s [calypso-fbsb] on_dsp_task_change task=24 fn=59123 state=5
1779882672.427 +297.583s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.427 +297.583s [iota] WARN pending queue full, dropping oldest
1779882672.428 +297.584s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.431 +297.587s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59124
1779882672.431 +297.587s [calypso-trx] fbsb hook fired task=24 fn=59124
1779882672.431 +297.587s [calypso-fbsb] on_dsp_task_change task=24 fn=59124 state=5
1779882672.431 +297.587s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.431 +297.587s [iota] WARN pending queue full, dropping oldest
1779882672.432 +297.587s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.435 +297.590s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59125
1779882672.435 +297.590s [calypso-trx] fbsb hook fired task=24 fn=59125
1779882672.435 +297.591s [calypso-fbsb] on_dsp_task_change task=24 fn=59125 state=5
1779882672.435 +297.591s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.435 +297.591s [iota] WARN pending queue full, dropping oldest
1779882672.436 +297.591s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.439 +297.594s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59126
1779882672.439 +297.594s [calypso-trx] fbsb hook fired task=24 fn=59126
1779882672.439 +297.594s [calypso-fbsb] on_dsp_task_change task=24 fn=59126 state=5
1779882672.439 +297.594s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.439 +297.594s [iota] WARN pending queue full, dropping oldest
1779882672.439 +297.595s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.440 +297.596s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.443 +297.599s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59127
1779882672.443 +297.599s [calypso-trx] fbsb hook fired task=24 fn=59127
1779882672.443 +297.599s [calypso-fbsb] on_dsp_task_change task=24 fn=59127 state=5
1779882672.443 +297.599s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.443 +297.599s [iota] WARN pending queue full, dropping oldest
1779882672.443 +297.599s [iota] BDLENA rising edge #17800 tn=0 pending=31
1779882672.444 +297.600s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.447 +297.603s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59128
1779882672.447 +297.603s [calypso-trx] fbsb hook fired task=24 fn=59128
1779882672.447 +297.603s [calypso-fbsb] on_dsp_task_change task=24 fn=59128 state=5
1779882672.447 +297.603s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.447 +297.603s [iota] WARN pending queue full, dropping oldest
1779882672.448 +297.603s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.455 +297.611s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.459 +297.614s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59131
1779882672.459 +297.614s [calypso-trx] fbsb hook fired task=24 fn=59131
1779882672.459 +297.614s [calypso-fbsb] on_dsp_task_change task=24 fn=59131 state=5
1779882672.459 +297.614s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.459 +297.614s [iota] WARN pending queue full, dropping oldest
1779882672.460 +297.615s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.463 +297.618s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882672.463 +297.618s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882672.463 +297.618s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59132
1779882672.463 +297.618s [calypso-trx] fbsb hook fired task=24 fn=59132
1779882672.463 +297.618s [calypso-fbsb] on_dsp_task_change task=24 fn=59132 state=5
1779882672.463 +297.618s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.463 +297.618s [iota] WARN pending queue full, dropping oldest
1779882672.464 +297.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.467 +297.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59133
1779882672.467 +297.622s [calypso-trx] fbsb hook fired task=24 fn=59133
1779882672.467 +297.622s [calypso-fbsb] on_dsp_task_change task=24 fn=59133 state=5
1779882672.467 +297.622s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.467 +297.622s [iota] WARN pending queue full, dropping oldest
1779882672.468 +297.623s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.471 +297.626s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59134
1779882672.471 +297.626s [calypso-trx] fbsb hook fired task=24 fn=59134
1779882672.471 +297.626s [calypso-fbsb] on_dsp_task_change task=24 fn=59134 state=5
1779882672.471 +297.626s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.471 +297.626s [iota] WARN pending queue full, dropping oldest
1779882672.472 +297.627s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.475 +297.630s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59135
1779882672.475 +297.630s [calypso-trx] fbsb hook fired task=24 fn=59135
1779882672.475 +297.630s [calypso-fbsb] on_dsp_task_change task=24 fn=59135 state=5
1779882672.475 +297.630s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.475 +297.630s [iota] WARN pending queue full, dropping oldest
1779882672.475 +297.631s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.478 +297.634s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59136
1779882672.478 +297.634s [calypso-trx] fbsb hook fired task=24 fn=59136
1779882672.478 +297.634s [calypso-fbsb] on_dsp_task_change task=24 fn=59136 state=5
1779882672.478 +297.634s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.478 +297.634s [iota] WARN pending queue full, dropping oldest
1779882672.479 +297.634s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.480 +297.635s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.483 +297.638s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59137
1779882672.483 +297.638s [calypso-trx] fbsb hook fired task=24 fn=59137
1779882672.483 +297.638s [calypso-fbsb] on_dsp_task_change task=24 fn=59137 state=5
1779882672.483 +297.638s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.483 +297.638s [iota] WARN pending queue full, dropping oldest
1779882672.484 +297.639s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.487 +297.642s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59138
1779882672.487 +297.642s [calypso-trx] fbsb hook fired task=24 fn=59138
1779882672.487 +297.642s [calypso-fbsb] on_dsp_task_change task=24 fn=59138 state=5
1779882672.487 +297.642s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.487 +297.642s [iota] WARN pending queue full, dropping oldest
1779882672.487 +297.643s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.495 +297.650s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882672.616 +297.771s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59172
1779882672.616 +297.771s [calypso-trx] fbsb hook fired task=24 fn=59172
1779882672.616 +297.771s [calypso-fbsb] on_dsp_task_change task=24 fn=59172 state=5
1779882672.616 +297.771s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.616 +297.771s [iota] WARN pending queue full, dropping oldest
1779882672.617 +297.772s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.618 +297.773s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882672.618 +297.773s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882672.620 +297.775s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59173
1779882672.620 +297.775s [calypso-trx] fbsb hook fired task=24 fn=59173
1779882672.620 +297.775s [calypso-fbsb] on_dsp_task_change task=24 fn=59173 state=5
1779882672.620 +297.775s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882672.620 +297.775s [iota] WARN pending queue full, dropping oldest
1779882672.621 +297.776s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882672.624 +297.779s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59174
1779882672.624 +297.779s [calypso-trx] fbsb hook fired task=24 fn=59174
1779882672.624 +297.779s [calypso-fbsb] on_dsp_task_change task=24 fn=59174 state=5
1779882672.624 +297.779s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0

[... 3300 lines truncated ...]

1779882680.534 +305.690s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.540 +305.695s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60857
1779882680.540 +305.695s [calypso-trx] fbsb hook fired task=24 fn=60857
1779882680.540 +305.695s [calypso-fbsb] on_dsp_task_change task=24 fn=60857 state=5
1779882680.540 +305.695s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.540 +305.695s [iota] WARN pending queue full, dropping oldest
1779882680.542 +305.697s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.548 +305.703s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60858
1779882680.548 +305.703s [calypso-trx] fbsb hook fired task=24 fn=60858
1779882680.548 +305.703s [calypso-fbsb] on_dsp_task_change task=24 fn=60858 state=5
1779882680.548 +305.703s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.548 +305.703s [iota] WARN pending queue full, dropping oldest
1779882680.549 +305.705s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.555 +305.711s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60859
1779882680.555 +305.711s [calypso-trx] fbsb hook fired task=24 fn=60859
1779882680.555 +305.711s [calypso-fbsb] on_dsp_task_change task=24 fn=60859 state=5
1779882680.555 +305.711s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.555 +305.711s [iota] WARN pending queue full, dropping oldest
1779882680.557 +305.712s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.563 +305.718s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60860
1779882680.563 +305.718s [calypso-trx] fbsb hook fired task=24 fn=60860
1779882680.563 +305.718s [calypso-fbsb] on_dsp_task_change task=24 fn=60860 state=5
1779882680.563 +305.718s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.563 +305.718s [iota] WARN pending queue full, dropping oldest
1779882680.564 +305.720s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.569 +305.724s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60861
1779882680.569 +305.724s [calypso-trx] fbsb hook fired task=24 fn=60861
1779882680.569 +305.724s [calypso-fbsb] on_dsp_task_change task=24 fn=60861 state=5
1779882680.569 +305.724s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.569 +305.724s [iota] WARN pending queue full, dropping oldest
1779882680.569 +305.725s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.570 +305.726s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.573 +305.729s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60862
1779882680.573 +305.729s [calypso-trx] fbsb hook fired task=24 fn=60862
1779882680.573 +305.729s [calypso-fbsb] on_dsp_task_change task=24 fn=60862 state=5
1779882680.573 +305.729s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.573 +305.729s [iota] WARN pending queue full, dropping oldest
1779882680.574 +305.730s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.577 +305.733s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60863
1779882680.577 +305.733s [calypso-trx] fbsb hook fired task=24 fn=60863
1779882680.577 +305.733s [calypso-fbsb] on_dsp_task_change task=24 fn=60863 state=5
1779882680.577 +305.733s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.577 +305.733s [iota] WARN pending queue full, dropping oldest
1779882680.578 +305.733s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.585 +305.741s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.589 +305.744s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60866
1779882680.589 +305.744s [calypso-trx] fbsb hook fired task=24 fn=60866
1779882680.589 +305.744s [calypso-fbsb] on_dsp_task_change task=24 fn=60866 state=5
1779882680.589 +305.744s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.589 +305.745s [iota] WARN pending queue full, dropping oldest
1779882680.590 +305.745s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.593 +305.748s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60867
1779882680.593 +305.748s [calypso-trx] fbsb hook fired task=24 fn=60867
1779882680.593 +305.748s [calypso-fbsb] on_dsp_task_change task=24 fn=60867 state=5
1779882680.593 +305.748s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.593 +305.748s [iota] WARN pending queue full, dropping oldest
1779882680.594 +305.749s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.597 +305.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60868
1779882680.597 +305.752s [calypso-trx] fbsb hook fired task=24 fn=60868
1779882680.597 +305.752s [calypso-fbsb] on_dsp_task_change task=24 fn=60868 state=5
1779882680.597 +305.752s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.597 +305.752s [iota] WARN pending queue full, dropping oldest
1779882680.598 +305.753s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.601 +305.756s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60869
1779882680.601 +305.756s [calypso-trx] fbsb hook fired task=24 fn=60869
1779882680.601 +305.756s [calypso-fbsb] on_dsp_task_change task=24 fn=60869 state=5
1779882680.601 +305.756s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.601 +305.756s [iota] WARN pending queue full, dropping oldest
1779882680.601 +305.757s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.605 +305.760s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60870
1779882680.605 +305.760s [calypso-trx] fbsb hook fired task=24 fn=60870
1779882680.605 +305.760s [calypso-fbsb] on_dsp_task_change task=24 fn=60870 state=5
1779882680.605 +305.760s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.605 +305.760s [iota] WARN pending queue full, dropping oldest
1779882680.605 +305.761s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.606 +305.761s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882680.606 +305.761s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882680.609 +305.764s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60871
1779882680.609 +305.764s [calypso-trx] fbsb hook fired task=24 fn=60871
1779882680.609 +305.764s [calypso-fbsb] on_dsp_task_change task=24 fn=60871 state=5
1779882680.609 +305.764s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.609 +305.764s [iota] WARN pending queue full, dropping oldest
1779882680.609 +305.764s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.610 +305.765s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.613 +305.768s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60872
1779882680.613 +305.768s [calypso-trx] fbsb hook fired task=24 fn=60872
1779882680.613 +305.768s [calypso-fbsb] on_dsp_task_change task=24 fn=60872 state=5
1779882680.613 +305.768s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.613 +305.768s [iota] WARN pending queue full, dropping oldest
1779882680.614 +305.769s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.617 +305.772s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60873
1779882680.617 +305.772s [calypso-trx] fbsb hook fired task=24 fn=60873
1779882680.617 +305.772s [calypso-fbsb] on_dsp_task_change task=24 fn=60873 state=5
1779882680.617 +305.772s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.617 +305.772s [iota] WARN pending queue full, dropping oldest
1779882680.618 +305.773s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.625 +305.780s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.721 +305.876s [c54x] IRQ #60900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882680.747 +305.903s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60907
1779882680.747 +305.903s [calypso-trx] fbsb hook fired task=24 fn=60907
1779882680.747 +305.903s [calypso-fbsb] on_dsp_task_change task=24 fn=60907 state=5
1779882680.747 +305.903s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.747 +305.903s [iota] WARN pending queue full, dropping oldest
1779882680.748 +305.904s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.751 +305.907s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60908
1779882680.751 +305.907s [calypso-trx] fbsb hook fired task=24 fn=60908
1779882680.751 +305.907s [calypso-fbsb] on_dsp_task_change task=24 fn=60908 state=5
1779882680.751 +305.907s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.751 +305.907s [iota] WARN pending queue full, dropping oldest
1779882680.752 +305.908s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.755 +305.911s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60909
1779882680.755 +305.911s [calypso-trx] fbsb hook fired task=24 fn=60909
1779882680.755 +305.911s [calypso-fbsb] on_dsp_task_change task=24 fn=60909 state=5
1779882680.755 +305.911s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.755 +305.911s [iota] WARN pending queue full, dropping oldest
1779882680.756 +305.911s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.759 +305.914s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60910
1779882680.759 +305.914s [calypso-trx] fbsb hook fired task=24 fn=60910
1779882680.759 +305.914s [calypso-fbsb] on_dsp_task_change task=24 fn=60910 state=5
1779882680.759 +305.914s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.759 +305.914s [iota] WARN pending queue full, dropping oldest
1779882680.760 +305.915s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.763 +305.918s [UART:irda] IER=0x02 (RX=0 TX=1)
1779882680.763 +305.918s [UART:irda] IER=0x00 (RX=0 TX=0)
1779882680.763 +305.919s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60911
1779882680.763 +305.919s [calypso-trx] fbsb hook fired task=24 fn=60911
1779882680.763 +305.919s [calypso-fbsb] on_dsp_task_change task=24 fn=60911 state=5
1779882680.763 +305.919s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.763 +305.919s [iota] WARN pending queue full, dropping oldest
1779882680.764 +305.919s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.767 +305.922s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60912
1779882680.767 +305.922s [calypso-trx] fbsb hook fired task=24 fn=60912
1779882680.767 +305.922s [calypso-fbsb] on_dsp_task_change task=24 fn=60912 state=5
1779882680.767 +305.922s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.767 +305.922s [iota] WARN pending queue full, dropping oldest
1779882680.768 +305.923s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.768 +305.924s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.771 +305.927s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60913
1779882680.771 +305.927s [calypso-trx] fbsb hook fired task=24 fn=60913
1779882680.771 +305.927s [calypso-fbsb] on_dsp_task_change task=24 fn=60913 state=5
1779882680.771 +305.927s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.771 +305.927s [iota] WARN pending queue full, dropping oldest
1779882680.772 +305.928s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.775 +305.931s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60914
1779882680.775 +305.931s [calypso-trx] fbsb hook fired task=24 fn=60914
1779882680.775 +305.931s [calypso-fbsb] on_dsp_task_change task=24 fn=60914 state=5
1779882680.775 +305.931s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.775 +305.931s [iota] WARN pending queue full, dropping oldest
1779882680.776 +305.931s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.783 +305.939s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.787 +305.943s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60917
1779882680.787 +305.943s [calypso-trx] fbsb hook fired task=24 fn=60917
1779882680.787 +305.943s [calypso-fbsb] on_dsp_task_change task=24 fn=60917 state=5
1779882680.787 +305.943s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.787 +305.943s [iota] WARN pending queue full, dropping oldest
1779882680.788 +305.943s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.791 +305.946s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60918
1779882680.791 +305.946s [calypso-trx] fbsb hook fired task=24 fn=60918
1779882680.791 +305.946s [calypso-fbsb] on_dsp_task_change task=24 fn=60918 state=5
1779882680.791 +305.946s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.791 +305.946s [iota] WARN pending queue full, dropping oldest
1779882680.792 +305.947s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.795 +305.950s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60919
1779882680.795 +305.950s [calypso-trx] fbsb hook fired task=24 fn=60919
1779882680.795 +305.950s [calypso-fbsb] on_dsp_task_change task=24 fn=60919 state=5
1779882680.795 +305.950s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.795 +305.950s [iota] WARN pending queue full, dropping oldest
1779882680.796 +305.951s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.799 +305.954s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60920
1779882680.799 +305.954s [calypso-trx] fbsb hook fired task=24 fn=60920
1779882680.799 +305.954s [calypso-fbsb] on_dsp_task_change task=24 fn=60920 state=5
1779882680.799 +305.954s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.799 +305.954s [iota] WARN pending queue full, dropping oldest
1779882680.800 +305.955s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.803 +305.958s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60921
1779882680.803 +305.958s [calypso-trx] fbsb hook fired task=24 fn=60921
1779882680.803 +305.958s [calypso-fbsb] on_dsp_task_change task=24 fn=60921 state=5
1779882680.803 +305.958s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.803 +305.958s [iota] WARN pending queue full, dropping oldest
1779882680.803 +305.959s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.806 +305.962s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60922
1779882680.806 +305.962s [calypso-trx] fbsb hook fired task=24 fn=60922
1779882680.806 +305.962s [calypso-fbsb] on_dsp_task_change task=24 fn=60922 state=5
1779882680.806 +305.962s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.806 +305.962s [iota] WARN pending queue full, dropping oldest
1779882680.807 +305.962s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779882680.808 +305.963s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.811 +305.966s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=60923
1779882680.811 +305.966s [calypso-trx] fbsb hook fired task=24 fn=60923
1779882680.811 +305.966s [calypso-fbsb] on_dsp_task_change task=24 fn=60923 state=5
1779882680.811 +305.966s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.811 +305.966s [iota] WARN pending queue full, dropping oldest
1779882680.812 +305.967s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.815 +305.970s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=60924
1779882680.815 +305.970s [calypso-trx] fbsb hook fired task=24 fn=60924
1779882680.815 +305.970s [calypso-fbsb] on_dsp_task_change task=24 fn=60924 state=5
1779882680.815 +305.970s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779882680.815 +305.970s [iota] WARN pending queue full, dropping oldest
1779882680.815 +305.971s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779882680.823 +305.978s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (3,154 bytes, 138 lignes)
=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (12,288 bytes, 165 lignes)
[prof] fn=1 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #0
[prof] fn=2 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #1
[prof] fn=3 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #2
[prof] fn=4 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #3
[prof] fn=5 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #4
[prof] fn=6 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #5
[prof] fn=7 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #6
[prof] fn=8 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #7
[prof] fn=9 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #8
[prof] fn=10 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #9
[prof] fn=11 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #10
[prof] fn=12 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #11
[prof] fn=13 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #12
[prof] fn=14 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #13
[prof] fn=15 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #14
[prof] fn=16 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #15
[prof] fn=17 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #16
[prof] fn=18 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #17
[prof] fn=19 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #18
[prof] fn=20 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #19
[prof] fn=21 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #20
[prof] fn=22 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #21
[prof] fn=23 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #22
[prof] fn=24 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #23
[prof] fn=25 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #24
[prof] fn=26 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #25
[prof] fn=27 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #26
[prof] fn=28 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #27
[prof] fn=29 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #28
[prof] fn=30 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #29
[prof] fn=31 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #30
[prof] fn=32 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #31
[prof] fn=33 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #32
[prof] fn=34 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #33
[prof] fn=35 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #34
[prof] fn=36 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #35
[prof] fn=37 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #36
[prof] fn=38 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #37
[prof] fn=39 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #38
[prof] fn=40 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #39
[prof] fn=41 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #40
[prof] fn=42 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #41
[prof] fn=43 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #42
[prof] fn=44 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #43
[prof] fn=45 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #44
[prof] fn=46 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #45
[prof] fn=47 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #46
[prof] fn=48 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #47
[prof] fn=49 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #48
[prof] fn=50 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #49
[prof] fn=51 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #50
[prof] fn=52 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #51
[prof] fn=53 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #52
[prof] fn=54 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #53
[prof] fn=55 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #54
[prof] fn=56 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #55
[prof] fn=57 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #56
[prof] fn=58 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #57
[prof] fn=59 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #58
[prof] fn=60 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #59
[prof] fn=61 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #60
[prof] fn=62 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #61
[prof] fn=63 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #62
[prof] fn=64 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #63
[prof] fn=65 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #64
[prof] fn=66 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #65
[prof] fn=67 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #66
[prof] fn=68 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #67
[prof] fn=69 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #68
[prof] fn=70 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #69
[prof] fn=71 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #70
[prof] fn=72 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #71
[prof] fn=73 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #72
[prof] fn=74 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #73
[prof] fn=75 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #74
[prof] fn=76 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #75
[prof] fn=77 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #76
[prof] fn=78 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #77
[prof] fn=79 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #78
[prof] fn=80 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #79
[prof] fn=81 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #80
[prof] fn=82 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #81
[prof] fn=83 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #82
[prof] fn=84 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #83
[prof] fn=85 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #84
[prof] fn=86 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #85
[prof] fn=87 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #86
[prof] fn=88 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #87
[prof] fn=89 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #88
[prof] fn=90 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #89
[prof] fn=91 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #90
[prof] fn=92 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #91
[prof] fn=93 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #92
[prof] fn=94 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #93
[prof] fn=95 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #94
[prof] fn=96 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #95
[prof] fn=97 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #96
[prof] fn=98 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #97
[prof] fn=99 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #98
[prof] fn=100 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #99
[prof] fn=101 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #100
[prof] fn=102 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #101
[prof] fn=103 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #102
[prof] fn=104 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #103
[prof] fn=105 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #104
[prof] fn=106 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #105
[prof] fn=107 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #106
[prof] fn=108 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #107
[prof] fn=109 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #108
[prof] fn=110 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #109
[prof] fn=111 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #110
[prof] fn=112 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #111
[prof] fn=113 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #112
[prof] fn=114 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #113
[prof] fn=115 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #114
[prof] fn=116 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #115
[prof] fn=117 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #116
[prof] fn=118 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #117
[prof] fn=119 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #118
[prof] fn=120 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #119
[prof] fn=121 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #120
[prof] fn=122 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #121
[prof] fn=123 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #122
[prof] fn=124 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #123
[prof] fn=125 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #124
[prof] fn=126 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #125
[prof] fn=127 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #126
[prof] fn=128 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #127
[prof] fn=129 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #128
[prof] fn=130 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #129
[prof] fn=131 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #130
[prof] fn=132 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #131
[prof] fn=133 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #132
[prof] fn=134 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #133
[prof] fn=135 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #134
[prof] fn=136 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #135
[prof] fn=137 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #136
[prof] fn=138 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #137
[prof] fn=139 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #138
[prof] fn=140 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #139
[prof] fn=141 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #140
[prof] fn=142 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #141
[prof] fn=143 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #142
[prof] fn=144 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #143
[prof] fn=145 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #144
[prof] fn=146 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #145
[prof] fn=147 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #146
[prof] fn=148 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #147
[prof] fn=149 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #148
[prof] fn=150 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #149
[prof] fn=151 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #150
[prof] fn=152 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #151
[prof] fn=153 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #152
[prof] fn=154 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #153
[prof] fn=155 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #154
[prof] fn=156 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #155
[prof] fn=157 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #156
[prof] fn=158 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #157
[prof] fn=159 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #158
[prof] fn=160 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #159
[prof] fn=161 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #160
[prof] fn=162 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #161
[prof] fn=163 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #162
[prof] fn=164 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #163
[prof] fn=165 clk=0 uart=0 dspboot=0 dspir
tdma_tick.log (32,768 bytes, 500 lignes)
[tdma-tick] entry=32887128 exit=32887128 work_dt=0 fn=1 #0
[tdma-tick] entry=37502128 exit=37502128 work_dt=0 fn=2 #1
[tdma-tick] entry=42117128 exit=42117128 work_dt=0 fn=3 #2
[tdma-tick] entry=46732128 exit=46732128 work_dt=0 fn=4 #3
[tdma-tick] entry=51347128 exit=51347128 work_dt=0 fn=5 #4
[tdma-tick] entry=55962128 exit=55962128 work_dt=0 fn=6 #5
[tdma-tick] entry=60577128 exit=60577128 work_dt=0 fn=7 #6
[tdma-tick] entry=65192128 exit=65192128 work_dt=0 fn=8 #7
[tdma-tick] entry=69807128 exit=69807128 work_dt=0 fn=9 #8
[tdma-tick] entry=74422128 exit=74422128 work_dt=0 fn=10 #9
[tdma-tick] entry=79037128 exit=79037128 work_dt=0 fn=11 #10
[tdma-tick] entry=83652128 exit=83652128 work_dt=0 fn=12 #11
[tdma-tick] entry=88267128 exit=88267128 work_dt=0 fn=13 #12
[tdma-tick] entry=92882128 exit=92882128 work_dt=0 fn=14 #13
[tdma-tick] entry=97497128 exit=97497128 work_dt=0 fn=15 #14
[tdma-tick] entry=102112128 exit=102112128 work_dt=0 fn=16 #15
[tdma-tick] entry=106727128 exit=106727128 work_dt=0 fn=17 #16
[tdma-tick] entry=111342128 exit=111342128 work_dt=0 fn=18 #17
[tdma-tick] entry=115957128 exit=115957128 work_dt=0 fn=19 #18
[tdma-tick] entry=120572128 exit=120572128 work_dt=0 fn=20 #19
[tdma-tick] entry=125187128 exit=125187128 work_dt=0 fn=21 #20
[tdma-tick] entry=129802128 exit=129802128 work_dt=0 fn=22 #21
[tdma-tick] entry=134417128 exit=134417128 work_dt=0 fn=23 #22
[tdma-tick] entry=139032128 exit=139032128 work_dt=0 fn=24 #23
[tdma-tick] entry=143647128 exit=143647128 work_dt=0 fn=25 #24
[tdma-tick] entry=148262128 exit=148262128 work_dt=0 fn=26 #25
[tdma-tick] entry=152877128 exit=152877128 work_dt=0 fn=27 #26
[tdma-tick] entry=157492128 exit=157492128 work_dt=0 fn=28 #27
[tdma-tick] entry=162107128 exit=162107128 work_dt=0 fn=29 #28
[tdma-tick] entry=166722128 exit=166722128 work_dt=0 fn=30 #29
[tdma-tick] entry=171337128 exit=171337128 work_dt=0 fn=31 #30
[tdma-tick] entry=175952128 exit=175952128 work_dt=0 fn=32 #31
[tdma-tick] entry=180567128 exit=180567128 work_dt=0 fn=33 #32
[tdma-tick] entry=185182128 exit=185182128 work_dt=0 fn=34 #33
[tdma-tick] entry=189797128 exit=189797128 work_dt=0 fn=35 #34
[tdma-tick] entry=194412128 exit=194412128 work_dt=0 fn=36 #35
[tdma-tick] entry=199027128 exit=199027128 work_dt=0 fn=37 #36
[tdma-tick] entry=203642128 exit=203642128 work_dt=0 fn=38 #37
[tdma-tick] entry=208257128 exit=208257128 work_dt=0 fn=39 #38
[tdma-tick] entry=212872128 exit=212872128 work_dt=0 fn=40 #39
[tdma-tick] entry=217487128 exit=217487128 work_dt=0 fn=41 #40
[tdma-tick] entry=222102128 exit=222102128 work_dt=0 fn=42 #41
[tdma-tick] entry=226717128 exit=226717128 work_dt=0 fn=43 #42
[tdma-tick] entry=231332128 exit=231332128 work_dt=0 fn=44 #43
[tdma-tick] entry=235947128 exit=235947128 work_dt=0 fn=45 #44
[tdma-tick] entry=240562128 exit=240562128 work_dt=0 fn=46 #45
[tdma-tick] entry=245177128 exit=245177128 work_dt=0 fn=47 #46
[tdma-tick] entry=249792128 exit=249792128 work_dt=0 fn=48 #47
[tdma-tick] entry=254407128 exit=254407128 work_dt=0 fn=49 #48
[tdma-tick] entry=259022128 exit=259022128 work_dt=0 fn=50 #49
[tdma-tick] entry=263637128 exit=263637128 work_dt=0 fn=51 #50
[tdma-tick] entry=268252128 exit=268252128 work_dt=0 fn=52 #51
[tdma-tick] entry=272867128 exit=272867128 work_dt=0 fn=53 #52
[tdma-tick] entry=277482128 exit=277482128 work_dt=0 fn=54 #53
[tdma-tick] entry=282097128 exit=282097128 work_dt=0 fn=55 #54
[tdma-tick] entry=286712128 exit=286712128 work_dt=0 fn=56 #55
[tdma-tick] entry=291327128 exit=291327128 work_dt=0 fn=57 #56
[tdma-tick] entry=295942128 exit=295942128 work_dt=0 fn=58 #57
[tdma-tick] entry=300557128 exit=300557128 work_dt=0 fn=59 #58
[tdma-tick] entry=305172128 exit=305172128 work_dt=0 fn=60 #59
[tdma-tick] entry=309787128 exit=309787128 work_dt=0 fn=61 #60
[tdma-tick] entry=314402128 exit=314402128 work_dt=0 fn=62 #61
[tdma-tick] entry=319017128 exit=319017128 work_dt=0 fn=63 #62
[tdma-tick] entry=323632128 exit=323632128 work_dt=0 fn=64 #63
[tdma-tick] entry=328247128 exit=328247128 work_dt=0 fn=65 #64
[tdma-tick] entry=332862128 exit=332862128 work_dt=0 fn=66 #65
[tdma-tick] entry=337477128 exit=337477128 work_dt=0 fn=67 #66
[tdma-tick] entry=342092128 exit=342092128 work_dt=0 fn=68 #67
[tdma-tick] entry=346707128 exit=346707128 work_dt=0 fn=69 #68
[tdma-tick] entry=351322128 exit=351322128 work_dt=0 fn=70 #69
[tdma-tick] entry=355937128 exit=355937128 work_dt=0 fn=71 #70
[tdma-tick] entry=360552128 exit=360552128 work_dt=0 fn=72 #71
[tdma-tick] entry=365167128 exit=365167128 work_dt=0 fn=73 #72
[tdma-tick] entry=369782128 exit=369782128 work_dt=0 fn=74 #73
[tdma-tick] entry=374397128 exit=374397128 work_dt=0 fn=75 #74
[tdma-tick] entry=379012128 exit=379012128 work_dt=0 fn=76 #75
[tdma-tick] entry=383627128 exit=383627128 work_dt=0 fn=77 #76
[tdma-tick] entry=388242128 exit=388242128 work_dt=0 fn=78 #77
[tdma-tick] entry=392857128 exit=392857128 work_dt=0 fn=79 #78
[tdma-tick] entry=397472128 exit=397472128 work_dt=0 fn=80 #79
[tdma-tick] entry=402087128 exit=402087128 work_dt=0 fn=81 #80
[tdma-tick] entry=406702128 exit=406702128 work_dt=0 fn=82 #81
[tdma-tick] entry=411317128 exit=411317128 work_dt=0 fn=83 #82
[tdma-tick] entry=415932128 exit=415932128 work_dt=0 fn=84 #83
[tdma-tick] entry=420547128 exit=420547128 work_dt=0 fn=85 #84
[tdma-tick] entry=425162128 exit=425162128 work_dt=0 fn=86 #85
[tdma-tick] entry=429777128 exit=429777128 work_dt=0 fn=87 #86
[tdma-tick] entry=434392128 exit=434392128 work_dt=0 fn=88 #87
[tdma-tick] entry=439007128 exit=439007128 work_dt=0 fn=89 #88
[tdma-tick] entry=443622128 exit=443622128 work_dt=0 fn=90 #89
[tdma-tick] entry=448237128 exit=448237128 work_dt=0 fn=91 #90
[tdma-tick] entry=452852128 exit=452852128 work_dt=0 fn=92 #91
[tdma-tick] entry=457467128 exit=457467128 work_dt=0 fn=93 #92
[tdma-tick] entry=462082128 exit=462082128 work_dt=0 fn=94 #93
[tdma-tick] entry=466697128 exit=466697128 work_dt=0 fn=95 #94
[tdma-tick] entry=471312128 exit=471312128 work_dt=0 fn=96 #95
[tdma-tick] entry=475927128 exit=475927128 work_dt=0 fn=97 #96
[tdma-tick] entry=480542128 exit=480542128 work_dt=0 fn=98 #97
[tdma-tick] entry=485157128 exit=485157128 work_dt=0 fn=99 #98
[tdma-tick] entry=489772128 exit=489772128 work_dt=0 fn=100 #99
[tdma-tick] entry=494387128 exit=494387128 work_dt=0 fn=101 #100
[tdma-tick] entry=499002128 exit=499002128 work_dt=0 fn=102 #101
[tdma-tick] entry=503617128 exit=503617128 work_dt=0 fn=103 #102
[tdma-tick] entry=508232128 exit=508232128 work_dt=0 fn=104 #103
[tdma-tick] entry=512847128 exit=512847128 work_dt=0 fn=105 #104
[tdma-tick] entry=517462128 exit=517462128 work_dt=0 fn=106 #105
[tdma-tick] entry=522077128 exit=522077128 work_dt=0 fn=107 #106
[tdma-tick] entry=526692128 exit=526692128 work_dt=0 fn=108 #107
[tdma-tick] entry=531307128 exit=531307128 work_dt=0 fn=109 #108
[tdma-tick] entry=535922128 exit=535922128 work_dt=0 fn=110 #109
[tdma-tick] entry=540537128 exit=540537128 work_dt=0 fn=111 #110
[tdma-tick] entry=545152128 exit=545152128 work_dt=0 fn=112 #111
[tdma-tick] entry=549767128 exit=549767128 work_dt=0 fn=113 #112
[tdma-tick] entry=554382128 exit=554382128 work_dt=0 fn=114 #113
[tdma-tick] entry=558997128 exit=558997128 work_dt=0 fn=115 #114
[tdma-tick] entry=563612128 exit=563612128 work_dt=0 fn=116 #115
[tdma-tick] entry=568227128 exit=568227128 work_dt=0 fn=117 #116
[tdma-tick] entry=572842128 exit=572842128 work_dt=0 fn=118 #117
[tdma-tick] entry=577457128 exit=577457128 work_dt=0 fn=119 #118
[tdma-tick] entry=582072128 exit=582072128 work_dt=0 fn=120 #119
[tdma-tick] entry=586687128 exit=586687128 work_dt=0 fn=121 #120
[tdma-tick] entry=591302128 exit=591302128 work_dt=0 fn=122 #121
[tdma-tick] entry=595917128 exit=595917128 work_dt=0 fn=123 #122
[tdma-tick] entry=600532128 exit=600532128 work_dt=0 fn=124 #123
[tdma-tick] entry=605147128 exit=605147128 work_dt=0 fn=125 #124
[tdma-tick] entry=609762128 exit=609762128 work_dt=0 fn=126 #125
[tdma-tick] entry=614377128 exit=614377128 work_dt=0 fn=127 #126
[tdma-tick] entry=618992128 exit=618992128 work_dt=0 fn=128 #127
[tdma-tick] entry=623607128 exit=623607128 work_dt=0 fn=129 #128
[tdma-tick] entry=628222128 exit=628222128 work_dt=0 fn=130 #129
[tdma-tick] entry=632837128 exit=632837128 work_dt=0 fn=131 #130
[tdma-tick] entry=637452128 exit=637452128 work_dt=0 fn=132 #131
[tdma-tick] entry=642067128 exit=642067128 work_dt=0 fn=133 #132
[tdma-tick] entry=646682128 exit=646682128 work_dt=0 fn=134 #133
[tdma-tick] entry=651297128 exit=651297128 work_dt=0 fn=135 #134
[tdma-tick] entry=655912128 exit=655912128 work_dt=0 fn=136 #135
[tdma-tick] entry=660527128 exit=660527128 work_dt=0 fn=137 #136
[tdma-tick] entry=665142128 exit=665142128 work_dt=0 fn=138 #137
[tdma-tick] entry=669757128 exit=669757128 work_dt=0 fn=139 #138
[tdma-tick] entry=674372128 exit=674372128 work_dt=0 fn=140 #139
[tdma-tick] entry=678987128 exit=678987128 work_dt=0 fn=141 #140
[tdma-tick] entry=683602128 exit=683602128 work_dt=0 fn=142 #141
[tdma-tick] entry=688217128 exit=688217128 work_dt=0 fn=143 #142
[tdma-tick] entry=692832128 exit=692832128 work_dt=0 fn=144 #143
[tdma-tick] entry=697447128 exit=697447128 work_dt=0 fn=145 #144
[tdma-tick] entry=702062128 exit=702062128 work_dt=0 fn=146 #145
[tdma-tick] entry=706677128 exit=706677128 work_dt=0 fn=147 #146
[tdma-tick] entry=711292128 exit=711292128 work_dt=0 fn=148 #147
[tdma-tick] entry=715907128 exit=715907128 work_dt=0 fn=149 #148
[tdma-tick] entry=720522128 exit=720522128 work_dt=0 fn=150 #149
[tdma-tick] entry=725137128 exit=725137128 work_dt=0 fn=151 #150
[tdma-tick] entry=729752128 exit=729752128 work_dt=0 fn=152 #151
[tdma-tick] entry=734367128 exit=734367128 work_dt=0 fn=153 #152
[tdma-tick] entry=738982128 exit=738982128 work_dt=0 fn=154 #153
[tdma-tick] entry=743597128 exit=743597128 work_dt=0 fn=155 #154
[tdma-tick] entry=748212128 exit=748212128 work_dt=0 fn=156 #155
[tdma-tick] entry=752827128 exit=752827128 work_dt=0 fn=157 #156
[tdma-tick] entry=757442128 exit=757442128 work_dt=0 fn=158 #157
[tdma-tick] entry=762057128 exit=762057128 work_dt=0 fn=159 #158
[tdma-tick] entry=766672128 exit=766672128 work_dt=0 fn=160 #159
[tdma-tick] entry=771287128 exit=771287128 work_dt=0 fn=161 #160
[tdma-tick] entry=775902128 exit=775902128 work_dt=0 fn=162 #161
[tdma-tick] entry=780517128 exit=780517128 work_dt=0 fn=163 #162
[tdma-tick] entry=785132128 exit=785132128 work_dt=0 fn=164 #163
[tdma-tick] entry=789747128 exit=789747128 work_dt=0 fn=165 #164
[tdma-tick] entry=794362128 exit=794362128 work_dt=0 fn=166 #165
[tdma-tick] entry=798977128 exit=798977128 work_dt=0 fn=167 #166
[tdma-tick] entry=803592128 exit=803592128 work_dt=0 fn=168 #167
[tdma-tick] entry=808207128 exit=808207128 work_dt=0 fn=169 #168
[tdma-tick] entry=812822128 exit=812822128 work_dt=0 fn=170 #169
[tdma-tick] entry=817437128 exit=817437128 work_dt=0 fn=171 #170
[tdma-tick] entry=822052128 exit=822052128 work_dt=0 fn=172 #171
[tdma-tick] entry=826667128 exit=826667128 work_dt=0 fn=173 #172
[tdma-tick] entry=831282128 exit=831282128 work_dt=0 fn=174 #173
[tdma-tick] entry=835897128 exit=835897128 work_dt=0 fn=175 #174
[tdma-tick] entry=840512128 exit=840512128 work_dt=0 fn=176 #175
[tdma-tick] entry=845127128 exit=845127128 work_dt=0 fn=177 #176
[tdma-tick] entry=849742128 exit=849742128 work_dt=0 fn=178 #177
[tdma-tick] entry=854357128 exit=854357128 work_dt=0 fn=179 #178
[tdma-tick] entry=858972128 exit=858972128 work_dt=0 fn=180 #179
[tdma-tick] entry=863587128 exit=863587128 work_dt=0 fn=181 #180
[tdma-tick] entry=868202128 exit=868202128 work_dt=0 fn=182 #181
[tdma-tick] entry=872817128 exit=872817128 work_dt=0 fn=183 #182
[tdma-tick] entry=877432128 exit=877432128 work_dt=0 fn=184 #183
[tdma-tick] entry=882047128 exit=882047128 work_dt=0 fn=185 #184
[tdma-tick] entry=886662128 exit=886662128 work_dt=0 fn=186 #185
[tdma-tick] entry=891277128 exit=891277128 work_dt=0 fn=187 #186
[tdma-tick] entry=895892128 exit=895892128 work_dt=0 fn=188 #187
[tdma-tick] entry=900507128 exit=900507128 work_dt=0 fn=189 #188
[tdma-tick] entry=905122128 exit=905122128 work_dt=0 fn=190 #189
[tdma-tick] entry=909737128 exit=909737128 work_dt=0 fn=191 #190
[tdma-tick] entry=914352128 exit=914352128 work_dt=0 fn=192 #191
[tdma-tick] entry=918967128 exit=918967128 work_dt=0 fn=193 #192
[tdma-tick] entry=923582128 exit=923582128 work_dt=0 fn=194 #193
[tdma-tick] entry=928197128 exit=928197128 work_dt=0 fn=195 #194
[tdma-tick] entry=932812128 exit=932812128 work_dt=0 fn=196 #195
[tdma-tick] entry=937427128 exit=937427128 work_dt=0 fn=197 #196
[tdma-tick] entry=942042128 exit=942042128 work_dt=0 fn=198 #197
[tdma-tick] entry=946657128 exit=946657128 work_dt=0 fn=199 #198
[tdma-tick] entry=951272128 exit=951272128 work_dt=0 fn=200 #199
[tdma-tick] entry=955887128 exit=955887128 work_dt=0 fn=201 #200
[tdma-tick] entry=960502128 exit=960502128 work_dt=0 fn=202 #201
[tdma-tick] entry=965117128 exit=965117128 work_dt=0 fn=203 #202
[tdma-tick] entry=969732128 exit=969732128 work_dt=0 fn=204 #203
[tdma-tick] entry=974347128 exit=974347128 work_dt=0 fn=205 #204
[tdma-tick] entry=978962128 exit=978962128 work_dt=0 fn=206 #205
[tdma-tick] entry=983577128 exit=983577128 work_dt=0 fn=207 #206
[tdma-tick] entry=988192128 exit=988192128 work_dt=0 fn=208 #207
[tdma-tick] entry=992807128 exit=992807128 work_dt=0 fn=209 #208
[tdma-tick] entry=997422128 exit=997422128 work_dt=0 fn=210 #209
[tdma-tick] entry=1002037128 exit=1002037128 work_dt=0 fn=211 #210
[tdma-tick] entry=1006652128 exit=1006652128 work_dt=0 fn=212 #211
[tdma-tick] entry=1011267128 exit=1011267128 work_dt=0 fn=213 #212
[tdma-tick] entry=1015882128 exit=1015882128 work_dt=0 fn=214 #213
[tdma-tick] entry=1020497128 exit=1020497128 work_dt=0 fn=215 #214
[tdma-tick] entry=1025112128 exit=1025112128 work_dt=0 fn=216 #215
[tdma-tick] entry=1029727128 exit=1029727128 work_dt=0 fn=217 #216
[tdma-tick] entry=1034342128 exit=1034342128 work_dt=0 fn=218 #217
[tdma-tick] entry=1038957128 exit=1038957128 work_dt=0 fn=219 #218
[tdma-tick] entry=1043572128 exit=1043572128 work_dt=0 fn=220 #219
[tdma-tick] entry=1048187128 exit=1048187128 work_dt=0 fn=221 #220
[tdma-tick] entry=1052802128 exit=1052802128 work_dt=0 fn=222 #221
[tdma-tick] entry=1057417128 exit=1057417128 work_dt=0 fn=223 #222
[tdma-tick] entry=1062032128 exit=1062032128 work_dt=0 fn=224 #223
[tdma-tick] entry=1066647128 exit=1066647128 work_dt=0 fn=225 #224
[tdma-tick] entry=1071262128 exit=1071262128 work_dt=0 fn=226 #225
[tdma-tick] entry=1075877128 exit=1075877128 work_dt=0 fn=227 #226
[tdma-tick] entry=1080492128 exit=1080492128 work_dt=0 fn=228 #227
[tdma-tick] entry=1085107128 exit=1085107128 work_dt=0 fn=229 #228
[tdma-tick] entry=1089722128 exit=1089722128 work_dt=0 fn=230 #229
[tdma-tick] entry=1094337128 exit=1094337128 work_dt=0 fn=231 #230
[tdma-tick] entry=1098952128 exit=1098952128 work_dt=0 fn=232 #231
[tdma-tick] entry=1103567128 exit=1103567128 work_dt=0 fn=233 #232
[tdma-tick] entry=1108182128 exit=1108182128 work_dt=0 fn=234 #233
[tdma-tick] entry=1112797128 exit=1112797128 work_dt=0 fn=235 #234
[tdma-tick] entry=1117412128 exit=1117412128 work_dt=0 fn=236 #235
[tdma-tick] entry=1122027128 exit=1122027128 work_dt=0 fn=237 #236
[tdma-tick] entry=1126642128 exit=1126642128 work_dt=0 fn=238 #237
[tdma-tick] entry=1131257128 exit=1131257128 work_dt=0 fn=239 #238
[tdma-tick] entry=1135872128 exit=1135872128 work_dt=0 fn=240 #239
[tdma-tick] entry=1140487128 exit=1140487128 work_dt=0 fn=241 #240
[tdma-tick] entry=1145102128 exit=1145102128 work_dt=0 fn=242 #241
[tdma-tick] entry=1149717128 exit=1149717128 work_dt=0 fn=243 #242
[tdma-tick] entry=1154332128 exit=1154332128 work_dt=0 fn=244 #243
[tdma-tick] entry=1158947128 exit=1158947128 work_dt=0 fn=245 #244
[tdma-tick] entry=1163562128 exit=1163562128 work_dt=0 fn=246 #245
[tdma-tick] entry=1168177128 exit=1168177128 work_dt=0 fn=247 #246
[tdma-tick] entry=1172792128 exit=1172792128 work_dt=0 fn=248 #247
[tdma-tick] entry=1177407128 exit=1177407128 work_dt=0 fn=249 #248
[tdma-tick] entry=1182022128 exit=1182022128 work_dt=0 fn=250 #249
[tdma-tick] entry=1186637128 exit=1186637128 work_dt=0 fn=251 #250
[tdma-tick] entry=1191252128 exit=1191252128 work_dt=0 fn=252 #251
[tdma-tick] entry=1195867128 exit=1195867128 work_dt=0 fn=253 #252
[tdma-tick] entry=1200482128 exit=1200482128 work_dt=0 fn=254 #253
[tdma-tick] entry=1205097128 exit=1205097128 work_dt=0 fn=255 #254
[tdma-tick] entry=1209712128 exit=1209712128 work_dt=0 fn=256 #255
[tdma-tick] entry=1214327128 exit=1214327128 work_dt=0 fn=257 #256
[tdma-tick] entry=1218942128 exit=1218942128 work_dt=0 fn=258 #257
[tdma-tick] entry=1223557128 exit=1223557128 work_dt=0 fn=259 #258
[tdma-tick] entry=1228172128 exit=1228172128 work_dt=0 fn=260 #259
[tdma-tick] entry=1232787128 exit=1232787128 work_dt=0 fn=261 #260
[tdma-tick] entry=1237402128 exit=1237402128 work_dt=0 fn=262 #261
[tdma-tick] entry=1242017128 exit=1242017128 work_dt=0 fn=263 #262
[tdma-tick] entry=1246632128 exit=1246632128 work_dt=0 fn=264 #263
[tdma-tick] entry=1251247128 exit=1251247128 work_dt=0 fn=265 #264
[tdma-tick] entry=1255862128 exit=1255862128 work_dt=0 fn=266 #265
[tdma-tick] entry=1260477128 exit=1260477128 work_dt=0 fn=267 #266
[tdma-tick] entry=1265092128 exit=1265092128 work_dt=0 fn=268 #267
[tdma-tick] entry=1269707128 exit=1269707128 work_dt=0 fn=269 #268
[tdma-tick] entry=1274322128 exit=1274322128 work_dt=0 fn=270 #269
[tdma-tick] entry=1278937128 exit=1278937128 work_dt=0 fn=271 #270
[tdma-tick] entry=1283552128 exit=1283552128 work_dt=0 fn=272 #271
[tdma-tick] entry=1288167128 exit=1288167128 work_dt=0 fn=273 #272
[tdma-tick] entry=1292782128 exit=1292782128 work_dt=0 fn=274 #273
[tdma-tick] entry=1297397128 exit=1297397128 work_dt=0 fn=275 #274
[tdma-tick] entry=1302012128 exit=1302012128 work_dt=0 fn=276 #275
[tdma-tick] entry=1306627128 exit=1306627128 work_dt=0 fn=277 #276
[tdma-tick] entry=1311242128 exit=1311242128 work_dt=0 fn=278 #277
[tdma-tick] entry=1315857128 exit=1315857128 work_dt=0 fn=279 #278
[tdma-tick] entry=1320472128 exit=1320472128 work_dt=0 fn=280 #279
[tdma-tick] entry=1325087128 exit=1325087128 work_dt=0 fn=281 #280
[tdma-tick] entry=1329702128 exit=1329702128 work_dt=0 fn=282 #281
[tdma-tick] entry=1334317128 exit=1334317128 work_dt=0 fn=283 #282
[tdma-tick] entry=1338932128 exit=1338932128 work_dt=0 fn=284 #283
[tdma-tick] entry=1343547128 exit=1343547128 work_dt=0 fn=285 #284
[tdma-tick] entry=1348162128 exit=1348162128 work_dt=0 fn=286 #285
[tdma-tick] entry=1352777128 exit=1352777128 work_dt=0 fn=287 #286
[tdma-tick] entry=1357392128 exit=1357392128 work_dt=0 fn=288 #287
[tdma-tick] entry=1362007128 exit=1362007128 work_dt=0 fn=289 #288
[tdma-tick] entry=1366622128 exit=1366622128 work_dt=0 fn=290 #289
[tdma-tick] entry=1371237128 exit=1371237128 work_dt=0 fn=291 #290
[tdma-tick] entry=1375852128 exit=1375852128 work_dt=0 fn=292 #291
[tdma-tick] entry=1380467128 exit=1380467128 work_dt=0 fn=293 #292
[tdma-tick] entry=1385082128 exit=1385082128 work_dt=0 fn=294 #293
[tdma-tick] entry=1389697128 exit=1389697128 work_dt=0 fn=295 #294
[tdma-tick] entry=1394312128 exit=1394312128 work_dt=0 fn=296 #295
[tdma-tick] entry=1398927128 exit=1398927128 work_dt=0 fn=297 #296
[tdma-tick] entry=1403542128 exit=1403542128 work_dt=0 fn=298 #297
[tdma-tick] entry=1408157128 exit=1408157128 work_dt=0 fn=299 #298
[tdma-tick] entry=1412772128 exit=1412772128 work_dt=0 fn=300 #299
[tdma-tick] entry=1417387128 exit=1417387128 work_dt=0 fn=301 #300
[tdma-tick] entry=1422002128 exit=1422002128 work_dt=0 fn=302 #301
[tdma-tick] entry=1426617128 exit=1426617128 work_dt=0 fn=303 #302
[tdma-tick] entry=1431232128 exit=1431232128 work_dt=0 fn=304 #303
[tdma-tick] entry=1435847128 exit=1435847128 work_dt=0 fn=305 #304
[tdma-tick] entry=1440462128 exit=1440462128 work_dt=0 fn=306 #305
[tdma-tick] entry=1445077128 exit=1445077128 work_dt=0 fn=307 #306
[tdma-tick] entry=1449692128 exit=1449692128 work_dt=0 fn=308 #307
[tdma-tick] entry=1454307128 exit=1454307128 work_dt=0 fn=309 #308
[tdma-tick] entry=1458922128 exit=1458922128 work_dt=0 fn=310 #309
[tdma-tick] entry=1463537128 exit=1463537128 work_dt=0 fn=311 #310
[tdma-tick] entry=1468152128 exit=1468152128 work_dt=0 fn=312 #311
[tdma-tick] entry=1472767128 exit=1472767128 work_dt=0 fn=313 #312
[tdma-tick] entry=1477382128 exit=1477382128 work_dt=0 fn=314 #313
[tdma-tick] entry=1481997128 exit=1481997128 work_dt=0 fn=315 #314
[tdma-tick] entry=1486612128 exit=1486612128 work_dt=0 fn=316 #315
[tdma-tick] entry=1491227128 exit=1491227128 work_dt=0 fn=317 #316
[tdma-tick] entry=1495842128 exit=1495842128 work_dt=0 fn=318 #317
[tdma-tick] entry=1500457128 exit=1500457128 work_dt=0 fn=319 #318
[tdma-tick] entry=1505072128 exit=1505072128 work_dt=0 fn=320 #319
[tdma-tick] entry=1509687128 exit=1509687128 work_dt=0 fn=321 #320
[tdma-tick] entry=1514302128 exit=1514302128 work_dt=0 fn=322 #321
[tdma-tick] entry=1518917128 exit=1518917128 work_dt=0 fn=323 #322
[tdma-tick] entry=1523532128 exit=1523532128 work_dt=0 fn=324 #323
[tdma-tick] entry=1528147128 exit=1528147128 work_dt=0 fn=325 #324
[tdma-tick] entry=1532762128 exit=1532762128 work_dt=0 fn=326 #325
[tdma-tick] entry=1537377128 exit=1537377128 work_dt=0 fn=327 #326
[tdma-tick] entry=1541992128 exit=1541992128 work_dt=0 fn=328 #327
[tdma-tick] entry=1546607128 exit=1546607128 work_dt=0 fn=329 #328
[tdma-tick] entry=1551222128 exit=1551222128 work_dt=0 fn=330 #329
[tdma-tick] entry=1555837128 exit=1555837128 work_dt=0 fn=331 #330
[tdma-tick] entry=1560452128 exit=1560452128 work_dt=0 fn=332 #331
[tdma-tick] entry=1565067128 exit=1565067128 work_dt=0 fn=333 #332
[tdma-tick] entry=1569682128 exit=1569682128 work_dt=0 fn=334 #333
[tdma-tick] entry=1574297128 exit=1574297128 work_dt=0 fn=335 #334
[tdma-tick] entry=1578912128 exit=1578912128 work_dt=0 fn=336 #335
[tdma-tick] entry=1583527128 exit=1583527128 work_dt=0 fn=337 #336
[tdma-tick] entry=1588142128 exit=1588142128 work_dt=0 fn=338 #337
[tdma-tick] entry=1592757128 exit=1592757128 work_dt=0 fn=339 #338
[tdma-tick] entry=1597372128 exit=1597372128 work_dt=0 fn=340 #339
[tdma-tick] entry=1601987128 exit=1601987128 work_dt=0 fn=341 #340
[tdma-tick] entry=1606602128 exit=1606602128 work_dt=0 fn=342 #341
[tdma-tick] entry=1611217128 exit=1611217128 work_dt=0 fn=343 #342
[tdma-tick] entry=1615832128 exit=1615832128 work_dt=0 fn=344 #343
[tdma-tick] entry=1620447128 exit=1620447128 work_dt=0 fn=345 #344
[tdma-tick] entry=1625062128 exit=1625062128 work_dt=0 fn=346 #345
[tdma-tick] entry=1629677128 exit=1629677128 work_dt=0 fn=347 #346
[tdma-tick] entry=1634292128 exit=1634292128 work_dt=0 fn=348 #347
[tdma-tick] entry=1638907128 exit=1638907128 work_dt=0 fn=349 #348
[tdma-tick] entry=1643522128 exit=1643522128 work_dt=0 fn=350 #349
[tdma-tick] entry=1648137128 exit=1648137128 work_dt=0 fn=351 #350
[tdma-tick] entry=1652752128 exit=1652752128 work_dt=0 fn=352 #351
[tdma-tick] entry=1657367128 exit=1657367128 work_dt=0 fn=353 #352
[tdma-tick] entry=1661982128 exit=1661982128 work_dt=0 fn=354 #353
[tdma-tick] entry=1666597128 exit=1666597128 work_dt=0 fn=355 #354
[tdma-tick] entry=1671212128 exit=1671212128 work_dt=0 fn=356 #355
[tdma-tick] entry=1675827128 exit=1675827128 work_dt=0 fn=357 #356
[tdma-tick] entry=1680442128 exit=1680442128 work_dt=0 fn=358 #357
[tdma-tick] entry=1685057128 exit=1685057128 work_dt=0 fn=359 #358
[tdma-tick] entry=1689672128 exit=1689672128 work_dt=0 fn=360 #359
[tdma-tick] entry=1694287128 exit=1694287128 work_dt=0 fn=361 #360
[tdma-tick] entry=1698902128 exit=1698902128 work_dt=0 fn=362 #361
[tdma-tick] entry=1703517128 exit=1703517128 work_dt=0 fn=363 #362
[tdma-tick] entry=1708132128 exit=1708132128 work_dt=0 fn=364 #363
[tdma-tick] entry=1712747128 exit=1712747128 work_dt=0 fn=365 #364
[tdma-tick] entry=1717362128 exit=1717362128 work_dt=0 fn=366 #365
[tdma-tick] entry=1721977128 exit=1721977128 work_dt=0 fn=367 #366
[tdma-tick] entry=1726592128 exit=1726592128 work_dt=0 fn=368 #367
[tdma-tick] entry=1731207128 exit=1731207128 work_dt=0 fn=369 #368
[tdma-tick] entry=1735822128 exit=1735822128 work_dt=0 fn=370 #369
[tdma-tick] entry=1740437128 exit=1740437128 work_dt=0 fn=371 #370
[tdma-tick] entry=1745052128 exit=1745052128 work_dt=0 fn=372 #371
[tdma-tick] entry=1749667128 exit=1749667128 work_dt=0 fn=373 #372
[tdma-tick] entry=1754282128 exit=1754282128 work_dt=0 fn=374 #373
[tdma-tick] entry=1758897128 exit=1758897128 work_dt=0 fn=375 #374
[tdma-tick] entry=1763512128 exit=1763512128 work_dt=0 fn=376 #375
[tdma-tick] entry=1768127128 exit=1768127128 work_dt=0 fn=377 #376
[tdma-tick] entry=1772742128 exit=1772742128 work_dt=0 fn=378 #377
[tdma-tick] entry=1777357128 exit=1777357128 work_dt=0 fn=379 #378
[tdma-tick] entry=1781972128 exit=1781972128 work_dt=0 fn=380 #379
[tdma-tick] entry=1786587128 exit=1786587128 work_dt=0 fn=381 #380
[tdma-tick] entry=1791202128 exit=1791202128 work_dt=0 fn=382 #381
[tdma-tick] entry=1795817128 exit=1795817128 work_dt=0 fn=383 #382
[tdma-tick] entry=1800432128 exit=1800432128 work_dt=0 fn=384 #383
[tdma-tick] entry=1805047128 exit=1805047128 work_dt=0 fn=385 #384
[tdma-tick] entry=1809662128 exit=1809662128 work_dt=0 fn=386 #385
[tdma-tick] entry=1814277128 exit=1814277128 work_dt=0 fn=387 #386
[tdma-tick] entry=1818892128 exit=1818892128 work_dt=0 fn=388 #387
[tdma-tick] entry=1823507128 exit=1823507128 work_dt=0 fn=389 #388
[tdma-tick] entry=1828122128 exit=1828122128 work_dt=0 fn=390 #389
[tdma-tick] entry=1832737128 exit=1832737128 work_dt=0 fn=391 #390
[tdma-tick] entry=1837352128 exit=1837352128 work_dt=0 fn=392 #391
[tdma-tick] entry=1841967128 exit=1841967128 work_dt=0 fn=393 #392
[tdma-tick] entry=1846582128 exit=1846582128 work_dt=0 fn=394 #393
[tdma-tick] entry=1851197128 exit=1851197128 work_dt=0 fn=395 #394
[tdma-tick] entry=1855812128 exit=1855812128 work_dt=0 fn=396 #395
[tdma-tick] entry=1860427128 exit=1860427128 work_dt=0 fn=397 #396
[tdma-tick] entry=1865042128 exit=1865042128 work_dt=0 fn=398 #397
[tdma-tick] entry=1869657128 exit=1869657128 work_dt=0 fn=399 #398
[tdma-tick] entry=1874272128 exit=1874272128 work_dt=0 fn=400 #399
[tdma-tick] entry=1878887128 exit=1878887128 work_dt=0 fn=401 #400
[tdma-tick] entry=1883502128 exit=1883502128 work_dt=0 fn=402 #401
[tdma-tick] entry=1888117128 exit=1888117128 work_dt=0 fn=403 #402
[tdma-tick] entry=1892732128 exit=1892732128 work_dt=0 fn=404 #403
[tdma-tick] entry=1897347128 exit=1897347128 work_dt=0 fn=405 #404
[tdma-tick] entry=1901962128 exit=1901962128 work_dt=0 fn=406 #405
[tdma-tick] entry=1906577128 exit=1906577128 work_dt=0 fn=407 #406
[tdma-tick] entry=1911192128 exit=1911192128 work_dt=0 fn=408 #407
[tdma-tick] entry=1915807128 exit=1915807128 work_dt=0 fn=409 #408
[tdma-tick] entry=1920422128 exit=1920422128 work_dt=0 fn=410 #409
[tdma-tick] entry=1925037128 exit=1925037128 work_dt=0 fn=411 #410
[tdma-tick] entry=1929652128 exit=1929652128 work_dt=0 fn=412 #411
[tdma-tick] entry=1934267128 exit=1934267128 work_dt=0 fn=413 #412
[tdma-tick] entry=1938882128 exit=1938882128 work_dt=0 fn=414 #413
[tdma-tick] entry=1943497128 exit=1943497128 work_dt=0 fn=415 #414
[tdma-tick] entry=1948112128 exit=1948112128 work_dt=0 fn=416 #415
[tdma-tick] entry=1952727128 exit=1952727128 work_dt=0 fn=417 #416
[tdma-tick] entry=1957342128 exit=1957342128 work_dt=0 fn=418 #417
[tdma-tick] entry=1961957128 exit=1961957128 work_dt=0 fn=419 #418
[tdma-tick] entry=1966572128 exit=1966572128 work_dt=0 fn=420 #419
[tdma-tick] entry=1971187128 exit=1971187128 work_dt=0 fn=421 #420
[tdma-tick] entry=1975802128 exit=1975802128 work_dt=0 fn=422 #421
[tdma-tick] entry=1980417128 exit=1980417128 work_dt=0 fn=423 #422
[tdma-tick] entry=1985032128 exit=1985032128 work_dt=0 fn=424 #423
[tdma-tick] entry=1989647128 exit=1989647128 work_dt=0 fn=425 #424
[tdma-tick] entry=1994262128 exit=1994262128 work_dt=0 fn=426 #425
[tdma-tick] entry=1998877128 exit=1998877128 work_dt=0 fn=427 #426
[tdma-tick] entry=2003492128 exit=2003492128 work_dt=0 fn=428 #427
[tdma-tick] entry=2008107128 exit=2008107128 work_dt=0 fn=429 #428
[tdma-tick] entry=2012722128 exit=2012722128 work_dt=0 fn=430 #429
[tdma-tick] entry=2017337128 exit=2017337128 work_dt=0 fn=431 #430
[tdma-tick] entry=2021952128 exit=2021952128 work_dt=0 fn=432 #431
[tdma-tick] entry=2026567128 exit=2026567128 work_dt=0 fn=433 #432
[tdma-tick] entry=2031182128 exit=2031182128 work_dt=0 fn=434 #433
[tdma-tick] entry=2035797128 exit=2035797128 work_dt=0 fn=435 #434
[tdma-tick] entry=2040412128 exit=2040412128 work_dt=0 fn=436 #435
[tdma-tick] entry=2045027128 exit=2045027128 work_dt=0 fn=437 #436
[tdma-tick] entry=2049642128 exit=2049642128 work_dt=0 fn=438 #437
[tdma-tick] entry=2054257128 exit=2054257128 work_dt=0 fn=439 #438
[tdma-tick] entry=2058872128 exit=2058872128 work_dt=0 fn=440 #439
[tdma-tick] entry=2063487128 exit=2063487128 work_dt=0 fn=441 #440
[tdma-tick] entry=2068102128 exit=2068102128 work_dt=0 fn=442 #441
[tdma-tick] entry=2072717128 exit=2072717128 work_dt=0 fn=443 #442
[tdma-tick] entry=2077332128 exit=2077332128 work_dt=0 fn=444 #443
[tdma-tick] entry=2081947128 exit=2081947128 work_dt=0 fn=445 #444
[tdma-tick] entry=2086562128 exit=2086562128 work_dt=0 fn=446 #445
[tdma-tick] entry=2091177128 exit=2091177128 work_dt=0 fn=447 #446
[tdma-tick] entry=2095792128 exit=2095792128 work_dt=0 fn=448 #447
[tdma-tick] entry=2100407128 exit=2100407128 work_dt=0 fn=449 #448
[tdma-tick] entry=2105022128 exit=2105022128 work_dt=0 fn=450 #449
[tdma-tick] entry=2109637128 exit=2109637128 work_dt=0 fn=451 #450
[tdma-tick] entry=2114252128 exit=2114252128 work_dt=0 fn=452 #451
[tdma-tick] entry=2118867128 exit=2118867128 work_dt=0 fn=453 #452
[tdma-tick] entry=2123482128 exit=2123482128 work_dt=0 fn=454 #453
[tdma-tick] entry=2128097128 exit=2128097128 work_dt=0 fn=455 #454
[tdma-tick] entry=2132712128 exit=2132712128 work_dt=0 fn=456 #455
[tdma-tick] entry=2137327128 exit=2137327128 work_dt=0 fn=457 #456
[tdma-tick] entry=2141942128 exit=2141942128 work_dt=0 fn=458 #457
[tdma-tick] entry=2146557128 exit=2146557128 work_dt=0 fn=459 #458
[tdma-tick] entry=2151172128 exit=2151172128 work_dt=0 fn=460 #459
[tdma-tick] entry=2155787128 exit=2155787128 work_dt=0 fn=461 #460
[tdma-tick] entry=2160402128 exit=2160402128 work_dt=0 fn=462 #461
[tdma-tick] entry=2165017128 exit=2165017128 work_dt=0 fn=463 #462
[tdma-tick] entry=2169632128 exit=2169632128 work_dt=0 fn=464 #463
[tdma-tick] entry=2174247128 exit=2174247128 work_dt=0 fn=465 #464
[tdma-tick] entry=2178862128 exit=2178862128 work_dt=0 fn=466 #465
[tdma-tick] entry=2183477128 exit=2183477128 work_dt=0 fn=467 #466
[tdma-tick] entry=2188092128 exit=2188092128 work_dt=0 fn=468 #467
[tdma-tick] entry=2192707128 exit=2192707128 work_dt=0 fn=469 #468
[tdma-tick] entry=2197322128 exit=2197322128 work_dt=0 fn=470 #469
[tdma-tick] entry=2201937128 exit=2201937128 work_dt=0 fn=471 #470
[tdma-tick] entry=2206552128 exit=2206552128 work_dt=0 fn=472 #471
[tdma-tick] entry=2211167128 exit=2211167128 work_dt=0 fn=473 #472
[tdma-tick] entry=2215782128 exit=2215782128 work_dt=0 fn=474 #473
[tdma-tick] entry=2220397128 exit=2220397128 work_dt=0 fn=475 #474
[tdma-tick] entry=2225012128 exit=2225012128 work_dt=0 fn=476 #475
[tdma-tick] entry=2229627128 exit=2229627128 work_dt=0 fn=477 #476
[tdma-tick] entry=2234242128 exit=2234242128 work_dt=0 fn=478 #477
[tdma-tick] entry=2238857128 exit=2238857128 work_dt=0 fn=479 #478
[tdma-tick] entry=2243472128 exit=2243472128 work_dt=0 fn=480 #479
[tdma-tick] entry=2248087128 exit=2248087128 work_dt=0 fn=481 #480
[tdma-tick] entry=2252702128 exit=2252702128 work_dt=0 fn=482 #481
[tdma-tick] entry=2257317128 exit=2257317128 work_dt=0 fn=483 #482
[tdma-tick] entry=2261932128 exit=2261932128 work_dt=0 fn=484 #483
[tdma-tick] entry=2266547128 exit=2266547128 work_dt=0 fn=485 #484
[tdma-tick] entry=2271162128 exit=2271162128 work_dt=0 fn=486 #485
[tdma-tick] entry=2275777128 exit=2275777128 work_dt=0 fn=487 #486
[tdma-tick] entry=2280392128 exit=2280392128 work_dt=0 fn=488 #487
[tdma-tick] entry=2285007128 exit=2285007128 work_dt=0 fn=489 #488
[tdma-tick] entry=2289622128 exit=2289622128 work_dt=0 fn=490 #489
[tdma-tick] entry=2294237128 exit=2294237128 work_dt=0 fn=491 #490
[tdma-tick] entry=2298852128 exit=2298852128 work_dt=0 fn=492 #491
[tdma-tick] entry=2303467128 exit=2303467128 work_dt=0 fn=493 #492
[tdma-tick] entry=2308082128 exit=2308082128 work_dt=0 fn=494 #493
[tdma-tick] entry=2312697128 exit=2312697128 work_dt=0 fn=495 #494
[tdma-tick] entry=2317312128 exit=2317312128 work_dt=0 fn=496 #495
[tdma-tick] entry=2321927128 exit=2321927128 work_dt=0 fn=497 #496
[tdma-tick] entry=2326542128 exit=2326542128 work_dt=0 fn=498 #497
[tdma-tick] entry=2331157128 exit=2331157128 work_dt=0 fn=499 #498
[td

Annexe — Détail complet de tous les tests

Ar / — — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_ar2_zero_categorization ar_imr_invariant 0.01s
test_imr_not_persistently_zero ar_imr_invariant 0.01s
test_irq_servicing_imr_nonzero ar_imr_invariant 0.01s
test_no_bootstub_entry ar_imr_invariant 0.01s
test_reset_pmst_silicon ar_imr_invariant 0.00s
test_reset_sp_silicon ar_imr_invariant 0.00s
test_tpu_frame_irq_delivered ar_imr_invariant 0.01s
⏭️ test_rsbx_intm_reached_or_flag_nmi ar_imr_invariant 0.01s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 211, ’Skipped: RSBX INTM jamais atteint sur boot path → candidat 1 doc §7 exclu, NMI (candidat 2) à implémenter probablement. Pas une régress

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 2.59s gdb_session = <inject.GdbRemote object at 0x7348acc36b30>
⚠️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 3.01s gdb_session = <inject.GdbRemote object at 0x7348acc36b30>

Injection / NDB — 19/19

Test Markers Durée Erreur / raison (si non-pass)
test_clear_ndb inject_frames 0.33s
test_inject_a_cd_invalid_length inject_frames 0.00s
test_inject_a_cd_pattern_23B inject_frames 0.37s
test_inject_a_cd_pattern_30B inject_frames 0.37s
test_inject_d_burst[0] inject_frames,parametrize 0.08s
test_inject_d_burst[1] inject_frames,parametrize 0.08s
test_inject_d_task[24-0] inject_frames,parametrize 0.08s
test_inject_d_task[28-1] inject_frames,parametrize 0.08s
test_inject_d_task[5-0] inject_frames,parametrize 0.08s
test_inject_d_task[6-1] inject_frames,parametrize 0.08s
test_inject_fbsb_fb_found inject_frames 0.70s
test_inject_fbsb_sb_found inject_frames 0.58s
test_inject_si[1] inject_frames,parametrize 0.37s
test_inject_si[2] inject_frames,parametrize 0.37s
test_inject_si[3] inject_frames,parametrize 0.37s
test_inject_si[4] inject_frames,parametrize 0.37s
test_inject_si[5] inject_frames,parametrize 0.37s
test_inject_si[6] inject_frames,parametrize 0.37s
test_probe_ndb inject_frames 0.29s

Milestone / DSP — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_dwell_no_regression milestone_dsp_decoder 30.45s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s container_alive = None
⏭️ test_dsp_throughput_5x milestone_dsp_decoder 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 333, ‘Skipped: Pas de INSN-COUNT-STATS dans qemu.log — QEMU pas rebuildé’)
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s container_alive = None
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s container_alive = None
⚠️ test_no_pending_irq_gated milestone_irq 0.00s container_alive = None
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s container_alive = None
⏭️ test_synth_zero_path_active milestone_fb_det 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 504, ‘Skipped: Impossible de détecter CALYPSO_FBSB_SYNTH dans qemu.log’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_received milestone_l1ctl 0.02s container_alive = None
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s container_alive = None

Milestone / L1-data — 0/4

Test Markers Durée Erreur / raison (si non-pass)
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.01s container_alive = None, log_offset = 6608419
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.03s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO
⏭️ test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 416, ‘Skipped: Pas de DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé’)

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s container_alive = None
⚠️ test_rach_emitted milestone_mm_lu 0.00s container_alive = None
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s container_alive = None

Osmocom / — — 15/23

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_clock_from_qemu_default osmocom_bridge,osmocom_divergent 0.00s “““(removed) devrait être =1 par défaut sous icount=auto pour
test_bridge_select_timeout_low_jitter osmocom_bridge,osmocom_compliant 0.00s “““calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
test_force_rx_done_default_on osmocom_boot,osmocom_compliant 0.00s “““run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c’est la gestion
test_rxdone_addr_matches_firmware_nm osmocom_compliant,osmocom_sim 0.01s “““Le default rxdone_addr dans QEMU doit matcher l’adresse réelle dans le
test_sim_defer_clear_timer_present osmocom_compliant,osmocom_sim 0.00s “““calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
test_bsp_drain_timer_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_sim_dtx_write_clears_it_tx osmocom_compliant,osmocom_sim 0.00s
test_sim_it_read_clear_mask_per_firmware_spec osmocom_compliant,osmocom_sim 0.00s
test_sim_rx_is_level_sensitive osmocom_compliant,osmocom_sim 0.00s
test_tdma_tick_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_timer_physical_param[BSP_DRAIN_PERIOD_MS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_HYPERFRAME] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_TDMA_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_KICK_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TDMA_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TINT0_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[TINT0_PERIOD_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[WT_DELAY_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_tint0_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
⏭️ test_runtime_bts_no_fn_skew_messages osmocom_clock,osmocom_compliant,skipif 0.00s (‘/opt/GSM/qemu-src/tests/test_osmocom_workflow.py’, 387, ‘Skipped: bts.log vide’)
⚠️ test_runtime_sim_it_wt_rxdone_log_present osmocom_boot,osmocom_compliant,skipif 0.02s reason=“qemu.log absent”)
⚠️ test_tcg_strne_commits_under_icount_auto osmocom_divergent,xfail 0.00s “not patched, workarounded via SIM defer clear”)

Other / unmarked — 5/7

Test Markers Durée Erreur / raison (si non-pass)
test_verdict_instability 0.00s
test_verdict_mobile_stuck_gsm322 0.00s
test_verdict_shunt_silent 0.00s
test_verdict_shunt_works 0.00s
test_zz_per_mode_report 0.00s
⏭️ test_verdict_bts_dead 0.00s (‘/opt/GSM/qemu-src/tests/test_mode_verdict.py’, 137, “Skipped: verdict ne s’applique pas au mode shunt”)
⏭️ test_verdict_ipc_chan_mismatch 0.00s (‘/opt/GSM/qemu-src/tests/test_mode_verdict.py’, 157, “Skipped: verdict ne s’applique pas au mode shunt”)

Parametrize / — — 1/5

Test Markers Durée Erreur / raison (si non-pass)
test_timer_runtime_period[kick] parametrize,timer_audit 0.10s
⏭️ test_timer_runtime_period[bridge_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bridge.log vide’)
⏭️ test_timer_runtime_period[bsp_burst] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: bsp_burst: only 0 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[bts_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bts.log vide’)
⏭️ test_timer_runtime_period[tdma_tick] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 172, ‘Skipped: tdma_tick: only 0 clean samples’)

Runtime / DSP — 2/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_reaches_zero runtime_dsp 0.01s “““PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu’INTM clear au moins une fois.”“”
test_no_enter_7740_dwell runtime_dsp 0.01s
test_no_wait_a21a_on_window runtime_dsp 0.01s
⏭️ test_bsp_daram_write_distribution runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 554, “Skipped: Aucun DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé avec l’instrumentation bsp.c (cf rapport 05-14 § Priorité A)”)
⏭️ test_d_fb_det_data_no_longer_zero runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 599, ‘Skipped: Aucun hit D_FB_DET — milestone non testable encore’)
⏭️ test_d_fb_det_pattern_unchanged runtime_dsp 0.02s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 505, ‘Skipped: Aucun hit D_FB_DET-WR-SITE dans /root/qemu.log — probe inactive’)
⏭️ test_dsp_throughput_above_threshold runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 410, “Skipped: Aucun INSN-COUNT-STATS — QEMU pas rebuildé avec l’instrumentation, ou run trop jeune (<1M insn)”)
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.01s “““Hypothèse (a) : si info dsp_irq montre interrupt_ex_called=0 → IRQ never fires.”“”
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)
⚠️ test_no_pending_irq_gating runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)

Runtime / FS — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_fd_usage_below_limit runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.00s

Runtime / Firmware-state — 4/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s “““bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.”“”
test_pc_advances runtime_firmware 0.11s
test_pc_not_in_known_busy_loop runtime_firmware 0.00s
test_qemu_monitor_responsive runtime_firmware 0.00s
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s

Runtime / GDB-introspect — 8/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.00s
test_gdb_query_supported runtime_gdb 0.00s
test_gdb_read_arm_registers runtime_gdb 0.00s
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s
test_gdb_read_pc_nonzero runtime_gdb 0.00s
test_gdb_stub_reachable runtime_gdb 0.00s
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.31s

Runtime / Infra — 3/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s ““”
test_mobile_pcap_growing runtime_health 10.01s “““tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé.”“”
test_no_zombie_or_defunct runtime_health 0.01s
test_qemu_log_is_fresh runtime_health 3.01s
test_volumes_mounted runtime_health 0.01s

Runtime / IrDA-channel — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_capture_process_alive runtime_irda 0.01s
test_irda_channel_produces_bytes runtime_irda 5.01s
test_irda_does_not_break_uart_modem runtime_irda 0.01s
test_irda_log_has_timestamp_prefix runtime_irda 0.00s
test_irda_pty_exists runtime_irda 0.00s
test_irda_pty_readable runtime_irda 0.00s
test_irda_throughput_below_saturation runtime_irda 10.02s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s “““Le marker ‘fw-irda boot’ apparaît dans fw-irda.log (Phase 0.5).”“”

Runtime / L1-ctrl — 1/6

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.02s ““”
test_l1ctl_data_ind_received runtime_l1ctl 0.02s ““”
test_neigh_pm_req_loop_alive runtime_l1ctl 0.21s
⚠️ test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.03s ““”
⏭️ test_a_cd_writes_nonzero runtime_l1ctl 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 738, ‘Skipped: Aucun A_CD-WR — QEMU pas rebuildé avec helper watch_write_zone_check’)
⚠️ test_rach_attempted runtime_l1ctl 0.00s “““Le mobile tente-t-il un RACH ? Bloqué tant qu’il ne sort pas de gsm322.”“”

Runtime / L1-data — 1/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_log_shows_traffic runtime_bridge 0.00s r = dexec([“tail”, “-n”, “200”, “/tmp/bridge.log”])
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s ““”

Runtime / Log-grep — 21/30

Test Markers Durée Erreur / raison (si non-pass)
test_grep_qemu_bsp_dma_active runtime_log_grep 0.01s “““Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).”“”
test_blocker_fwirda_no_panic runtime_log_grep 0.01s
test_blocker_mobile_no_crash runtime_log_grep 0.01s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.01s
test_blocker_no_out_of_memory runtime_log_grep 0.00s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.00s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.01s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.01s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.02s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.01s
test_blocker_qemu_no_panic runtime_log_grep 0.02s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.02s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.01s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.01s
test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.01s
test_grep_qemu_dsp_booted runtime_log_grep 0.02s
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.01s
test_grep_qemu_task24_dispatched runtime_log_grep 0.02s
⏭️ test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 288, ‘Skipped’)
⏭️ test_blocker_bridge_no_rach_parity runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 296, ‘Skipped’)
⏭️ test_blocker_bridge_no_socket_error runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 304, ‘Skipped’)
⏭️ test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 115, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 124, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 137, ‘Skipped’)
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.01s “““Le marker fw-irda boot ou boot OK apparaît (Phase 0.5).”“”
⚠️ test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.02s “““Le ratio A_CD-WR / task24_fire DEVRAIT être > 0.001 (≥ 1 demod complet / 1000 dispatch).

Runtime / Mgmt — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 1.52s
test_mobile_mm_state_is_null_or_idle runtime_vty 1.51s
test_mobile_vty_reachable runtime_vty 1.51s

Runtime / Monitor-extended — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 3.00s
test_monitor_info_irq_listed runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_irda runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_modem runtime_monitor 3.00s
test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 3.00s
test_monitor_info_qtree_has_calypso runtime_monitor 3.00s
test_monitor_info_registers_arm runtime_monitor 3.00s
test_monitor_info_status_is_running runtime_monitor 3.00s
test_monitor_socket_reachable runtime_monitor 3.00s

Runtime / Net — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_no_unexpected_high_ports runtime_net 0.03s
test_qemu_ports_listening runtime_net 0.03s

Runtime / Osmocon — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_past_romload runtime_osmocon 0.01s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.29s

Timer / — — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_timer_drift_summary_table timer_graph 0.29s
test_timer_temporal_graphs_emit_mermaid timer_graph 0.29s

Timing / Drift — 4/10

Test Markers Durée Erreur / raison (si non-pass)
test_log_start_within_10s drift 0.02s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.01s
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.05s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.05s
⏭️ test_bridge_qfn_advances_steadily drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 150, ‘Skipped: only 0 qfn samples’)
⏭️ test_bridge_qfn_tracks_qemu_fn drift 0.06s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 126, ‘Skipped: few samples bridge=0 qemu=9109’)
⏭️ test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 178, ‘Skipped: /tmp/bridge.log has no timestamped lines’)
⏭️ test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 216, ‘Skipped: bridge: only 0 samples’)
⏭️ test_qemu_insn_rate_cv_below_0_4 drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 91, ‘Skipped: only 0 INSN-COUNT-STATS samples — needs >= 20’)
⏭️ test_qemu_insn_rate_p1_above_1m drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 104, ‘Skipped: only 0 samples — needs >= 100’)

Timing / Timers — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_dsp_budget_saturation_signal timer_invariant 0.00s
test_dsp_n_exec_within_budget timer_invariant 0.00s
test_frame_irq_per_tdma_ratio timer_invariant 0.00s
test_kick_realtime_cadence timer_invariant 0.00s
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.00s
test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s
test_tdma_log_present timer_invariant 0.00s
test_tdma_period_virtual_close_to_target timer_invariant 0.00s

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
PASSED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
PASSED   test_firmware_state.py::test_pc_advances
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop
PASSED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds
PASSED   test_gdb_stub.py::test_gdb_query_supported
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero
PASSED   test_gdb_stub.py::test_gdb_stub_reachable
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
PASSED   test_inject_frames.py::test_clear_ndb
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B
PASSED   test_inject_frames.py::test_inject_d_burst[0]
PASSED   test_inject_frames.py::test_inject_d_burst[1]
PASSED   test_inject_frames.py::test_inject_d_task[24-0]
PASSED   test_inject_frames.py::test_inject_d_task[28-1]
PASSED   test_inject_frames.py::test_inject_d_task[5-0]
PASSED   test_inject_frames.py::test_inject_d_task[6-1]
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found
PASSED   test_inject_frames.py::test_inject_si[1]
PASSED   test_inject_frames.py::test_inject_si[2]
PASSED   test_inject_frames.py::test_inject_si[3]
PASSED   test_inject_frames.py::test_inject_si[4]
PASSED   test_inject_frames.py::test_inject_si[5]
PASSED   test_inject_frames.py::test_inject_si[6]
PASSED   test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix
PASSED   test_irda_channel.py::test_irda_pty_exists
PASSED   test_irda_channel.py::test_irda_pty_readable
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
PASSED   test_layer_drift.py::test_log_start_within_10s
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched
SKIPPED  test_mode_verdict.py::test_verdict_bts_dead
PASSED   test_mode_verdict.py::test_verdict_instability
SKIPPED  test_mode_verdict.py::test_verdict_ipc_chan_mismatch
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322
PASSED   test_mode_verdict.py::test_verdict_shunt_silent
PASSED   test_mode_verdict.py::test_verdict_shunt_works
PASSED   test_mode_verdict.py::test_zz_per_mode_report
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on
SKIPPED  test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero
FAILED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
FAILED   test_run_observability.py::test_bridge_log_shows_traffic
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
FAILED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
FAILED   test_run_observability.py::test_l1ctl_data_ind_received
PASSED   test_run_observability.py::test_mobile_imsi_loaded
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
FAILED   test_run_observability.py::test_mobile_pcap_growing
PASSED   test_run_observability.py::test_mobile_vty_reachable
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
PASSED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio
PASSED   test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
PASSED   test_timer_invariants.py::test_tdma_log_present
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick]
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260527_115120/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-27T11:51:20.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-27T11:51:20

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 133/202 passent

métrique valeur interprétation
pct brut 66 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 73 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 133
❌ failed 15
⏭️ skipped 30
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_all_expected_processes_present — Runtime / Infra — marker(s): runtime_health — durée 0.01s - test_run_observability.py::test_all_expected_processes_present - ❗ """ 🔻 2. test_mobile_pcap_growing — Runtime / Infra — marker(s): runtime_health — durée 10.01s - test_run_observability.py::test_mobile_pcap_growing - ❗ """tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé.""" 🔻 3. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 4. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 5. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6608419 🔻 6. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 7. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 8. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 9. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 10. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 11. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 12. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 13. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 14. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.01s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 15. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Couches — ce qui marche, ce qui casse

🟡 Infra — 3/5

Échecs : test_all_expected_processes_present, test_mobile_pcap_growing

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 4/5

Échecs : test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 25/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_runtime_bts_no_fn_skew_messages, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bts_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

🟡 unmarked — 5/7

⏭️ Skipped : test_verdict_bts_dead, test_verdict_ipc_chan_mismatch

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 81045 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_all_expected_processes_present

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_all_expected_processes_present
  • Assertion : """

🛑 2. test_mobile_pcap_growing

  • Catégorie / couche : Runtime / Infra
  • Marker(s) : runtime_health
  • Durée : 10.01s
  • Nodeid : test_run_observability.py::test_mobile_pcap_growing
  • Assertion : """tcpdump tourne et le pcap grossit. Sinon GSMTAP est cassé."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
tcpdump 0 0 0 0 0 0 0 0 0 0
tourne 0 0 0 0 0 0 0 0 0 0
pcap 0 0 0 0 0 0 0 0 0 0
grossit 0 0 0 0 0 0 0 0 0 0
Sinon 0 0 0 0 0 0 0 0 0 0
GSMTAP 0 0 0 0 0 0 0 0 0 0

🛑 3. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 0 0 0

🛑 4. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0
INTM 644 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0

🛑 5. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6608419

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0

🛑 6. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0

🛑 7. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0

🛑 8. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """

🛑 9. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """

🛑 10. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0

🛑 11. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 67 0 0 0
pour 0 0 0 0 0 0 0 0 0 0

🛑 12. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 55952 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0
select 0 0 0 0 0 337 0 0 0
timeout 1 0 0 0 67 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 0 0 0

🛑 13. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0

🛑 14. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.01s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 0 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0

🛑 15. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0
bits 0 0 0 204 0 0 0 0 0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

1.5 Shunt IPC

<!DOCTYPE html> Calypso test report

Calypso test report

<div>
<div class="quarto-title-meta-heading">Author</div>
<div class="quarto-title-meta-contents">
         <p>auto-generated (tests/conftest.py) </p>
      </div>
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
  <p class="date">2026-05-27 00:00</p>
</div>

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

graph LR
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef brk  fill:#ff5252,stroke:#990000,color:#fff,stroke-width:3px;
  P_Infra["Infra 5/5"]
  class P_Infra pass;
  P_GDB_introspect["GDB-introspect 8/8"]
  class P_GDB_introspect pass;
  P_Infra --> P_GDB_introspect
  P_Monitor_extended["Monitor-extended 9/9"]
  class P_Monitor_extended pass;
  P_GDB_introspect --> P_Monitor_extended
  P_Firmware_state["Firmware-state 3/5"]
  class P_Firmware_state partial;
  P_Monitor_extended --> P_Firmware_state
  P_Osmocon["Osmocon 3/3"]
  class P_Osmocon pass;
  P_Firmware_state --> P_Osmocon
  P_DSP["DSP 5/20"]
  class P_DSP partial;
  P_Osmocon --> P_DSP
  P_L1_data["L1-data 1/7"]
  class P_L1_data partial;
  P_DSP --> P_L1_data
  P_L1_ctrl["L1-ctrl 1/8"]
  class P_L1_ctrl partial;
  P_L1_data --> P_L1_ctrl
  P_Timers["Timers 9/9"]
  class P_Timers pass;
  P_L1_ctrl --> P_Timers
  P_Drift["Drift 4/10"]
  class P_Drift partial;
  P_Timers --> P_Drift
  P_NDB["NDB 19/19"]
  class P_NDB pass;
  P_Drift --> P_NDB
  P_ARM_feedback["ARM-feedback 0/2"]
  class P_ARM_feedback fail;
  P_NDB --> P_ARM_feedback
  P_ARM_feedback -.->|BREAK| BREAK_ARM_feedback["BREAK HERE ARM-feedback 0% pass"]
  class BREAK_ARM_feedback brk;
  P_IrDA_channel["IrDA-channel 7/8"]
  class P_IrDA_channel partial;
  P_ARM_feedback --> P_IrDA_channel
  P_L3_MM["L3-MM 0/5"]
  class P_L3_MM fail;
  P_IrDA_channel --> P_L3_MM
  P_Mgmt["Mgmt 3/3"]
  class P_Mgmt pass;
  P_L3_MM --> P_Mgmt
  P_Net["Net 2/2"]
  class P_Net pass;
  P_Mgmt --> P_Net
  P_FS["FS 3/3"]
  class P_FS pass;
  P_Net --> P_FS
  P_Log_grep["Log-grep 21/30"]
  class P_Log_grep partial;
  P_FS --> P_Log_grep
  P_Summary["Summary 1/1"]
  class P_Summary pass;
  P_Log_grep --> P_Summary

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Diagramme détaillé — un graphe par catégorie

Chaque catégorie est rendue dans un graphe séparé pour lisibilité (un seul gros graphe avec subgraphs imbriqués devient illisible >50 tests). Les catégories sont indépendantes côté layout — pas de chaîne causale entre elles dans le détail (voir le pipeline plus haut pour ça).

🟡 Ar — 7/8

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Ar["Ar 7/8"]
  C_Ar --> T_001_pass_grp_Ar["PASS 7 0.1s"]
  C_Ar --> T_002_test_rsbx_intm_reached_or_flag_nmi["test_rsbx_intm_reached_or_flag_nmi — · ar_imr_invariant 0.01s"]
  class C_Ar partial;
  class T_001_pass_grp_Ar pass;
  class T_002_test_rsbx_intm_reached_or_flag_nmi skip;

🟡 Injection — 19/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Injection["Injection 19/21"]
  C_Injection --> T_003_pass_grp_Injection["PASS 19 5.4s"]
  C_Injection --> T_004_test_efficacy_arm_reads_d_fb_det_1["test_efficacy_arm_reads_d_fb_det_1 ARM-feedback · inject_efficacy 3.01s"]
  C_Injection --> T_005_test_efficacy_arm_reads_a_cd["test_efficacy_arm_reads_a_cd ARM-feedback · inject_efficacy 2.60s"]
  class C_Injection partial;
  class T_003_pass_grp_Injection pass;
  class T_004_test_efficacy_arm_reads_d_fb_det_1 xfail;
  class T_005_test_efficacy_arm_reads_a_cd xfail;

🟡 Milestone — 3/21

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Milestone["Milestone 3/21"]
  C_Milestone --> T_006_pass_grp_Milestone["PASS 3 30.5s"]
  C_Milestone --> T_007_test_dsp_throughput_5x["test_dsp_throughput_5x DSP · milestone_dsp_decoder 0.01s"]
  C_Milestone --> T_008_test_fb0_att_nonzero["test_fb0_att_nonzero DSP · milestone_fb_det 0.00s"]
  C_Milestone --> T_009_test_synth_zero_path_active["test_synth_zero_path_active DSP · milestone_fb_det 0.01s"]
  C_Milestone --> T_010_test_c54x_interrupt_ex_called_nonzero["test_c54x_interrupt_ex_called_nonzero DSP · milestone_irq 0.00s"]
  C_Milestone --> T_011_test_isr_entered_implies_rete["test_isr_entered_implies_rete DSP · milestone_irq 0.00s"]
  C_Milestone --> T_012_test_no_pending_irq_gated["test_no_pending_irq_gated DSP · milestone_irq 0.00s"]
  C_Milestone --> T_013_test_rxdoneflag_no_longer_blocks["test_rxdoneflag_no_longer_blocks DSP · milestone_dsp_decoder 0.00s"]
  C_Milestone --> T_014_test_ar3_init_source_identified["test_ar3_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_015_test_ar4_init_source_identified["test_ar4_init_source_identified L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_016_test_bsp_dma_target_matches_correlator_read_zone["test_bsp_dma_target_matches_correlator L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_017_test_no_d_fb_det_wr_site_anomaly["test_no_d_fb_det_wr_site_anomaly L1-data · milestone_bsp_dma 0.01s"]
  C_Milestone --> T_018_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · milestone_l1ctl 0.02s"]
  C_Milestone --> T_019_test_neigh_pm_req_response_unchanged["test_neigh_pm_req_response_unchanged L1-ctrl · milestone_l1ctl 0.00s"]
  C_Milestone --> T_020_test_rach_emitted["test_rach_emitted L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_021_test_immediate_assignment_decoded["test_immediate_assignment_decoded L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_022_test_rr_sdcch_established["test_rr_sdcch_established L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_023_test_location_updating_request_sent["test_location_updating_request_sent L3-MM · milestone_mm_lu 0.00s"]
  C_Milestone --> T_024_test_location_updating_accept_received["test_location_updating_accept_received L3-MM · milestone_mm_lu 0.00s"]
  class C_Milestone partial;
  class T_006_pass_grp_Milestone pass;
  class T_007_test_dsp_throughput_5x skip;
  class T_008_test_fb0_att_nonzero xfail;
  class T_009_test_synth_zero_path_active skip;
  class T_010_test_c54x_interrupt_ex_called_nonzero xfail;
  class T_011_test_isr_entered_implies_rete xfail;
  class T_012_test_no_pending_irq_gated xfail;
  class T_013_test_rxdoneflag_no_longer_blocks xfail;
  class T_014_test_ar3_init_source_identified skip;
  class T_015_test_ar4_init_source_identified skip;
  class T_016_test_bsp_dma_target_matches_correlator_read_zone skip;
  class T_017_test_no_d_fb_det_wr_site_anomaly fail;
  class T_018_test_l1ctl_data_ind_received fail;
  class T_019_test_neigh_pm_req_response_unchanged xfail;
  class T_020_test_rach_emitted xfail;
  class T_021_test_immediate_assignment_decoded xfail;
  class T_022_test_rr_sdcch_established xfail;
  class T_023_test_location_updating_request_sent xfail;
  class T_024_test_location_updating_accept_received xfail;

🟡 Osmocom — 16/23

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Osmocom["Osmocom 16/23"]
  C_Osmocom --> T_025_pass_grp_Osmocom["PASS 16 0.0s"]
  C_Osmocom --> T_026_test_rxdone_addr_matches_firmware_nm["test_rxdone_addr_matches_firmware_nm — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_027_test_bridge_select_timeout_low_jitter["test_bridge_select_timeout_low_jitter — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_028_test_sim_defer_clear_timer_present["test_sim_defer_clear_timer_present — · osmocom_compliant 0.00s"]
  C_Osmocom --> T_029_test_force_rx_done_defaultX_on["test_force_rx_done_default_on — · osmocom_boot 0.00s"]
  C_Osmocom --> T_030_test_tcg_strne_commits_under_icount_auto["test_tcg_strne_commits_under_icount_au — · osmocom_divergent 0.00s"]
  C_Osmocom --> T_031_test_bridge_clock_from_qemu_defaultX["test_bridge_clock_from_qemu_default — · osmocom_bridge 0.00s"]
  C_Osmocom --> T_032_test_runtime_sim_it_wt_rxdone_log_present["test_runtime_sim_it_wt_rxdone_log_pres — · osmocom_boot 0.02s"]
  class C_Osmocom partial;
  class T_025_pass_grp_Osmocom pass;
  class T_026_test_rxdone_addr_matches_firmware_nm fail;
  class T_027_test_bridge_select_timeout_low_jitter fail;
  class T_028_test_sim_defer_clear_timer_present fail;
  class T_029_test_force_rx_done_defaultX_on fail;
  class T_030_test_tcg_strne_commits_under_icount_auto xfail;
  class T_031_test_bridge_clock_from_qemu_defaultX fail;
  class T_032_test_runtime_sim_it_wt_rxdone_log_present xfail;

Other — 7/7

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Other["Other 7/7"]
  C_Other --> T_033_pass_grp_Other["PASS 7 0.0s"]
  class C_Other pass;
  class T_033_pass_grp_Other pass;

🟡 Parametrize — 1/5

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Parametrize["Parametrize 1/5"]
  C_Parametrize --> T_034_pass_grp_Parametrize["PASS 1 0.1s"]
  C_Parametrize --> T_035_test_timer_runtime_period_tdma_tick_["test_timer_runtime_period(tdma_tick) — · parametrize 0.10s"]
  C_Parametrize --> T_036_test_timer_runtime_period_bridge_clk_ind_["test_timer_runtime_period(bridge_clk_i — · parametrize 0.00s"]
  C_Parametrize --> T_037_test_timer_runtime_period_bts_clk_ind_["test_timer_runtime_period(bts_clk_ind) — · parametrize 0.00s"]
  C_Parametrize --> T_038_test_timer_runtime_period_bsp_burst_["test_timer_runtime_period(bsp_burst) — · parametrize 0.10s"]
  class C_Parametrize partial;
  class T_034_pass_grp_Parametrize pass;
  class T_035_test_timer_runtime_period_tdma_tick_ skip;
  class T_036_test_timer_runtime_period_bridge_clk_ind_ skip;
  class T_037_test_timer_runtime_period_bts_clk_ind_ fail;
  class T_038_test_timer_runtime_period_bsp_burst_ skip;

🟡 Runtime — 69/96

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Runtime["Runtime 69/96"]
  C_Runtime --> T_039_pass_grp_Runtime["PASS 69 91.4s"]
  C_Runtime --> T_040_test_pc_advances["test_pc_advances Firmware-state · runtime_firmware 0.11s"]
  C_Runtime --> T_041_test_bridge_has_dl_bursts["test_bridge_has_dl_bursts Firmware-state · runtime_firmware 0.00s"]
  C_Runtime --> T_042_test_irda_boot_marker_present["test_irda_boot_marker_present IrDA-channel · runtime_irda 0.00s"]
  C_Runtime --> T_043_test_grep_qemu_bsp_dma_active["test_grep_qemu_bsp_dma_active Log-grep · runtime_log_grep 0.01s"]
  C_Runtime --> T_044_test_grep_bridge_dl_bursts_received["test_grep_bridge_dl_bursts_received Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_045_test_grep_bridge_fb_pattern_dominant["test_grep_bridge_fb_pattern_dominant Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_046_test_grep_bridge_no_clock_skew_shutdown["test_grep_bridge_no_clock_skew_shutdow Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_047_test_grep_fwirda_boot_marker["test_grep_fwirda_boot_marker Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_048_test_blocker_bridge_no_bts_shutdown["test_blocker_bridge_no_bts_shutdown Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_049_test_blocker_bridge_no_rach_parity["test_blocker_bridge_no_rach_parity Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_050_test_blocker_bridge_no_socket_error["test_blocker_bridge_no_socket_error Log-grep · runtime_log_grep 0.00s"]
  C_Runtime --> T_051_test_grep_qemu_a_cd_wr_vs_task24["test_grep_qemu_a_cd_wr_vs_task24 Log-grep · runtime_log_grep 0.02s"]
  C_Runtime --> T_052_test_intm_reaches_zero["test_intm_reaches_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_053_test_dsp_throughput_above_threshold["test_dsp_throughput_above_threshold DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_054_test_d_fb_det_pattern_unchanged["test_d_fb_det_pattern_unchanged DSP · runtime_dsp 0.02s"]
  C_Runtime --> T_055_test_bsp_daram_write_distribution["test_bsp_daram_write_distribution DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_056_test_d_fb_det_data_no_longer_zero["test_d_fb_det_data_no_longer_zero DSP · runtime_dsp 0.01s"]
  C_Runtime --> T_057_test_interrupt_ex_called_counter_exposed["test_interrupt_ex_called_counter_expos DSP · runtime_irq 0.01s"]
  C_Runtime --> T_058_test_isr_entered_matches_rete["test_isr_entered_matches_rete DSP · runtime_irq 0.01s"]
  C_Runtime --> T_059_test_no_pending_irq_gating["test_no_pending_irq_gating DSP · runtime_irq 0.01s"]
  C_Runtime --> T_060_test_bridge_log_shows_traffic["test_bridge_log_shows_traffic L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_061_test_bridge_fn_drift_under_threshold["test_bridge_fn_drift_under_threshold L1-data · runtime_bridge 0.00s"]
  C_Runtime --> T_062_test_l1ctl_data_ind_received["test_l1ctl_data_ind_received L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_063_test_a_cd_writes_nonzero["test_a_cd_writes_nonzero L1-ctrl · runtime_l1ctl 0.01s"]
  C_Runtime --> T_064_test_a_cd_write_pc_includes_ccch_demod["test_a_cd_write_pc_includes_ccch_demod L1-ctrl · runtime_l1ctl 0.03s"]
  C_Runtime --> T_065_test_l1ctl_data_ind_rate_vs_alc["test_l1ctl_data_ind_rate_vs_alc L1-ctrl · runtime_l1ctl 0.02s"]
  C_Runtime --> T_066_test_rach_attempted["test_rach_attempted L1-ctrl · runtime_l1ctl 0.00s"]
  class C_Runtime partial;
  class T_039_pass_grp_Runtime pass;
  class T_040_test_pc_advances fail;
  class T_041_test_bridge_has_dl_bursts fail;
  class T_042_test_irda_boot_marker_present xfail;
  class T_043_test_grep_qemu_bsp_dma_active fail;
  class T_044_test_grep_bridge_dl_bursts_received skip;
  class T_045_test_grep_bridge_fb_pattern_dominant skip;
  class T_046_test_grep_bridge_no_clock_skew_shutdown skip;
  class T_047_test_grep_fwirda_boot_marker xfail;
  class T_048_test_blocker_bridge_no_bts_shutdown skip;
  class T_049_test_blocker_bridge_no_rach_parity skip;
  class T_050_test_blocker_bridge_no_socket_error skip;
  class T_051_test_grep_qemu_a_cd_wr_vs_task24 xfail;
  class T_052_test_intm_reaches_zero fail;
  class T_053_test_dsp_throughput_above_threshold skip;
  class T_054_test_d_fb_det_pattern_unchanged skip;
  class T_055_test_bsp_daram_write_distribution skip;
  class T_056_test_d_fb_det_data_no_longer_zero skip;
  class T_057_test_interrupt_ex_called_counter_exposed xfail;
  class T_058_test_isr_entered_matches_rete xfail;
  class T_059_test_no_pending_irq_gating xfail;
  class T_060_test_bridge_log_shows_traffic fail;
  class T_061_test_bridge_fn_drift_under_threshold xfail;
  class T_062_test_l1ctl_data_ind_received fail;
  class T_063_test_a_cd_writes_nonzero skip;
  class T_064_test_a_cd_write_pc_includes_ccch_demod xfail;
  class T_065_test_l1ctl_data_ind_rate_vs_alc fail;
  class T_066_test_rach_attempted xfail;

Timer — 2/2

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timer["Timer 2/2"]
  C_Timer --> T_067_pass_grp_Timer["PASS 2 0.6s"]
  class C_Timer pass;
  class T_067_pass_grp_Timer pass;

🟡 Timing — 13/19

flowchart TB
  classDef pass    fill:#bef5b1,stroke:#1f7a1f,color:#0a3d0a;
  classDef partial fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  classDef fail    fill:#fbb4b4,stroke:#a31a1a,color:#5a0000;
  classDef skip    fill:#e0e0e0,stroke:#6a6a6a,color:#333;
  classDef xfail   fill:#fde79c,stroke:#b07a00,color:#3a2c00;
  C_Timing["Timing 13/19"]
  C_Timing --> T_068_pass_grp_Timing["PASS 13 0.1s"]
  C_Timing --> T_069_test_qemu_insn_rate_cv_below_0_4["test_qemu_insn_rate_cv_below_0_4 Drift · drift 0.04s"]
  C_Timing --> T_070_test_qemu_insn_rate_p1_above_1m["test_qemu_insn_rate_p1_above_1m Drift · drift 0.04s"]
  C_Timing --> T_071_test_bridge_qfn_tracks_qemu_fn["test_bridge_qfn_tracks_qemu_fn Drift · drift 0.06s"]
  C_Timing --> T_072_test_bridge_qfn_advances_steadily["test_bridge_qfn_advances_steadily Drift · drift 0.00s"]
  C_Timing --> T_073_test_log_still_growing_bridge__tmp_bridge_log_10["test_log_still_growing(bridge-/tmp/bri Drift · drift 0.00s"]
  C_Timing --> T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_["test_no_long_gap(bridge-/tmp/bridge.lo Drift · drift 0.00s"]
  class C_Timing partial;
  class T_068_pass_grp_Timing pass;
  class T_069_test_qemu_insn_rate_cv_below_0_4 skip;
  class T_070_test_qemu_insn_rate_p1_above_1m skip;
  class T_071_test_bridge_qfn_tracks_qemu_fn skip;
  class T_072_test_bridge_qfn_advances_steadily skip;
  class T_073_test_log_still_growing_bridge__tmp_bridge_log_10 skip;
  class T_074_test_no_long_gap_bridge__tmp_bridge_log_10_0_ skip;

Skipped / xfailed

50 skipped

  • test_rsbx_intm_reached_or_flag_nmi — ar_imr_invariant
  • test_dsp_throughput_5x — milestone_dsp_decoder
  • test_ar3_init_source_identified — milestone_bsp_dma
  • test_ar4_init_source_identified — milestone_bsp_dma
  • test_bsp_dma_target_matches_correlator_read_zone — milestone_bsp_dma
  • test_fb0_att_nonzero — milestone_fb_det
  • test_synth_zero_path_active — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_qemu_insn_rate_cv_below_0_4 — drift
  • test_qemu_insn_rate_p1_above_1m — drift
  • test_bridge_qfn_tracks_qemu_fn — drift
  • test_bridge_qfn_advances_steadily — drift
  • test_log_still_growing[bridge-/tmp/bridge.log-10] — drift,parametrize
  • test_no_long_gap[bridge-/tmp/bridge.log-10.0] — drift,parametrize
  • test_grep_bridge_dl_bursts_received — runtime_log_grep
  • test_grep_bridge_fb_pattern_dominant — runtime_log_grep
  • test_grep_bridge_no_clock_skew_shutdown — runtime_log_grep
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_blocker_bridge_no_bts_shutdown — runtime_log_grep
  • test_blocker_bridge_no_rach_parity — runtime_log_grep
  • test_blocker_bridge_no_socket_error — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_dsp_throughput_above_threshold — runtime_dsp
  • test_d_fb_det_pattern_unchanged — runtime_dsp
  • test_bsp_daram_write_distribution — runtime_dsp
  • test_d_fb_det_data_no_longer_zero — runtime_dsp
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_writes_nonzero — runtime_l1ctl
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq
  • test_timer_runtime_period[tdma_tick] — parametrize,timer_audit
  • test_timer_runtime_period[bridge_clk_ind] — parametrize,timer_audit
  • test_timer_runtime_period[bsp_burst] — parametrize,timer_audit

24 xfailed

  • test_fb0_att_nonzero — milestone_fb_det
  • test_c54x_interrupt_ex_called_nonzero — milestone_irq
  • test_isr_entered_implies_rete — milestone_irq
  • test_no_pending_irq_gated — milestone_irq
  • test_neigh_pm_req_response_unchanged — milestone_l1ctl
  • test_rach_emitted — milestone_mm_lu
  • test_immediate_assignment_decoded — milestone_mm_lu
  • test_rr_sdcch_established — milestone_mm_lu
  • test_location_updating_request_sent — milestone_mm_lu
  • test_location_updating_accept_received — milestone_mm_lu
  • test_rxdoneflag_no_longer_blocks — milestone_dsp_decoder
  • test_efficacy_arm_reads_d_fb_det_1 — inject_efficacy,inject_frames
  • test_efficacy_arm_reads_a_cd — inject_efficacy,inject_frames
  • test_irda_boot_marker_present — runtime_irda
  • test_grep_fwirda_boot_marker — runtime_log_grep
  • test_grep_qemu_a_cd_wr_vs_task24 — runtime_log_grep
  • test_tcg_strne_commits_under_icount_auto — osmocom_divergent,xfail
  • test_runtime_sim_it_wt_rxdone_log_present — osmocom_boot,osmocom_compliant,skipif
  • test_bridge_fn_drift_under_threshold — runtime_bridge
  • test_a_cd_write_pc_includes_ccch_demod — runtime_l1ctl
  • test_rach_attempted — runtime_l1ctl
  • test_interrupt_ex_called_counter_exposed — runtime_irq
  • test_isr_entered_matches_rete — runtime_irq
  • test_no_pending_irq_gating — runtime_irq

Catalogue des tests

Liste exhaustive des tests exécutés ce run, groupés par marker pytest. Source : nodeids pytest + outcome. Pour chaque test, le statut, la durée et le fichier source.

ar_imr_invariant — 7/8

Status Test Durée Fichier
✅ passed test_ar2_zero_categorization 0.01s test_ar_imr_inth_invariants.py
✅ passed test_imr_not_persistently_zero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_irq_servicing_imr_nonzero 0.01s test_ar_imr_inth_invariants.py
✅ passed test_no_bootstub_entry 0.01s test_ar_imr_inth_invariants.py
✅ passed test_reset_pmst_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_reset_sp_silicon 0.00s test_ar_imr_inth_invariants.py
✅ passed test_tpu_frame_irq_delivered 0.01s test_ar_imr_inth_invariants.py
⏭️ skipped test_rsbx_intm_reached_or_flag_nmi 0.01s test_ar_imr_inth_invariants.py

drift — 4/10

Status Test Durée Fichier
✅ passed test_log_start_within_10s 0.02s test_layer_drift.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
⏭️ skipped test_bridge_qfn_advances_steadily 0.00s test_layer_drift.py
⏭️ skipped test_bridge_qfn_tracks_qemu_fn 0.06s test_layer_drift.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_cv_below_0_4 0.04s test_layer_drift.py
⏭️ skipped test_qemu_insn_rate_p1_above_1m 0.04s test_layer_drift.py

inject_efficacy — 0/2

Status Test Durée Fichier
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

inject_frames — 19/21

Status Test Durée Fichier
✅ passed test_clear_ndb 0.33s test_inject_frames.py
✅ passed test_inject_a_cd_invalid_length 0.00s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_23B 0.37s test_inject_frames.py
✅ passed test_inject_a_cd_pattern_30B 0.37s test_inject_frames.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_fbsb_fb_found 0.70s test_inject_frames.py
✅ passed test_inject_fbsb_sb_found 0.58s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_probe_ndb 0.29s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_a_cd 2.60s test_inject_frames.py
⚠️ xfail test_efficacy_arm_reads_d_fb_det_1 3.01s test_inject_frames.py

milestone_bsp_dma — 0/4

Status Test Durée Fichier
❌ failed test_no_d_fb_det_wr_site_anomaly 0.01s test_calypso_milestones.py
⏭️ skipped test_ar3_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_ar4_init_source_identified 0.01s test_calypso_milestones.py
⏭️ skipped test_bsp_dma_target_matches_correlator_read_zone 0.01s test_calypso_milestones.py

milestone_dsp_decoder — 3/5

Status Test Durée Fichier
✅ passed test_intm_dwell_no_regression 30.45s test_calypso_milestones.py
✅ passed test_popm_decoder_active 0.00s test_calypso_milestones.py
✅ passed test_tier_a_decoder_fixes_present 0.00s test_calypso_milestones.py
⏭️ skipped test_dsp_throughput_5x 0.01s test_calypso_milestones.py
⚠️ xfail test_rxdoneflag_no_longer_blocks 0.00s test_calypso_milestones.py

milestone_fb_det — 0/2

Status Test Durée Fichier
⚠️ xfail test_fb0_att_nonzero 0.00s test_calypso_milestones.py
⏭️ skipped test_synth_zero_path_active 0.01s test_calypso_milestones.py

milestone_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_c54x_interrupt_ex_called_nonzero 0.00s test_calypso_milestones.py
⚠️ xfail test_isr_entered_implies_rete 0.00s test_calypso_milestones.py
⚠️ xfail test_no_pending_irq_gated 0.00s test_calypso_milestones.py

milestone_l1ctl — 0/2

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_received 0.02s test_calypso_milestones.py
⚠️ xfail test_neigh_pm_req_response_unchanged 0.00s test_calypso_milestones.py

milestone_mm_lu — 0/5

Status Test Durée Fichier
⚠️ xfail test_immediate_assignment_decoded 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_accept_received 0.00s test_calypso_milestones.py
⚠️ xfail test_location_updating_request_sent 0.00s test_calypso_milestones.py
⚠️ xfail test_rach_emitted 0.00s test_calypso_milestones.py
⚠️ xfail test_rr_sdcch_established 0.00s test_calypso_milestones.py

osmocom_boot — 0/2

Status Test Durée Fichier
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_bridge — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py

osmocom_clock — 13/13

Status Test Durée Fichier
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py

osmocom_compliant — 7/12

Status Test Durée Fichier
❌ failed test_bridge_select_timeout_low_jitter 0.00s test_osmocom_workflow.py
❌ failed test_force_rx_done_default_on 0.00s test_osmocom_workflow.py
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_bsp_drain_timer_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py
✅ passed test_tdma_tick_on_virtual_clock 0.00s test_osmocom_workflow.py
✅ passed test_tint0_on_virtual_clock 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

osmocom_divergent — 0/2

Status Test Durée Fichier
❌ failed test_bridge_clock_from_qemu_default 0.00s test_osmocom_workflow.py
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

osmocom_sim — 3/5

Status Test Durée Fichier
❌ failed test_rxdone_addr_matches_firmware_nm 0.00s test_osmocom_workflow.py
❌ failed test_sim_defer_clear_timer_present 0.00s test_osmocom_workflow.py
✅ passed test_sim_dtx_write_clears_it_tx 0.00s test_osmocom_workflow.py
✅ passed test_sim_it_read_clear_mask_per_firmware_spec 0.00s test_osmocom_workflow.py
✅ passed test_sim_rx_is_level_sensitive 0.00s test_osmocom_workflow.py

parametrize — 25/31

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_inject_d_burst[0] 0.08s test_inject_frames.py
✅ passed test_inject_d_burst[1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[24-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[28-1] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[5-0] 0.08s test_inject_frames.py
✅ passed test_inject_d_task[6-1] 0.08s test_inject_frames.py
✅ passed test_inject_si[1] 0.37s test_inject_frames.py
✅ passed test_inject_si[2] 0.37s test_inject_frames.py
✅ passed test_inject_si[3] 0.37s test_inject_frames.py
✅ passed test_inject_si[4] 0.37s test_inject_frames.py
✅ passed test_inject_si[5] 0.37s test_inject_frames.py
✅ passed test_inject_si[6] 0.37s test_inject_frames.py
✅ passed test_log_still_growing[osmocon-/tmp/osmocon.log-1] 0.01s test_layer_drift.py
✅ passed test_log_still_growing[qemu-/root/qemu.log-1000] 0.05s test_layer_drift.py
✅ passed test_no_long_gap[qemu-/root/qemu.log-5.0] 0.05s test_layer_drift.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_log_still_growing[bridge-/tmp/bridge.log-10] 0.00s test_layer_drift.py
⏭️ skipped test_no_long_gap[bridge-/tmp/bridge.log-10.0] 0.00s test_layer_drift.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

runtime_bridge — 1/3

Status Test Durée Fichier
❌ failed test_bridge_log_shows_traffic 0.00s test_run_observability.py
✅ passed test_bridge_dl_lookahead_respected 0.00s test_run_observability.py
⚠️ xfail test_bridge_fn_drift_under_threshold 0.00s test_run_observability.py

runtime_dsp — 2/7

Status Test Durée Fichier
❌ failed test_intm_reaches_zero 0.01s test_run_observability.py
✅ passed test_no_enter_7740_dwell 0.01s test_run_observability.py
✅ passed test_no_wait_a21a_on_window 0.01s test_run_observability.py
⏭️ skipped test_bsp_daram_write_distribution 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_data_no_longer_zero 0.01s test_run_observability.py
⏭️ skipped test_d_fb_det_pattern_unchanged 0.02s test_run_observability.py
⏭️ skipped test_dsp_throughput_above_threshold 0.01s test_run_observability.py

runtime_firmware — 3/5

Status Test Durée Fichier
❌ failed test_bridge_has_dl_bursts 0.00s test_firmware_state.py
❌ failed test_pc_advances 0.11s test_firmware_state.py
✅ passed test_pc_not_in_known_busy_loop 0.00s test_firmware_state.py
✅ passed test_qemu_monitor_responsive 0.00s test_firmware_state.py
✅ passed test_rxdoneflag_addr_resolvable 0.00s test_firmware_state.py

runtime_fs — 3/3

Status Test Durée Fichier
✅ passed test_container_disk_space_above_min 0.01s test_runtime_net_fs.py
✅ passed test_qemu_fd_usage_below_limit 0.01s test_runtime_net_fs.py
✅ passed test_qemu_log_disk_size_under_2gb 0.00s test_runtime_net_fs.py

runtime_gdb — 8/8

Status Test Durée Fichier
✅ passed test_gdb_handshake_succeeds 0.00s test_gdb_stub.py
✅ passed test_gdb_query_supported 0.00s test_gdb_stub.py
✅ passed test_gdb_read_arm_registers 0.00s test_gdb_stub.py
✅ passed test_gdb_read_dsp_daram_xfail 0.00s test_gdb_stub.py
✅ passed test_gdb_read_memory_at_dsp_api_base 0.00s test_gdb_stub.py
✅ passed test_gdb_read_pc_nonzero 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_reachable 0.00s test_gdb_stub.py
✅ passed test_gdb_stub_survives_3_quick_reconnects 0.31s test_gdb_stub.py

runtime_health — 5/5

Status Test Durée Fichier
✅ passed test_all_expected_processes_present 0.01s test_run_observability.py
✅ passed test_mobile_pcap_growing 10.01s test_run_observability.py
✅ passed test_no_zombie_or_defunct 0.01s test_run_observability.py
✅ passed test_qemu_log_is_fresh 3.01s test_run_observability.py
✅ passed test_volumes_mounted 0.01s test_run_observability.py

runtime_irda — 7/8

Status Test Durée Fichier
✅ passed test_irda_capture_process_alive 0.00s test_irda_channel.py
✅ passed test_irda_channel_produces_bytes 5.26s test_irda_channel.py
✅ passed test_irda_does_not_break_uart_modem 0.01s test_irda_channel.py
✅ passed test_irda_log_has_timestamp_prefix 0.00s test_irda_channel.py
✅ passed test_irda_pty_exists 0.00s test_irda_channel.py
✅ passed test_irda_pty_readable 0.00s test_irda_channel.py
✅ passed test_irda_throughput_below_saturation 10.13s test_irda_channel.py
⚠️ xfail test_irda_boot_marker_present 0.00s test_irda_channel.py

runtime_irq — 0/3

Status Test Durée Fichier
⚠️ xfail test_interrupt_ex_called_counter_exposed 0.01s test_run_observability.py
⚠️ xfail test_isr_entered_matches_rete 0.01s test_run_observability.py
⚠️ xfail test_no_pending_irq_gating 0.01s test_run_observability.py

runtime_l1ctl — 1/6

Status Test Durée Fichier
❌ failed test_l1ctl_data_ind_rate_vs_alc 0.02s test_run_observability.py
❌ failed test_l1ctl_data_ind_received 0.02s test_run_observability.py
✅ passed test_neigh_pm_req_loop_alive 0.35s test_run_observability.py
⚠️ xfail test_a_cd_write_pc_includes_ccch_demod 0.03s test_run_observability.py
⏭️ skipped test_a_cd_writes_nonzero 0.01s test_run_observability.py
⚠️ xfail test_rach_attempted 0.00s test_run_observability.py

runtime_log_grep — 21/30

Status Test Durée Fichier
❌ failed test_grep_qemu_bsp_dma_active 0.01s test_log_grep.py
✅ passed test_blocker_fwirda_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_mobile_no_crash 0.00s test_log_grep.py
✅ passed test_blocker_mobile_no_vty_bind_error 0.01s test_log_grep.py
✅ passed test_blocker_no_out_of_memory 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_connection_refused 0.00s test_log_grep.py
✅ passed test_blocker_osmocon_no_layer2_socket_failed 0.01s test_log_grep.py
✅ passed test_blocker_osmocon_no_pty_error 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_assert_failed 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_long_wait_a21a 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_panic 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_qemu_abort 0.01s test_log_grep.py
✅ passed test_blocker_qemu_no_runaway_dsp 0.01s test_log_grep.py
✅ passed test_grep_fwirda_log_present_or_skip 0.00s test_log_grep.py
✅ passed test_grep_mobile_alive_signal 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_fbsb_req_attempted 0.01s test_log_grep.py
✅ passed test_grep_osmocon_l1ctl_reset_req 0.00s test_log_grep.py
✅ passed test_grep_osmocon_lost_ratio_acceptable 0.01s test_log_grep.py
✅ passed test_grep_qemu_dsp_booted 0.02s test_log_grep.py
✅ passed test_grep_qemu_log_exists_and_nonempty 0.00s test_log_grep.py
✅ passed test_grep_qemu_no_sp_catastrophe_recent 0.01s test_log_grep.py
✅ passed test_grep_qemu_task24_dispatched 0.02s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_bts_shutdown 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_rach_parity 0.00s test_log_grep.py
⏭️ skipped test_blocker_bridge_no_socket_error 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_dl_bursts_received 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_fb_pattern_dominant 0.00s test_log_grep.py
⏭️ skipped test_grep_bridge_no_clock_skew_shutdown 0.00s test_log_grep.py
⚠️ xfail test_grep_fwirda_boot_marker 0.00s test_log_grep.py
⚠️ xfail test_grep_qemu_a_cd_wr_vs_task24 0.02s test_log_grep.py

runtime_monitor — 9/9

Status Test Durée Fichier
✅ passed test_monitor_info_chardev_lists_serial 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_irq_listed 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_irda 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_mtree_has_uart_modem 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qom_tree_has_calypso_or_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_qtree_has_calypso 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_registers_arm 3.00s test_qemu_introspection.py
✅ passed test_monitor_info_status_is_running 3.00s test_qemu_introspection.py
✅ passed test_monitor_socket_reachable 3.00s test_qemu_introspection.py

runtime_net — 2/2

Status Test Durée Fichier
✅ passed test_no_unexpected_high_ports 0.02s test_runtime_net_fs.py
✅ passed test_qemu_ports_listening 0.03s test_runtime_net_fs.py

runtime_osmocon — 3/3

Status Test Durée Fichier
✅ passed test_osmocon_no_recent_lost_spam 0.00s test_firmware_state.py
✅ passed test_osmocon_past_romload 0.01s test_firmware_state.py
✅ passed test_osmocon_started_download 0.00s test_firmware_state.py

runtime_summary — 1/1

Status Test Durée Fichier
✅ passed test_run_summary_snapshot 30.41s test_run_observability.py

runtime_vty — 3/3

Status Test Durée Fichier
✅ passed test_mobile_imsi_loaded 1.52s test_run_observability.py
✅ passed test_mobile_mm_state_is_null_or_idle 1.52s test_run_observability.py
✅ passed test_mobile_vty_reachable 1.52s test_run_observability.py

skipif — 1/2

Status Test Durée Fichier
✅ passed test_runtime_bts_no_fn_skew_messages 0.00s test_osmocom_workflow.py
⚠️ xfail test_runtime_sim_it_wt_rxdone_log_present 0.02s test_osmocom_workflow.py

timer_audit — 10/14

Status Test Durée Fichier
❌ failed test_timer_runtime_period[bts_clk_ind] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[BSP_DRAIN_PERIOD_MS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_HYPERFRAME] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[GSM_TDMA_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_KICK_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TDMA_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[PCB_TICK_TINT0_US] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[TINT0_PERIOD_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_physical_param[WT_DELAY_NS] 0.00s test_timer_physical_audit.py
✅ passed test_timer_runtime_period[kick] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bridge_clk_ind] 0.00s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[bsp_burst] 0.10s test_timer_physical_audit.py
⏭️ skipped test_timer_runtime_period[tdma_tick] 0.10s test_timer_physical_audit.py

timer_graph — 2/2

Status Test Durée Fichier
✅ passed test_timer_drift_summary_table 0.29s test_timer_physical_audit.py
✅ passed test_timer_temporal_graphs_emit_mermaid 0.29s test_timer_physical_audit.py

timer_invariant — 9/9

Status Test Durée Fichier
✅ passed test_dsp_budget_saturation_signal 0.00s test_timer_invariants.py
✅ passed test_dsp_n_exec_within_budget 0.00s test_timer_invariants.py
✅ passed test_frame_irq_per_tdma_ratio 0.00s test_timer_invariants.py
✅ passed test_kick_realtime_cadence 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_no_dead_bucket 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_produced 0.00s test_timer_invariants.py
✅ passed test_log_timeline_csv_steady_qemu_rate 0.00s test_timer_invariants.py
✅ passed test_tdma_log_present 0.00s test_timer_invariants.py
✅ passed test_tdma_period_virtual_close_to_target 0.00s test_timer_invariants.py

unmarked — 7/7

Status Test Durée Fichier
✅ passed test_verdict_bts_dead 0.00s test_mode_verdict.py
✅ passed test_verdict_instability 0.00s test_mode_verdict.py
✅ passed test_verdict_ipc_chan_mismatch 0.00s test_mode_verdict.py
✅ passed test_verdict_mobile_stuck_gsm322 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_silent 0.00s test_mode_verdict.py
✅ passed test_verdict_shunt_works 0.00s test_mode_verdict.py
✅ passed test_zz_per_mode_report 0.00s test_mode_verdict.py

xfail — 0/1

Status Test Durée Fichier
⚠️ xfail test_tcg_strne_commits_under_icount_auto 0.00s test_osmocom_workflow.py

Cadence des logs et timers dans le temps

Compte des événements par bucket 10s wall, généré par log_timeline.py sur les logs préfixés <epoch_sec> +<rel_sec>s par run.sh. Source : log_timeline.csv dans ce dossier. Le plot est produit côté RStudio/Quarto via le chunk R ci-dessous (no-op en markdown GitHub — ouvrir le .qmd dans RStudio ou lancer quarto render pour le rendu).

Cadence logs (sources) + timers (dé-thinned vs nominal GSM)
Table brute par bucket 10s — cliquer pour déplier
Wall window : 307.7s  buckets=31  bucket=10.0s
CSV written: /tmp/log_timeline.csv

  t_rel  | qemu     | bridge   | osmocon  | mobile   | tdma     | frame_ir | kick     | fb_det_h | stack_in
-------------------------------------------------------------------------------------------------------------
    0.0  |     4292 |        0 |      158 |       53 |        2 |        2 |       39 |        4 |        0
   10.0  |     4563 |        0 |      203 |       61 |        2 |        2 |       10 |        4 |        0
   20.0  |     4190 |        0 |      224 |       84 |        2 |        2 |       10 |        6 |        0
   30.0  |     4287 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
   40.0  |     4345 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
   50.0  |     4240 |        0 |      218 |       84 |        3 |        3 |       10 |        6 |        0
   60.0  |     4364 |        0 |      234 |       56 |        2 |        2 |       10 |        4 |        0
   70.0  |     4280 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
   80.0  |     4230 |        0 |      205 |       56 |        2 |        2 |       10 |        4 |        0
   90.0  |     2005 |        0 |       92 |       42 |        1 |        1 |       10 |        2 |        0
  100.0  |     1445 |        0 |       81 |       42 |        1 |        1 |       10 |        4 |        0
  110.0  |     4299 |        0 |      232 |       56 |        2 |        2 |        9 |        4 |        0
  120.0  |     4348 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  130.0  |     4215 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  140.0  |     4251 |        0 |      210 |       60 |        2 |        2 |       10 |        4 |        0
  150.0  |     4275 |        0 |      204 |       56 |        3 |        3 |       10 |        4 |        0
  160.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  170.0  |     4243 |        0 |      249 |       84 |        2 |        2 |       10 |        6 |        0
  180.0  |     4283 |        0 |      202 |       56 |        2 |        2 |       10 |        4 |        0
  190.0  |     4278 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  200.0  |      349 |        0 |        3 |       21 |        0 |        0 |       10 |        0 |        0
  210.0  |     2639 |        0 |      154 |       35 |        2 |        2 |       10 |        4 |        0
  220.0  |     4173 |        0 |      217 |       80 |        2 |        2 |       10 |        6 |        0
  230.0  |     4317 |        0 |      210 |       60 |        2 |        2 |        9 |        4 |        0
  240.0  |     4262 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  250.0  |     4319 |        0 |      226 |       56 |        2 |        2 |       10 |        4 |        0
  260.0  |     4140 |        0 |      224 |       84 |        3 |        3 |       10 |        6 |        0
  270.0  |     4282 |        0 |      204 |       56 |        2 |        2 |       10 |        4 |        0
  280.0  |     4304 |        0 |      203 |       56 |        2 |        2 |       10 |        4 |        0
  290.0  |     4240 |        0 |      211 |       77 |        2 |        2 |       10 |        6 |        0
  300.0  |     3247 |        0 |      148 |       35 |        2 |        2 |        8 |        2 |        0

(plotting handled by RStudio/Quarto from /tmp/log_timeline.csv)

Résultats bruts pytest

Cliquer pour déplier — sortie verbatim type pytest -v
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon (0.000s)
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization (0.008s)
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero (0.011s)
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi (0.010s)
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry (0.011s)
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered (0.011s)
PASSED   test_calypso_milestones.py::test_popm_decoder_active (0.002s)
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present (0.004s)
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression (30.452s)
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x (0.009s)
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified (0.014s)
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified (0.013s)
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone (0.010s)
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly (0.008s)
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero (0.000s)
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active (0.008s)
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero (0.000s)
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete (0.000s)
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated (0.000s)
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received (0.019s)
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged (0.000s)
XFAIL    test_calypso_milestones.py::test_rach_emitted (0.000s)
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded (0.000s)
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent (0.000s)
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received (0.000s)
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks (0.000s)
PASSED   test_firmware_state.py::test_qemu_monitor_responsive (0.004s)
FAILED   test_firmware_state.py::test_pc_advances (0.110s)
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop (0.005s)
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable (0.003s)
PASSED   test_firmware_state.py::test_osmocon_started_download (0.003s)
PASSED   test_firmware_state.py::test_osmocon_past_romload (0.008s)
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam (0.002s)
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts (0.000s)
PASSED   test_gdb_stub.py::test_gdb_stub_reachable (0.002s)
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds (0.001s)
PASSED   test_gdb_stub.py::test_gdb_query_supported (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero (0.000s)
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base (0.001s)
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects (0.310s)
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail (0.001s)
PASSED   test_inject_frames.py::test_probe_ndb (0.287s)
PASSED   test_inject_frames.py::test_clear_ndb (0.329s)
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found (0.698s)
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found (0.579s)
PASSED   test_inject_frames.py::test_inject_si[1] (0.374s)
PASSED   test_inject_frames.py::test_inject_si[2] (0.372s)
PASSED   test_inject_frames.py::test_inject_si[3] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[4] (0.370s)
PASSED   test_inject_frames.py::test_inject_si[5] (0.369s)
PASSED   test_inject_frames.py::test_inject_si[6] (0.370s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B (0.374s)
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B (0.371s)
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length (0.000s)
PASSED   test_inject_frames.py::test_inject_d_task[5-0] (0.083s)
PASSED   test_inject_frames.py::test_inject_d_task[6-1] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[24-0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_task[28-1] (0.081s)
PASSED   test_inject_frames.py::test_inject_d_burst[0] (0.082s)
PASSED   test_inject_frames.py::test_inject_d_burst[1] (0.083s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1 (3.012s)
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd (2.600s)
PASSED   test_irda_channel.py::test_irda_pty_exists (0.000s)
PASSED   test_irda_channel.py::test_irda_pty_readable (0.000s)
XFAIL    test_irda_channel.py::test_irda_boot_marker_present (0.001s)
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes (5.257s)
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem (0.013s)
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix (0.001s)
PASSED   test_irda_channel.py::test_irda_capture_process_alive (0.005s)
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation (10.125s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4 (0.044s)
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m (0.044s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn (0.059s)
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000] (0.047s)
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10] (0.000s)
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1] (0.007s)
PASSED   test_layer_drift.py::test_log_start_within_10s (0.023s)
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0] (0.055s)
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0] (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty (0.000s)
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted (0.018s)
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active (0.011s)
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched (0.017s)
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent (0.006s)
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant (0.000s)
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown (0.000s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted (0.005s)
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable (0.010s)
PASSED   test_log_grep.py::test_grep_mobile_alive_signal (0.005s)
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip (0.000s)
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_panic (0.013s)
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp (0.005s)
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a (0.009s)
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed (0.015s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused (0.005s)
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error (0.006s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity (0.000s)
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error (0.000s)
PASSED   test_log_grep.py::test_blocker_mobile_no_crash (0.005s)
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error (0.005s)
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic (0.005s)
PASSED   test_log_grep.py::test_blocker_no_out_of_memory (0.005s)
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24 (0.025s)
PASSED   test_mode_verdict.py::test_verdict_shunt_works (0.000s)
PASSED   test_mode_verdict.py::test_verdict_shunt_silent (0.000s)
PASSED   test_mode_verdict.py::test_verdict_bts_dead (0.000s)
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch (0.000s)
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322 (0.000s)
PASSED   test_mode_verdict.py::test_verdict_instability (0.000s)
PASSED   test_mode_verdict.py::test_zz_per_mode_report (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec (0.001s)
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx (0.000s)
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive (0.000s)
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm (0.004s)
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock (0.001s)
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock (0.000s)
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter (0.000s)
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present (0.002s)
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on (0.002s)
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto (0.000s)
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default (0.001s)
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present (0.022s)
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages (0.000s)
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial (3.003s)
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm (3.004s)
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed (3.003s)
PASSED   test_run_observability.py::test_all_expected_processes_present (0.007s)
PASSED   test_run_observability.py::test_no_zombie_or_defunct (0.008s)
PASSED   test_run_observability.py::test_qemu_log_is_fresh (3.010s)
PASSED   test_run_observability.py::test_mobile_pcap_growing (10.010s)
PASSED   test_run_observability.py::test_volumes_mounted (0.006s)
PASSED   test_run_observability.py::test_no_wait_a21a_on_window (0.011s)
PASSED   test_run_observability.py::test_no_enter_7740_dwell (0.013s)
FAILED   test_run_observability.py::test_intm_reaches_zero (0.009s)
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold (0.008s)
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged (0.017s)
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution (0.009s)
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero (0.008s)
FAILED   test_run_observability.py::test_bridge_log_shows_traffic (0.002s)
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold (0.000s)
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected (0.002s)
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive (0.350s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_received (0.023s)
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero (0.012s)
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod (0.026s)
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc (0.022s)
XFAIL    test_run_observability.py::test_rach_attempted (0.000s)
PASSED   test_run_observability.py::test_mobile_vty_reachable (1.517s)
PASSED   test_run_observability.py::test_mobile_imsi_loaded (1.517s)
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle (1.516s)
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed (0.007s)
XFAIL    test_run_observability.py::test_isr_entered_matches_rete (0.006s)
XFAIL    test_run_observability.py::test_no_pending_irq_gating (0.006s)
PASSED   test_run_observability.py::test_run_summary_snapshot (30.414s)
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening (0.026s)
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports (0.024s)
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit (0.012s)
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb (0.004s)
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min (0.005s)
PASSED   test_timer_invariants.py::test_tdma_log_present (0.000s)
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget (0.000s)
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal (0.000s)
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target (0.000s)
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio (0.000s)
PASSED   test_timer_invariants.py::test_kick_realtime_cadence (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket (0.000s)
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US] (0.000s)
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] (0.000s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick] (0.099s)
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick] (0.101s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind] (0.000s)
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] (0.003s)
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst] (0.097s)
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid (0.295s)
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table (0.291s)

============================================================
137 passed, 15 failed, 26 skipped, 24 xfailed in 134.47s

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_bridge_has_dl_bursts():
        """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""
        n = _grep_count((removed), "bridge: DL #")
>       assert n >= 10, (
            f"{n} DL bursts dans bridge.log — osmo-bts-trx pas connecté ou "
            f"bridge ne route pas (vérifier BSP UDP 6702 listening)"
        )
E       AssertionError: 0 DL bursts dans bridge.log — osmo-bts-trx pas connecté ou bridge ne route pas (vérifier BSP UDP 6702 listening)
E       assert 0 >= 10

test_firmware_state.py:196: AssertionError

🛑 2. test_pc_advances

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.11s
  • Nodeid : test_firmware_state.py::test_pc_advances
  • Assertion : """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_firmware
    def test_pc_advances():
        """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""
        pc1 = _read_pc()
        if pc1 is None:
            pytest.skip("QEMU monitor pas dispo (PC unreadable)")
        time.sleep(0.1)
        pc2 = _read_pc()
        if pc2 is None:
            pytest.skip("PC unreadable 2nd sample")
        # On accepte un changement même petit ; si PC strictement égal sur 2
        # samples espacés de 100ms, c'est un busy-wait étroit (à investiguer).
>       assert pc1 != pc2, (
            f"firmware figé : PC stable à 0x{pc1:08x} sur 100ms — "
            f"vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE"
        )
E       AssertionError: firmware figé : PC stable à 0x00825358 sur 100ms — vérifier busy-wait (calypso_sim_powerup ?) et hack CALYPSO_FORCE_RX_DONE
E       assert 8541016 != 8541016

test_firmware_state.py:113: AssertionError

🛑 3. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_dsp
    def test_intm_reaches_zero():
        """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""
        n = grep_count_in_qemu_log("POST-BOOTSTUB-RET")
>       assert n > 0, "POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression"
E       AssertionError: POST-BOOTSTUB-RET=0 — INTM jamais clear, POPM régression
E       assert 0 > 0

test_run_observability.py:390: AssertionError

🛑 4. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6675323

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None, log_offset = 6675323

    @pytest.mark.milestone_bsp_dma
    def test_no_d_fb_det_wr_site_anomaly(container_alive, log_offset):
        """
        Le probe D_FB_DET-WR-SITE fire-t-il sur le sweep FB-det attendu ?
    
        ⚠️ Ancienne formulation 2026-05-14 (« data[AR1]=bbef→0000, anomalie data
        path ») obsolète. data[AR1] est une lecture de table PROM0 confirmée
        bit-pour-bit, et la convergence data[AR0]/AR2 fait basculer
        `test_d_fb_det_data_no_longer_zero`.
    
        Test refait : on vérifie juste que le sweep s'exécute (au moins 50 hits
        capturés). Si 0, le probe n'est plus dans le path d'exécution = vraie
        anomalie structurelle.
        """
        r = docker_exec([
            "sh", "-c",
            f"grep -c 'D_FB_DET-WR-SITE' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n >= 50, (
            f"D_FB_DET-WR-SITE seulement {n} hits — sweep FB-det ne s'exécute pas. "
            f"Régression structurelle, le DSP n'atteint plus PC=0x8f51."
        )
E       AssertionError: D_FB_DET-WR-SITE seulement 0 hits — sweep FB-det ne s'exécute pas. Régression structurelle, le DSP n'atteint plus PC=0x8f51.
E       assert 0 >= 50

test_calypso_milestones.py:453: AssertionError

🛑 5. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_bridge
    def test_bridge_log_shows_traffic():
        r = dexec(["tail", "-n", "200", "/tmp/bridge.log"])
>       assert r.stdout.strip(), "bridge.log vide — calypso-ipc-device muet, problème UDP ?"
E       AssertionError: bridge.log vide — calypso-ipc-device muet, problème UDP ?
E       assert ''
E        +  where '' = <built-in method strip of str object at 0x78b4901dc030>()
E        +    where <built-in method strip of str object at 0x78b4901dc030> = ''.strip
E        +      where '' = CompletedProcess(args=['tail', '-n', '200', '/tmp/bridge.log'], returncode=1, stdout='', stderr="tail: cannot open '/tmp/bridge.log' for reading: No such file or directory\n").stdout

test_run_observability.py:630: AssertionError

🛑 6. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
container_alive = None

    @pytest.mark.milestone_l1ctl
    def test_l1ctl_data_ind_received(container_alive):
        """
        Milestone L1 : L1CTL_DATA_IND vers mobile non-zéro.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies,
                    la mesure DATA_IND n'a pas de sens (variance/régime intermittent)
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6,
                    ARM ne forward pas a_cd[] au mobile (vraie régression à creuser)
        """
        r_allc = docker_exec([
            "sh", "-c",
            f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        allc_str = r_allc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = docker_exec([
            "sh", "-c",
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        ])
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6. "
            f"ARM ne forward pas a_cd[] au mobile."
        )
E       AssertionError: task=24 fire 23507× mais DATA_IND=0 — vrai mur couche 6. ARM ne forward pas a_cd[] au mobile.
E       assert 0 > 0

test_calypso_milestones.py:582: AssertionError

🛑 7. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_rate_vs_alc():
        """
        Cohérence entre ARM ALLC hooks (task=24, demande CCCH) et DATA_IND envoyés.
        Si ALLC > 0 mais DATA_IND = 0 → bug ARM L1 ne forward pas.
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        r_ind = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        try:
            alc = int(r_alc.stdout.strip() or "0")
            ind = int(r_ind.stdout.strip() or "0")
        except ValueError:
            pytest.skip("Parse failure")
        if alc == 0:
            pytest.skip("Aucun task=24 ALLC hook")
        print(f"\n  ALLC hooks (task=24) = {alc}")
        print(f"  L1CTL_DATA_IND       = {ind}")
        print(f"  ratio IND/ALLC       = {ind/alc:.2f}")
>       assert ind > 0, "ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile"
E       AssertionError: ALLC firing mais aucun DATA_IND — bug ARM L1 → mobile
E       assert 0 > 0

test_run_observability.py:796: AssertionError

🛑 8. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """
Stack trace complet (dépliable)
@pytest.mark.runtime_l1ctl
    def test_l1ctl_data_ind_received():
        """
        L1CTL_DATA_IND envoyés au mobile = ARM L1 consomme a_cd[] et forward au L23.
    
        Sémantique 3-états :
          - PASS  : DATA_IND > 0 (milestone L1 atteint)
          - XFAIL : task=24 (ALLC) fire 0× → conditions amont CCCH pas réunies
          - FAIL  : task=24 > 0 et DATA_IND = 0 → vrai mur couche 6
        """
        r_alc = dexec_sh(f"grep -c 'task=24' {QEMU_LOG_CONTAINER} 2>/dev/null || true")
        allc_str = r_alc.stdout.strip()
        allc_hooks = int(allc_str) if allc_str.isdigit() else 0
        if allc_hooks == 0:
            pytest.xfail(
                "task=24 (ALLC) fire 0× — conditions amont CCCH pas réunies, "
                "DATA_IND non interprétable"
            )
    
        r = dexec_sh(
            f"grep -cE 'L1CTL_DATA_IND|DATA_IND' {QEMU_LOG_CONTAINER} 2>/dev/null || true"
        )
        n_str = r.stdout.strip()
        n = int(n_str) if n_str.isdigit() else 0
>       assert n > 0, (
            f"task=24 fire {allc_hooks}× mais DATA_IND=0 — vrai mur couche 6"
        )
E       AssertionError: task=24 fire 30777× mais DATA_IND=0 — vrai mur couche 6
E       assert 0 > 0

test_run_observability.py:722: AssertionError

🛑 9. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.runtime_log_grep
    def test_grep_qemu_bsp_dma_active():
        """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""
        n = _grep_count(QEMU_LOG, "DARAM-WR-STATS")
>       assert n >= 10, f"BSP DMA stats trop rares : {n} (attendu ≥ 10)"
E       AssertionError: BSP DMA stats trop rares : 0 (attendu ≥ 10)
E       assert 0 >= 10

test_log_grep.py:91: AssertionError

🛑 10. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_divergent
    @pytest.mark.osmocom_bridge
    def test_bridge_clock_from_qemu_default():
        """(removed) devrait être =1 par défaut sous icount=auto pour
        aligner la bridge clock sur QEMU FN au lieu de wall.
    
        Actuel default = 0 (wall-paced). Sous icount=auto + default=0, bridge
        drifte de qfn. À flipper par défaut quand on confirme icount=auto stable.
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
        m = re.search(
            r'(removed)\s*=\s*"\$\{\s*(removed)\s*:-\s*([01])\s*\}"',
            src)
>       assert m, "(removed) default line not found"
E       AssertionError: (removed) default line not found
E       assert None

test_osmocom_workflow.py:339: AssertionError

🛑 11. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_bridge
    def test_bridge_select_timeout_low_jitter():
        """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
        sur l'émission CLK IND (sub-frame).
    
        Avant fix 2026-05-24 : 50ms → jitter ±10 frames → BTS log spam
        'We were 1 FN faster/slower than TRX'.
        Fix : 1ms → ±0.2 frame, sous seuil compensation BTS.
        """
        src = _read(BRIDGE_PY)
>       assert src, f"can't read {BRIDGE_PY}"
E       AssertionError: can't read /opt/GSM/qemu-src/calypso-ipc-device
E       assert ''

test_osmocom_workflow.py:247: AssertionError

🛑 12. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_boot
    def test_force_rx_done_default_on():
        """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion
        SIM normative (firmware ne peut pas commit le STRNE rxDoneFlag sous icount=auto).
        """
        src = _read(RUN_SH)
        assert src, f"can't read {RUN_SH}"
>       assert re.search(
            r'CALYPSO_FORCE_RX_DONE\s*=\s*"\$\{\s*CALYPSO_FORCE_RX_DONE\s*:-\s*1\s*\}"',
            src), "run.sh must default CALYPSO_FORCE_RX_DONE=1"
E       AssertionError: run.sh must default CALYPSO_FORCE_RX_DONE=1
E       assert None
E        +  where None = <function search at 0x78b48ff7c550>('CALYPSO_FORCE_RX_DONE\\s*=\\s*"\\$\\{\\s*CALYPSO_FORCE_RX_DONE\\s*:-\\s*1\\s*\\}"', '#!/bin/bash\n# run.sh -- Calypso QEMU pipeline.\n#\n# Data path : osmo-bts-trx : osmo-trx-ipc : calypso-ipc-device : QEMU BSP\n# DMA : DSP CCCH demod : a_cd[] in NDB : ARM L1 : L1CTL_DATA_IND.\n# Modem GMSK integre dans osmo-trx (chaine radio software-defined complete).\n\nset -euo pipefail\n\nSESSION="calypso"\n\n# ---- args : --gen-doc / --help -----------------------------------------------\n# --gen-doc : ne (re)lance PAS le pipeline ; suppose qu\'il tourne deja dans le\n# container et lance pytest pour produire la doc (report.md condense +\n# test_results.md/qmd complets). Cree une fenetre tmux `gen-doc` dans la session\n# `calypso` existante et y bascule pour montrer le run pytest en direct.\nGEN_DOC_MODE=0\nMENU_MODE=0\nDEBUG_FULL_MODE=0\nfor arg in "$@"; do\n    case "$arg" in\n        --gen-doc-local) GEN_DOC_MODE=1 ;;\n        --menu) MENU_MODE=1 ;;\n        --debug-full) DEBUG_FULL_MODE=1 ;;\n        --run-all)\n            echo "[run.sh] --run-all : delegating to run-all.sh"\n            exec "$(dirname "$0")/run-all.sh" "${@:2}"\n            ;;\n        --run-all-debug)\n            echo "[run.sh] --run-all-debug : delegating to run-all-debug.sh"\n            exec "$(dirname "$0")/run-all-debug.sh" "${@:2}"\n            ;;\n        --select-verdict)\n            echo "[run.sh] --select-verdict : delegating to select-verdict.sh"\n            exec "$(dirname "$0")/select-verdict.sh" "${@:2}"\n            ;;\n        -h|--help)\n            cat <<\'EOF\'\nUsage: ./run.sh [FLAG]\n\nLance le pipeline Calypso complet : QEMU (ARM + DSP c54x emul\xe9) + osmocon\n(romload stub) + bridge ipc-device|trx-ipc|bridge.py + osmo-bts-trx +\nmobile/L2 client + gsmtap capture + irda capture. Tout dans une session\ntmux \'calypso\'. Par d\xe9faut attache la session en fin.\n\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\nFLAGS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n\n  --menu         S\xe9lection interactive (whiptail) du profile avant launch.\n                 Mode, components, L2 client, DIAG profile, advanced toggles.\n\n  --debug-full   Active TOUTES les probes debug (CALYPSO_*_TRACE/PROBE)\n                 sur le mode courant (default \'full\', ou celui s\xe9lectionn\xe9\n                 via --menu). icount=auto + DIAG full + gdb pane on.\n                 Lourd en log (~1-2 GB/min qemu.log). SINGLE-SHOT.\n\n  --gen-doc-local  Skip launch, lance pytest in-container, g\xe9n\xe8re doc.\n                   Artefacts /tmp/report.md, test_results.md, .qmd, etc.\n\n

🛑 13. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_rxdone_addr_matches_firmware_nm():
        """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le
        firmware ELF (per `nm`).
    
        Avant fix 2026-05-24 : default stale `0x008302a0` (vieux build), firmware
        était à `0x008302d4`. Le hack tapait la mauvaise case.
        """
        expected = _nm_symbol(FW_ELF, "rxDoneFlag")
        if expected is None:
            pytest.skip(f"can't resolve rxDoneFlag in {FW_ELF}")
        for path in (SIM_C, TRX_C):
            src = _read(path)
            # Cherche le default fallback dans le getenv pattern
            m = re.search(r":\s*(0x008302[0-9a-fA-F]{2})\s*;", src)
>           assert m, f"no default rxdone_addr in {path}"
E           AssertionError: no default rxdone_addr in /opt/GSM/qemu-src/hw/arm/calypso/calypso_sim.c
E           assert None

test_osmocom_workflow.py:174: AssertionError

🛑 14. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0
Stack trace complet (dépliable)
@pytest.mark.osmocom_compliant
    @pytest.mark.osmocom_sim
    def test_sim_defer_clear_timer_present():
        """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
    
        Sans ça, le clear synchrone dans la callback MMIO race avec
        cpu_io_recompile (TB truncation) → STRNE rxDoneFlag jamais committé.
        """
        src = _read(SIM_C)
        assert src, f"can't read {SIM_C}"
>       assert "QEMUTimer  *clear_edge_timer" in src or \
               "QEMUTimer *clear_edge_timer" in src, (
            "Missing clear_edge_timer field in CalypsoSim struct")
E       AssertionError: Missing clear_edge_timer field in CalypsoSim struct
E       assert ('QEMUTimer  *clear_edge_timer' in '/*\n * calypso_sim.c \u2014 ISO 7816 / GSM 11.11 SIM emulator for the Calypso\n *\n * Replaces the historical 1-line ATR-pulse stub. Implements:\n *   - ATR delivery on CMDSTART\n *   - APDU framing through the TX/RX FIFO\n *   - Minimum viable GSM 11.11 file system (MF, DF_GSM, DF_TELECOM)\n *   - Standard commands: SELECT (A4), READ_BINARY (B0), READ_RECORD (B2),\n *                         GET_RESPONSE (C0), STATUS (F2), VERIFY_CHV (20),\n *                         RUN_GSM_ALGORITHM (88)\n *\n * Test SIM identity (matches the standard test PLMN 001/01):\n *   IMSI = 001 01 0000000001  (15 digits)\n *   ICCID = 8901010000000000001 F  (BCD swapped)\n *   Ki = 00..00 (16 bytes \u2014 auth always returns deterministic SRES/Kc)\n *\n * Bytes flow: firmware writes APDU bytes one at a time to DTX. We parse\n * the 5-byte ISO 7816 header, optionally collect data bytes (P3 of length\n * for outgoing case 3) and dispatch. Response bytes are pushed to RX FIFO,\n * IT_RX raised, IRQ pulsed.\n */\n\n#include "qemu/osdep.h"\n#include "qemu/timer.h"\n#include "qemu/main-loop.h"\n#include "exec/cpu-common.h"\n#include "hw/core/cpu.h"\n#include "hw/arm/calypso/calypso_sim.h"\n\n#define SIM_LOG(...) do { fprintf(stderr, "[sim] " __VA_ARGS__); fputc(\'\\n\', stderr); } while(0)\n\n#define APDU_MAX_LEN     261\n#define RX_FIFO_SIZE     512\n#define ATR_DELAY_NS     1000000  /* 1 ms simulated */\n\n/* Minimal valid ATR (4 bytes):\n *   TS = 0x3B  (direct convention)\n *   T0 = 0x02  (Y1=0 \u2192 no TA/TB/TC/TD interface bytes,\n *               K =2 \u2192 2 historical bytes follow)\n *   Hist[0..1] = 0x14 0x50  (arbitrary, identifies a test card)\n * No TCK byte because no T!=0 protocol indicated.\n * Total bytes the firmware will read = 4. */\nstatic const uint8_t SIM_ATR[] = { 0x3B, 0x02, 0x14, 0x50 };\n\n/* ---------- file system ---------------------------------------------- */\n\ntypedef enum {\n    EF_TRANSPARENT = 0,\n    EF_LINEAR_FIXED = 1,\n    EF_CYCLIC = 2,\n    EF_DF = 0xF0,    /* not a real EF \u2014 directory entry */\n    EF_MF = 0xF1,\n} EfStructure;\n\ntypedef struct SimFile {\n    uint16_t fid;\n    uint16_t parent;\n    uint8_t  structure;\n    uint16_t size;        /* total bytes (transparent) or rec_len * nrec */\n    uint8_t  rec_len;     /* records (linear/cyclic) */\n    uint8_t  data[64];    /* in-line storage (small EFs only) */\n} SimFile;\n\n/* SIM identity defaults (overridden at boot from the osmocom-bb mobile\n * config \u2014 see load_config_from_file). EF_IMSI is GSM 11.11 BCD-packed\n * with the standard length-byte + parity-nibble layout. */\n\nstatic SimFile sim_files[] = {\n    { 0x3F00, 0x0000, EF_MF, 0, 0, {0} },          /* MF root */\n    { 0x7F20, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_GSM */\n    { 0x7F10, 0x3F00, EF_DF, 0, 0, {0} },          /* DF_TELECOM */\n    { 0x2FE2, 0x3F00, EF_TRANSPARENT, 10, 0,       /* EF_ICCID */\n      { 0x98, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F07, 0x7F20, EF_TRANSPARENT, 9, 0,        /* EF_IMSI */\n      { 0x08, 0x09, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0xF1 } },\n    { 0x6F30, 0x7F20, EF_TRANSPARENT, 24, 0,       /* EF_PLMNsel: 001 01 = FFFFFF empty list */\n      { 0x00, 0xF1, 0x10,  /* PLMN 001 01 */\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,\n        0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF

🛑 15. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0
Stack trace complet (dépliable)
name = 'bts_clk_ind', log_path = '/tmp/bts.log'
pattern = 'Clock indication: fn=', expected_ms = 235.4
desc = 'BTS CLK IND reçu'

    @pytest.mark.timer_audit
    @pytest.mark.parametrize("name,log_path,pattern,expected_ms,desc",
                             TIMER_RUNTIME_PROBES,
                             ids=[p[0] for p in TIMER_RUNTIME_PROBES])
    def test_timer_runtime_period(name, log_path, pattern, expected_ms, desc):
        """Mesure le period réel des timers depuis logs vs valeur attendue.
        Skip si pas assez de samples (run trop court)."""
        log = _read(log_path)
        if not log:
            pytest.skip(f"{log_path} vide")
        ts = _parse_timestamps(log, pattern)
        if len(ts) < 30:
            pytest.skip(f"{name}: only {len(ts)} samples in {log_path}")
        periods = _periods_ms(ts)
        # Filtre outliers extrêmes (gap > 10× expected = pause / restart)
        periods = [p for p in periods if p < expected_ms * 10]
        if len(periods) < 20:
            pytest.skip(f"{name}: only {len(periods)} clean samples")
        p_med = median(periods)
        p_mean = mean(periods)
        p_std = stdev(periods) if len(periods) > 1 else 0.0
        pct = abs(p_med - expected_ms) / expected_ms * 100.0
        msg = (f"{name} ({desc}): expected={expected_ms} ms, "
               f"median={p_med:.2f} ms, mean={p_mean:.2f} ms, "
               f"σ={p_std:.2f} ms, Δ_med={pct:+.1f}% (N={len(periods)})")
        print(f"  RUNTIME {msg}")
        # Tolérance large (50%) : sous icount=auto le rate dévie
>       assert pct < 50.0, f"OFF EXPECTED : {msg}"
E       AssertionError: OFF EXPECTED : bts_clk_ind (BTS CLK IND reçu): expected=235.4 ms, median=1044.00 ms, mean=1043.50 ms, σ=6.52 ms, Δ_med=+343.5% (N=291)
E       assert 343.5004880090031 < 50.0

test_timer_physical_audit.py:182: AssertionError

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

========================================================================
  AUDIT INDÉPENDANT qemu-calypso — 202 tests
========================================================================

  passed    137  ██████████████······   67.8% brut
  failed     15
  xfailed    24   (R&D voie-2, accepté)
  skipped    26

  fonctionnel   90.1%   (passed / (passed+failed))
  actionable    75.2%   (non-xfail/skip)

─── 9 fails par fichier-source ───
  test_calypso_milestones.py
    ✗ test_no_d_fb_det_wr_site_anomaly                 [milestone_bsp_dma]
    ✗ test_l1ctl_data_ind_received                     [milestone_l1ctl]
  test_firmware_state.py
    ✗ test_pc_advances                                 [runtime_firmware]
    ✗ test_bridge_has_dl_bursts                        [runtime_firmware]
  test_log_grep.py
    ✗ test_grep_qemu_bsp_dma_active                    [runtime_log_grep]
  test_osmocom_workflow.py
    ✗ test_rxdone_addr_matches_firmware_nm             [osmocom_compliant,osmocom_sim]
    ✗ test_bridge_select_timeout_low_jitter            [osmocom_bridge,osmocom_compliant]
    ✗ test_sim_defer_clear_timer_present               [osmocom_compliant,osmocom_sim]
    ✗ test_force_rx_done_default_on                    [osmocom_boot,osmocom_compliant]
    ✗ test_bridge_clock_from_qemu_default              [osmocom_bridge,osmocom_divergent]
  test_run_observability.py
    ✗ test_intm_reaches_zero                           [runtime_dsp]
    ✗ test_bridge_log_shows_traffic                    [runtime_bridge]
    ✗ test_l1ctl_data_ind_received                     [runtime_l1ctl]
    ✗ test_l1ctl_data_ind_rate_vs_alc                  [runtime_l1ctl]
  test_timer_physical_audit.py
    ✗ test_timer_runtime_period[bts_clk_ind]           [parametrize,timer_audit]

─── Santé par layer (fonctionnel = pass/(pass+fail)) ───
  L3-MM               0/5   ····················  n/a  (tout xfail/skip)  (fail=0, skip=5)
  ARM-feedback        0/2   ····················  n/a  (tout xfail/skip)  (fail=0, skip=2)
  L1-ctrl             1/8   █████···············   25.0%  (fail=3, skip=4)
  L1-data             1/7   ███████·············   33.3%  (fail=2, skip=4)
  Firmware-state      3/5   ████████████········   60.0%  (fail=2, skip=0)
  —                  26/38  ████████████████····   81.2%  (fail=6, skip=6)
  DSP                 5/20  █████████████████···   83.3%  (fail=1, skip=14)
  Log-grep           21/30  ███████████████████·   95.5%  (fail=1, skip=8)
  Osmocon             3/3   ████████████████████  100.0%  (fail=0, skip=0)
  GDB-introspect      8/8   ████████████████████  100.0%  (fail=0, skip=0)
  NDB                19/19  ████████████████████  100.0%  (fail=0, skip=0)
  IrDA-channel        7/8   ████████████████████  100.0%  (fail=0, skip=1)
  Drift               4/10  ████████████████████  100.0%  (fail=0, skip=6)
  unmarked            7/7   ████████████████████  100.0%  (fail=0, skip=0)
  Monitor-extended    9/9   ████████████████████  100.0%  (fail=0, skip=0)
  Infra               5/5   ████████████████████  100.0%  (fail=0, skip=0)
  Mgmt                3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Summary             1/1   ████████████████████  100.0%  (fail=0, skip=0)
  Net                 2/2   ████████████████████  100.0%  (fail=0, skip=0)
  FS                  3/3   ████████████████████  100.0%  (fail=0, skip=0)
  Timers              9/9   ████████████████████  100.0%  (fail=0, skip=0)

─── xfail clusters (où la voie-2 est connue cassée) ───
   5× milestone_mm_lu
   3× milestone_irq
   3× runtime_irq
   2× inject_efficacy
   2× inject_frames
   2× runtime_log_grep
   2× runtime_l1ctl
   1× milestone_fb_det
   1× milestone_l1ctl
   1× milestone_dsp_decoder
   1× runtime_irda
   1× osmocom_divergent
   1× xfail
   1× osmocom_boot
   1× osmocom_compliant
   1× skipif
   1× runtime_bridge

─── Timeline 300s (31 buckets de 10s) ───
  signal                 sum   mean/bucket     max   nonzero
  qemu                121.0k       3902.16    4563  31/31  
  bridge                 0.0          0.00       0   0/31  
  osmocon               6.0k        191.94     249  31/31  
  mobile                1.8k         58.77      84  31/31  
  tdma                  61.0          1.97       3  30/31  
  frame_irq             61.0          1.97       3  30/31  
  kick                   335         10.81      39  31/31  
  fb_det_hit             130          4.19       6  30/31    ← FB OK
  stack_in_ndb           0.0          0.00       0   0/31    ← bloquant

─── Diagnostic ───
  • fails sur chemin voie-1 (MVP) : 5/15  ·  voie-2 : 1  ·  autre : 9
  • stack_in_ndb=0 sur 100% des buckets → la pile mobile n'entre jamais en NDB malgré injection active
  • fb_det_hit stable (4.2/bucket) mais consommation NDB nulle → écriture OK, consommation par mobile manquante
  • self-reported counts == recompté (cohérent)

========================================================================

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.

diag : make_diag.sh introuvable à la racine du repo.

Annexe — Bundle make_diag_bundle.sh

Bundle généré pendant la session via make_diag_bundle.sh (inventaire + digests texte embarqués). Les logs bruts (qemu_diag, bridge, osmocon, etc.) sont listés seulement — récupérer le tar.gz pour les contenus complets.

Bundle complet : diag_annex.tar.gz (528,059 bytes). Régénérer à la main : ./make_diag_bundle.sh.

Inventaire du bundle

Fichier Bytes
bts.log 204,824
env_boot.log 36,796
frame_irq.log 208,896
fw-irda.log 73,579
irda_capture.stderr.log 62
mobile.log 264,756
osmocon.log 1,011,208
pc_hist.log 0
qemu_diag.log 3,003,224
qemu_tail.log 331,699
source_excerpts.txt 43
static_decode.txt 3,154
tdma_profile.log 12,288
tdma_tick.log 32,768

Logs bruts (dépliables)

bts.log (204,824 bytes, 1516 lignes)
1779882707.181 +0.000s ((*))
1779882707.181 +0.000s   |
1779882707.181 +0.000s  / \ OsmoBTS
1779882707.186 +0.005s DL1C INFO TRX_PROV[0x5ff196bcec30]{CLOSED}: Allocated (fsm.c:456)
1779882707.186 +0.006s 'no osmotrx timing-advance-loop' is deprecated, Timing Advance loop is now active by default
1779882707.186 +0.006s DLCTRL NOTICE CTRL at 127.0.0.1 4238 (control_if.c:1026)
1779882707.186 +0.006s DLGLOBAL NOTICE Available via telnet 127.0.0.1 4241 (telnet_interface.c:88)
1779882707.187 +0.006s DABIS NOTICE A-bis connection establishment to BSC (127.0.0.1) in progress... (abis.c:170)
1779882707.187 +0.006s DLINP NOTICE E1TS(0:1) enabling ipaccess BTS mode, OML connecting to 127.0.0.1:3002 (ipaccess.c:1078)
1779882707.187 +0.006s DL1C INFO phy0: PHY link state change shutdown -> connecting (phy_link.c:58)
1779882707.188 +0.008s DTRX NOTICE phy0.0: Opening TRXC/TRXD connections to 127.0.0.1 (trx_if.c:1283)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: Received Event TRX_PROV_EV_OPEN (trx_if.c:1363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWEROFF' (trx_if.c:268)
1779882707.188 +0.008s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{CLOSED}: state_chg to OPEN_POWEROFF (trx_provision_fsm.c:363)
1779882707.188 +0.008s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 1' (trx_if.c:268)
1779882707.188 +0.008s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP POWEROFF 0' (trx_if.c:687)
1779882707.189 +0.008s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 1' (trx_if.c:687)
1779882707.189 +0.008s DOML ERROR OC=GPRS-CELL INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.189 +0.009s DOML NOTICE OC=GPRS-CELL(f1) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.191 +0.011s DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:631)
1779882707.192 +0.011s DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RFMUTE 0' (trx_if.c:268)
1779882707.192 +0.011s DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:631)
1779882707.192 +0.011s DTRX INFO phy0.0: Response message: 'RSP RFMUTE 0 0' (trx_if.c:687)
1779882707.192 +0.011s DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1024)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1070)
1779882707.192 +0.011s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.011s DTRX INFO phy0.0: Requesting TRXD PDU version 2 (trx_if.c:296)
1779882707.192 +0.011s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 2' (trx_if.c:268)
1779882707.192 +0.011s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.011s DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.192 +0.012s DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.192 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 2' (trx_if.c:687)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.192 +0.012s DTRX INFO phy0.0: Requesting TRXD PDU version 1 (trx_if.c:296)
1779882707.192 +0.012s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETFORMAT 1' (trx_if.c:268)
1779882707.192 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack setformat-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.012s DTRX INFO phy0.0: Response message: 'RSP SETFORMAT 1 1' (trx_if.c:687)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETFORMAT_CNF (trx_provision_fsm.c:93)
1779882707.193 +0.012s DTRX INFO phy0.0: Using TRXD PDU version 1 (trx_provision_fsm.c:472)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.012s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.012s DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.193 +0.013s DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.193 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.193 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.013s DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.013s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.013s DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1024)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_TS (l1_if.c:312)
1779882707.194 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc arfcn rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.194 +0.014s DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.194 +0.014s DOML NOTICE OC=GPRS-NSE(f0) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ARFCN (l1_if.c:223)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD RXTUNE 890200' (trx_if.c:268)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD TXTUNE 935200' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_BSIC (l1_if.c:229)
1779882707.195 +0.014s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETTSC 7' (trx_if.c:268)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: enable tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_CFG_ENABLE (l1_if.c:170)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack rxtune-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.195 +0.014s DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=GPRS-NSVC(f2) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1490)
1779882707.195 +0.014s DTRX INFO phy0.0: Response message: 'RSP RXTUNE 0 890200' (trx_if.c:687)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_RXTUNE_CNF (trx_provision_fsm.c:66)
1779882707.195 +0.014s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack txtune-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP TXTUNE 0 935200' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_TXTUNE_CNF (trx_provision_fsm.c:71)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOMTXPOWER' (trx_if.c:268)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: tsc-ack nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DLINP NOTICE received ID_GET for unit ID 1801/0/0 (ipaccess.c:893)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP SETTSC 0 7' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_SETTSC_CNF (trx_provision_fsm.c:76)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Delay poweron, wait for: nomtxpower-ack other-trx (trx_provision_fsm.c:511)
1779882707.196 +0.015s DTRX INFO phy0.0: Response message: 'RSP NOMTXPOWER 0 0' (trx_if.c:687)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: Received Event TRX_PROV_EV_NOMTXPOWER_CNF (trx_provision_fsm.c:88)
1779882707.196 +0.015s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_POWEROFF}: state_chg to OPEN_WAIT_POWERON_CNF (trx_provision_fsm.c:509)
1779882707.196 +0.015s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD POWERON' (trx_if.c:268)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:614)
1779882707.196 +0.015s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.015s DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.015s DRSL INFO  RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:720)
1779882707.196 +0.015s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:720)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state ACTIVE -> NONE (lchan.c:291)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Deactivating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD NOHANDOVER 0 4' (trx_if.c:268)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1070)
1779882707.196 +0.016s DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:291)
1779882707.196 +0.016s DPCU NOTICE Disabling GPRS Indicator in SI (No PCU connected) (sysinfo.c:206)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO Updated AGCH max queue length to 12 (bts.c:512)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3964)
1779882707.196 +0.016s DRSL INFO  Rx RSL BCCH INFO (SI13, 23 bytes) (rsl.c:614)
1779882707.196 +0.016s DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1040)
1779882707.196 +0.016s DPCU NOTICE Failed to send SI13 to PCU: rc=-5 (pcu_sock.c:830)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1127)
1779882707.196 +0.016s DRSL INFO  Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1107)
1779882707.196 +0.016s DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1330)
1779882707.204 +0.023s DTRX INFO phy0.0: Response message: 'RSP POWERON 0' (trx_if.c:687)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: Received Event TRX_PROV_EV_POWERON_CNF (trx_provision_fsm.c:56)
1779882707.204 +0.023s DL1C NOTICE GSM clock started, waiting for clock indications (scheduler_trx.c:491)
1779882707.204 +0.023s DL1C INFO phy0: PHY link state change connecting -> connected (phy_link.c:58)
1779882707.204 +0.023s DL1C INFO (bts=0,trx=0) power_ramp_start(cur=0, tgt=-50000, bypass) (tx_power.c:250)
1779882707.204 +0.023s DL1C INFO TRX_PROV(phy0-0)[0x5ff196bcec30]{OPEN_WAIT_POWERON_CNF}: state_chg to OPEN_POWERON (trx_provision_fsm.c:549)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETRXGAIN 40' (trx_if.c:268)
1779882707.204 +0.023s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 0 5' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 1 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 2 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 3 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 4 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 5 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 6 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETSLOT 7 1' (trx_if.c:268)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP NOHANDOVER 0 0 4' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETRXGAIN 0 40' (trx_if.c:687)
1779882707.204 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 0 5' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 1 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 2 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 3 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 4 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 5 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 6 1' (trx_if.c:687)
1779882707.205 +0.024s DTRX INFO phy0.0: Response message: 'RSP SETSLOT 0 7 1' (trx_if.c:687)
1779882707.206 +0.025s DTRX INFO phy0.0: Clock indication: fn=69655 (trx_if.c:138)
1779882707.206 +0.025s DL1C INFO TRX Clock Ind: elapsed_us=18417208369, elapsed_fn=69655, error_us=+18095750544 (scheduler_trx.c:566)
1779882707.206 +0.025s DL1C NOTICE GSM clock skew: old fn=0, new fn=69655 (scheduler_trx.c:580)
1779882707.257 +0.076s DL1P INFO 069668/52/14/02/36 (bts=0,trx=0,ts=0) BCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.275 +0.095s DL1P INFO 069672/52/18/06/40 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.303 +0.122s DL1P INFO 069678/52/24/12/46 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882707.322 +0.141s DL1P INFO 069682/52/02/16/50 (bts=0,trx=0,ts=0) CCCH: No prim for transmit. (sched_lchan_xcch.c:170)
1779882708.205 +1.024s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -2000 mdBm. (tx_power.c:181)
1779882708.205 +1.024s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 2' (trx_if.c:268)
1779882708.205 +1.024s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 2' (trx_if.c:687)
1779882708.252 +1.071s DTRX INFO phy0.0: Clock indication: fn=69871 (trx_if.c:138)
1779882708.252 +1.071s DL1C INFO TRX Clock Ind: elapsed_us=1045944, elapsed_fn=216, error_us=+49104 (scheduler_trx.c:566)
1779882708.252 +1.071s DL1C INFO GSM clock jitter: -48958us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882708.252 +1.071s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882708.331 +1.150s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882709.205 +2.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -4000 mdBm. (tx_power.c:181)
1779882709.205 +2.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 4' (trx_if.c:268)
1779882709.205 +2.025s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 4' (trx_if.c:687)
1779882709.301 +2.121s DTRX INFO phy0.0: Clock indication: fn=70088 (trx_if.c:138)
1779882709.301 +2.121s DL1C INFO TRX Clock Ind: elapsed_us=1049106, elapsed_fn=217, error_us=+47651 (scheduler_trx.c:566)
1779882709.301 +2.121s DL1C INFO GSM clock jitter: -47422us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882709.301 +2.121s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882710.206 +3.025s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -6000 mdBm. (tx_power.c:181)
1779882710.206 +3.025s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 6' (trx_if.c:268)
1779882710.206 +3.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 6' (trx_if.c:687)
1779882710.355 +3.174s DTRX INFO phy0.0: Clock indication: fn=70304 (trx_if.c:138)
1779882710.355 +3.174s DL1C INFO TRX Clock Ind: elapsed_us=1053259, elapsed_fn=216, error_us=+56419 (scheduler_trx.c:566)
1779882710.355 +3.174s DL1C INFO GSM clock jitter: -56233us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882710.355 +3.174s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882711.206 +4.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -8000 mdBm. (tx_power.c:181)
1779882711.207 +4.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 8' (trx_if.c:268)
1779882711.207 +4.026s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 8' (trx_if.c:687)
1779882711.315 +4.134s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882711.396 +4.215s DTRX INFO phy0.0: Clock indication: fn=70521 (trx_if.c:138)
1779882711.396 +4.215s DL1C INFO TRX Clock Ind: elapsed_us=1041446, elapsed_fn=217, error_us=+39991 (scheduler_trx.c:566)
1779882711.396 +4.215s DL1C INFO GSM clock jitter: -39861us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882711.396 +4.215s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882712.207 +5.026s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -10000 mdBm. (tx_power.c:181)
1779882712.207 +5.026s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 10' (trx_if.c:268)
1779882712.207 +5.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 10' (trx_if.c:687)
1779882712.440 +5.260s DTRX INFO phy0.0: Clock indication: fn=70737 (trx_if.c:138)
1779882712.440 +5.260s DL1C INFO TRX Clock Ind: elapsed_us=1044262, elapsed_fn=216, error_us=+47422 (scheduler_trx.c:566)
1779882712.440 +5.260s DL1C INFO GSM clock jitter: -47301us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882712.440 +5.260s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882713.208 +6.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -12000 mdBm. (tx_power.c:181)
1779882713.208 +6.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 12' (trx_if.c:268)
1779882713.208 +6.027s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 12' (trx_if.c:687)
1779882713.484 +6.304s DTRX INFO phy0.0: Clock indication: fn=70954 (trx_if.c:138)
1779882713.484 +6.304s DL1C INFO TRX Clock Ind: elapsed_us=1044049, elapsed_fn=217, error_us=+42594 (scheduler_trx.c:566)
1779882713.484 +6.304s DL1C INFO GSM clock jitter: -42395us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882713.484 +6.304s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882714.208 +7.027s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -14000 mdBm. (tx_power.c:181)
1779882714.208 +7.027s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 14' (trx_if.c:268)
1779882714.209 +7.028s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 14' (trx_if.c:687)
1779882714.324 +7.144s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882714.541 +7.360s DTRX INFO phy0.0: Clock indication: fn=71171 (trx_if.c:138)
1779882714.541 +7.360s DL1C INFO TRX Clock Ind: elapsed_us=1056844, elapsed_fn=217, error_us=+55389 (scheduler_trx.c:566)
1779882714.541 +7.360s DL1C INFO GSM clock jitter: -55254us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882714.541 +7.360s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882715.210 +8.029s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -16000 mdBm. (tx_power.c:181)
1779882715.210 +8.029s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 16' (trx_if.c:268)
1779882715.210 +8.029s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 16' (trx_if.c:687)
1779882715.589 +8.408s DTRX INFO phy0.0: Clock indication: fn=71387 (trx_if.c:138)
1779882715.589 +8.408s DL1C INFO TRX Clock Ind: elapsed_us=1047929, elapsed_fn=216, error_us=+51089 (scheduler_trx.c:566)
1779882715.589 +8.408s DL1C INFO GSM clock jitter: -50866us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882715.589 +8.408s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882716.211 +9.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -18000 mdBm. (tx_power.c:181)
1779882716.211 +9.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 18' (trx_if.c:268)
1779882716.211 +9.030s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 18' (trx_if.c:687)
1779882716.624 +9.443s DTRX INFO phy0.0: Clock indication: fn=71604 (trx_if.c:138)
1779882716.624 +9.443s DL1C INFO TRX Clock Ind: elapsed_us=1035090, elapsed_fn=217, error_us=+33635 (scheduler_trx.c:566)
1779882716.624 +9.443s DL1C INFO GSM clock jitter: -33488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882716.624 +9.443s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882717.211 +10.030s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -20000 mdBm. (tx_power.c:181)
1779882717.211 +10.030s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 20' (trx_if.c:268)
1779882717.211 +10.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 20' (trx_if.c:687)
1779882717.344 +10.163s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882717.656 +10.475s DTRX INFO phy0.0: Clock indication: fn=71820 (trx_if.c:138)
1779882717.656 +10.475s DL1C INFO TRX Clock Ind: elapsed_us=1031430, elapsed_fn=216, error_us=+34590 (scheduler_trx.c:566)
1779882717.656 +10.475s DL1C INFO GSM clock jitter: -34480us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882717.656 +10.475s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882718.212 +11.031s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -22000 mdBm. (tx_power.c:181)
1779882718.212 +11.031s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 22' (trx_if.c:268)
1779882718.212 +11.031s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 22' (trx_if.c:687)
1779882718.702 +11.521s DTRX INFO phy0.0: Clock indication: fn=72037 (trx_if.c:138)
1779882718.702 +11.521s DL1C INFO TRX Clock Ind: elapsed_us=1046526, elapsed_fn=217, error_us=+45071 (scheduler_trx.c:566)
1779882718.702 +11.521s DL1C INFO GSM clock jitter: -44890us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882718.702 +11.521s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882719.213 +12.032s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -24000 mdBm. (tx_power.c:181)
1779882719.213 +12.032s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 24' (trx_if.c:268)
1779882719.214 +12.033s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 24' (trx_if.c:687)
1779882719.748 +12.567s DTRX INFO phy0.0: Clock indication: fn=72253 (trx_if.c:138)
1779882719.748 +12.567s DL1C INFO TRX Clock Ind: elapsed_us=1045608, elapsed_fn=216, error_us=+48768 (scheduler_trx.c:566)
1779882719.748 +12.567s DL1C INFO GSM clock jitter: -48648us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882719.748 +12.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882720.214 +13.033s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -26000 mdBm. (tx_power.c:181)
1779882720.214 +13.033s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 26' (trx_if.c:268)
1779882720.214 +13.034s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 26' (trx_if.c:687)
1779882720.352 +13.172s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882720.784 +13.603s DTRX INFO phy0.0: Clock indication: fn=72470 (trx_if.c:138)
1779882720.784 +13.603s DL1C INFO TRX Clock Ind: elapsed_us=1035979, elapsed_fn=217, error_us=+34524 (scheduler_trx.c:566)
1779882720.784 +13.603s DL1C INFO GSM clock jitter: -34412us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882720.784 +13.603s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882721.215 +14.034s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -28000 mdBm. (tx_power.c:181)
1779882721.215 +14.034s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 28' (trx_if.c:268)
1779882721.216 +14.035s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 28' (trx_if.c:687)
1779882721.825 +14.644s DTRX INFO phy0.0: Clock indication: fn=72686 (trx_if.c:138)
1779882721.825 +14.644s DL1C INFO TRX Clock Ind: elapsed_us=1041175, elapsed_fn=216, error_us=+44335 (scheduler_trx.c:566)
1779882721.825 +14.644s DL1C INFO GSM clock jitter: -44214us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882721.825 +14.644s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882722.216 +15.036s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -30000 mdBm. (tx_power.c:181)
1779882722.216 +15.036s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 30' (trx_if.c:268)
1779882722.217 +15.036s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 30' (trx_if.c:687)
1779882722.865 +15.685s DTRX INFO phy0.0: Clock indication: fn=72903 (trx_if.c:138)
1779882722.865 +15.685s DL1C INFO TRX Clock Ind: elapsed_us=1040376, elapsed_fn=217, error_us=+38921 (scheduler_trx.c:566)
1779882722.865 +15.685s DL1C INFO GSM clock jitter: -38796us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882722.865 +15.685s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882723.217 +16.037s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -32000 mdBm. (tx_power.c:181)
1779882723.217 +16.037s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 32' (trx_if.c:268)
1779882723.218 +16.037s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 32' (trx_if.c:687)
1779882723.350 +16.169s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882723.905 +16.725s DTRX INFO phy0.0: Clock indication: fn=73119 (trx_if.c:138)
1779882723.905 +16.725s DL1C INFO TRX Clock Ind: elapsed_us=1040104, elapsed_fn=216, error_us=+43264 (scheduler_trx.c:566)
1779882723.905 +16.725s DL1C INFO GSM clock jitter: -43076us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882723.905 +16.725s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882724.218 +17.038s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -34000 mdBm. (tx_power.c:181)
1779882724.218 +17.038s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 34' (trx_if.c:268)
1779882724.219 +17.038s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 34' (trx_if.c:687)
1779882724.948 +17.767s DTRX INFO phy0.0: Clock indication: fn=73336 (trx_if.c:138)
1779882724.948 +17.767s DL1C INFO TRX Clock Ind: elapsed_us=1042618, elapsed_fn=217, error_us=+41163 (scheduler_trx.c:566)
1779882724.948 +17.767s DL1C INFO GSM clock jitter: -40999us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882724.948 +17.767s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882725.220 +18.039s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -36000 mdBm. (tx_power.c:181)
1779882725.220 +18.039s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 36' (trx_if.c:268)
1779882725.220 +18.039s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 36' (trx_if.c:687)
1779882725.986 +18.806s DTRX INFO phy0.0: Clock indication: fn=73552 (trx_if.c:138)
1779882725.986 +18.806s DL1C INFO TRX Clock Ind: elapsed_us=1038388, elapsed_fn=216, error_us=+41548 (scheduler_trx.c:566)
1779882725.986 +18.806s DL1C INFO GSM clock jitter: -41433us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882725.986 +18.806s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882726.220 +19.040s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -38000 mdBm. (tx_power.c:181)
1779882726.220 +19.040s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 38' (trx_if.c:268)
1779882726.221 +19.040s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 38' (trx_if.c:687)
1779882726.356 +19.175s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882727.036 +19.855s DTRX INFO phy0.0: Clock indication: fn=73769 (trx_if.c:138)
1779882727.036 +19.855s DL1C INFO TRX Clock Ind: elapsed_us=1049456, elapsed_fn=217, error_us=+48001 (scheduler_trx.c:566)
1779882727.036 +19.855s DL1C INFO GSM clock jitter: -47879us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882727.036 +19.855s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882727.222 +20.041s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -40000 mdBm. (tx_power.c:181)
1779882727.222 +20.041s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 40' (trx_if.c:268)
1779882727.222 +20.041s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 40' (trx_if.c:687)
1779882728.080 +20.899s DTRX INFO phy0.0: Clock indication: fn=73985 (trx_if.c:138)
1779882728.080 +20.899s DL1C INFO TRX Clock Ind: elapsed_us=1044347, elapsed_fn=216, error_us=+47507 (scheduler_trx.c:566)
1779882728.080 +20.899s DL1C INFO GSM clock jitter: -47314us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882728.080 +20.900s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882728.223 +21.042s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -42000 mdBm. (tx_power.c:181)
1779882728.223 +21.042s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 42' (trx_if.c:268)
1779882728.223 +21.042s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 42' (trx_if.c:687)
1779882729.121 +21.940s DTRX INFO phy0.0: Clock indication: fn=74202 (trx_if.c:138)
1779882729.121 +21.940s DL1C INFO TRX Clock Ind: elapsed_us=1041028, elapsed_fn=217, error_us=+39573 (scheduler_trx.c:566)
1779882729.121 +21.940s DL1C INFO GSM clock jitter: -39401us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882729.121 +21.940s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882729.224 +22.043s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -44000 mdBm. (tx_power.c:181)
1779882729.224 +22.043s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 44' (trx_if.c:268)
1779882729.225 +22.044s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 44' (trx_if.c:687)
1779882729.371 +22.190s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882730.165 +22.985s DTRX INFO phy0.0: Clock indication: fn=74418 (trx_if.c:138)
1779882730.165 +22.985s DL1C INFO TRX Clock Ind: elapsed_us=1044059, elapsed_fn=216, error_us=+47219 (scheduler_trx.c:566)
1779882730.165 +22.985s DL1C INFO GSM clock jitter: -47082us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882730.165 +22.985s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882730.225 +23.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -46000 mdBm. (tx_power.c:181)
1779882730.225 +23.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 46' (trx_if.c:268)
1779882730.226 +23.045s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 46' (trx_if.c:687)
1779882731.214 +24.033s DTRX INFO phy0.0: Clock indication: fn=74635 (trx_if.c:138)
1779882731.214 +24.033s DL1C INFO TRX Clock Ind: elapsed_us=1048463, elapsed_fn=217, error_us=+47008 (scheduler_trx.c:566)
1779882731.214 +24.033s DL1C INFO GSM clock jitter: -46895us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882731.214 +24.033s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882731.226 +24.045s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -48000 mdBm. (tx_power.c:181)
1779882731.226 +24.045s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 48' (trx_if.c:268)
1779882731.226 +24.046s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 48' (trx_if.c:687)
1779882732.227 +25.046s DL1C INFO (bts=0,trx=0) ramping TRX board output power to -50000 mdBm. (tx_power.c:181)
1779882732.227 +25.046s DTRX INFO phy0.0: Enqueuing TRX control command 'CMD SETPOWER 50' (trx_if.c:268)
1779882732.228 +25.047s DTRX INFO phy0.0: Response message: 'RSP SETPOWER 0 50' (trx_if.c:687)
1779882732.261 +25.081s DTRX INFO phy0.0: Clock indication: fn=74851 (trx_if.c:138)
1779882732.261 +25.081s DL1C INFO TRX Clock Ind: elapsed_us=1047574, elapsed_fn=216, error_us=+50734 (scheduler_trx.c:566)
1779882732.261 +25.081s DL1C INFO GSM clock jitter: -50620us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882732.261 +25.081s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882732.395 +25.214s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882733.304 +26.124s DTRX INFO phy0.0: Clock indication: fn=75068 (trx_if.c:138)
1779882733.304 +26.124s DL1C INFO TRX Clock Ind: elapsed_us=1042926, elapsed_fn=217, error_us=+41471 (scheduler_trx.c:566)
1779882733.304 +26.124s DL1C INFO GSM clock jitter: -41357us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882733.304 +26.124s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882734.351 +27.171s DTRX INFO phy0.0: Clock indication: fn=75284 (trx_if.c:138)
1779882734.351 +27.171s DL1C INFO TRX Clock Ind: elapsed_us=1047088, elapsed_fn=216, error_us=+50248 (scheduler_trx.c:566)
1779882734.351 +27.171s DL1C INFO GSM clock jitter: -50124us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882734.351 +27.171s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882735.367 +28.186s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882735.395 +28.215s DTRX INFO phy0.0: Clock indication: fn=75501 (trx_if.c:138)
1779882735.395 +28.215s DL1C INFO TRX Clock Ind: elapsed_us=1044127, elapsed_fn=217, error_us=+42672 (scheduler_trx.c:566)
1779882735.395 +28.215s DL1C INFO GSM clock jitter: -42520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882735.395 +28.215s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882736.445 +29.264s DTRX INFO phy0.0: Clock indication: fn=75717 (trx_if.c:138)
1779882736.445 +29.264s DL1C INFO TRX Clock Ind: elapsed_us=1049187, elapsed_fn=216, error_us=+52347 (scheduler_trx.c:566)
1779882736.445 +29.264s DL1C INFO GSM clock jitter: -52227us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882736.445 +29.264s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882737.491 +30.310s DTRX INFO phy0.0: Clock indication: fn=75934 (trx_if.c:138)
1779882737.491 +30.310s DL1C INFO TRX Clock Ind: elapsed_us=1046341, elapsed_fn=217, error_us=+44886 (scheduler_trx.c:566)
1779882737.491 +30.310s DL1C INFO GSM clock jitter: -44696us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882737.491 +30.310s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882738.386 +31.206s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882738.538 +31.357s DTRX INFO phy0.0: Clock indication: fn=76151 (trx_if.c:138)
1779882738.538 +31.357s DL1C INFO TRX Clock Ind: elapsed_us=1046847, elapsed_fn=217, error_us=+45392 (scheduler_trx.c:566)
1779882738.538 +31.357s DL1C INFO GSM clock jitter: -45271us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882738.538 +31.357s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882739.581 +32.400s DTRX INFO phy0.0: Clock indication: fn=76367 (trx_if.c:138)
1779882739.581 +32.400s DL1C INFO TRX Clock Ind: elapsed_us=1042758, elapsed_fn=216, error_us=+45918 (scheduler_trx.c:566)
1779882739.581 +32.400s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882739.581 +32.400s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882740.624 +33.443s DTRX INFO phy0.0: Clock indication: fn=76584 (trx_if.c:138)
1779882740.624 +33.443s DL1C INFO TRX Clock Ind: elapsed_us=1043316, elapsed_fn=217, error_us=+41861 (scheduler_trx.c:566)
1779882740.624 +33.443s DL1C INFO GSM clock jitter: -41657us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882740.624 +33.443s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882741.399 +34.219s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882741.667 +34.487s DTRX INFO phy0.0: Clock indication: fn=76801 (trx_if.c:138)
1779882741.667 +34.487s DL1C INFO TRX Clock Ind: elapsed_us=1043396, elapsed_fn=217, error_us=+41941 (scheduler_trx.c:566)
1779882741.667 +34.487s DL1C INFO GSM clock jitter: -41829us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882741.667 +34.487s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882742.710 +35.529s DTRX INFO phy0.0: Clock indication: fn=77017 (trx_if.c:138)
1779882742.710 +35.529s DL1C INFO TRX Clock Ind: elapsed_us=1042558, elapsed_fn=216, error_us=+45718 (scheduler_trx.c:566)
1779882742.710 +35.529s DL1C INFO GSM clock jitter: -45520us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882742.710 +35.529s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882743.753 +36.573s DTRX INFO phy0.0: Clock indication: fn=77234 (trx_if.c:138)
1779882743.754 +36.573s DL1C INFO TRX Clock Ind: elapsed_us=1043637, elapsed_fn=217, error_us=+42182 (scheduler_trx.c:566)
1779882743.754 +36.573s DL1C INFO GSM clock jitter: -41973us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882743.754 +36.573s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882744.409 +37.228s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882744.795 +37.615s DTRX INFO phy0.0: Clock indication: fn=77450 (trx_if.c:138)
1779882744.795 +37.615s DL1C INFO TRX Clock Ind: elapsed_us=1041904, elapsed_fn=216, error_us=+45064 (scheduler_trx.c:566)
1779882744.795 +37.615s DL1C INFO GSM clock jitter: -44939us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882744.795 +37.615s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882745.839 +38.658s DTRX INFO phy0.0: Clock indication: fn=77667 (trx_if.c:138)
1779882745.839 +38.658s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=217, error_us=+42033 (scheduler_trx.c:566)
1779882745.839 +38.658s DL1C INFO GSM clock jitter: -41790us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882745.839 +38.658s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882746.886 +39.705s DTRX INFO phy0.0: Clock indication: fn=77884 (trx_if.c:138)
1779882746.886 +39.705s DL1C INFO TRX Clock Ind: elapsed_us=1046869, elapsed_fn=217, error_us=+45414 (scheduler_trx.c:566)
1779882746.886 +39.705s DL1C INFO GSM clock jitter: -45291us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882746.886 +39.705s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882747.421 +40.240s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882747.929 +40.749s DTRX INFO phy0.0: Clock indication: fn=78100 (trx_if.c:138)
1779882747.929 +40.749s DL1C INFO TRX Clock Ind: elapsed_us=1043634, elapsed_fn=216, error_us=+46794 (scheduler_trx.c:566)
1779882747.929 +40.749s DL1C INFO GSM clock jitter: -46606us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882747.929 +40.749s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882748.975 +41.795s DTRX INFO phy0.0: Clock indication: fn=78317 (trx_if.c:138)
1779882748.975 +41.795s DL1C INFO TRX Clock Ind: elapsed_us=1045971, elapsed_fn=217, error_us=+44516 (scheduler_trx.c:566)
1779882748.975 +41.795s DL1C INFO GSM clock jitter: -44319us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882748.975 +41.795s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.018 +42.837s DTRX INFO phy0.0: Clock indication: fn=78533 (trx_if.c:138)
1779882750.018 +42.837s DL1C INFO TRX Clock Ind: elapsed_us=1042654, elapsed_fn=216, error_us=+45814 (scheduler_trx.c:566)
1779882750.018 +42.837s DL1C INFO GSM clock jitter: -45699us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882750.018 +42.837s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882750.438 +43.257s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882751.064 +43.883s DTRX INFO phy0.0: Clock indication: fn=78750 (trx_if.c:138)
1779882751.064 +43.883s DL1C INFO TRX Clock Ind: elapsed_us=1046124, elapsed_fn=217, error_us=+44669 (scheduler_trx.c:566)
1779882751.064 +43.883s DL1C INFO GSM clock jitter: -44546us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882751.064 +43.883s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882752.103 +44.922s DTRX INFO phy0.0: Clock indication: fn=78967 (trx_if.c:138)
1779882752.103 +44.922s DL1C INFO TRX Clock Ind: elapsed_us=1038574, elapsed_fn=217, error_us=+37119 (scheduler_trx.c:566)
1779882752.103 +44.922s DL1C INFO GSM clock jitter: -37002us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882752.103 +44.922s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.146 +45.965s DTRX INFO phy0.0: Clock indication: fn=79183 (trx_if.c:138)
1779882753.146 +45.965s DL1C INFO TRX Clock Ind: elapsed_us=1043207, elapsed_fn=216, error_us=+46367 (scheduler_trx.c:566)
1779882753.146 +45.965s DL1C INFO GSM clock jitter: -46249us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882753.146 +45.965s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882753.446 +46.265s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882754.190 +47.009s DTRX INFO phy0.0: Clock indication: fn=79400 (trx_if.c:138)
1779882754.190 +47.009s DL1C INFO TRX Clock Ind: elapsed_us=1043615, elapsed_fn=217, error_us=+42160 (scheduler_trx.c:566)
1779882754.190 +47.009s DL1C INFO GSM clock jitter: -42027us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882754.190 +47.009s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882755.236 +48.056s DTRX INFO phy0.0: Clock indication: fn=79617 (trx_if.c:138)
1779882755.236 +48.056s DL1C INFO TRX Clock Ind: elapsed_us=1046748, elapsed_fn=217, error_us=+45293 (scheduler_trx.c:566)
1779882755.236 +48.056s DL1C INFO GSM clock jitter: -45096us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882755.236 +48.056s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.280 +49.100s DTRX INFO phy0.0: Clock indication: fn=79833 (trx_if.c:138)
1779882756.280 +49.100s DL1C INFO TRX Clock Ind: elapsed_us=1043948, elapsed_fn=216, error_us=+47108 (scheduler_trx.c:566)
1779882756.280 +49.100s DL1C INFO GSM clock jitter: -46970us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882756.280 +49.100s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882756.460 +49.280s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882757.319 +50.138s DTRX INFO phy0.0: Clock indication: fn=80050 (trx_if.c:138)
1779882757.319 +50.138s DL1C INFO TRX Clock Ind: elapsed_us=1038890, elapsed_fn=217, error_us=+37435 (scheduler_trx.c:566)
1779882757.319 +50.138s DL1C INFO GSM clock jitter: -37239us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882757.319 +50.138s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882758.364 +51.184s DTRX INFO phy0.0: Clock indication: fn=80267 (trx_if.c:138)
1779882758.364 +51.184s DL1C INFO TRX Clock Ind: elapsed_us=1045200, elapsed_fn=217, error_us=+43745 (scheduler_trx.c:566)
1779882758.364 +51.184s DL1C INFO GSM clock jitter: -43632us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882758.364 +51.184s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.408 +52.228s DTRX INFO phy0.0: Clock indication: fn=80483 (trx_if.c:138)
1779882759.408 +52.228s DL1C INFO TRX Clock Ind: elapsed_us=1043957, elapsed_fn=216, error_us=+47117 (scheduler_trx.c:566)
1779882759.408 +52.228s DL1C INFO GSM clock jitter: -46942us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882759.408 +52.228s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882759.468 +52.288s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882760.450 +53.270s DTRX INFO phy0.0: Clock indication: fn=80700 (trx_if.c:138)
1779882760.450 +53.270s DL1C INFO TRX Clock Ind: elapsed_us=1041995, elapsed_fn=217, error_us=+40540 (scheduler_trx.c:566)
1779882760.450 +53.270s DL1C INFO GSM clock jitter: -40343us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882760.450 +53.270s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882761.489 +54.308s DTRX INFO phy0.0: Clock indication: fn=80916 (trx_if.c:138)
1779882761.489 +54.308s DL1C INFO TRX Clock Ind: elapsed_us=1038900, elapsed_fn=216, error_us=+42060 (scheduler_trx.c:566)
1779882761.489 +54.308s DL1C INFO GSM clock jitter: -41819us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882761.489 +54.308s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882762.431 +55.250s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882762.532 +55.351s DTRX INFO phy0.0: Clock indication: fn=81133 (trx_if.c:138)
1779882762.532 +55.351s DL1C INFO TRX Clock Ind: elapsed_us=1042645, elapsed_fn=217, error_us=+41190 (scheduler_trx.c:566)
1779882762.532 +55.351s DL1C INFO GSM clock jitter: -41061us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882762.532 +55.351s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882763.575 +56.394s DTRX INFO phy0.0: Clock indication: fn=81350 (trx_if.c:138)
1779882763.575 +56.394s DL1C INFO TRX Clock Ind: elapsed_us=1042816, elapsed_fn=217, error_us=+41361 (scheduler_trx.c:566)
1779882763.575 +56.394s DL1C INFO GSM clock jitter: -41234us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882763.575 +56.394s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882764.615 +57.434s DTRX INFO phy0.0: Clock indication: fn=81566 (trx_if.c:138)
1779882764.615 +57.434s DL1C INFO TRX Clock Ind: elapsed_us=1040293, elapsed_fn=216, error_us=+43453 (scheduler_trx.c:566)
1779882764.615 +57.434s DL1C INFO GSM clock jitter: -43339us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882764.615 +57.434s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882765.437 +58.256s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882765.660 +58.479s DTRX INFO phy0.0: Clock indication: fn=81783 (trx_if.c:138)
1779882765.660 +58.479s DL1C INFO TRX Clock Ind: elapsed_us=1044733, elapsed_fn=217, error_us=+43278 (scheduler_trx.c:566)
1779882765.660 +58.479s DL1C INFO GSM clock jitter: -43157us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882765.660 +58.479s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882766.695 +59.514s DTRX INFO phy0.0: Clock indication: fn=82000 (trx_if.c:138)
1779882766.695 +59.514s DL1C INFO TRX Clock Ind: elapsed_us=1035514, elapsed_fn=217, error_us=+34059 (scheduler_trx.c:566)
1779882766.695 +59.514s DL1C INFO GSM clock jitter: -33899us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882766.695 +59.515s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882767.728 +60.547s DTRX INFO phy0.0: Clock indication: fn=82216 (trx_if.c:138)
1779882767.728 +60.547s DL1C INFO TRX Clock Ind: elapsed_us=1032612, elapsed_fn=216, error_us=+35772 (scheduler_trx.c:566)
1779882767.728 +60.547s DL1C INFO GSM clock jitter: -35488us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882767.728 +60.547s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882768.429 +61.249s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882768.778 +61.597s DTRX INFO phy0.0: Clock indication: fn=82433 (trx_if.c:138)

[... 816 lines truncated ...]

1779882965.015 +257.834s DTRX INFO phy0.0: Clock indication: fn=123150 (trx_if.c:138)
1779882965.015 +257.834s DL1C INFO TRX Clock Ind: elapsed_us=1048832, elapsed_fn=216, error_us=+51992 (scheduler_trx.c:566)
1779882965.015 +257.834s DL1C INFO GSM clock jitter: -51865us (elapsed_fn=-11) (scheduler_trx.c:585)
1779882965.015 +257.834s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.065 +258.884s DTRX INFO phy0.0: Clock indication: fn=123367 (trx_if.c:138)
1779882966.065 +258.884s DL1C INFO TRX Clock Ind: elapsed_us=1049573, elapsed_fn=217, error_us=+48118 (scheduler_trx.c:566)
1779882966.065 +258.884s DL1C INFO GSM clock jitter: -47987us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882966.065 +258.884s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882966.919 +259.738s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882967.104 +259.924s DTRX INFO phy0.0: Clock indication: fn=123584 (trx_if.c:138)
1779882967.104 +259.924s DL1C INFO TRX Clock Ind: elapsed_us=1039547, elapsed_fn=217, error_us=+38092 (scheduler_trx.c:566)
1779882967.104 +259.924s DL1C INFO GSM clock jitter: -37971us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882967.104 +259.924s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882968.151 +260.971s DTRX INFO phy0.0: Clock indication: fn=123801 (trx_if.c:138)
1779882968.151 +260.971s DL1C INFO TRX Clock Ind: elapsed_us=1047198, elapsed_fn=217, error_us=+45743 (scheduler_trx.c:566)
1779882968.151 +260.971s DL1C INFO GSM clock jitter: -45615us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882968.151 +260.971s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.195 +262.015s DTRX INFO phy0.0: Clock indication: fn=124017 (trx_if.c:138)
1779882969.195 +262.015s DL1C INFO TRX Clock Ind: elapsed_us=1044076, elapsed_fn=216, error_us=+47236 (scheduler_trx.c:566)
1779882969.195 +262.015s DL1C INFO GSM clock jitter: -47090us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882969.195 +262.015s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882969.929 +262.749s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882970.240 +263.059s DTRX INFO phy0.0: Clock indication: fn=124234 (trx_if.c:138)
1779882970.240 +263.059s DL1C INFO TRX Clock Ind: elapsed_us=1044646, elapsed_fn=217, error_us=+43191 (scheduler_trx.c:566)
1779882970.240 +263.059s DL1C INFO GSM clock jitter: -42965us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882970.240 +263.059s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882971.286 +264.106s DTRX INFO phy0.0: Clock indication: fn=124451 (trx_if.c:138)
1779882971.286 +264.106s DL1C INFO TRX Clock Ind: elapsed_us=1046294, elapsed_fn=217, error_us=+44839 (scheduler_trx.c:566)
1779882971.286 +264.106s DL1C INFO GSM clock jitter: -44718us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882971.286 +264.106s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.326 +265.145s DTRX INFO phy0.0: Clock indication: fn=124667 (trx_if.c:138)
1779882972.326 +265.145s DL1C INFO TRX Clock Ind: elapsed_us=1039202, elapsed_fn=216, error_us=+42362 (scheduler_trx.c:566)
1779882972.326 +265.145s DL1C INFO GSM clock jitter: -42148us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882972.326 +265.145s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882972.939 +265.759s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882973.370 +266.189s DTRX INFO phy0.0: Clock indication: fn=124884 (trx_if.c:138)
1779882973.370 +266.189s DL1C INFO TRX Clock Ind: elapsed_us=1044255, elapsed_fn=217, error_us=+42800 (scheduler_trx.c:566)
1779882973.370 +266.189s DL1C INFO GSM clock jitter: -42619us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882973.370 +266.189s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882974.411 +267.230s DTRX INFO phy0.0: Clock indication: fn=125100 (trx_if.c:138)
1779882974.411 +267.230s DL1C INFO TRX Clock Ind: elapsed_us=1041263, elapsed_fn=216, error_us=+44423 (scheduler_trx.c:566)
1779882974.411 +267.230s DL1C INFO GSM clock jitter: -44263us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882974.411 +267.230s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.448 +268.267s DTRX INFO phy0.0: Clock indication: fn=125317 (trx_if.c:138)
1779882975.448 +268.267s DL1C INFO TRX Clock Ind: elapsed_us=1036739, elapsed_fn=217, error_us=+35284 (scheduler_trx.c:566)
1779882975.448 +268.267s DL1C INFO GSM clock jitter: -35142us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882975.448 +268.267s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882975.942 +268.761s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882976.494 +269.314s DTRX INFO phy0.0: Clock indication: fn=125534 (trx_if.c:138)
1779882976.494 +269.314s DL1C INFO TRX Clock Ind: elapsed_us=1046519, elapsed_fn=217, error_us=+45064 (scheduler_trx.c:566)
1779882976.494 +269.314s DL1C INFO GSM clock jitter: -44919us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882976.494 +269.314s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882977.529 +270.348s DTRX INFO phy0.0: Clock indication: fn=125750 (trx_if.c:138)
1779882977.529 +270.348s DL1C INFO TRX Clock Ind: elapsed_us=1034445, elapsed_fn=216, error_us=+37605 (scheduler_trx.c:566)
1779882977.529 +270.348s DL1C INFO GSM clock jitter: -37463us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882977.529 +270.348s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.569 +271.388s DTRX INFO phy0.0: Clock indication: fn=125967 (trx_if.c:138)
1779882978.569 +271.388s DL1C INFO TRX Clock Ind: elapsed_us=1040203, elapsed_fn=217, error_us=+38748 (scheduler_trx.c:566)
1779882978.569 +271.388s DL1C INFO GSM clock jitter: -38621us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882978.569 +271.388s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882978.943 +271.762s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882979.605 +272.424s DTRX INFO phy0.0: Clock indication: fn=126184 (trx_if.c:138)
1779882979.605 +272.424s DL1C INFO TRX Clock Ind: elapsed_us=1035702, elapsed_fn=217, error_us=+34247 (scheduler_trx.c:566)
1779882979.605 +272.424s DL1C INFO GSM clock jitter: -34136us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882979.605 +272.424s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882980.633 +273.452s DTRX INFO phy0.0: Clock indication: fn=126401 (trx_if.c:138)
1779882980.633 +273.452s DL1C INFO TRX Clock Ind: elapsed_us=1028215, elapsed_fn=217, error_us=+26760 (scheduler_trx.c:566)
1779882980.633 +273.452s DL1C INFO GSM clock jitter: -26621us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882980.633 +273.452s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.668 +274.487s DTRX INFO phy0.0: Clock indication: fn=126618 (trx_if.c:138)
1779882981.668 +274.487s DL1C INFO TRX Clock Ind: elapsed_us=1035177, elapsed_fn=217, error_us=+33722 (scheduler_trx.c:566)
1779882981.668 +274.487s DL1C INFO GSM clock jitter: -33523us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882981.668 +274.487s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882981.917 +274.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882982.699 +275.519s DTRX INFO phy0.0: Clock indication: fn=126834 (trx_if.c:138)
1779882982.700 +275.519s DL1C INFO TRX Clock Ind: elapsed_us=1031378, elapsed_fn=216, error_us=+34538 (scheduler_trx.c:566)
1779882982.700 +275.519s DL1C INFO GSM clock jitter: -34427us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882982.700 +275.519s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882983.747 +276.567s DTRX INFO phy0.0: Clock indication: fn=127051 (trx_if.c:138)
1779882983.747 +276.567s DL1C INFO TRX Clock Ind: elapsed_us=1047843, elapsed_fn=217, error_us=+46388 (scheduler_trx.c:566)
1779882983.747 +276.567s DL1C INFO GSM clock jitter: -46267us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882983.747 +276.567s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.790 +277.609s DTRX INFO phy0.0: Clock indication: fn=127267 (trx_if.c:138)
1779882984.790 +277.609s DL1C INFO TRX Clock Ind: elapsed_us=1042768, elapsed_fn=216, error_us=+45928 (scheduler_trx.c:566)
1779882984.790 +277.609s DL1C INFO GSM clock jitter: -45791us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882984.790 +277.609s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882984.924 +277.743s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882985.834 +278.653s DTRX INFO phy0.0: Clock indication: fn=127484 (trx_if.c:138)
1779882985.834 +278.653s DL1C INFO TRX Clock Ind: elapsed_us=1043989, elapsed_fn=217, error_us=+42534 (scheduler_trx.c:566)
1779882985.834 +278.653s DL1C INFO GSM clock jitter: -42413us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882985.834 +278.653s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882986.878 +279.697s DTRX INFO phy0.0: Clock indication: fn=127700 (trx_if.c:138)
1779882986.878 +279.697s DL1C INFO TRX Clock Ind: elapsed_us=1043488, elapsed_fn=216, error_us=+46648 (scheduler_trx.c:566)
1779882986.878 +279.697s DL1C INFO GSM clock jitter: -46527us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882986.878 +279.697s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882987.893 +280.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882987.914 +280.733s DTRX INFO phy0.0: Clock indication: fn=127917 (trx_if.c:138)
1779882987.914 +280.733s DL1C INFO TRX Clock Ind: elapsed_us=1036196, elapsed_fn=217, error_us=+34741 (scheduler_trx.c:566)
1779882987.914 +280.733s DL1C INFO GSM clock jitter: -34628us (elapsed_fn=-7) (scheduler_trx.c:585)
1779882987.914 +280.733s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882988.959 +281.778s DTRX INFO phy0.0: Clock indication: fn=128134 (trx_if.c:138)
1779882988.959 +281.778s DL1C INFO TRX Clock Ind: elapsed_us=1045220, elapsed_fn=217, error_us=+43765 (scheduler_trx.c:566)
1779882988.959 +281.778s DL1C INFO GSM clock jitter: -43644us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882988.959 +281.778s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.003 +282.823s DTRX INFO phy0.0: Clock indication: fn=128350 (trx_if.c:138)
1779882990.003 +282.823s DL1C INFO TRX Clock Ind: elapsed_us=1044352, elapsed_fn=216, error_us=+47512 (scheduler_trx.c:566)
1779882990.003 +282.823s DL1C INFO GSM clock jitter: -47394us (elapsed_fn=-10) (scheduler_trx.c:585)
1779882990.003 +282.823s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882990.899 +283.718s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882991.047 +283.867s DTRX INFO phy0.0: Clock indication: fn=128567 (trx_if.c:138)
1779882991.047 +283.867s DL1C INFO TRX Clock Ind: elapsed_us=1043875, elapsed_fn=217, error_us=+42420 (scheduler_trx.c:566)
1779882991.047 +283.867s DL1C INFO GSM clock jitter: -42254us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882991.047 +283.867s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882992.088 +284.907s DTRX INFO phy0.0: Clock indication: fn=128783 (trx_if.c:138)
1779882992.088 +284.907s DL1C INFO TRX Clock Ind: elapsed_us=1040773, elapsed_fn=216, error_us=+43933 (scheduler_trx.c:566)
1779882992.088 +284.907s DL1C INFO GSM clock jitter: -43816us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882992.088 +284.907s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.114 +285.933s DTRX INFO phy0.0: Clock indication: fn=129000 (trx_if.c:138)
1779882993.114 +285.933s DL1C INFO TRX Clock Ind: elapsed_us=1026107, elapsed_fn=217, error_us=+24652 (scheduler_trx.c:566)
1779882993.114 +285.933s DL1C INFO GSM clock jitter: -24442us (elapsed_fn=-5) (scheduler_trx.c:585)
1779882993.114 +285.933s DL1C NOTICE We were 5 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882993.890 +286.709s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882994.156 +286.975s DTRX INFO phy0.0: Clock indication: fn=129216 (trx_if.c:138)
1779882994.156 +286.975s DL1C INFO TRX Clock Ind: elapsed_us=1042021, elapsed_fn=216, error_us=+45181 (scheduler_trx.c:566)
1779882994.156 +286.975s DL1C INFO GSM clock jitter: -44936us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882994.156 +286.975s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882995.198 +288.017s DTRX INFO phy0.0: Clock indication: fn=129433 (trx_if.c:138)
1779882995.198 +288.017s DL1C INFO TRX Clock Ind: elapsed_us=1041432, elapsed_fn=217, error_us=+39977 (scheduler_trx.c:566)
1779882995.198 +288.017s DL1C INFO GSM clock jitter: -39779us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882995.198 +288.017s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.237 +289.057s DTRX INFO phy0.0: Clock indication: fn=129650 (trx_if.c:138)
1779882996.237 +289.057s DL1C INFO TRX Clock Ind: elapsed_us=1039840, elapsed_fn=217, error_us=+38385 (scheduler_trx.c:566)
1779882996.237 +289.057s DL1C INFO GSM clock jitter: -38260us (elapsed_fn=-8) (scheduler_trx.c:585)
1779882996.237 +289.057s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882996.893 +289.712s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779882997.290 +290.109s DTRX INFO phy0.0: Clock indication: fn=129866 (trx_if.c:138)
1779882997.290 +290.109s DL1C INFO TRX Clock Ind: elapsed_us=1052746, elapsed_fn=216, error_us=+55906 (scheduler_trx.c:566)
1779882997.290 +290.109s DL1C INFO GSM clock jitter: -55719us (elapsed_fn=-12) (scheduler_trx.c:585)
1779882997.290 +290.109s DL1C NOTICE We were 12 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882998.337 +291.156s DTRX INFO phy0.0: Clock indication: fn=130083 (trx_if.c:138)
1779882998.337 +291.157s DL1C INFO TRX Clock Ind: elapsed_us=1047018, elapsed_fn=217, error_us=+45563 (scheduler_trx.c:566)
1779882998.337 +291.157s DL1C INFO GSM clock jitter: -45429us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882998.337 +291.157s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.382 +292.201s DTRX INFO phy0.0: Clock indication: fn=130300 (trx_if.c:138)
1779882999.382 +292.201s DL1C INFO TRX Clock Ind: elapsed_us=1044625, elapsed_fn=217, error_us=+43170 (scheduler_trx.c:566)
1779882999.382 +292.201s DL1C INFO GSM clock jitter: -43031us (elapsed_fn=-9) (scheduler_trx.c:585)
1779882999.382 +292.201s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779882999.917 +292.737s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883000.425 +293.245s DTRX INFO phy0.0: Clock indication: fn=130516 (trx_if.c:138)
1779883000.425 +293.245s DL1C INFO TRX Clock Ind: elapsed_us=1043534, elapsed_fn=216, error_us=+46694 (scheduler_trx.c:566)
1779883000.425 +293.245s DL1C INFO GSM clock jitter: -46529us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883000.425 +293.245s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883001.468 +294.287s DTRX INFO phy0.0: Clock indication: fn=130733 (trx_if.c:138)
1779883001.468 +294.287s DL1C INFO TRX Clock Ind: elapsed_us=1042566, elapsed_fn=217, error_us=+41111 (scheduler_trx.c:566)
1779883001.468 +294.287s DL1C INFO GSM clock jitter: -40914us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883001.468 +294.287s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.512 +295.332s DTRX INFO phy0.0: Clock indication: fn=130950 (trx_if.c:138)
1779883002.512 +295.332s DL1C INFO TRX Clock Ind: elapsed_us=1044376, elapsed_fn=217, error_us=+42921 (scheduler_trx.c:566)
1779883002.512 +295.332s DL1C INFO GSM clock jitter: -42800us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883002.512 +295.332s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883002.928 +295.747s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883003.556 +296.376s DTRX INFO phy0.0: Clock indication: fn=131166 (trx_if.c:138)
1779883003.556 +296.376s DL1C INFO TRX Clock Ind: elapsed_us=1044091, elapsed_fn=216, error_us=+47251 (scheduler_trx.c:566)
1779883003.556 +296.376s DL1C INFO GSM clock jitter: -47113us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883003.556 +296.376s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883004.599 +297.419s DTRX INFO phy0.0: Clock indication: fn=131383 (trx_if.c:138)
1779883004.600 +297.419s DL1C INFO TRX Clock Ind: elapsed_us=1043177, elapsed_fn=217, error_us=+41722 (scheduler_trx.c:566)
1779883004.600 +297.419s DL1C INFO GSM clock jitter: -41600us (elapsed_fn=-8) (scheduler_trx.c:585)
1779883004.600 +297.419s DL1C NOTICE We were 8 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.644 +298.463s DTRX INFO phy0.0: Clock indication: fn=131600 (trx_if.c:138)
1779883005.644 +298.463s DL1C INFO TRX Clock Ind: elapsed_us=1044025, elapsed_fn=217, error_us=+42570 (scheduler_trx.c:566)
1779883005.644 +298.463s DL1C INFO GSM clock jitter: -42383us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883005.644 +298.463s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883005.939 +298.758s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883006.695 +299.515s DTRX INFO phy0.0: Clock indication: fn=131816 (trx_if.c:138)
1779883006.695 +299.515s DL1C INFO TRX Clock Ind: elapsed_us=1051640, elapsed_fn=216, error_us=+54800 (scheduler_trx.c:566)
1779883006.695 +299.515s DL1C INFO GSM clock jitter: -54671us (elapsed_fn=-11) (scheduler_trx.c:585)
1779883006.695 +299.515s DL1C NOTICE We were 11 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883007.733 +300.553s DTRX INFO phy0.0: Clock indication: fn=132033 (trx_if.c:138)
1779883007.733 +300.553s DL1C INFO TRX Clock Ind: elapsed_us=1038012, elapsed_fn=217, error_us=+36557 (scheduler_trx.c:566)
1779883007.733 +300.553s DL1C INFO GSM clock jitter: -36438us (elapsed_fn=-7) (scheduler_trx.c:585)
1779883007.733 +300.553s DL1C NOTICE We were 7 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.773 +301.593s DTRX INFO phy0.0: Clock indication: fn=132249 (trx_if.c:138)
1779883008.773 +301.593s DL1C INFO TRX Clock Ind: elapsed_us=1040175, elapsed_fn=216, error_us=+43335 (scheduler_trx.c:566)
1779883008.773 +301.593s DL1C INFO GSM clock jitter: -43149us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883008.773 +301.593s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883008.954 +301.773s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)
1779883009.819 +302.639s DTRX INFO phy0.0: Clock indication: fn=132466 (trx_if.c:138)
1779883009.819 +302.639s DL1C INFO TRX Clock Ind: elapsed_us=1046016, elapsed_fn=217, error_us=+44561 (scheduler_trx.c:566)
1779883009.819 +302.639s DL1C INFO GSM clock jitter: -44421us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883009.819 +302.639s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883010.865 +303.685s DTRX INFO phy0.0: Clock indication: fn=132682 (trx_if.c:138)
1779883010.865 +303.685s DL1C INFO TRX Clock Ind: elapsed_us=1045994, elapsed_fn=216, error_us=+49154 (scheduler_trx.c:566)
1779883010.865 +303.685s DL1C INFO GSM clock jitter: -48967us (elapsed_fn=-10) (scheduler_trx.c:585)
1779883010.865 +303.685s DL1C NOTICE We were 10 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.912 +304.731s DTRX INFO phy0.0: Clock indication: fn=132899 (trx_if.c:138)
1779883011.912 +304.731s DL1C INFO TRX Clock Ind: elapsed_us=1046461, elapsed_fn=217, error_us=+45006 (scheduler_trx.c:566)
1779883011.912 +304.731s DL1C INFO GSM clock jitter: -44885us (elapsed_fn=-9) (scheduler_trx.c:585)
1779883011.912 +304.731s DL1C NOTICE We were 9 FN faster than TRX, compensating (scheduler_trx.c:595)
1779883011.972 +304.791s DRSL INFO Tx RSL RF RESource INDication (rsl.c:517)

env_boot.log (36,796 bytes, 300 lignes)
1779882704.283 +0.000s [MB] === calypso_machine_init START ===
1779882704.286 +0.002s [SOC] === calypso_soc_realize START ===
1779882704.287 +0.003s [c54x] ROM: parsing as legacy text dump (/opt/GSM/calypso_dsp.txt)
1779882704.316 +0.032s [c54x] Loaded ROM: 131168 words from /opt/GSM/calypso_dsp.txt
1779882704.316 +0.032s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.316 +0.032s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.316 +0.033s [BSP] CALYPSO_RACH_FORCE_BSIC unset → BSIC read from d_rach
1779882704.316 +0.033s [calypso-trx] C54x DSP loaded from /opt/GSM/calypso_dsp.txt
1779882704.317 +0.034s [pcb] tick threads disabled (CALYPSO_PCB_TICK_THREADS!=1)
1779882704.317 +0.034s [SOC] === calypso_soc_realize DONE ===
1779882704.348 +0.065s [calypso-trx] CALYPSO_W1C_LATCH=0 (ARM reads NDB direct)
1779882704.350 +0.067s [c54x] Reset: PC=0xff80 PMST=0xffa8 SP=0x1100 prog[PC]=0xf880
1779882704.350 +0.067s [c54x] BUILD-IDENT silicon-reset: SP=0x1100 BK=0xfff6 IMR=0x52fd ST0=0x181f ST1=0x2900 PMST=0xffa8
1779882704.358 +0.075s [calypso-trx] CALYPSO_DSP_BUDGET = 256000 insn/c54x_run (default 256000)
1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.494 +4.211s [c54x] IRQ #900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882708.945 +4.662s [c54x] IRQ #1000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.397 +5.113s [c54x] IRQ #1100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882709.845 +5.562s [c54x] IRQ #1200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.296 +6.013s [c54x] IRQ #1300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882710.742 +6.459s [c54x] IRQ #1400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.191 +6.907s [c54x] IRQ #1500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882711.646 +7.362s [c54x] IRQ #1600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.093 +7.810s [c54x] IRQ #1700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882712.708 +8.425s [c54x] IRQ #1800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.156 +8.873s [c54x] IRQ #1900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882713.607 +9.323s [c54x] IRQ #2000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.055 +9.772s [c54x] IRQ #2100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.504 +10.220s [c54x] IRQ #2200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882714.952 +10.669s [c54x] IRQ #2300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.401 +11.118s [c54x] IRQ #2400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882715.848 +11.564s [c54x] IRQ #2500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.300 +12.017s [c54x] IRQ #2600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882716.747 +12.464s [c54x] IRQ #2700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.194 +12.911s [c54x] IRQ #2800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882717.646 +13.362s [c54x] IRQ #2900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.154 +13.871s [c54x] IRQ #3000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882718.727 +14.443s [c54x] IRQ #3100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.050 +14.767s [c54x] IRQ #3200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.494 +15.211s [c54x] IRQ #3300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882719.954 +15.671s [c54x] IRQ #3400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.534 +16.251s [c54x] IRQ #3500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882720.963 +16.680s [c54x] IRQ #3600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.372 +17.088s [c54x] IRQ #3700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882721.903 +17.619s [c54x] IRQ #3800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.351 +18.068s [c54x] IRQ #3900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882722.797 +18.514s [c54x] IRQ #4000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.242 +18.958s [c54x] IRQ #4100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882723.684 +19.401s [c54x] IRQ #4200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.123 +19.839s [c54x] IRQ #4300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882724.563 +20.280s [c54x] IRQ #4400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.142 +20.858s [c54x] IRQ #4500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882725.620 +21.337s [c54x] IRQ #4600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.019 +21.736s [c54x] IRQ #4700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.460 +22.177s [c54x] IRQ #4800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882726.910 +22.626s [c54x] IRQ #4900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.360 +23.076s [c54x] IRQ #5000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882727.835 +23.552s [c54x] IRQ #5100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.342 +24.059s [c54x] IRQ #5200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882728.738 +24.454s [c54x] IRQ #5300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.297 +25.014s [c54x] IRQ #5400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882729.714 +25.430s [c54x] IRQ #5500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.167 +25.884s [c54x] IRQ #5600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882730.619 +26.336s [c54x] IRQ #5700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.055 +26.772s [c54x] IRQ #5800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882731.737 +27.453s [c54x] IRQ #5900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.043 +27.760s [c54x] IRQ #6000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882732.518 +28.235s [c54x] IRQ #6100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.008 +28.725s [c54x] IRQ #6200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.404 +29.120s [c54x] IRQ #6300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882733.802 +29.519s [c54x] IRQ #6400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.357 +30.074s [c54x] IRQ #6500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882734.752 +30.468s [c54x] IRQ #6600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.290 +31.007s [c54x] IRQ #6700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882735.768 +31.485s [c54x] IRQ #6800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.150 +31.867s [c54x] IRQ #6900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882736.730 +32.447s [c54x] IRQ #7000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.133 +32.850s [c54x] IRQ #7100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882737.561 +33.277s [c54x] IRQ #7200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.006 +33.723s [c54x] IRQ #7300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.409 +34.126s [c54x] IRQ #7400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882738.966 +34.683s [c54x] IRQ #7500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.362 +35.079s [c54x] IRQ #7600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882739.907 +35.624s [c54x] IRQ #7700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.385 +36.102s [c54x] IRQ #7800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882740.833 +36.550s [c54x] IRQ #7900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.283 +37.000s [c54x] IRQ #8000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882741.717 +37.433s [c54x] IRQ #8100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.143 +37.860s [c54x] IRQ #8200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882742.590 +38.307s [c54x] IRQ #8300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.018 +38.735s [c54x] IRQ #8400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882743.650 +39.367s [c54x] IRQ #8500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.081 +39.798s [c54x] IRQ #8600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.530 +40.247s [c54x] IRQ #8700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882744.982 +40.698s [c54x] IRQ #8800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.425 +41.142s [c54x] IRQ #8900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882745.853 +41.570s [c54x] IRQ #9000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.341 +42.058s [c54x] IRQ #9100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882746.793 +42.509s [c54x] IRQ #9200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.180 +42.897s [c54x] IRQ #9300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882747.728 +43.445s [c54x] IRQ #9400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.123 +43.840s [c54x] IRQ #9500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882748.675 +44.392s [c54x] IRQ #9600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.105 +44.821s [c54x] IRQ #9700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882749.557 +45.273s [c54x] IRQ #9800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.007 +45.724s [c54x] IRQ #9900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.460 +46.177s [c54x] IRQ #10000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882750.917 +46.634s [c54x] IRQ #10100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.366 +47.082s [c54x] IRQ #10200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882751.817 +47.534s [c54x] IRQ #10300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.266 +47.982s [c54x] IRQ #10400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882752.716 +48.432s [c54x] IRQ #10500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.201 +48.918s [c54x] IRQ #10600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882753.767 +49.483s [c54x] IRQ #10700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.182 +49.898s [c54x] IRQ #10800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882754.623 +50.339s [c54x] IRQ #10900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.068 +50.785s [c54x] IRQ #11000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.524 +51.241s [c54x] IRQ #11100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882755.946 +51.663s [c54x] IRQ #11200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.626 +52.343s [c54x] IRQ #11300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882756.892 +52.609s [c54x] IRQ #11400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.344 +53.061s [c54x] IRQ #11500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882757.795 +53.512s [c54x] IRQ #11600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.264 +53.981s [c54x] IRQ #11700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882758.865 +54.581s [c54x] IRQ #11800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.318 +55.035s [c54x] IRQ #11900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882759.770 +55.487s [c54x] IRQ #12000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.223 +55.939s [c54x] IRQ #12100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882760.673 +56.390s [c54x] IRQ #12200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.120 +56.837s [c54x] IRQ #12300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.572 +57.289s [c54x] IRQ #12400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882761.997 +57.714s [c54x] IRQ #12500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.444 +58.161s [c54x] IRQ #12600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882762.895 +58.611s [c54x] IRQ #12700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.345 +59.062s [c54x] IRQ #12800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882763.801 +59.517s [c54x] IRQ #12900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.255 +59.971s [c54x] IRQ #13000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882764.710 +60.427s [c54x] IRQ #13100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.326 +61.043s [c54x] IRQ #13200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882765.778 +61.495s [c54x] IRQ #13300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.228 +61.945s [c54x] IRQ #13400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882766.678 +62.395s [c54x] IRQ #13500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.087 +62.804s [c54x] IRQ #13600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882767.481 +63.198s [c54x] IRQ #13700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.111 +63.828s [c54x] IRQ #13800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.511 +64.228s [c54x] IRQ #13900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882768.922 +64.639s [c54x] IRQ #14000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.367 +65.084s [c54x] IRQ #14100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882769.892 +65.609s [c54x] IRQ #14200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.330 +66.046s [c54x] IRQ #14300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882770.729 +66.446s [c54x] IRQ #14400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.298 +67.014s [c54x] IRQ #14500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882771.742 +67.459s [c54x] IRQ #14600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.180 +67.897s [c54x] IRQ #14700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882772.593 +68.310s [c54x] IRQ #14800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.140 +68.856s [c54x] IRQ #14900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.527 +69.243s [c54x] IRQ #15000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882773.958 +69.674s [c54x] IRQ #15100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.412 +70.128s [c54x] IRQ #15200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882774.862 +70.578s [c54x] IRQ #15300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.555 +71.271s [c54x] IRQ #15400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882775.827 +71.544s [c54x] IRQ #15500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.252 +71.969s [c54x] IRQ #15600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882776.705 +72.421s [c54x] IRQ #15700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.324 +73.041s [c54x] IRQ #15800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882777.776 +73.493s [c54x] IRQ #15900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.223 +73.940s [c54x] IRQ #16000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882778.665 +74.382s [c54x] IRQ #16100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.060 +74.777s [c54x] IRQ #16200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882779.583 +75.300s [c54x] IRQ #16300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.016 +75.733s [c54x] IRQ #16400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.456 +76.173s [c54x] IRQ #16500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882780.906 +76.622s [c54x] IRQ #16600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.325 +77.042s [c54x] IRQ #16700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882781.957 +77.674s [c54x] IRQ #16800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.353 +78.070s [c54x] IRQ #16900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882782.742 +78.458s [c54x] IRQ #17000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.289 +79.006s [c54x] IRQ #17100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882783.697 +79.414s [c54x] IRQ #17200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.139 +79.855s [c54x] IRQ #17300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882784.647 +80.364s [c54x] IRQ #17400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.159 +80.876s [c54x] IRQ #17500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882785.601 +81.318s [c54x] IRQ #17600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.016 +81.733s [c54x] IRQ #17700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.422 +82.138s [c54x] IRQ #17800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882786.975 +82.692s [c54x] IRQ #17900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.370 +83.086s [c54x] IRQ #18000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882787.828 +83.544s [c54x] IRQ #18100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.337 +84.054s [c54x] IRQ #18200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882788.766 +84.483s [c54x] IRQ #18300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.218 +84.935s [c54x] IRQ #18400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882789.666 +85.383s [c54x] IRQ #18500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.200 +85.916s [c54x] IRQ #18600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882790.656 +86.373s [c54x] IRQ #18700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.108 +86.825s [c54x] IRQ #18800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.503 +87.220s [c54x] IRQ #18900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882791.940 +87.657s [c54x] IRQ #19000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882792.395 +88.111s [c54x] IRQ #19100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.011 +88.728s [c54x] IRQ #19200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.462 +89.179s [c54x] IRQ #19300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882793.915 +89.632s [c54x] IRQ #19400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.371 +90.088s [c54x] IRQ #19500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882794.828 +90.545s [c54x] IRQ #19600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.282 +90.999s [c54x] IRQ #19700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882795.735 +91.452s [c54x] IRQ #19800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.187 +91.903s [c54x] IRQ #19900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882796.632 +92.348s [c54x] IRQ #20000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.084 +92.801s [c54x] IRQ #20100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.536 +93.253s [c54x] IRQ #20200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882797.983 +93.700s [c54x] IRQ #20300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882798.434 +94.151s [c54x] IRQ #20400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882808.990 +104.706s [c54x] IRQ #20500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882809.948 +105.665s [c54x] IRQ #20600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882811.672 +107.389s [c54x] IRQ #20700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.123 +107.839s [c54x] IRQ #20800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882812.570 +108.287s [c54x] IRQ #20900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.020 +108.737s [c54x] IRQ #21000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.472 +109.189s [c54x] IRQ #21100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882813.925 +109.642s [c54x] IRQ #21200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.699 +110.416s [c54x] IRQ #21300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882814.904 +110.621s [c54x] IRQ #21400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.463 +111.179s [c54x] IRQ #21500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882815.909 +111.626s [c54x] IRQ #21600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.361 +112.078s [c54x] IRQ #21700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882816.811 +112.528s [c54x] IRQ #21800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.262 +112.978s [c54x] IRQ #21900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882817.712 +113.429s [c54x] IRQ #22000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.173 +113.889s [c54x] IRQ #22100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882818.626 +114.342s [c54x] IRQ #22200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.074 +114.791s [c54x] IRQ #22300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.521 +115.238s [c54x] IRQ #22400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882819.971 +115.688s [c54x] IRQ #22500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.401 +116.117s [c54x] IRQ #22600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882820.953 +116.670s [c54x] IRQ #22700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.362 +117.079s [c54x] IRQ #22800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882821.805 +117.521s [c54x] IRQ #22900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.241 +117.958s [c54x] IRQ #23000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882822.717 +118.434s [c54x] IRQ #23100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.297 +119.014s [c54x] IRQ #23200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882823.741 +119.457s [c54x] IRQ #23300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.142 +119.859s [c54x] IRQ #23400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882824.597 +120.313s [c54x] IRQ #23500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.080 +120.797s [c54x] IRQ #23600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.477 +121.194s [c54x] IRQ #23700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882825.933 +121.649s [c54x] IRQ #23800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.535 +122.252s [c54x] IRQ #23900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882826.950 +122.667s [c54x] IRQ #24000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.361 +123.078s [c54x] IRQ #24100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882827.793 +123.510s [c54x] IRQ #24200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.278 +123.995s [c54x] IRQ #24300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882828.835 +124.552s [c54x] IRQ #24400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.272 +124.989s [c54x] IRQ #24500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882829.665 +125.382s [c54x] IRQ #24600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.125 +125.842s [c54x] IRQ #24700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882830.575 +126.292s [c54x] IRQ #24800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.026 +126.743s [c54x] IRQ #24900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.477 +127.194s [c54x] IRQ #25000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882831.927 +127.644s [c54x] IRQ #25100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.385 +128.102s [c54x] IRQ #25200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882832.996 +128.713s [c54x] IRQ #25300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.444 +129.161s [c54x] IRQ #25400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882833.884 +129.601s [c54x] IRQ #25500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.283 +130.000s [c54x] IRQ #25600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882834.721 +130.438s [c54x] IRQ #25700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.233 +130.950s [c54x] IRQ #25800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882835.743 +131.460s [c54x] IRQ #25900 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.146 +131.863s [c54x] IRQ #26000 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882836.593 +132.310s [c54x] IRQ #26100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.044 +132.761s [c54x] IRQ #26200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.500 +133.217s [c54x] IRQ #26300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882837.956 +133.672s [c54x] IRQ #26400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.405 +134.122s [c54x] IRQ #26500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779882838.852 +134.568s [c54x] IRQ #26600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
frame_irq.log (208,896 bytes, 1996 lignes)
[frame-irq] raise t_virt=32887128 dt=0 next_target=37502128 gap_to_target=4615000 fn=1 #0
[frame-irq] raise t_virt=37502128 dt=4615000 next_target=42117128 gap_to_target=4615000 fn=2 #1
[frame-irq] raise t_virt=42117128 dt=4615000 next_target=46732128 gap_to_target=4615000 fn=3 #2
[frame-irq] raise t_virt=46732128 dt=4615000 next_target=51347128 gap_to_target=4615000 fn=4 #3
[frame-irq] raise t_virt=51347128 dt=4615000 next_target=55962128 gap_to_target=4615000 fn=5 #4
[frame-irq] raise t_virt=55962128 dt=4615000 next_target=60577128 gap_to_target=4615000 fn=6 #5
[frame-irq] raise t_virt=60577128 dt=4615000 next_target=65192128 gap_to_target=4615000 fn=7 #6
[frame-irq] raise t_virt=65192128 dt=4615000 next_target=69807128 gap_to_target=4615000 fn=8 #7
[frame-irq] raise t_virt=69807128 dt=4615000 next_target=74422128 gap_to_target=4615000 fn=9 #8
[frame-irq] raise t_virt=74422128 dt=4615000 next_target=79037128 gap_to_target=4615000 fn=10 #9
[frame-irq] raise t_virt=79037128 dt=4615000 next_target=83652128 gap_to_target=4615000 fn=11 #10
[frame-irq] raise t_virt=83652128 dt=4615000 next_target=88267128 gap_to_target=4615000 fn=12 #11
[frame-irq] raise t_virt=88267128 dt=4615000 next_target=92882128 gap_to_target=4615000 fn=13 #12
[frame-irq] raise t_virt=92882128 dt=4615000 next_target=97497128 gap_to_target=4615000 fn=14 #13
[frame-irq] raise t_virt=97497128 dt=4615000 next_target=102112128 gap_to_target=4615000 fn=15 #14
[frame-irq] raise t_virt=102112128 dt=4615000 next_target=106727128 gap_to_target=4615000 fn=16 #15
[frame-irq] raise t_virt=106727128 dt=4615000 next_target=111342128 gap_to_target=4615000 fn=17 #16
[frame-irq] raise t_virt=111342128 dt=4615000 next_target=115957128 gap_to_target=4615000 fn=18 #17
[frame-irq] raise t_virt=115957128 dt=4615000 next_target=120572128 gap_to_target=4615000 fn=19 #18
[frame-irq] raise t_virt=120572128 dt=4615000 next_target=125187128 gap_to_target=4615000 fn=20 #19
[frame-irq] raise t_virt=125187128 dt=4615000 next_target=129802128 gap_to_target=4615000 fn=21 #20
[frame-irq] raise t_virt=129802128 dt=4615000 next_target=134417128 gap_to_target=4615000 fn=22 #21
[frame-irq] raise t_virt=134417128 dt=4615000 next_target=139032128 gap_to_target=4615000 fn=23 #22
[frame-irq] raise t_virt=139032128 dt=4615000 next_target=143647128 gap_to_target=4615000 fn=24 #23
[frame-irq] raise t_virt=143647128 dt=4615000 next_target=148262128 gap_to_target=4615000 fn=25 #24
[frame-irq] raise t_virt=148262128 dt=4615000 next_target=152877128 gap_to_target=4615000 fn=26 #25
[frame-irq] raise t_virt=152877128 dt=4615000 next_target=157492128 gap_to_target=4615000 fn=27 #26
[frame-irq] raise t_virt=157492128 dt=4615000 next_target=162107128 gap_to_target=4615000 fn=28 #27
[frame-irq] raise t_virt=162107128 dt=4615000 next_target=166722128 gap_to_target=4615000 fn=29 #28
[frame-irq] raise t_virt=166722128 dt=4615000 next_target=171337128 gap_to_target=4615000 fn=30 #29
[frame-irq] raise t_virt=171337128 dt=4615000 next_target=175952128 gap_to_target=4615000 fn=31 #30
[frame-irq] raise t_virt=175952128 dt=4615000 next_target=180567128 gap_to_target=4615000 fn=32 #31
[frame-irq] raise t_virt=180567128 dt=4615000 next_target=185182128 gap_to_target=4615000 fn=33 #32
[frame-irq] raise t_virt=185182128 dt=4615000 next_target=189797128 gap_to_target=4615000 fn=34 #33
[frame-irq] raise t_virt=189797128 dt=4615000 next_target=194412128 gap_to_target=4615000 fn=35 #34
[frame-irq] raise t_virt=194412128 dt=4615000 next_target=199027128 gap_to_target=4615000 fn=36 #35
[frame-irq] raise t_virt=199027128 dt=4615000 next_target=203642128 gap_to_target=4615000 fn=37 #36
[frame-irq] raise t_virt=203642128 dt=4615000 next_target=208257128 gap_to_target=4615000 fn=38 #37
[frame-irq] raise t_virt=208257128 dt=4615000 next_target=212872128 gap_to_target=4615000 fn=39 #38
[frame-irq] raise t_virt=212872128 dt=4615000 next_target=217487128 gap_to_target=4615000 fn=40 #39
[frame-irq] raise t_virt=217487128 dt=4615000 next_target=222102128 gap_to_target=4615000 fn=41 #40
[frame-irq] raise t_virt=222102128 dt=4615000 next_target=226717128 gap_to_target=4615000 fn=42 #41
[frame-irq] raise t_virt=226717128 dt=4615000 next_target=231332128 gap_to_target=4615000 fn=43 #42
[frame-irq] raise t_virt=231332128 dt=4615000 next_target=235947128 gap_to_target=4615000 fn=44 #43
[frame-irq] raise t_virt=235947128 dt=4615000 next_target=240562128 gap_to_target=4615000 fn=45 #44
[frame-irq] raise t_virt=240562128 dt=4615000 next_target=245177128 gap_to_target=4615000 fn=46 #45
[frame-irq] raise t_virt=245177128 dt=4615000 next_target=249792128 gap_to_target=4615000 fn=47 #46
[frame-irq] raise t_virt=249792128 dt=4615000 next_target=254407128 gap_to_target=4615000 fn=48 #47
[frame-irq] raise t_virt=254407128 dt=4615000 next_target=259022128 gap_to_target=4615000 fn=49 #48
[frame-irq] raise t_virt=259022128 dt=4615000 next_target=263637128 gap_to_target=4615000 fn=50 #49
[frame-irq] raise t_virt=263637128 dt=4615000 next_target=268252128 gap_to_target=4615000 fn=51 #50
[frame-irq] raise t_virt=268252128 dt=4615000 next_target=272867128 gap_to_target=4615000 fn=52 #51
[frame-irq] raise t_virt=272867128 dt=4615000 next_target=277482128 gap_to_target=4615000 fn=53 #52
[frame-irq] raise t_virt=277482128 dt=4615000 next_target=282097128 gap_to_target=4615000 fn=54 #53
[frame-irq] raise t_virt=282097128 dt=4615000 next_target=286712128 gap_to_target=4615000 fn=55 #54
[frame-irq] raise t_virt=286712128 dt=4615000 next_target=291327128 gap_to_target=4615000 fn=56 #55
[frame-irq] raise t_virt=291327128 dt=4615000 next_target=295942128 gap_to_target=4615000 fn=57 #56
[frame-irq] raise t_virt=295942128 dt=4615000 next_target=300557128 gap_to_target=4615000 fn=58 #57
[frame-irq] raise t_virt=300557128 dt=4615000 next_target=305172128 gap_to_target=4615000 fn=59 #58
[frame-irq] raise t_virt=305172128 dt=4615000 next_target=309787128 gap_to_target=4615000 fn=60 #59
[frame-irq] raise t_virt=309787128 dt=4615000 next_target=314402128 gap_to_target=4615000 fn=61 #60
[frame-irq] raise t_virt=314402128 dt=4615000 next_target=319017128 gap_to_target=4615000 fn=62 #61
[frame-irq] raise t_virt=319017128 dt=4615000 next_target=323632128 gap_to_target=4615000 fn=63 #62
[frame-irq] raise t_virt=323632128 dt=4615000 next_target=328247128 gap_to_target=4615000 fn=64 #63
[frame-irq] raise t_virt=328247128 dt=4615000 next_target=332862128 gap_to_target=4615000 fn=65 #64
[frame-irq] raise t_virt=332862128 dt=4615000 next_target=337477128 gap_to_target=4615000 fn=66 #65
[frame-irq] raise t_virt=337477128 dt=4615000 next_target=342092128 gap_to_target=4615000 fn=67 #66
[frame-irq] raise t_virt=342092128 dt=4615000 next_target=346707128 gap_to_target=4615000 fn=68 #67
[frame-irq] raise t_virt=346707128 dt=4615000 next_target=351322128 gap_to_target=4615000 fn=69 #68
[frame-irq] raise t_virt=351322128 dt=4615000 next_target=355937128 gap_to_target=4615000 fn=70 #69
[frame-irq] raise t_virt=355937128 dt=4615000 next_target=360552128 gap_to_target=4615000 fn=71 #70
[frame-irq] raise t_virt=360552128 dt=4615000 next_target=365167128 gap_to_target=4615000 fn=72 #71
[frame-irq] raise t_virt=365167128 dt=4615000 next_target=369782128 gap_to_target=4615000 fn=73 #72
[frame-irq] raise t_virt=369782128 dt=4615000 next_target=374397128 gap_to_target=4615000 fn=74 #73
[frame-irq] raise t_virt=374397128 dt=4615000 next_target=379012128 gap_to_target=4615000 fn=75 #74
[frame-irq] raise t_virt=379012128 dt=4615000 next_target=383627128 gap_to_target=4615000 fn=76 #75
[frame-irq] raise t_virt=383627128 dt=4615000 next_target=388242128 gap_to_target=4615000 fn=77 #76
[frame-irq] raise t_virt=388242128 dt=4615000 next_target=392857128 gap_to_target=4615000 fn=78 #77
[frame-irq] raise t_virt=392857128 dt=4615000 next_target=397472128 gap_to_target=4615000 fn=79 #78
[frame-irq] raise t_virt=397472128 dt=4615000 next_target=402087128 gap_to_target=4615000 fn=80 #79
[frame-irq] raise t_virt=402087128 dt=4615000 next_target=406702128 gap_to_target=4615000 fn=81 #80
[frame-irq] raise t_virt=406702128 dt=4615000 next_target=411317128 gap_to_target=4615000 fn=82 #81
[frame-irq] raise t_virt=411317128 dt=4615000 next_target=415932128 gap_to_target=4615000 fn=83 #82
[frame-irq] raise t_virt=415932128 dt=4615000 next_target=420547128 gap_to_target=4615000 fn=84 #83
[frame-irq] raise t_virt=420547128 dt=4615000 next_target=425162128 gap_to_target=4615000 fn=85 #84
[frame-irq] raise t_virt=425162128 dt=4615000 next_target=429777128 gap_to_target=4615000 fn=86 #85
[frame-irq] raise t_virt=429777128 dt=4615000 next_target=434392128 gap_to_target=4615000 fn=87 #86
[frame-irq] raise t_virt=434392128 dt=4615000 next_target=439007128 gap_to_target=4615000 fn=88 #87
[frame-irq] raise t_virt=439007128 dt=4615000 next_target=443622128 gap_to_target=4615000 fn=89 #88
[frame-irq] raise t_virt=443622128 dt=4615000 next_target=448237128 gap_to_target=4615000 fn=90 #89
[frame-irq] raise t_virt=448237128 dt=4615000 next_target=452852128 gap_to_target=4615000 fn=91 #90
[frame-irq] raise t_virt=452852128 dt=4615000 next_target=457467128 gap_to_target=4615000 fn=92 #91
[frame-irq] raise t_virt=457467128 dt=4615000 next_target=462082128 gap_to_target=4615000 fn=93 #92
[frame-irq] raise t_virt=462082128 dt=4615000 next_target=466697128 gap_to_target=4615000 fn=94 #93
[frame-irq] raise t_virt=466697128 dt=4615000 next_target=471312128 gap_to_target=4615000 fn=95 #94
[frame-irq] raise t_virt=471312128 dt=4615000 next_target=475927128 gap_to_target=4615000 fn=96 #95
[frame-irq] raise t_virt=475927128 dt=4615000 next_target=480542128 gap_to_target=4615000 fn=97 #96
[frame-irq] raise t_virt=480542128 dt=4615000 next_target=485157128 gap_to_target=4615000 fn=98 #97
[frame-irq] raise t_virt=485157128 dt=4615000 next_target=489772128 gap_to_target=4615000 fn=99 #98
[frame-irq] raise t_virt=489772128 dt=4615000 next_target=494387128 gap_to_target=4615000 fn=100 #99
[frame-irq] raise t_virt=494387128 dt=4615000 next_target=499002128 gap_to_target=4615000 fn=101 #100
[frame-irq] raise t_virt=499002128 dt=4615000 next_target=503617128 gap_to_target=4615000 fn=102 #101
[frame-irq] raise t_virt=503617128 dt=4615000 next_target=508232128 gap_to_target=4615000 fn=103 #102
[frame-irq] raise t_virt=508232128 dt=4615000 next_target=512847128 gap_to_target=4615000 fn=104 #103
[frame-irq] raise t_virt=512847128 dt=4615000 next_target=517462128 gap_to_target=4615000 fn=105 #104
[frame-irq] raise t_virt=517462128 dt=4615000 next_target=522077128 gap_to_target=4615000 fn=106 #105
[frame-irq] raise t_virt=522077128 dt=4615000 next_target=526692128 gap_to_target=4615000 fn=107 #106
[frame-irq] raise t_virt=526692128 dt=4615000 next_target=531307128 gap_to_target=4615000 fn=108 #107
[frame-irq] raise t_virt=531307128 dt=4615000 next_target=535922128 gap_to_target=4615000 fn=109 #108
[frame-irq] raise t_virt=535922128 dt=4615000 next_target=540537128 gap_to_target=4615000 fn=110 #109
[frame-irq] raise t_virt=540537128 dt=4615000 next_target=545152128 gap_to_target=4615000 fn=111 #110
[frame-irq] raise t_virt=545152128 dt=4615000 next_target=549767128 gap_to_target=4615000 fn=112 #111
[frame-irq] raise t_virt=549767128 dt=4615000 next_target=554382128 gap_to_target=4615000 fn=113 #112
[frame-irq] raise t_virt=554382128 dt=4615000 next_target=558997128 gap_to_target=4615000 fn=114 #113
[frame-irq] raise t_virt=558997128 dt=4615000 next_target=563612128 gap_to_target=4615000 fn=115 #114
[frame-irq] raise t_virt=563612128 dt=4615000 next_target=568227128 gap_to_target=4615000 fn=116 #115
[frame-irq] raise t_virt=568227128 dt=4615000 next_target=572842128 gap_to_target=4615000 fn=117 #116
[frame-irq] raise t_virt=572842128 dt=4615000 next_target=577457128 gap_to_target=4615000 fn=118 #117
[frame-irq] raise t_virt=577457128 dt=4615000 next_target=582072128 gap_to_target=4615000 fn=119 #118
[frame-irq] raise t_virt=582072128 dt=4615000 next_target=586687128 gap_to_target=4615000 fn=120 #119
[frame-irq] raise t_virt=586687128 dt=4615000 next_target=591302128 gap_to_target=4615000 fn=121 #120
[frame-irq] raise t_virt=591302128 dt=4615000 next_target=595917128 gap_to_target=4615000 fn=122 #121
[frame-irq] raise t_virt=595917128 dt=4615000 next_target=600532128 gap_to_target=4615000 fn=123 #122
[frame-irq] raise t_virt=600532128 dt=4615000 next_target=605147128 gap_to_target=4615000 fn=124 #123
[frame-irq] raise t_virt=605147128 dt=4615000 next_target=609762128 gap_to_target=4615000 fn=125 #124
[frame-irq] raise t_virt=609762128 dt=4615000 next_target=614377128 gap_to_target=4615000 fn=126 #125
[frame-irq] raise t_virt=614377128 dt=4615000 next_target=618992128 gap_to_target=4615000 fn=127 #126
[frame-irq] raise t_virt=618992128 dt=4615000 next_target=623607128 gap_to_target=4615000 fn=128 #127
[frame-irq] raise t_virt=623607128 dt=4615000 next_target=628222128 gap_to_target=4615000 fn=129 #128
[frame-irq] raise t_virt=628222128 dt=4615000 next_target=632837128 gap_to_target=4615000 fn=130 #129
[frame-irq] raise t_virt=632837128 dt=4615000 next_target=637452128 gap_to_target=4615000 fn=131 #130
[frame-irq] raise t_virt=637452128 dt=4615000 next_target=642067128 gap_to_target=4615000 fn=132 #131
[frame-irq] raise t_virt=642067128 dt=4615000 next_target=646682128 gap_to_target=4615000 fn=133 #132
[frame-irq] raise t_virt=646682128 dt=4615000 next_target=651297128 gap_to_target=4615000 fn=134 #133
[frame-irq] raise t_virt=651297128 dt=4615000 next_target=655912128 gap_to_target=4615000 fn=135 #134
[frame-irq] raise t_virt=655912128 dt=4615000 next_target=660527128 gap_to_target=4615000 fn=136 #135
[frame-irq] raise t_virt=660527128 dt=4615000 next_target=665142128 gap_to_target=4615000 fn=137 #136
[frame-irq] raise t_virt=665142128 dt=4615000 next_target=669757128 gap_to_target=4615000 fn=138 #137
[frame-irq] raise t_virt=669757128 dt=4615000 next_target=674372128 gap_to_target=4615000 fn=139 #138
[frame-irq] raise t_virt=674372128 dt=4615000 next_target=678987128 gap_to_target=4615000 fn=140 #139
[frame-irq] raise t_virt=678987128 dt=4615000 next_target=683602128 gap_to_target=4615000 fn=141 #140
[frame-irq] raise t_virt=683602128 dt=4615000 next_target=688217128 gap_to_target=4615000 fn=142 #141
[frame-irq] raise t_virt=688217128 dt=4615000 next_target=692832128 gap_to_target=4615000 fn=143 #142
[frame-irq] raise t_virt=692832128 dt=4615000 next_target=697447128 gap_to_target=4615000 fn=144 #143
[frame-irq] raise t_virt=697447128 dt=4615000 next_target=702062128 gap_to_target=4615000 fn=145 #144
[frame-irq] raise t_virt=702062128 dt=4615000 next_target=706677128 gap_to_target=4615000 fn=146 #145
[frame-irq] raise t_virt=706677128 dt=4615000 next_target=711292128 gap_to_target=4615000 fn=147 #146
[frame-irq] raise t_virt=711292128 dt=4615000 next_target=715907128 gap_to_target=4615000 fn=148 #147
[frame-irq] raise t_virt=715907128 dt=4615000 next_target=720522128 gap_to_target=4615000 fn=149 #148
[frame-irq] raise t_virt=720522128 dt=4615000 next_target=725137128 gap_to_target=4615000 fn=150 #149
[frame-irq] raise t_virt=725137128 dt=4615000 next_target=729752128 gap_to_target=4615000 fn=151 #150
[frame-irq] raise t_virt=729752128 dt=4615000 next_target=734367128 gap_to_target=4615000 fn=152 #151
[frame-irq] raise t_virt=734367128 dt=4615000 next_target=738982128 gap_to_target=4615000 fn=153 #152
[frame-irq] raise t_virt=738982128 dt=4615000 next_target=743597128 gap_to_target=4615000 fn=154 #153
[frame-irq] raise t_virt=743597128 dt=4615000 next_target=748212128 gap_to_target=4615000 fn=155 #154
[frame-irq] raise t_virt=748212128 dt=4615000 next_target=752827128 gap_to_target=4615000 fn=156 #155
[frame-irq] raise t_virt=752827128 dt=4615000 next_target=757442128 gap_to_target=4615000 fn=157 #156
[frame-irq] raise t_virt=757442128 dt=4615000 next_target=762057128 gap_to_target=4615000 fn=158 #157
[frame-irq] raise t_virt=762057128 dt=4615000 next_target=766672128 gap_to_target=4615000 fn=159 #158
[frame-irq] raise t_virt=766672128 dt=4615000 next_target=771287128 gap_to_target=4615000 fn=160 #159
[frame-irq] raise t_virt=771287128 dt=4615000 next_target=775902128 gap_to_target=4615000 fn=161 #160
[frame-irq] raise t_virt=775902128 dt=4615000 next_target=780517128 gap_to_target=4615000 fn=162 #161
[frame-irq] raise t_virt=780517128 dt=4615000 next_target=785132128 gap_to_target=4615000 fn=163 #162
[frame-irq] raise t_virt=785132128 dt=4615000 next_target=789747128 gap_to_target=4615000 fn=164 #163
[frame-irq] raise t_virt=789747128 dt=4615000 next_target=794362128 gap_to_target=4615000 fn=165 #164
[frame-irq] raise t_virt=794362128 dt=4615000 next_target=798977128 gap_to_target=4615000 fn=166 #165
[frame-irq] raise t_virt=798977128 dt=4615000 next_target=803592128 gap_to_target=4615000 fn=167 #166
[frame-irq] raise t_virt=803592128 dt=4615000 next_target=808207128 gap_to_target=4615000 fn=168 #167
[frame-irq] raise t_virt=808207128 dt=4615000 next_target=812822128 gap_to_target=4615000 fn=169 #168
[frame-irq] raise t_virt=812822128 dt=4615000 next_target=817437128 gap_to_target=4615000 fn=170 #169
[frame-irq] raise t_virt=817437128 dt=4615000 next_target=822052128 gap_to_target=4615000 fn=171 #170
[frame-irq] raise t_virt=822052128 dt=4615000 next_target=826667128 gap_to_target=4615000 fn=172 #171
[frame-irq] raise t_virt=826667128 dt=4615000 next_target=831282128 gap_to_target=4615000 fn=173 #172
[frame-irq] raise t_virt=831282128 dt=4615000 next_target=835897128 gap_to_target=4615000 fn=174 #173
[frame-irq] raise t_virt=835897128 dt=4615000 next_target=840512128 gap_to_target=4615000 fn=175 #174
[frame-irq] raise t_virt=840512128 dt=4615000 next_target=845127128 gap_to_target=4615000 fn=176 #175
[frame-irq] raise t_virt=845127128 dt=4615000 next_target=849742128 gap_to_target=4615000 fn=177 #176
[frame-irq] raise t_virt=849742128 dt=4615000 next_target=854357128 gap_to_target=4615000 fn=178 #177
[frame-irq] raise t_virt=854357128 dt=4615000 next_target=858972128 gap_to_target=4615000 fn=179 #178
[frame-irq] raise t_virt=858972128 dt=4615000 next_target=863587128 gap_to_target=4615000 fn=180 #179
[frame-irq] raise t_virt=863587128 dt=4615000 next_target=868202128 gap_to_target=4615000 fn=181 #180
[frame-irq] raise t_virt=868202128 dt=4615000 next_target=872817128 gap_to_target=4615000 fn=182 #181
[frame-irq] raise t_virt=872817128 dt=4615000 next_target=877432128 gap_to_target=4615000 fn=183 #182
[frame-irq] raise t_virt=877432128 dt=4615000 next_target=882047128 gap_to_target=4615000 fn=184 #183
[frame-irq] raise t_virt=882047128 dt=4615000 next_target=886662128 gap_to_target=4615000 fn=185 #184
[frame-irq] raise t_virt=886662128 dt=4615000 next_target=891277128 gap_to_target=4615000 fn=186 #185
[frame-irq] raise t_virt=891277128 dt=4615000 next_target=895892128 gap_to_target=4615000 fn=187 #186
[frame-irq] raise t_virt=895892128 dt=4615000 next_target=900507128 gap_to_target=4615000 fn=188 #187
[frame-irq] raise t_virt=900507128 dt=4615000 next_target=905122128 gap_to_target=4615000 fn=189 #188
[frame-irq] raise t_virt=905122128 dt=4615000 next_target=909737128 gap_to_target=4615000 fn=190 #189
[frame-irq] raise t_virt=909737128 dt=4615000 next_target=914352128 gap_to_target=4615000 fn=191 #190
[frame-irq] raise t_virt=914352128 dt=4615000 next_target=918967128 gap_to_target=4615000 fn=192 #191
[frame-irq] raise t_virt=918967128 dt=4615000 next_target=923582128 gap_to_target=4615000 fn=193 #192
[frame-irq] raise t_virt=923582128 dt=4615000 next_target=928197128 gap_to_target=4615000 fn=194 #193
[frame-irq] raise t_virt=928197128 dt=4615000 next_target=932812128 gap_to_target=4615000 fn=195 #194
[frame-irq] raise t_virt=932812128 dt=4615000 next_target=937427128 gap_to_target=4615000 fn=196 #195
[frame-irq] raise t_virt=937427128 dt=4615000 next_target=942042128 gap_to_target=4615000 fn=197 #196
[frame-irq] raise t_virt=942042128 dt=4615000 next_target=946657128 gap_to_target=4615000 fn=198 #197
[frame-irq] raise t_virt=946657128 dt=4615000 next_target=951272128 gap_to_target=4615000 fn=199 #198
[frame-irq] raise t_virt=951272128 dt=4615000 next_target=955887128 gap_to_target=4615000 fn=200 #199
[frame-irq] raise t_virt=955887128 dt=4615000 next_target=960502128 gap_to_target=4615000 fn=201 #200
[frame-irq] raise t_virt=960502128 dt=4615000 next_target=965117128 gap_to_target=4615000 fn=202 #201
[frame-irq] raise t_virt=965117128 dt=4615000 next_target=969732128 gap_to_target=4615000 fn=203 #202
[frame-irq] raise t_virt=969732128 dt=4615000 next_target=974347128 gap_to_target=4615000 fn=204 #203
[frame-irq] raise t_virt=974347128 dt=4615000 next_target=978962128 gap_to_target=4615000 fn=205 #204
[frame-irq] raise t_virt=978962128 dt=4615000 next_target=983577128 gap_to_target=4615000 fn=206 #205
[frame-irq] raise t_virt=983577128 dt=4615000 next_target=988192128 gap_to_target=4615000 fn=207 #206
[frame-irq] raise t_virt=988192128 dt=4615000 next_target=992807128 gap_to_target=4615000 fn=208 #207
[frame-irq] raise t_virt=992807128 dt=4615000 next_target=997422128 gap_to_target=4615000 fn=209 #208
[frame-irq] raise t_virt=997422128 dt=4615000 next_target=1002037128 gap_to_target=4615000 fn=210 #209
[frame-irq] raise t_virt=1002037128 dt=4615000 next_target=1006652128 gap_to_target=4615000 fn=211 #210
[frame-irq] raise t_virt=1006652128 dt=4615000 next_target=1011267128 gap_to_target=4615000 fn=212 #211
[frame-irq] raise t_virt=1011267128 dt=4615000 next_target=1015882128 gap_to_target=4615000 fn=213 #212
[frame-irq] raise t_virt=1015882128 dt=4615000 next_target=1020497128 gap_to_target=4615000 fn=214 #213
[frame-irq] raise t_virt=1020497128 dt=4615000 next_target=1025112128 gap_to_target=4615000 fn=215 #214
[frame-irq] raise t_virt=1025112128 dt=4615000 next_target=1029727128 gap_to_target=4615000 fn=216 #215
[frame-irq] raise t_virt=1029727128 dt=4615000 next_target=1034342128 gap_to_target=4615000 fn=217 #216
[frame-irq] raise t_virt=1034342128 dt=4615000 next_target=1038957128 gap_to_target=4615000 fn=218 #217
[frame-irq] raise t_virt=1038957128 dt=4615000 next_target=1043572128 gap_to_target=4615000 fn=219 #218
[frame-irq] raise t_virt=1043572128 dt=4615000 next_target=1048187128 gap_to_target=4615000 fn=220 #219
[frame-irq] raise t_virt=1048187128 dt=4615000 next_target=1052802128 gap_to_target=4615000 fn=221 #220
[frame-irq] raise t_virt=1052802128 dt=4615000 next_target=1057417128 gap_to_target=4615000 fn=222 #221
[frame-irq] raise t_virt=1057417128 dt=4615000 next_target=1062032128 gap_to_target=4615000 fn=223 #222
[frame-irq] raise t_virt=1062032128 dt=4615000 next_target=1066647128 gap_to_target=4615000 fn=224 #223
[frame-irq] raise t_virt=1066647128 dt=4615000 next_target=1071262128 gap_to_target=4615000 fn=225 #224
[frame-irq] raise t_virt=1071262128 dt=4615000 next_target=1075877128 gap_to_target=4615000 fn=226 #225
[frame-irq] raise t_virt=1075877128 dt=4615000 next_target=1080492128 gap_to_target=4615000 fn=227 #226
[frame-irq] raise t_virt=1080492128 dt=4615000 next_target=1085107128 gap_to_target=4615000 fn=228 #227
[frame-irq] raise t_virt=1085107128 dt=4615000 next_target=1089722128 gap_to_target=4615000 fn=229 #228
[frame-irq] raise t_virt=1089722128 dt=4615000 next_target=1094337128 gap_to_target=4615000 fn=230 #229
[frame-irq] raise t_virt=1094337128 dt=4615000 next_target=1098952128 gap_to_target=4615000 fn=231 #230
[frame-irq] raise t_virt=1098952128 dt=4615000 next_target=1103567128 gap_to_target=4615000 fn=232 #231
[frame-irq] raise t_virt=1103567128 dt=4615000 next_target=1108182128 gap_to_target=4615000 fn=233 #232
[frame-irq] raise t_virt=1108182128 dt=4615000 next_target=1112797128 gap_to_target=4615000 fn=234 #233
[frame-irq] raise t_virt=1112797128 dt=4615000 next_target=1117412128 gap_to_target=4615000 fn=235 #234
[frame-irq] raise t_virt=1117412128 dt=4615000 next_target=1122027128 gap_to_target=4615000 fn=236 #235
[frame-irq] raise t_virt=1122027128 dt=4615000 next_target=1126642128 gap_to_target=4615000 fn=237 #236
[frame-irq] raise t_virt=1126642128 dt=4615000 next_target=1131257128 gap_to_target=4615000 fn=238 #237
[frame-irq] raise t_virt=1131257128 dt=4615000 next_target=1135872128 gap_to_target=4615000 fn=239 #238
[frame-irq] raise t_virt=1135872128 dt=4615000 next_target=1140487128 gap_to_target=4615000 fn=240 #239
[frame-irq] raise t_virt=1140487128 dt=4615000 next_target=1145102128 gap_to_target=4615000 fn=241 #240
[frame-irq] raise t_virt=1145102128 dt=4615000 next_target=1149717128 gap_to_target=4615000 fn=242 #241
[frame-irq] raise t_virt=1149717128 dt=4615000 next_target=1154332128 gap_to_target=4615000 fn=243 #242
[frame-irq] raise t_virt=1154332128 dt=4615000 next_target=1158947128 gap_to_target=4615000 fn=244 #243
[frame-irq] raise t_virt=1158947128 dt=4615000 next_target=1163562128 gap_to_target=4615000 fn=245 #244
[frame-irq] raise t_virt=1163562128 dt=4615000 next_target=1168177128 gap_to_target=4615000 fn=246 #245
[frame-irq] raise t_virt=1168177128 dt=4615000 next_target=1172792128 gap_to_target=4615000 fn=247 #246
[frame-irq] raise t_virt=1172792128 dt=4615000 next_target=1177407128 gap_to_target=4615000 fn=248 #247
[frame-irq] raise t_virt=1177407128 dt=4615000 next_target=1182022128 gap_to_target=4615000 fn=249 #248
[frame-irq] raise t_virt=1182022128 dt=4615000 next_target=1186637128 gap_to_target=4615000 fn=250 #249
[frame-irq] raise t_virt=1186637128 dt=4615000 next_target=1191252128 gap_to_target=4615000 fn=251 #250
[frame-irq] raise t_virt=1191252128 dt=4615000 next_target=1195867128 gap_to_target=4615000 fn=252 #251
[frame-irq] raise t_virt=1195867128 dt=4615000 next_target=1200482128 gap_to_target=4615000 fn=253 #252
[frame-irq] raise t_virt=1200482128 dt=4615000 next_target=1205097128 gap_to_target=4615000 fn=254 #253
[frame-irq] raise t_virt=1205097128 dt=4615000 next_target=1209712128 gap_to_target=4615000 fn=255 #254
[frame-irq] raise t_virt=1209712128 dt=4615000 next_target=1214327128 gap_to_target=4615000 fn=256 #255
[frame-irq] raise t_virt=1214327128 dt=4615000 next_target=1218942128 gap_to_target=4615000 fn=257 #256
[frame-irq] raise t_virt=1218942128 dt=4615000 next_target=1223557128 gap_to_target=4615000 fn=258 #257
[frame-irq] raise t_virt=1223557128 dt=4615000 next_target=1228172128 gap_to_target=4615000 fn=259 #258
[frame-irq] raise t_virt=1228172128 dt=4615000 next_target=1232787128 gap_to_target=4615000 fn=260 #259
[frame-irq] raise t_virt=1232787128 dt=4615000 next_target=1237402128 gap_to_target=4615000 fn=261 #260
[frame-irq] raise t_virt=1237402128 dt=4615000 next_target=1242017128 gap_to_target=4615000 fn=262 #261
[frame-irq] raise t_virt=1242017128 dt=4615000 next_target=1246632128 gap_to_target=4615000 fn=263 #262
[frame-irq] raise t_virt=1246632128 dt=4615000 next_target=1251247128 gap_to_target=4615000 fn=264 #263
[frame-irq] raise t_virt=1251247128 dt=4615000 next_target=1255862128 gap_to_target=4615000 fn=265 #264
[frame-irq] raise t_virt=1255862128 dt=4615000 next_target=1260477128 gap_to_target=4615000 fn=266 #265
[frame-irq] raise t_virt=1260477128 dt=4615000 next_target=1265092128 gap_to_target=4615000 fn=267 #266
[frame-irq] raise t_virt=1265092128 dt=4615000 next_target=1269707128 gap_to_target=4615000 fn=268 #267
[frame-irq] raise t_virt=1269707128 dt=4615000 next_target=1274322128 gap_to_target=4615000 fn=269 #268
[frame-irq] raise t_virt=1274322128 dt=4615000 next_target=1278937128 gap_to_target=4615000 fn=270 #269
[frame-irq] raise t_virt=1278937128 dt=4615000 next_target=1283552128 gap_to_target=4615000 fn=271 #270
[frame-irq] raise t_virt=1283552128 dt=4615000 next_target=1288167128 gap_to_target=4615000 fn=272 #271
[frame-irq] raise t_virt=1288167128 dt=4615000 next_target=1292782128 gap_to_target=4615000 fn=273 #272
[frame-irq] raise t_virt=1292782128 dt=4615000 next_target=1297397128 gap_to_target=4615000 fn=274 #273
[frame-irq] raise t_virt=1297397128 dt=4615000 next_target=1302012128 gap_to_target=4615000 fn=275 #274
[frame-irq] raise t_virt=1302012128 dt=4615000 next_target=1306627128 gap_to_target=4615000 fn=276 #275
[frame-irq] raise t_virt=1306627128 dt=4615000 next_target=1311242128 gap_to_target=4615000 fn=277 #276
[frame-irq] raise t_virt=1311242128 dt=4615000 next_target=1315857128 gap_to_target=4615000 fn=278 #277
[frame-irq] raise t_virt=1315857128 dt=4615000 next_target=1320472128 gap_to_target=4615000 fn=279 #278
[frame-irq] raise t_virt=1320472128 dt=4615000 next_target=1325087128 gap_to_target=4615000 fn=280 #279
[frame-irq] raise t_virt=1325087128 dt=4615000 next_target=1329702128 gap_to_target=4615000 fn=281 #280
[frame-irq] raise t_virt=1329702128 dt=4615000 next_target=1334317128 gap_to_target=4615000 fn=282 #281
[frame-irq] raise t_virt=1334317128 dt=4615000 next_target=1338932128 gap_to_target=4615000 fn=283 #282
[frame-irq] raise t_virt=1338932128 dt=4615000 next_target=1343547128 gap_to_target=4615000 fn=284 #283
[frame-irq] raise t_virt=1343547128 dt=4615000 next_target=1348162128 gap_to_target=4615000 fn=285 #284
[frame-irq] raise t_virt=1348162128 dt=4615000 next_target=1352777128 gap_to_target=4615000 fn=286 #285
[frame-irq] raise t_virt=1352777128 dt=4615000 next_target=1357392128 gap_to_target=4615000 fn=287 #286
[frame-irq] raise t_virt=1357392128 dt=4615000 next_target=1362007128 gap_to_target=4615000 fn=288 #287
[frame-irq] raise t_virt=1362007128 dt=4615000 next_target=1366622128 gap_to_target=4615000 fn=289 #288
[frame-irq] raise t_virt=1366622128 dt=4615000 next_target=1371237128 gap_to_target=4615000 fn=290 #289
[frame-irq] raise t_virt=1371237128 dt=4615000 next_target=1375852128 gap_to_target=4615000 fn=291 #290
[frame-irq] raise t_virt=1375852128 dt=4615000 next_target=1380467128 gap_to_target=4615000 fn=292 #291
[frame-irq] raise t_virt=1380467128 dt=4615000 next_target=1385082128 gap_to_target=4615000 fn=293 #292
[frame-irq] raise t_virt=1385082128 dt=4615000 next_target=1389697128 gap_to_target=4615000 fn=294 #293
[frame-irq] raise t_virt=1389697128 dt=4615000 next_target=1394312128 gap_to_target=4615000 fn=295 #294
[frame-irq] raise t_virt=1394312128 dt=4615000 next_target=1398927128 gap_to_target=4615000 fn=296 #295
[frame-irq] raise t_virt=1398927128 dt=4615000 next_target=1403542128 gap_to_target=4615000 fn=297 #296
[frame-irq] raise t_virt=1403542128 dt=4615000 next_target=1408157128 gap_to_target=4615000 fn=298 #297
[frame-irq] raise t_virt=1408157128 dt=4615000 next_target=1412772128 gap_to_target=4615000 fn=299 #298
[frame-irq] raise t_virt=1412772128 dt=4615000 next_target=1417387128 gap_to_target=4615000 fn=300 #299
[frame-irq] raise t_virt=1417387128 dt=4615000 next_target=1422002128 gap_to_target=4615000 fn=301 #300
[frame-irq] raise t_virt=1422002128 dt=4615000 next_target=1426617128 gap_to_target=4615000 fn=302 #301
[frame-irq] raise t_virt=1426617128 dt=4615000 next_target=1431232128 gap_to_target=4615000 fn=303 #302
[frame-irq] raise t_virt=1431232128 dt=4615000 next_target=1435847128 gap_to_target=4615000 fn=304 #303
[frame-irq] raise t_virt=1435847128 dt=4615000 next_target=1440462128 gap_to_target=4615000 fn=305 #304
[frame-irq] raise t_virt=1440462128 dt=4615000 next_target=1445077128 gap_to_target=4615000 fn=306 #305
[frame-irq] raise t_virt=1445077128 dt=4615000 next_target=1449692128 gap_to_target=4615000 fn=307 #306
[frame-irq] raise t_virt=1449692128 dt=4615000 next_target=1454307128 gap_to_target=4615000 fn=308 #307
[frame-irq] raise t_virt=1454307128 dt=4615000 next_target=1458922128 gap_to_target=4615000 fn=309 #308
[frame-irq] raise t_virt=1458922128 dt=4615000 next_target=1463537128 gap_to_target=4615000 fn=310 #309
[frame-irq] raise t_virt=1463537128 dt=4615000 next_target=1468152128 gap_to_target=4615000 fn=311 #310
[frame-irq] raise t_virt=1468152128 dt=4615000 next_target=1472767128 gap_to_target=4615000 fn=312 #311
[frame-irq] raise t_virt=1472767128 dt=4615000 next_target=1477382128 gap_to_target=4615000 fn=313 #312
[frame-irq] raise t_virt=1477382128 dt=4615000 next_target=1481997128 gap_to_target=4615000 fn=314 #313
[frame-irq] raise t_virt=1481997128 dt=4615000 next_target=1486612128 gap_to_target=4615000 fn=315 #314
[frame-irq] raise t_virt=1486612128 dt=4615000 next_target=1491227128 gap_to_target=4615000 fn=316 #315
[frame-irq] raise t_virt=1491227128 dt=4615000 next_target=1495842128 gap_to_target=4615000 fn=317 #316
[frame-irq] raise t_virt=1495842128 dt=4615000 next_target=1500457128 gap_to_target=4615000 fn=318 #317
[frame-irq] raise t_virt=1500457128 dt=4615000 next_target=1505072128 gap_to_target=4615000 fn=319 #318
[frame-irq] raise t_virt=1505072128 dt=4615000 next_target=1509687128 gap_to_target=4615000 fn=320 #319
[frame-irq] raise t_virt=1509687128 dt=4615000 next_target=1514302128 gap_to_target=4615000 fn=321 #320
[frame-irq] raise t_virt=1514302128 dt=4615000 next_target=1518917128 gap_to_target=4615000 fn=322 #321
[frame-irq] raise t_virt=1518917128 dt=4615000 next_target=1523532128 gap_to_target=4615000 fn=323 #322
[frame-irq] raise t_virt=1523532128 dt=4615000 next_target=1528147128 gap_to_target=4615000 fn=324 #323
[frame-irq] raise t_virt=1528147128 dt=4615000 next_target=1532762128 gap_to_target=4615000 fn=325 #324
[frame-irq] raise t_virt=1532762128 dt=4615000 next_target=1537377128 gap_to_target=4615000 fn=326 #325
[frame-irq] raise t_virt=1537377128 dt=4615000 next_target=1541992128 gap_to_target=4615000 fn=327 #326
[frame-irq] raise t_virt=1541992128 dt=4615000 next_target=1546607128 gap_to_target=4615000 fn=328 #327
[frame-irq] raise t_virt=1546607128 dt=4615000 next_target=1551222128 gap_to_target=4615000 fn=329 #328
[frame-irq] raise t_virt=1551222128 dt=4615000 next_target=1555837128 gap_to_target=4615000 fn=330 #329
[frame-irq] raise t_virt=1555837128 dt=4615000 next_target=1560452128 gap_to_target=4615000 fn=331 #330
[frame-irq] raise t_virt=1560452128 dt=4615000 next_target=1565067128 gap_to_target=4615000 fn=332 #331
[frame-irq] raise t_virt=1565067128 dt=4615000 next_target=1569682128 gap_to_target=4615000 fn=333 #332
[frame-irq] raise t_virt=1569682128 dt=4615000 next_target=1574297128 gap_to_target=4615000 fn=334 #333
[frame-irq] raise t_virt=1574297128 dt=4615000 next_target=1578912128 gap_to_target=4615000 fn=335 #334
[frame-irq] raise t_virt=1578912128 dt=4615000 next_target=1583527128 gap_to_target=4615000 fn=336 #335
[frame-irq] raise t_virt=1583527128 dt=4615000 next_target=1588142128 gap_to_target=4615000 fn=337 #336
[frame-irq] raise t_virt=1588142128 dt=4615000 next_target=1592757128 gap_to_target=4615000 fn=338 #337
[frame-irq] raise t_virt=1592757128 dt=4615000 next_target=1597372128 gap_to_target=4615000 fn=339 #338
[frame-irq] raise t_virt=1597372128 dt=4615000 next_target=1601987128 gap_to_target=4615000 fn=340 #339
[frame-irq] raise t_virt=1601987128 dt=4615000 next_target=1606602128 gap_to_target=4615000 fn=341 #340
[frame-irq] raise t_virt=1606602128 dt=4615000 next_target=1611217128 gap_to_target=4615000 fn=342 #341
[frame-irq] raise t_virt=1611217128 dt=4615000 next_target=1615832128 gap_to_target=4615000 fn=343 #342
[frame-irq] raise t_virt=1615832128 dt=4615000 next_target=1620447128 gap_to_target=4615000 fn=344 #343
[frame-irq] raise t_virt=1620447128 dt=4615000 next_target=1625062128 gap_to_target=4615000 fn=345 #344
[frame-irq] raise t_virt=1625062128 dt=4615000 next_target=1629677128 gap_to_target=4615000 fn=346 #345
[frame-irq] raise t_virt=1629677128 dt=4615000 next_target=1634292128 gap_to_target=4615000 fn=347 #346
[frame-irq] raise t_virt=1634292128 dt=4615000 next_target=1638907128 gap_to_target=4615000 fn=348 #347
[frame-irq] raise t_virt=1638907128 dt=4615000 next_target=1643522128 gap_to_target=4615000 fn=349 #348
[frame-irq] raise t_virt=1643522128 dt=4615000 next_target=1648137128 gap_to_target=4615000 fn=350 #349
[frame-irq] raise t_virt=1648137128 dt=4615000 next_target=1652752128 gap_to_target=4615000 fn=351 #350
[frame-irq] raise t_virt=1652752128 dt=4615000 next_target=1657367128 gap_to_target=4615000 fn=352 #351
[frame-irq] raise t_virt=1657367128 dt=4615000 next_target=1661982128 gap_to_target=4615000 fn=353 #352
[frame-irq] raise t_virt=1661982128 dt=4615000 next_target=1666597128 gap_to_target=4615000 fn=354 #353
[frame-irq] raise t_virt=1666597128 dt=4615000 next_target=1671212128 gap_to_target=4615000 fn=355 #354
[frame-irq] raise t_virt=1671212128 dt=4615000 next_target=1675827128 gap_to_target=4615000 fn=356 #355
[frame-irq] raise t_virt=1675827128 dt=4615000 next_target=1680442128 gap_to_target=4615000 fn=357 #356
[frame-irq] raise t_virt=1680442128 dt=4615000 next_target=1685057128 gap_to_target=4615000 fn=358 #357
[frame-irq] raise t_virt=1685057128 dt=4615000 next_target=1689672128 gap_to_target=4615000 fn=359 #358
[frame-irq] raise t_virt=1689672128 dt=4615000 next_target=1694287128 gap_to_target=4615000 fn=360 #359
[frame-irq] raise t_virt=1694287128 dt=4615000 next_target=1698902128 gap_to_target=4615000 fn=361 #360
[frame-irq] raise t_virt=1698902128 dt=4615000 next_target=1703517128 gap_to_target=4615000 fn=362 #361
[frame-irq] raise t_virt=1703517128 dt=4615000 next_target=1708132128 gap_to_target=4615000 fn=363 #362
[frame-irq] raise t_virt=1708132128 dt=4615000 next_target=1712747128 gap_to_target=4615000 fn=364 #363
[frame-irq] raise t_virt=1712747128 dt=4615000 next_target=1717362128 gap_to_target=4615000 fn=365 #364
[frame-irq] raise t_virt=1717362128 dt=4615000 next_target=1721977128 gap_to_target=4615000 fn=366 #365
[frame-irq] raise t_virt=1721977128 dt=4615000 next_target=1726592128 gap_to_target=4615000 fn=367 #366
[frame-irq] raise t_virt=1726592128 dt=4615000 next_target=1731207128 gap_to_target=4615000 fn=368 #367
[frame-irq] raise t_virt=1731207128 dt=4615000 next_target=1735822128 gap_to_target=4615000 fn=369 #368
[frame-irq] raise t_virt=1735822128 dt=4615000 next_target=1740437128 gap_to_target=4615000 fn=370 #369
[frame-irq] raise t_virt=1740437128 dt=4615000 next_target=1745052128 gap_to_target=4615000 fn=371 #370
[frame-irq] raise t_virt=1745052128 dt=4615000 next_target=1749667128 gap_to_target=4615000 fn=372 #371
[frame-irq] raise t_virt=1749667128 dt=4615000 next_target=1754282128 gap_to_target=4615000 fn=373 #372
[frame-irq] raise t_virt=1754282128 dt=4615000 next_target=1758897128 gap_to_target=4615000 fn=374 #373
[frame-irq] raise t_virt=1758897128 dt=4615000 next_target=1763512128 gap_to_target=4615000 fn=375 #374
[frame-irq] raise t_virt=1763512128 dt=4615000 next_target=1768127128 gap_to_target=4615000 fn=376 #375
[frame-irq] raise t_virt=1768127128 dt=4615000 next_target=1772742128 gap_to_target=4615000 fn=377 #376
[frame-irq] raise t_virt=1772742128 dt=4615000 next_target=1777357128 gap_to_target=4615000 fn=378 #377
[frame-irq] raise t_virt=1777357128 dt=4615000 next_target=1781972128 gap_to_target=4615000 fn=379 #378
[frame-irq] raise t_virt=1781972128 dt=4615000 next_target=1786587128 gap_to_target=4615000 fn=380 #379
[frame-irq] raise t_virt=1786587128 dt=4615000 next_target=1791202128 gap_to_target=4615000 fn=381 #380
[frame-irq] raise t_virt=1791202128 dt=4615000 next_target=1795817128 gap_to_target=4615000 fn=382 #381
[frame-irq] raise t_virt=1795817128 dt=4615000 next_target=1800432128 gap_to_target=4615000 fn=383 #382
[frame-irq] raise t_virt=1800432128 dt=4615000 next_target=1805047128 gap_to_target=4615000 fn=384 #383
[frame-irq] raise t_virt=1805047128 dt=4615000 next_target=1809662128 gap_to_target=4615000 fn=385 #384
[frame-irq] raise t_virt=1809662128 dt=4615000 next_target=1814277128 gap_to_target=4615000 fn=386 #385
[frame-irq] raise t_virt=1814277128 dt=4615000 next_target=1818892128 gap_to_target=4615000 fn=387 #386
[frame-irq] raise t_virt=1818892128 dt=4615000 next_target=1823507128 gap_to_target=4615000 fn=388 #387
[frame-irq] raise t_virt=1823507128 dt=4615000 next_target=1828122128 gap_to_target=4615000 fn=389 #388
[frame-irq] raise t_virt=1828122128 dt=4615000 next_target=1832737128 gap_to_target=4615000 fn=390 #389
[frame-irq] raise t_virt=1832737128 dt=4615000 next_target=1837352128 gap_to_target=4615000 fn=391 #390
[frame-irq] raise t_virt=1837352128 dt=4615000 next_target=1841967128 gap_to_target=4615000 fn=392 #391
[frame-irq] raise t_virt=1841967128 dt=4615000 next_target=1846582128 gap_to_target=4615000 fn=393 #392
[frame-irq] raise t_virt=1846582128 dt=4615000 next_target=1851197128 gap_to_target=4615000 fn=394 #393
[frame-irq] raise t_virt=1851197128 dt=4615000 next_target=1855812128 gap_to_target=4615000 fn=395 #394
[frame-irq] raise t_virt=1855812128 dt=4615000 next_target=1860427128 gap_to_target=4615000 fn=396 #395
[frame-irq] raise t_virt=1860427128 dt=4615000 next_target=1865042128 gap_to_target=4615000 fn=397 #396
[frame-irq] raise t_virt=1865042128 dt=4615000 next_target=1869657128 gap_to_target=4615000 fn=398 #397
[frame-irq] raise t_virt=1869657128 dt=4615000 next_target=1874272128 gap_to_target=4615000 fn=399 #398
[frame-irq] raise t_virt=1874272128 dt=4615000 next_target=1878887128 gap_to_target=4615000 fn=400 #399
[frame-irq] raise t_virt=1878887128 dt=4615000 next_target=1883502128 gap_to_target=4615000 fn=401 #400
[frame-irq] raise t_virt=1883502128 dt=4615000 next_target=1888117128 gap_to_target=4615000 fn=402 #401
[frame-irq] raise t_virt=1888117128 dt=4615000 next_target=1892732128 gap_to_target=4615000 fn=403 #402
[frame-irq] raise t_virt=1892732128 dt=4615000 next_target=1897347128 gap_to_target=4615000 fn=404 #403
[frame-irq] raise t_virt=1897347128 dt=4615000 next_target=1901962128 gap_to_target=4615000 fn=405 #404
[frame-irq] raise t_virt=1901962128 dt=4615000 next_target=1906577128 gap_to_target=4615000 fn=406 #405
[frame-irq] raise t_virt=1906577128 dt=4615000 next_target=1911192128 gap_to_target=4615000 fn=407 #406
[frame-irq] raise t_virt=1911192128 dt=4615000 next_target=1915807128 gap_to_target=4615000 fn=408 #407
[frame-irq] raise t_virt=1915807128 dt=4615000 next_target=1920422128 gap_to_target=4615000 fn=409 #408
[frame-irq] raise t_virt=1920422128 dt=4615000 next_target=1925037128 gap_to_target=4615000 fn=410 #409
[frame-irq] raise t_virt=1925037128 dt=4615000 next_target=1929652128 gap_to_target=4615000 fn=411 #410
[frame-irq] raise t_virt=1929652128 dt=4615000 next_target=1934267128 gap_to_target=4615000 fn=412 #411
[frame-irq] raise t_virt=1934267128 dt=4615000 next_target=1938882128 gap_to_target=4615000 fn=413 #412
[frame-irq] raise t_virt=1938882128 dt=4615000 next_target=1943497128 gap_to_target=4615000 fn=414 #413
[frame-irq] raise t_virt=1943497128 dt=4615000 next_target=1948112128 gap_to_target=4615000 fn=415 #414
[frame-irq] raise t_virt=1948112128 dt=4615000 next_target=1952727128 gap_to_target=4615000 fn=416 #415
[frame-irq] raise t_virt=1952727128 dt=4615000 next_target=1957342128 gap_to_target=4615000 fn=417 #416
[frame-irq] raise t_virt=1957342128 dt=4615000 next_target=1961957128 gap_to_target=4615000 fn=418 #417
[frame-irq] raise t_virt=1961957128 dt=4615000 next_target=1966572128 gap_to_target=4615000 fn=419 #418
[frame-irq] raise t_virt=1966572128 dt=4615000 next_target=1971187128 gap_to_target=4615000 fn=420 #419
[frame-irq] raise t_virt=1971187128 dt=4615000 next_target=1975802128 gap_to_target=4615000 fn=421 #420
[frame-irq] raise t_virt=1975802128 dt=4615000 next_target=1980417128 gap_to_target=4615000 fn=422 #421
[frame-irq] raise t_virt=1980417128 dt=4615000 next_target=1985032128 gap_to_target=4615000 fn=423 #422
[frame-irq] raise t_virt=1985032128 dt=4615000 next_target=1989647128 gap_to_target=4615000 fn=424 #423
[frame-irq] raise t_virt=1989647128 dt=4615000 next_target=1994262128 gap_to_target=4615000 fn=425 #424
[frame-irq] raise t_virt=1994262128 dt=4615000 next_target=1998877128 gap_to_target=4615000 fn=426 #425
[frame-irq] raise t_virt=1998877128 dt=4615000 next_target=2003492128 gap_to_target=4615000 fn=427 #426
[frame-irq] raise t_virt=2003492128 dt=4615000 next_target=2008107128 gap_to_target=4615000 fn=428 #427
[frame-irq] raise t_virt=2008107128 dt=4615000 next_target=2012722128 gap_to_target=4615000 fn=429 #428
[frame-irq] raise t_virt=2012722128 dt=4615000 next_target=2017337128 gap_to_target=4615000 fn=430 #429
[frame-irq] raise t_virt=2017337128 dt=4615000 next_target=2021952128 gap_to_target=4615000 fn=431 #430
[frame-irq] raise t_virt=2021952128 dt=4615000 next_target=2026567128 gap_to_target=4615000 fn=432 #431
[frame-irq] raise t_virt=2026567128 dt=4615000 next_target=2031182128 gap_to_target=4615000 fn=433 #432
[frame-irq] raise t_virt=2031182128 dt=4615000 next_target=2035797128 gap_to_target=4615000 fn=434 #433
[frame-irq] raise t_virt=2035797128 dt=4615000 next_target=2040412128 gap_to_target=4615000 fn=435 #434
[frame-irq] raise t_virt=2040412128 dt=4615000 next_target=2045027128 gap_to_target=4615000 fn=436 #435
[frame-irq] raise t_virt=2045027128 dt=4615000 next_target=2049642128 gap_to_target=4615000 fn=437 #436
[frame-irq] raise t_virt=2049642128 dt=4615000 next_target=2054257128 gap_to_target=4615000 fn=438 #437
[frame-irq] raise t_virt=2054257128 dt=4615000 next_target=2058872128 gap_to_target=4615000 fn=439 #438
[frame-irq] raise t_virt=2058872128 dt=4615000 next_target=2063487128 gap_to_target=4615000 fn=440 #439
[frame-irq] raise t_virt=2063487128 dt=4615000 next_target=2068102128 gap_to_target=4615000 fn=441 #440
[frame-irq] raise t_virt=2068102128 dt=4615000 next_target=2072717128 gap_to_target=4615000 fn=442 #441
[frame-irq] raise t_virt=2072717128 dt=4615000 next_target=2077332128 gap_to_target=4615000 fn=443 #442
[frame-irq] raise t_virt=2077332128 dt=4615000 next_target=2081947128 gap_to_target=4615000 fn=444 #443
[frame-irq] raise t_virt=2081947128 dt=4615000 next_target=2086562128 gap_to_target=4615000 fn=445 #444
[frame-irq] raise t_virt=2086562128 dt=4615000 next_target=2091177128 gap_to_target=4615000 fn=446 #445
[frame-irq] raise t_virt=2091177128 dt=4615000 next_target=2095792128 gap_to_target=4615000 fn=447 #446
[frame-irq] raise t_virt=2095792128 dt=4615000 next_target=2100407128 gap_to_target=4615000 fn=448 #447
[frame-irq] raise t_virt=2100407128 dt=4615000 next_target=2105022128 gap_to_target=4615000 fn=449 #448
[frame-irq] raise t_virt=2105022128 dt=4615000 next_target=2109637128 gap_to_target=4615000 fn=450 #449
[frame-irq] raise t_virt=2109637128 dt=4615000 next_target=2114252128 gap_to_target=4615000 fn=451 #450
[frame-irq] raise t_virt=2114252128 dt=4615000 next_target=2118867128 gap_to_target=4615000 fn=452 #451
[frame-irq] raise t_virt=2118867128 dt=4615000 next_target=2123482128 gap_to_target=4615000 fn=453 #452
[frame-irq] raise t_virt=2123482128 dt=4615000 next_target=2128097128 gap_to_target=4615000 fn=454 #453
[frame-irq] raise t_virt=2128097128 dt=4615000 next_target=2132712128 gap_to_target=4615000 fn=455 #454
[frame-irq] raise t_virt=2132712128 dt=4615000 next_target=2137327128 gap_to_target=4615000 fn=456 #455
[frame-irq] raise t_virt=2137327128 dt=4615000 next_target=2141942128 gap_to_target=4615000 fn=457 #456
[frame-irq] raise t_virt=2141942128 dt=4615000 next_target=2146557128 gap_to_target=4615000 fn=458 #457
[frame-irq] raise t_virt=2146557128 dt=4615000 next_target=2151172128 gap_to_target=4615000 fn=459 #458
[frame-irq] raise t_virt=2151172128 dt=4615000 next_target=2155787128 gap_to_target=4615000 fn=460 #459
[frame-irq] raise t_virt=2155787128 dt=4615000 next_target=2160402128 gap_to_target=4615000 fn=461 #460
[frame-irq] raise t_virt=2160402128 dt=4615000 next_target=2165017128 gap_to_target=4615000 fn=462 #461
[frame-irq] raise t_virt=2165017128 dt=4615000 next_target=2169632128 gap_to_target=4615000 fn=463 #462
[frame-irq] raise t_virt=2169632128 dt=4615000 next_target=2174247128 gap_to_target=4615000 fn=464 #463
[frame-irq] raise t_virt=2174247128 dt=4615000 next_target=2178862128 gap_to_target=4615000 fn=465 #464
[frame-irq] raise t_virt=2178862128 dt=4615000 next_target=2183477128 gap_to_target=4615000 fn=466 #465
[frame-irq] raise t_virt=2183477128 dt=4615000 next_target=2188092128 gap_to_target=4615000 fn=467 #466
[frame-irq] raise t_virt=2188092128 dt=4615000 next_target=2192707128 gap_to_target=4615000 fn=468 #467
[frame-irq] raise t_virt=2192707128 dt=4615000 next_target=2197322128 gap_to_target=4615000 fn=469 #468
[frame-irq] raise t_virt=2197322128 dt=4615000 next_target=2201937128 gap_to_target=4615000 fn=470 #469
[frame-irq] raise t_virt=2201937128 dt=4615000 next_target=2206552128 gap_to_target=4615000 fn=471 #470
[frame-irq] raise t_virt=2206552128 dt=4615000 next_target=2211167128 gap_to_target=4615000 fn=472 #471
[frame-irq] raise t_virt=2211167128 dt=4615000 next_target=2215782128 gap_to_target=4615000 fn=473 #472
[frame-irq] raise t_virt=2215782128 dt=4615000 next_target=2220397128 gap_to_target=4615000 fn=474 #473
[frame-irq] raise t_virt=2220397128 dt=4615000 next_target=2225012128 gap_to_target=4615000 fn=475 #474
[frame-irq] raise t_virt=2225012128 dt=4615000 next_target=2229627128 gap_to_target=4615000 fn=476 #475
[frame-irq] raise t_virt=2229627128 dt=4615000 next_target=2234242128 gap_to_target=4615000 fn=477 #476
[frame-irq] raise t_virt=2234242128 dt=4615000 next_target=2238857128 gap_to_target=4615000 fn=478 #477
[frame-irq] raise t_virt=2238857128 dt=4615000 next_target=2243472128 gap_to_target=4615000 fn=479 #478
[frame-irq] raise t_virt=2243472128 dt=4615000 next_target=2248087128 gap_to_target=4615000 fn=480 #479
[frame-irq] raise t_virt=2248087128 dt=4615000 next_target=2252702128 gap_to_target=4615000 fn=481 #480
[frame-irq] raise t_virt=2252702128 dt=4615000 next_target=2257317128 gap_to_target=4615000 fn=482 #481
[frame-irq] raise t_virt=2257317128 dt=4615000 next_target=2261932128 gap_to_target=4615000 fn=483 #482
[frame-irq] raise t_virt=2261932128 dt=4615000 next_target=2266547128 gap_to_target=4615000 fn=484 #483
[frame-irq] raise t_virt=2266547128 dt=4615000 next_target=2271162128 gap_to_target=4615000 fn=485 #484
[frame-irq] raise t_virt=2271162128 dt=4615000 next_target=2275777128 gap_to_target=4615000 fn=486 #485
[frame-irq] raise t_virt=2275777128 dt=4615000 next_target=2280392128 gap_to_target=4615000 fn=487 #486
[frame-irq] raise t_virt=2280392128 dt=4615000 next_target=2285007128 gap_to_target=4615000 fn=488 #487
[frame-irq] raise t_virt=2285007128 dt=4615000 next_target=2289622128 gap_to_target=4615000 fn=489 #488
[frame-irq] raise t_virt=2289622128 dt=4615000 next_target=2294237128 gap_to_target=4615000 fn=490 #489
[frame-irq] raise t_virt=2294237128 dt=4615000 next_target=2298852128 gap_to_target=4615000 fn=491 #490
[frame-irq] raise t_virt=2298852128 dt=4615000 next_target=2303467128 gap_to_target=4615000 fn=492 #491
[frame-irq] raise t_virt=2303467128 dt=4615000 next_target=2308082128 gap_to_target=4615000 fn=493 #492
[frame-irq] raise t_virt=2308082128 dt=4615000 next_target=2312697128 gap_to_target=4615000 fn=494 #493
[frame-irq] raise t_virt=2312697128 dt=4615000 next_target=2317312128 gap_to_target=4615000 fn=495 #494
[frame-irq] raise t_virt=2317312128 dt=4615000 next_target=2321927128 gap_to_target=4615000 fn=496 #495
[frame-irq] raise t_virt=2321927128 dt=4615000 next_target=2326542128 gap_to_target=4615000 fn=497 #496
[frame-irq] raise t_virt=2326542128 dt=4615000 next_target=2331157128 gap_to_target=4615000 fn=498 #497
[frame-irq] raise t_virt=2331157128 dt=4615000 next_target=2335772128 gap_to_target=4615000 fn=499 #498
[frame-irq] raise t_virt=2335772128 dt=4615000 next_target=2340387128 gap_to_target=4615000 fn=500 #499

[... 1296 lines truncated ...]

[frame-irq] raise t_virt=8321427128 dt=4615000 next_target=8326042128 gap_to_target=4615000 fn=1797 #1796
[frame-irq] raise t_virt=8326042128 dt=4615000 next_target=8330657128 gap_to_target=4615000 fn=1798 #1797
[frame-irq] raise t_virt=8330657128 dt=4615000 next_target=8335272128 gap_to_target=4615000 fn=1799 #1798
[frame-irq] raise t_virt=8335272128 dt=4615000 next_target=8339887128 gap_to_target=4615000 fn=1800 #1799
[frame-irq] raise t_virt=8339887128 dt=4615000 next_target=8344502128 gap_to_target=4615000 fn=1801 #1800
[frame-irq] raise t_virt=8344502128 dt=4615000 next_target=8349117128 gap_to_target=4615000 fn=1802 #1801
[frame-irq] raise t_virt=8349117128 dt=4615000 next_target=8353732128 gap_to_target=4615000 fn=1803 #1802
[frame-irq] raise t_virt=8353732128 dt=4615000 next_target=8358347128 gap_to_target=4615000 fn=1804 #1803
[frame-irq] raise t_virt=8358347128 dt=4615000 next_target=8362962128 gap_to_target=4615000 fn=1805 #1804
[frame-irq] raise t_virt=8362962128 dt=4615000 next_target=8367577128 gap_to_target=4615000 fn=1806 #1805
[frame-irq] raise t_virt=8367577128 dt=4615000 next_target=8372192128 gap_to_target=4615000 fn=1807 #1806
[frame-irq] raise t_virt=8372192128 dt=4615000 next_target=8376807128 gap_to_target=4615000 fn=1808 #1807
[frame-irq] raise t_virt=8376807128 dt=4615000 next_target=8381422128 gap_to_target=4615000 fn=1809 #1808
[frame-irq] raise t_virt=8381422128 dt=4615000 next_target=8386037128 gap_to_target=4615000 fn=1810 #1809
[frame-irq] raise t_virt=8386037128 dt=4615000 next_target=8390652128 gap_to_target=4615000 fn=1811 #1810
[frame-irq] raise t_virt=8390652128 dt=4615000 next_target=8395267128 gap_to_target=4615000 fn=1812 #1811
[frame-irq] raise t_virt=8395267128 dt=4615000 next_target=8399882128 gap_to_target=4615000 fn=1813 #1812
[frame-irq] raise t_virt=8399882128 dt=4615000 next_target=8404497128 gap_to_target=4615000 fn=1814 #1813
[frame-irq] raise t_virt=8404497128 dt=4615000 next_target=8409112128 gap_to_target=4615000 fn=1815 #1814
[frame-irq] raise t_virt=8409112128 dt=4615000 next_target=8413727128 gap_to_target=4615000 fn=1816 #1815
[frame-irq] raise t_virt=8413727128 dt=4615000 next_target=8418342128 gap_to_target=4615000 fn=1817 #1816
[frame-irq] raise t_virt=8418342128 dt=4615000 next_target=8422957128 gap_to_target=4615000 fn=1818 #1817
[frame-irq] raise t_virt=8422957128 dt=4615000 next_target=8427572128 gap_to_target=4615000 fn=1819 #1818
[frame-irq] raise t_virt=8427572128 dt=4615000 next_target=8432187128 gap_to_target=4615000 fn=1820 #1819
[frame-irq] raise t_virt=8432187128 dt=4615000 next_target=8436802128 gap_to_target=4615000 fn=1821 #1820
[frame-irq] raise t_virt=8436802128 dt=4615000 next_target=8441417128 gap_to_target=4615000 fn=1822 #1821
[frame-irq] raise t_virt=8441417128 dt=4615000 next_target=8446032128 gap_to_target=4615000 fn=1823 #1822
[frame-irq] raise t_virt=8446032128 dt=4615000 next_target=8450647128 gap_to_target=4615000 fn=1824 #1823
[frame-irq] raise t_virt=8450647128 dt=4615000 next_target=8455262128 gap_to_target=4615000 fn=1825 #1824
[frame-irq] raise t_virt=8455262128 dt=4615000 next_target=8459877128 gap_to_target=4615000 fn=1826 #1825
[frame-irq] raise t_virt=8459877128 dt=4615000 next_target=8464492128 gap_to_target=4615000 fn=1827 #1826
[frame-irq] raise t_virt=8464492128 dt=4615000 next_target=8469107128 gap_to_target=4615000 fn=1828 #1827
[frame-irq] raise t_virt=8469107128 dt=4615000 next_target=8473722128 gap_to_target=4615000 fn=1829 #1828
[frame-irq] raise t_virt=8473722128 dt=4615000 next_target=8478337128 gap_to_target=4615000 fn=1830 #1829
[frame-irq] raise t_virt=8478337128 dt=4615000 next_target=8482952128 gap_to_target=4615000 fn=1831 #1830
[frame-irq] raise t_virt=8482952128 dt=4615000 next_target=8487567128 gap_to_target=4615000 fn=1832 #1831
[frame-irq] raise t_virt=8487567128 dt=4615000 next_target=8492182128 gap_to_target=4615000 fn=1833 #1832
[frame-irq] raise t_virt=8492182128 dt=4615000 next_target=8496797128 gap_to_target=4615000 fn=1834 #1833
[frame-irq] raise t_virt=8496797128 dt=4615000 next_target=8501412128 gap_to_target=4615000 fn=1835 #1834
[frame-irq] raise t_virt=8501412128 dt=4615000 next_target=8506027128 gap_to_target=4615000 fn=1836 #1835
[frame-irq] raise t_virt=8506027128 dt=4615000 next_target=8510642128 gap_to_target=4615000 fn=1837 #1836
[frame-irq] raise t_virt=8510642128 dt=4615000 next_target=8515257128 gap_to_target=4615000 fn=1838 #1837
[frame-irq] raise t_virt=8515257128 dt=4615000 next_target=8519872128 gap_to_target=4615000 fn=1839 #1838
[frame-irq] raise t_virt=8519872128 dt=4615000 next_target=8524487128 gap_to_target=4615000 fn=1840 #1839
[frame-irq] raise t_virt=8524487128 dt=4615000 next_target=8529102128 gap_to_target=4615000 fn=1841 #1840
[frame-irq] raise t_virt=8529102128 dt=4615000 next_target=8533717128 gap_to_target=4615000 fn=1842 #1841
[frame-irq] raise t_virt=8533717128 dt=4615000 next_target=8538332128 gap_to_target=4615000 fn=1843 #1842
[frame-irq] raise t_virt=8538332128 dt=4615000 next_target=8542947128 gap_to_target=4615000 fn=1844 #1843
[frame-irq] raise t_virt=8542947128 dt=4615000 next_target=8547562128 gap_to_target=4615000 fn=1845 #1844
[frame-irq] raise t_virt=8547562128 dt=4615000 next_target=8552177128 gap_to_target=4615000 fn=1846 #1845
[frame-irq] raise t_virt=8552177128 dt=4615000 next_target=8556792128 gap_to_target=4615000 fn=1847 #1846
[frame-irq] raise t_virt=8556792128 dt=4615000 next_target=8561407128 gap_to_target=4615000 fn=1848 #1847
[frame-irq] raise t_virt=8561407128 dt=4615000 next_target=8566022128 gap_to_target=4615000 fn=1849 #1848
[frame-irq] raise t_virt=8566022128 dt=4615000 next_target=8570637128 gap_to_target=4615000 fn=1850 #1849
[frame-irq] raise t_virt=8570637128 dt=4615000 next_target=8575252128 gap_to_target=4615000 fn=1851 #1850
[frame-irq] raise t_virt=8575252128 dt=4615000 next_target=8579867128 gap_to_target=4615000 fn=1852 #1851
[frame-irq] raise t_virt=8579867128 dt=4615000 next_target=8584482128 gap_to_target=4615000 fn=1853 #1852
[frame-irq] raise t_virt=8584482128 dt=4615000 next_target=8589097128 gap_to_target=4615000 fn=1854 #1853
[frame-irq] raise t_virt=8589097128 dt=4615000 next_target=8593712128 gap_to_target=4615000 fn=1855 #1854
[frame-irq] raise t_virt=8593712128 dt=4615000 next_target=8598327128 gap_to_target=4615000 fn=1856 #1855
[frame-irq] raise t_virt=8598327128 dt=4615000 next_target=8602942128 gap_to_target=4615000 fn=1857 #1856
[frame-irq] raise t_virt=8602942128 dt=4615000 next_target=8607557128 gap_to_target=4615000 fn=1858 #1857
[frame-irq] raise t_virt=8607557128 dt=4615000 next_target=8612172128 gap_to_target=4615000 fn=1859 #1858
[frame-irq] raise t_virt=8612172128 dt=4615000 next_target=8616787128 gap_to_target=4615000 fn=1860 #1859
[frame-irq] raise t_virt=8616787128 dt=4615000 next_target=8621402128 gap_to_target=4615000 fn=1861 #1860
[frame-irq] raise t_virt=8621402128 dt=4615000 next_target=8626017128 gap_to_target=4615000 fn=1862 #1861
[frame-irq] raise t_virt=8626017128 dt=4615000 next_target=8630632128 gap_to_target=4615000 fn=1863 #1862
[frame-irq] raise t_virt=8630632128 dt=4615000 next_target=8635247128 gap_to_target=4615000 fn=1864 #1863
[frame-irq] raise t_virt=8635247128 dt=4615000 next_target=8639862128 gap_to_target=4615000 fn=1865 #1864
[frame-irq] raise t_virt=8639862128 dt=4615000 next_target=8644477128 gap_to_target=4615000 fn=1866 #1865
[frame-irq] raise t_virt=8644477128 dt=4615000 next_target=8649092128 gap_to_target=4615000 fn=1867 #1866
[frame-irq] raise t_virt=8649092128 dt=4615000 next_target=8653707128 gap_to_target=4615000 fn=1868 #1867
[frame-irq] raise t_virt=8653707128 dt=4615000 next_target=8658322128 gap_to_target=4615000 fn=1869 #1868
[frame-irq] raise t_virt=8658322128 dt=4615000 next_target=8662937128 gap_to_target=4615000 fn=1870 #1869
[frame-irq] raise t_virt=8662937128 dt=4615000 next_target=8667552128 gap_to_target=4615000 fn=1871 #1870
[frame-irq] raise t_virt=8667552128 dt=4615000 next_target=8672167128 gap_to_target=4615000 fn=1872 #1871
[frame-irq] raise t_virt=8672167128 dt=4615000 next_target=8676782128 gap_to_target=4615000 fn=1873 #1872
[frame-irq] raise t_virt=8676782128 dt=4615000 next_target=8681397128 gap_to_target=4615000 fn=1874 #1873
[frame-irq] raise t_virt=8681397128 dt=4615000 next_target=8686012128 gap_to_target=4615000 fn=1875 #1874
[frame-irq] raise t_virt=8686012128 dt=4615000 next_target=8690627128 gap_to_target=4615000 fn=1876 #1875
[frame-irq] raise t_virt=8690627128 dt=4615000 next_target=8695242128 gap_to_target=4615000 fn=1877 #1876
[frame-irq] raise t_virt=8695242128 dt=4615000 next_target=8699857128 gap_to_target=4615000 fn=1878 #1877
[frame-irq] raise t_virt=8699857128 dt=4615000 next_target=8704472128 gap_to_target=4615000 fn=1879 #1878
[frame-irq] raise t_virt=8704472128 dt=4615000 next_target=8709087128 gap_to_target=4615000 fn=1880 #1879
[frame-irq] raise t_virt=8709087128 dt=4615000 next_target=8713702128 gap_to_target=4615000 fn=1881 #1880
[frame-irq] raise t_virt=8713702128 dt=4615000 next_target=8718317128 gap_to_target=4615000 fn=1882 #1881
[frame-irq] raise t_virt=8718317128 dt=4615000 next_target=8722932128 gap_to_target=4615000 fn=1883 #1882
[frame-irq] raise t_virt=8722932128 dt=4615000 next_target=8727547128 gap_to_target=4615000 fn=1884 #1883
[frame-irq] raise t_virt=8727547128 dt=4615000 next_target=8732162128 gap_to_target=4615000 fn=1885 #1884
[frame-irq] raise t_virt=8732162128 dt=4615000 next_target=8736777128 gap_to_target=4615000 fn=1886 #1885
[frame-irq] raise t_virt=8736777128 dt=4615000 next_target=8741392128 gap_to_target=4615000 fn=1887 #1886
[frame-irq] raise t_virt=8741392128 dt=4615000 next_target=8746007128 gap_to_target=4615000 fn=1888 #1887
[frame-irq] raise t_virt=8746007128 dt=4615000 next_target=8750622128 gap_to_target=4615000 fn=1889 #1888
[frame-irq] raise t_virt=8750622128 dt=4615000 next_target=8755237128 gap_to_target=4615000 fn=1890 #1889
[frame-irq] raise t_virt=8755237128 dt=4615000 next_target=8759852128 gap_to_target=4615000 fn=1891 #1890
[frame-irq] raise t_virt=8759852128 dt=4615000 next_target=8764467128 gap_to_target=4615000 fn=1892 #1891
[frame-irq] raise t_virt=8764467128 dt=4615000 next_target=8769082128 gap_to_target=4615000 fn=1893 #1892
[frame-irq] raise t_virt=8769082128 dt=4615000 next_target=8773697128 gap_to_target=4615000 fn=1894 #1893
[frame-irq] raise t_virt=8773697128 dt=4615000 next_target=8778312128 gap_to_target=4615000 fn=1895 #1894
[frame-irq] raise t_virt=8778312128 dt=4615000 next_target=8782927128 gap_to_target=4615000 fn=1896 #1895
[frame-irq] raise t_virt=8782927128 dt=4615000 next_target=8787542128 gap_to_target=4615000 fn=1897 #1896
[frame-irq] raise t_virt=8787542128 dt=4615000 next_target=8792157128 gap_to_target=4615000 fn=1898 #1897
[frame-irq] raise t_virt=8792157128 dt=4615000 next_target=8796772128 gap_to_target=4615000 fn=1899 #1898
[frame-irq] raise t_virt=8796772128 dt=4615000 next_target=8801387128 gap_to_target=4615000 fn=1900 #1899
[frame-irq] raise t_virt=8801387128 dt=4615000 next_target=8806002128 gap_to_target=4615000 fn=1901 #1900
[frame-irq] raise t_virt=8806002128 dt=4615000 next_target=8810617128 gap_to_target=4615000 fn=1902 #1901
[frame-irq] raise t_virt=8810617128 dt=4615000 next_target=8815232128 gap_to_target=4615000 fn=1903 #1902
[frame-irq] raise t_virt=8815232128 dt=4615000 next_target=8819847128 gap_to_target=4615000 fn=1904 #1903
[frame-irq] raise t_virt=8819847128 dt=4615000 next_target=8824462128 gap_to_target=4615000 fn=1905 #1904
[frame-irq] raise t_virt=8824462128 dt=4615000 next_target=8829077128 gap_to_target=4615000 fn=1906 #1905
[frame-irq] raise t_virt=8829077128 dt=4615000 next_target=8833692128 gap_to_target=4615000 fn=1907 #1906
[frame-irq] raise t_virt=8833692128 dt=4615000 next_target=8838307128 gap_to_target=4615000 fn=1908 #1907
[frame-irq] raise t_virt=8838307128 dt=4615000 next_target=8842922128 gap_to_target=4615000 fn=1909 #1908
[frame-irq] raise t_virt=8842922128 dt=4615000 next_target=8847537128 gap_to_target=4615000 fn=1910 #1909
[frame-irq] raise t_virt=8847537128 dt=4615000 next_target=8852152128 gap_to_target=4615000 fn=1911 #1910
[frame-irq] raise t_virt=8852152128 dt=4615000 next_target=8856767128 gap_to_target=4615000 fn=1912 #1911
[frame-irq] raise t_virt=8856767128 dt=4615000 next_target=8861382128 gap_to_target=4615000 fn=1913 #1912
[frame-irq] raise t_virt=8861382128 dt=4615000 next_target=8865997128 gap_to_target=4615000 fn=1914 #1913
[frame-irq] raise t_virt=8865997128 dt=4615000 next_target=8870612128 gap_to_target=4615000 fn=1915 #1914
[frame-irq] raise t_virt=8870612128 dt=4615000 next_target=8875227128 gap_to_target=4615000 fn=1916 #1915
[frame-irq] raise t_virt=8875227128 dt=4615000 next_target=8879842128 gap_to_target=4615000 fn=1917 #1916
[frame-irq] raise t_virt=8879842128 dt=4615000 next_target=8884457128 gap_to_target=4615000 fn=1918 #1917
[frame-irq] raise t_virt=8884457128 dt=4615000 next_target=8889072128 gap_to_target=4615000 fn=1919 #1918
[frame-irq] raise t_virt=8889072128 dt=4615000 next_target=8893687128 gap_to_target=4615000 fn=1920 #1919
[frame-irq] raise t_virt=8893687128 dt=4615000 next_target=8898302128 gap_to_target=4615000 fn=1921 #1920
[frame-irq] raise t_virt=8898302128 dt=4615000 next_target=8902917128 gap_to_target=4615000 fn=1922 #1921
[frame-irq] raise t_virt=8902917128 dt=4615000 next_target=8907532128 gap_to_target=4615000 fn=1923 #1922
[frame-irq] raise t_virt=8907532128 dt=4615000 next_target=8912147128 gap_to_target=4615000 fn=1924 #1923
[frame-irq] raise t_virt=8912147128 dt=4615000 next_target=8916762128 gap_to_target=4615000 fn=1925 #1924
[frame-irq] raise t_virt=8916762128 dt=4615000 next_target=8921377128 gap_to_target=4615000 fn=1926 #1925
[frame-irq] raise t_virt=8921377128 dt=4615000 next_target=8925992128 gap_to_target=4615000 fn=1927 #1926
[frame-irq] raise t_virt=8925992128 dt=4615000 next_target=8930607128 gap_to_target=4615000 fn=1928 #1927
[frame-irq] raise t_virt=8930607128 dt=4615000 next_target=8935222128 gap_to_target=4615000 fn=1929 #1928
[frame-irq] raise t_virt=8935222128 dt=4615000 next_target=8939837128 gap_to_target=4615000 fn=1930 #1929
[frame-irq] raise t_virt=8939837128 dt=4615000 next_target=8944452128 gap_to_target=4615000 fn=1931 #1930
[frame-irq] raise t_virt=8944452128 dt=4615000 next_target=8949067128 gap_to_target=4615000 fn=1932 #1931
[frame-irq] raise t_virt=8949067128 dt=4615000 next_target=8953682128 gap_to_target=4615000 fn=1933 #1932
[frame-irq] raise t_virt=8953682128 dt=4615000 next_target=8958297128 gap_to_target=4615000 fn=1934 #1933
[frame-irq] raise t_virt=8958297128 dt=4615000 next_target=8962912128 gap_to_target=4615000 fn=1935 #1934
[frame-irq] raise t_virt=8962912128 dt=4615000 next_target=8967527128 gap_to_target=4615000 fn=1936 #1935
[frame-irq] raise t_virt=8967527128 dt=4615000 next_target=8972142128 gap_to_target=4615000 fn=1937 #1936
[frame-irq] raise t_virt=8972142128 dt=4615000 next_target=8976757128 gap_to_target=4615000 fn=1938 #1937
[frame-irq] raise t_virt=8976757128 dt=4615000 next_target=8981372128 gap_to_target=4615000 fn=1939 #1938
[frame-irq] raise t_virt=8981372128 dt=4615000 next_target=8985987128 gap_to_target=4615000 fn=1940 #1939
[frame-irq] raise t_virt=8985987128 dt=4615000 next_target=8990602128 gap_to_target=4615000 fn=1941 #1940
[frame-irq] raise t_virt=8990602128 dt=4615000 next_target=8995217128 gap_to_target=4615000 fn=1942 #1941
[frame-irq] raise t_virt=8995217128 dt=4615000 next_target=8999832128 gap_to_target=4615000 fn=1943 #1942
[frame-irq] raise t_virt=8999832128 dt=4615000 next_target=9004447128 gap_to_target=4615000 fn=1944 #1943
[frame-irq] raise t_virt=9004447128 dt=4615000 next_target=9009062128 gap_to_target=4615000 fn=1945 #1944
[frame-irq] raise t_virt=9009062128 dt=4615000 next_target=9013677128 gap_to_target=4615000 fn=1946 #1945
[frame-irq] raise t_virt=9013677128 dt=4615000 next_target=9018292128 gap_to_target=4615000 fn=1947 #1946
[frame-irq] raise t_virt=9018292128 dt=4615000 next_target=9022907128 gap_to_target=4615000 fn=1948 #1947
[frame-irq] raise t_virt=9022907128 dt=4615000 next_target=9027522128 gap_to_target=4615000 fn=1949 #1948
[frame-irq] raise t_virt=9027522128 dt=4615000 next_target=9032137128 gap_to_target=4615000 fn=1950 #1949
[frame-irq] raise t_virt=9032137128 dt=4615000 next_target=9036752128 gap_to_target=4615000 fn=1951 #1950
[frame-irq] raise t_virt=9036752128 dt=4615000 next_target=9041367128 gap_to_target=4615000 fn=1952 #1951
[frame-irq] raise t_virt=9041367128 dt=4615000 next_target=9045982128 gap_to_target=4615000 fn=1953 #1952
[frame-irq] raise t_virt=9045982128 dt=4615000 next_target=9050597128 gap_to_target=4615000 fn=1954 #1953
[frame-irq] raise t_virt=9050597128 dt=4615000 next_target=9055212128 gap_to_target=4615000 fn=1955 #1954
[frame-irq] raise t_virt=9055212128 dt=4615000 next_target=9059827128 gap_to_target=4615000 fn=1956 #1955
[frame-irq] raise t_virt=9059827128 dt=4615000 next_target=9064442128 gap_to_target=4615000 fn=1957 #1956
[frame-irq] raise t_virt=9064442128 dt=4615000 next_target=9069057128 gap_to_target=4615000 fn=1958 #1957
[frame-irq] raise t_virt=9069057128 dt=4615000 next_target=9073672128 gap_to_target=4615000 fn=1959 #1958
[frame-irq] raise t_virt=9073672128 dt=4615000 next_target=9078287128 gap_to_target=4615000 fn=1960 #1959
[frame-irq] raise t_virt=9078287128 dt=4615000 next_target=9082902128 gap_to_target=4615000 fn=1961 #1960
[frame-irq] raise t_virt=9082902128 dt=4615000 next_target=9087517128 gap_to_target=4615000 fn=1962 #1961
[frame-irq] raise t_virt=9087517128 dt=4615000 next_target=9092132128 gap_to_target=4615000 fn=1963 #1962
[frame-irq] raise t_virt=9092132128 dt=4615000 next_target=9096747128 gap_to_target=4615000 fn=1964 #1963
[frame-irq] raise t_virt=9096747128 dt=4615000 next_target=9101362128 gap_to_target=4615000 fn=1965 #1964
[frame-irq] raise t_virt=9101362128 dt=4615000 next_target=9105977128 gap_to_target=4615000 fn=1966 #1965
[frame-irq] raise t_virt=9105977128 dt=4615000 next_target=9110592128 gap_to_target=4615000 fn=1967 #1966
[frame-irq] raise t_virt=9110592128 dt=4615000 next_target=9115207128 gap_to_target=4615000 fn=1968 #1967
[frame-irq] raise t_virt=9115207128 dt=4615000 next_target=9119822128 gap_to_target=4615000 fn=1969 #1968
[frame-irq] raise t_virt=9119822128 dt=4615000 next_target=9124437128 gap_to_target=4615000 fn=1970 #1969
[frame-irq] raise t_virt=9124437128 dt=4615000 next_target=9129052128 gap_to_target=4615000 fn=1971 #1970
[frame-irq] raise t_virt=9129052128 dt=4615000 next_target=9133667128 gap_to_target=4615000 fn=1972 #1971
[frame-irq] raise t_virt=9133667128 dt=4615000 next_target=9138282128 gap_to_target=4615000 fn=1973 #1972
[frame-irq] raise t_virt=9138282128 dt=4615000 next_target=9142897128 gap_to_target=4615000 fn=1974 #1973
[frame-irq] raise t_virt=9142897128 dt=4615000 next_target=9147512128 gap_to_target=4615000 fn=1975 #1974
[frame-irq] raise t_virt=9147512128 dt=4615000 next_target=9152127128 gap_to_target=4615000 fn=1976 #1975
[frame-irq] raise t_virt=9152127128 dt=4615000 next_target=9156742128 gap_to_target=4615000 fn=1977 #1976
[frame-irq] raise t_virt=9156742128 dt=4615000 next_target=9161357128 gap_to_target=4615000 fn=1978 #1977
[frame-irq] raise t_virt=9161357128 dt=4615000 next_target=9165972128 gap_to_target=4615000 fn=1979 #1978
[frame-irq] raise t_virt=9165972128 dt=4615000 next_target=9170587128 gap_to_target=4615000 fn=1980 #1979
[frame-irq] raise t_virt=9170587128 dt=4615000 next_target=9175202128 gap_to_target=4615000 fn=1981 #1980
[frame-irq] raise t_virt=9175202128 dt=4615000 next_target=9179817128 gap_to_target=4615000 fn=1982 #1981
[frame-irq] raise t_virt=9179817128 dt=4615000 next_target=9184432128 gap_to_target=4615000 fn=1983 #1982
[frame-irq] raise t_virt=9184432128 dt=4615000 next_target=9189047128 gap_to_target=4615000 fn=1984 #1983
[frame-irq] raise t_virt=9189047128 dt=4615000 next_target=9193662128 gap_to_target=4615000 fn=1985 #1984
[frame-irq] raise t_virt=9193662128 dt=4615000 next_target=9198277128 gap_to_target=4615000 fn=1986 #1985
[frame-irq] raise t_virt=9198277128 dt=4615000 next_target=9202892128 gap_to_target=4615000 fn=1987 #1986
[frame-irq] raise t_virt=9202892128 dt=4615000 next_target=9207507128 gap_to_target=4615000 fn=1988 #1987
[frame-irq] raise t_virt=9207507128 dt=4615000 next_target=9212122128 gap_to_target=4615000 fn=1989 #1988
[frame-irq] raise t_virt=9212122128 dt=4615000 next_target=9216737128 gap_to_target=4615000 fn=1990 #1989
[frame-irq] raise t_virt=9216737128 dt=4615000 next_target=9221352128 gap_to_target=4615000 fn=1991 #1990
[frame-irq] raise t_virt=9221352128 dt=4615000 next_target=9225967128 gap_to_target=4615000 fn=1992 #1991
[frame-irq] raise t_virt=9225967128 dt=4615000 next_target=9230582128 gap_to_target=4615000 fn=1993 #1992
[frame-irq] raise t_virt=9230582128 dt=4615000 next_target=9235197128 gap_to_target=4615000 fn=1994 #1993
[frame-irq] raise t_virt=9235197128 dt=4615000 next_target=9239812128 gap_to_target=4615000 fn=1995 #1994
[frame-irq] raise t_virt=9239812128 dt=4615000 next_target=9244427128 gap_to_target=4615000 fn=19
fw-irda.log (73,579 bytes, 1578 lignes)
1779882705.406 +0.072s [fw-irda] [fw-beacon]
1779882705.587 +0.253s [fw-irda] [fw-beacon]
1779882705.743 +0.409s [fw-irda] [fw-beacon]
1779882705.900 +0.566s [fw-irda] [fw-beacon]
1779882706.054 +0.720s [fw-irda] [fw-beacon]
1779882706.209 +0.875s [fw-irda] [fw-beacon]
1779882706.370 +1.036s [fw-irda] [fw-beacon]
1779882706.535 +1.201s [fw-irda] [fw-beacon]
1779882706.708 +1.374s [fw-irda] [fw-beacon]
1779882706.884 +1.550s [fw-irda] [fw-beacon]
1779882707.064 +1.730s [fw-irda] [fw-beacon]
1779882707.258 +1.924s [fw-irda] [fw-beacon]
1779882707.440 +2.106s [fw-irda] [fw-beacon]
1779882707.629 +2.295s [fw-irda] [fw-beacon]
1779882707.809 +2.475s [fw-irda] [fw-beacon]
1779882707.987 +2.653s [fw-irda] [fw-beacon]
1779882708.151 +2.817s [fw-irda] [fw-beacon]
1779882708.331 +2.997s [fw-irda] [fw-beacon]
1779882708.511 +3.176s [fw-irda] [fw-beacon]
1779882708.692 +3.358s [fw-irda] [fw-beacon]
1779882708.875 +3.540s [fw-irda] [fw-beacon]
1779882709.057 +3.722s [fw-irda] [fw-beacon]
1779882709.242 +3.908s [fw-irda] [fw-beacon]
1779882709.426 +4.092s [fw-irda] [fw-beacon]
1779882709.607 +4.273s [fw-irda] [fw-beacon]
1779882709.787 +4.453s [fw-irda] [fw-beacon]
1779882709.971 +4.636s [fw-irda] [fw-beacon]
1779882710.156 +4.821s [fw-irda] [fw-beacon]
1779882710.336 +5.002s [fw-irda] [fw-beacon]
1779882710.514 +5.180s [fw-irda] [fw-beacon]
1779882710.697 +5.363s [fw-irda] [fw-beacon]
1779882710.881 +5.546s [fw-irda] [fw-beacon]
1779882711.064 +5.730s [fw-irda] [fw-beacon]
1779882711.242 +5.908s [fw-irda] [fw-beacon]
1779882711.422 +6.088s [fw-irda] [fw-beacon]
1779882711.610 +6.276s [fw-irda] [fw-beacon]
1779882711.793 +6.459s [fw-irda] [fw-beacon]
1779882711.977 +6.643s [fw-irda] [fw-beacon]
1779882712.157 +6.823s [fw-irda] [fw-beacon]
1779882712.325 +6.990s [fw-irda] [fw-beacon]
1779882712.492 +7.158s [fw-irda] [fw-beacon]
1779882712.674 +7.340s [fw-irda] [fw-beacon]
1779882712.858 +7.524s [fw-irda] [fw-beacon]
1779882713.040 +7.706s [fw-irda] [fw-beacon]
1779882713.219 +7.885s [fw-irda] [fw-beacon]
1779882713.399 +8.065s [fw-irda] [fw-beacon]
1779882713.585 +8.251s [fw-irda] [fw-beacon]
1779882713.768 +8.434s [fw-irda] [fw-beacon]
1779882713.952 +8.617s [fw-irda] [fw-beacon]
1779882714.131 +8.797s [fw-irda] [fw-beacon]
1779882714.309 +8.975s [fw-irda] [fw-beacon]
1779882714.493 +9.159s [fw-irda] [fw-beacon]
1779882714.677 +9.343s [fw-irda] [fw-beacon]
1779882714.860 +9.526s [fw-irda] [fw-beacon]
1779882715.038 +9.704s [fw-irda] [fw-beacon]
1779882715.220 +9.886s [fw-irda] [fw-beacon]
1779882715.402 +10.068s [fw-irda] [fw-beacon]
1779882715.585 +10.251s [fw-irda] [fw-beacon]
1779882715.765 +10.431s [fw-irda] [fw-beacon]
1779882715.949 +10.615s [fw-irda] [fw-beacon]
1779882716.133 +10.799s [fw-irda] [fw-beacon]
1779882716.313 +10.979s [fw-irda] [fw-beacon]
1779882716.492 +11.158s [fw-irda] [fw-beacon]
1779882716.674 +11.339s [fw-irda] [fw-beacon]
1779882716.858 +11.524s [fw-irda] [fw-beacon]
1779882717.038 +11.704s [fw-irda] [fw-beacon]
1779882717.220 +11.886s [fw-irda] [fw-beacon]
1779882717.401 +12.067s [fw-irda] [fw-beacon]
1779882717.584 +12.249s [fw-irda] [fw-beacon]
1779882717.768 +12.434s [fw-irda] [fw-beacon]
1779882717.950 +12.616s [fw-irda] [fw-beacon]
1779882718.123 +12.789s [fw-irda] [fw-beacon]
1779882718.290 +12.956s [fw-irda] [fw-beacon]
1779882718.456 +13.122s [fw-irda] [fw-beacon]
1779882718.631 +13.297s [fw-irda] [fw-beacon]
1779882718.822 +13.487s [fw-irda] [fw-beacon]
1779882719.002 +13.668s [fw-irda] [fw-beacon]
1779882719.181 +13.847s [fw-irda] [fw-beacon]
1779882719.363 +14.029s [fw-irda] [fw-beacon]
1779882719.543 +14.209s [fw-irda] [fw-beacon]
1779882719.722 +14.388s [fw-irda] [fw-beacon]
1779882719.902 +14.567s [fw-irda] [fw-beacon]
1779882720.074 +14.740s [fw-irda] [fw-beacon]
1779882720.243 +14.909s [fw-irda] [fw-beacon]
1779882720.418 +15.084s [fw-irda] [fw-beacon]
1779882720.576 +15.242s [fw-irda] [fw-beacon]
1779882720.758 +15.424s [fw-irda] [fw-beacon]
1779882720.930 +15.596s [fw-irda] [fw-beacon]
1779882721.093 +15.758s [fw-irda] [fw-beacon]
1779882721.252 +15.918s [fw-irda] [fw-beacon]
1779882721.428 +16.094s [fw-irda] [fw-beacon]
1779882721.587 +16.253s [fw-irda] [fw-beacon]
1779882721.746 +16.412s [fw-irda] [fw-beacon]
1779882721.898 +16.564s [fw-irda] [fw-beacon]
1779882722.057 +16.723s [fw-irda] [fw-beacon]
1779882722.227 +16.893s [fw-irda] [fw-beacon]
1779882722.407 +17.073s [fw-irda] [fw-beacon]
1779882722.587 +17.253s [fw-irda] [fw-beacon]
1779882722.771 +17.437s [fw-irda] [fw-beacon]
1779882722.952 +17.618s [fw-irda] [fw-beacon]
1779882723.131 +17.797s [fw-irda] [fw-beacon]
1779882723.308 +17.974s [fw-irda] [fw-beacon]
1779882723.489 +18.155s [fw-irda] [fw-beacon]
1779882723.669 +18.335s [fw-irda] [fw-beacon]
1779882723.849 +18.515s [fw-irda] [fw-beacon]
1779882724.024 +18.689s [fw-irda] [fw-beacon]
1779882724.201 +18.866s [fw-irda] [fw-beacon]
1779882724.381 +19.046s [fw-irda] [fw-beacon]
1779882724.560 +19.226s [fw-irda] [fw-beacon]
1779882724.750 +19.416s [fw-irda] [fw-beacon]
1779882724.905 +19.571s [fw-irda] [fw-beacon]
1779882725.059 +19.725s [fw-irda] [fw-beacon]
1779882725.213 +19.879s [fw-irda] [fw-beacon]
1779882725.369 +20.035s [fw-irda] [fw-beacon]
1779882725.528 +20.194s [fw-irda] [fw-beacon]
1779882725.690 +20.356s [fw-irda] [fw-beacon]
1779882725.853 +20.519s [fw-irda] [fw-beacon]
1779882726.014 +20.680s [fw-irda] [fw-beacon]
1779882726.186 +20.852s [fw-irda] [fw-beacon]
1779882726.368 +21.034s [fw-irda] [fw-beacon]
1779882726.549 +21.215s [fw-irda] [fw-beacon]
1779882726.733 +21.399s [fw-irda] [fw-beacon]
1779882726.917 +21.583s [fw-irda] [fw-beacon]
1779882727.098 +21.764s [fw-irda] [fw-beacon]
1779882727.278 +21.944s [fw-irda] [fw-beacon]
1779882727.463 +22.129s [fw-irda] [fw-beacon]
1779882727.640 +22.306s [fw-irda] [fw-beacon]
1779882727.797 +22.463s [fw-irda] [fw-beacon]
1779882727.952 +22.618s [fw-irda] [fw-beacon]
1779882728.110 +22.776s [fw-irda] [fw-beacon]
1779882728.271 +22.937s [fw-irda] [fw-beacon]
1779882728.432 +23.098s [fw-irda] [fw-beacon]
1779882728.592 +23.258s [fw-irda] [fw-beacon]
1779882728.753 +23.419s [fw-irda] [fw-beacon]
1779882728.913 +23.579s [fw-irda] [fw-beacon]
1779882729.072 +23.738s [fw-irda] [fw-beacon]
1779882729.228 +23.894s [fw-irda] [fw-beacon]
1779882729.386 +24.052s [fw-irda] [fw-beacon]
1779882729.546 +24.212s [fw-irda] [fw-beacon]
1779882729.730 +24.396s [fw-irda] [fw-beacon]
1779882729.909 +24.575s [fw-irda] [fw-beacon]
1779882730.093 +24.759s [fw-irda] [fw-beacon]
1779882730.280 +24.946s [fw-irda] [fw-beacon]
1779882730.466 +25.131s [fw-irda] [fw-beacon]
1779882730.647 +25.313s [fw-irda] [fw-beacon]
1779882730.829 +25.495s [fw-irda] [fw-beacon]
1779882731.005 +25.671s [fw-irda] [fw-beacon]
1779882731.166 +25.832s [fw-irda] [fw-beacon]
1779882731.326 +25.992s [fw-irda] [fw-beacon]
1779882731.478 +26.144s [fw-irda] [fw-beacon]
1779882731.630 +26.296s [fw-irda] [fw-beacon]
1779882731.786 +26.451s [fw-irda] [fw-beacon]
1779882731.947 +26.613s [fw-irda] [fw-beacon]
1779882732.130 +26.796s [fw-irda] [fw-beacon]
1779882732.292 +26.958s [fw-irda] [fw-beacon]
1779882732.445 +27.110s [fw-irda] [fw-beacon]
1779882732.600 +27.266s [fw-irda] [fw-beacon]
1779882732.753 +27.419s [fw-irda] [fw-beacon]
1779882732.914 +27.580s [fw-irda] [fw-beacon]
1779882733.075 +27.741s [fw-irda] [fw-beacon]
1779882733.237 +27.903s [fw-irda] [fw-beacon]
1779882733.396 +28.062s [fw-irda] [fw-beacon]
1779882733.560 +28.226s [fw-irda] [fw-beacon]
1779882733.719 +28.385s [fw-irda] [fw-beacon]
1779882733.877 +28.543s [fw-irda] [fw-beacon]
1779882734.031 +28.697s [fw-irda] [fw-beacon]
1779882734.186 +28.852s [fw-irda] [fw-beacon]
1779882734.348 +29.014s [fw-irda] [fw-beacon]
1779882734.508 +29.173s [fw-irda] [fw-beacon]
1779882734.666 +29.332s [fw-irda] [fw-beacon]
1779882734.827 +29.493s [fw-irda] [fw-beacon]
1779882734.989 +29.655s [fw-irda] [fw-beacon]
1779882735.157 +29.823s [fw-irda] [fw-beacon]
1779882735.326 +29.992s [fw-irda] [fw-beacon]
1779882735.491 +30.157s [fw-irda] [fw-beacon]
1779882735.670 +30.336s [fw-irda] [fw-beacon]
1779882735.852 +30.518s [fw-irda] [fw-beacon]
1779882736.013 +30.679s [fw-irda] [fw-beacon]
1779882736.177 +30.843s [fw-irda] [fw-beacon]
1779882736.331 +30.997s [fw-irda] [fw-beacon]
1779882736.485 +31.151s [fw-irda] [fw-beacon]
1779882736.644 +31.310s [fw-irda] [fw-beacon]
1779882736.804 +31.470s [fw-irda] [fw-beacon]
1779882736.967 +31.633s [fw-irda] [fw-beacon]
1779882737.132 +31.798s [fw-irda] [fw-beacon]
1779882737.313 +31.979s [fw-irda] [fw-beacon]
1779882737.483 +32.149s [fw-irda] [fw-beacon]
1779882737.648 +32.314s [fw-irda] [fw-beacon]
1779882737.833 +32.499s [fw-irda] [fw-beacon]
1779882738.017 +32.683s [fw-irda] [fw-beacon]
1779882738.185 +32.851s [fw-irda] [fw-beacon]
1779882738.344 +33.010s [fw-irda] [fw-beacon]
1779882738.500 +33.166s [fw-irda] [fw-beacon]
1779882738.658 +33.324s [fw-irda] [fw-beacon]
1779882738.814 +33.480s [fw-irda] [fw-beacon]
1779882738.975 +33.641s [fw-irda] [fw-beacon]
1779882739.136 +33.802s [fw-irda] [fw-beacon]
1779882739.297 +33.963s [fw-irda] [fw-beacon]
1779882739.456 +34.122s [fw-irda] [fw-beacon]
1779882739.615 +34.281s [fw-irda] [fw-beacon]
1779882739.782 +34.448s [fw-irda] [fw-beacon]
1779882739.947 +34.613s [fw-irda] [fw-beacon]
1779882740.124 +34.790s [fw-irda] [fw-beacon]
1779882740.306 +34.972s [fw-irda] [fw-beacon]
1779882740.488 +35.154s [fw-irda] [fw-beacon]
1779882740.668 +35.334s [fw-irda] [fw-beacon]
1779882740.853 +35.519s [fw-irda] [fw-beacon]
1779882741.037 +35.703s [fw-irda] [fw-beacon]
1779882741.219 +35.885s [fw-irda] [fw-beacon]
1779882741.398 +36.064s [fw-irda] [fw-beacon]
1779882741.569 +36.235s [fw-irda] [fw-beacon]
1779882741.745 +36.411s [fw-irda] [fw-beacon]
1779882741.908 +36.574s [fw-irda] [fw-beacon]
1779882742.085 +36.751s [fw-irda] [fw-beacon]
1779882742.273 +36.939s [fw-irda] [fw-beacon]
1779882742.453 +37.119s [fw-irda] [fw-beacon]
1779882742.633 +37.299s [fw-irda] [fw-beacon]
1779882742.814 +37.480s [fw-irda] [fw-beacon]
1779882742.983 +37.649s [fw-irda] [fw-beacon]
1779882743.138 +37.804s [fw-irda] [fw-beacon]
1779882743.293 +37.959s [fw-irda] [fw-beacon]
1779882743.445 +38.111s [fw-irda] [fw-beacon]
1779882743.603 +38.269s [fw-irda] [fw-beacon]
1779882743.762 +38.428s [fw-irda] [fw-beacon]
1779882743.941 +38.606s [fw-irda] [fw-beacon]
1779882744.124 +38.789s [fw-irda] [fw-beacon]
1779882744.304 +38.970s [fw-irda] [fw-beacon]
1779882744.489 +39.155s [fw-irda] [fw-beacon]
1779882744.671 +39.337s [fw-irda] [fw-beacon]
1779882744.853 +39.519s [fw-irda] [fw-beacon]
1779882745.035 +39.701s [fw-irda] [fw-beacon]
1779882745.218 +39.884s [fw-irda] [fw-beacon]
1779882745.399 +40.065s [fw-irda] [fw-beacon]
1779882745.572 +40.238s [fw-irda] [fw-beacon]
1779882745.752 +40.418s [fw-irda] [fw-beacon]
1779882745.910 +40.576s [fw-irda] [fw-beacon]
1779882746.068 +40.734s [fw-irda] [fw-beacon]
1779882746.223 +40.889s [fw-irda] [fw-beacon]
1779882746.376 +41.042s [fw-irda] [fw-beacon]
1779882746.535 +41.201s [fw-irda] [fw-beacon]
1779882746.692 +41.358s [fw-irda] [fw-beacon]
1779882746.849 +41.515s [fw-irda] [fw-beacon]
1779882747.007 +41.673s [fw-irda] [fw-beacon]
1779882747.163 +41.829s [fw-irda] [fw-beacon]
1779882747.318 +41.984s [fw-irda] [fw-beacon]
1779882747.471 +42.137s [fw-irda] [fw-beacon]
1779882747.626 +42.292s [fw-irda] [fw-beacon]
1779882747.784 +42.450s [fw-irda] [fw-beacon]
1779882747.941 +42.607s [fw-irda] [fw-beacon]
1779882748.105 +42.770s [fw-irda] [fw-beacon]
1779882748.261 +42.927s [fw-irda] [fw-beacon]
1779882748.420 +43.085s [fw-irda] [fw-beacon]
1779882748.573 +43.239s [fw-irda] [fw-beacon]
1779882748.731 +43.397s [fw-irda] [fw-beacon]
1779882748.901 +43.567s [fw-irda] [fw-beacon]
1779882749.082 +43.748s [fw-irda] [fw-beacon]
1779882749.267 +43.933s [fw-irda] [fw-beacon]
1779882749.450 +44.116s [fw-irda] [fw-beacon]
1779882749.634 +44.300s [fw-irda] [fw-beacon]
1779882749.817 +44.483s [fw-irda] [fw-beacon]
1779882749.997 +44.663s [fw-irda] [fw-beacon]
1779882750.182 +44.848s [fw-irda] [fw-beacon]
1779882750.365 +45.031s [fw-irda] [fw-beacon]
1779882750.550 +45.216s [fw-irda] [fw-beacon]
1779882750.729 +45.395s [fw-irda] [fw-beacon]
1779882750.920 +45.586s [fw-irda] [fw-beacon]
1779882751.098 +45.764s [fw-irda] [fw-beacon]
1779882751.281 +45.947s [fw-irda] [fw-beacon]
1779882751.465 +46.131s [fw-irda] [fw-beacon]
1779882751.649 +46.315s [fw-irda] [fw-beacon]
1779882751.831 +46.497s [fw-irda] [fw-beacon]
1779882752.014 +46.680s [fw-irda] [fw-beacon]
1779882752.196 +46.861s [fw-irda] [fw-beacon]
1779882752.377 +47.043s [fw-irda] [fw-beacon]
1779882752.562 +47.227s [fw-irda] [fw-beacon]
1779882752.742 +47.408s [fw-irda] [fw-beacon]
1779882752.924 +47.590s [fw-irda] [fw-beacon]
1779882753.105 +47.771s [fw-irda] [fw-beacon]
1779882753.273 +47.939s [fw-irda] [fw-beacon]
1779882753.441 +48.107s [fw-irda] [fw-beacon]
1779882753.622 +48.288s [fw-irda] [fw-beacon]
1779882753.789 +48.455s [fw-irda] [fw-beacon]
1779882753.949 +48.615s [fw-irda] [fw-beacon]
1779882754.123 +48.789s [fw-irda] [fw-beacon]
1779882754.305 +48.971s [fw-irda] [fw-beacon]
1779882754.478 +49.144s [fw-irda] [fw-beacon]
1779882754.660 +49.326s [fw-irda] [fw-beacon]
1779882754.839 +49.504s [fw-irda] [fw-beacon]
1779882755.020 +49.686s [fw-irda] [fw-beacon]
1779882755.209 +49.875s [fw-irda] [fw-beacon]
1779882755.391 +50.057s [fw-irda] [fw-beacon]
1779882755.571 +50.237s [fw-irda] [fw-beacon]
1779882755.753 +50.418s [fw-irda] [fw-beacon]
1779882755.913 +50.579s [fw-irda] [fw-beacon]
1779882756.071 +50.737s [fw-irda] [fw-beacon]
1779882756.239 +50.905s [fw-irda] [fw-beacon]
1779882756.406 +51.072s [fw-irda] [fw-beacon]
1779882756.574 +51.240s [fw-irda] [fw-beacon]
1779882756.764 +51.430s [fw-irda] [fw-beacon]
1779882756.952 +51.618s [fw-irda] [fw-beacon]
1779882757.134 +51.800s [fw-irda] [fw-beacon]
1779882757.318 +51.984s [fw-irda] [fw-beacon]
1779882757.502 +52.168s [fw-irda] [fw-beacon]
1779882757.684 +52.350s [fw-irda] [fw-beacon]
1779882757.869 +52.534s [fw-irda] [fw-beacon]
1779882758.055 +52.720s [fw-irda] [fw-beacon]
1779882758.230 +52.896s [fw-irda] [fw-beacon]
1779882758.398 +53.064s [fw-irda] [fw-beacon]
1779882758.564 +53.229s [fw-irda] [fw-beacon]
1779882758.747 +53.413s [fw-irda] [fw-beacon]
1779882758.938 +53.604s [fw-irda] [fw-beacon]
1779882759.120 +53.785s [fw-irda] [fw-beacon]
1779882759.303 +53.969s [fw-irda] [fw-beacon]
1779882759.488 +54.154s [fw-irda] [fw-beacon]
1779882759.673 +54.339s [fw-irda] [fw-beacon]
1779882759.854 +54.520s [fw-irda] [fw-beacon]
1779882760.038 +54.704s [fw-irda] [fw-beacon]
1779882760.220 +54.886s [fw-irda] [fw-beacon]
1779882760.403 +55.069s [fw-irda] [fw-beacon]
1779882760.587 +55.253s [fw-irda] [fw-beacon]
1779882760.764 +55.430s [fw-irda] [fw-beacon]
1779882760.945 +55.611s [fw-irda] [fw-beacon]
1779882761.129 +55.795s [fw-irda] [fw-beacon]
1779882761.313 +55.979s [fw-irda] [fw-beacon]
1779882761.497 +56.163s [fw-irda] [fw-beacon]
1779882761.666 +56.332s [fw-irda] [fw-beacon]
1779882761.836 +56.501s [fw-irda] [fw-beacon]
1779882762.018 +56.683s [fw-irda] [fw-beacon]
1779882762.201 +56.867s [fw-irda] [fw-beacon]
1779882762.380 +57.046s [fw-irda] [fw-beacon]
1779882762.563 +57.229s [fw-irda] [fw-beacon]
1779882762.744 +57.410s [fw-irda] [fw-beacon]
1779882762.929 +57.595s [fw-irda] [fw-beacon]
1779882763.113 +57.779s [fw-irda] [fw-beacon]
1779882763.295 +57.961s [fw-irda] [fw-beacon]
1779882763.478 +58.144s [fw-irda] [fw-beacon]
1779882763.660 +58.326s [fw-irda] [fw-beacon]
1779882763.849 +58.515s [fw-irda] [fw-beacon]
1779882764.032 +58.698s [fw-irda] [fw-beacon]
1779882764.215 +58.881s [fw-irda] [fw-beacon]
1779882764.397 +59.063s [fw-irda] [fw-beacon]
1779882764.581 +59.247s [fw-irda] [fw-beacon]
1779882764.766 +59.432s [fw-irda] [fw-beacon]
1779882764.939 +59.605s [fw-irda] [fw-beacon]
1779882765.107 +59.773s [fw-irda] [fw-beacon]
1779882765.284 +59.950s [fw-irda] [fw-beacon]
1779882765.468 +60.133s [fw-irda] [fw-beacon]
1779882765.646 +60.312s [fw-irda] [fw-beacon]
1779882765.833 +60.498s [fw-irda] [fw-beacon]
1779882766.016 +60.682s [fw-irda] [fw-beacon]
1779882766.198 +60.864s [fw-irda] [fw-beacon]
1779882766.377 +61.043s [fw-irda] [fw-beacon]
1779882766.561 +61.227s [fw-irda] [fw-beacon]
1779882766.744 +61.410s [fw-irda] [fw-beacon]
1779882766.916 +61.581s [fw-irda] [fw-beacon]
1779882767.071 +61.737s [fw-irda] [fw-beacon]
1779882767.230 +61.896s [fw-irda] [fw-beacon]
1779882767.390 +62.056s [fw-irda] [fw-beacon]
1779882767.550 +62.216s [fw-irda] [fw-beacon]
1779882767.702 +62.368s [fw-irda] [fw-beacon]
1779882767.857 +62.523s [fw-irda] [fw-beacon]
1779882768.009 +62.675s [fw-irda] [fw-beacon]
1779882768.173 +62.839s [fw-irda] [fw-beacon]
1779882768.335 +63.001s [fw-irda] [fw-beacon]
1779882768.494 +63.160s [fw-irda] [fw-beacon]
1779882768.651 +63.317s [fw-irda] [fw-beacon]
1779882768.816 +63.481s [fw-irda] [fw-beacon]
1779882769.000 +63.666s [fw-irda] [fw-beacon]
1779882769.182 +63.848s [fw-irda] [fw-beacon]
1779882769.361 +64.027s [fw-irda] [fw-beacon]
1779882769.522 +64.188s [fw-irda] [fw-beacon]
1779882769.682 +64.348s [fw-irda] [fw-beacon]
1779882769.835 +64.501s [fw-irda] [fw-beacon]
1779882769.991 +64.657s [fw-irda] [fw-beacon]
1779882770.162 +64.828s [fw-irda] [fw-beacon]
1779882770.322 +64.988s [fw-irda] [fw-beacon]
1779882770.483 +65.149s [fw-irda] [fw-beacon]
1779882770.646 +65.312s [fw-irda] [fw-beacon]
1779882770.809 +65.475s [fw-irda] [fw-beacon]
1779882770.962 +65.628s [fw-irda] [fw-beacon]
1779882771.118 +65.784s [fw-irda] [fw-beacon]
1779882771.287 +65.953s [fw-irda] [fw-beacon]
1779882771.469 +66.135s [fw-irda] [fw-beacon]
1779882771.647 +66.313s [fw-irda] [fw-beacon]
1779882771.823 +66.489s [fw-irda] [fw-beacon]
1779882772.002 +66.668s [fw-irda] [fw-beacon]
1779882772.183 +66.849s [fw-irda] [fw-beacon]
1779882772.358 +67.024s [fw-irda] [fw-beacon]
1779882772.521 +67.187s [fw-irda] [fw-beacon]
1779882772.678 +67.344s [fw-irda] [fw-beacon]
1779882772.832 +67.498s [fw-irda] [fw-beacon]
1779882772.986 +67.652s [fw-irda] [fw-beacon]
1779882773.141 +67.807s [fw-irda] [fw-beacon]
1779882773.297 +67.963s [fw-irda] [fw-beacon]
1779882773.455 +68.121s [fw-irda] [fw-beacon]
1779882773.612 +68.278s [fw-irda] [fw-beacon]
1779882773.790 +68.455s [fw-irda] [fw-beacon]
1779882773.972 +68.638s [fw-irda] [fw-beacon]
1779882774.156 +68.822s [fw-irda] [fw-beacon]
1779882774.341 +69.007s [fw-irda] [fw-beacon]
1779882774.523 +69.189s [fw-irda] [fw-beacon]
1779882774.708 +69.374s [fw-irda] [fw-beacon]
1779882774.887 +69.553s [fw-irda] [fw-beacon]
1779882775.066 +69.732s [fw-irda] [fw-beacon]
1779882775.235 +69.901s [fw-irda] [fw-beacon]
1779882775.401 +70.067s [fw-irda] [fw-beacon]
1779882775.567 +70.233s [fw-irda] [fw-beacon]
1779882775.756 +70.422s [fw-irda] [fw-beacon]
1779882775.929 +70.595s [fw-irda] [fw-beacon]
1779882776.109 +70.775s [fw-irda] [fw-beacon]
1779882776.288 +70.954s [fw-irda] [fw-beacon]
1779882776.473 +71.139s [fw-irda] [fw-beacon]
1779882776.655 +71.321s [fw-irda] [fw-beacon]
1779882776.832 +71.498s [fw-irda] [fw-beacon]
1779882777.003 +71.669s [fw-irda] [fw-beacon]
1779882777.177 +71.843s [fw-irda] [fw-beacon]
1779882777.359 +72.025s [fw-irda] [fw-beacon]
1779882777.542 +72.208s [fw-irda] [fw-beacon]
1779882777.725 +72.391s [fw-irda] [fw-beacon]
1779882777.907 +72.573s [fw-irda] [fw-beacon]
1779882778.089 +72.755s [fw-irda] [fw-beacon]
1779882778.272 +72.938s [fw-irda] [fw-beacon]
1779882778.455 +73.121s [fw-irda] [fw-beacon]
1779882778.630 +73.296s [fw-irda] [fw-beacon]
1779882778.792 +73.458s [fw-irda] [fw-beacon]
1779882778.953 +73.618s [fw-irda] [fw-beacon]
1779882779.113 +73.779s [fw-irda] [fw-beacon]
1779882779.273 +73.939s [fw-irda] [fw-beacon]
1779882779.429 +74.095s [fw-irda] [fw-beacon]
1779882779.582 +74.248s [fw-irda] [fw-beacon]
1779882779.740 +74.405s [fw-irda] [fw-beacon]
1779882779.901 +74.567s [fw-irda] [fw-beacon]
1779882780.061 +74.726s [fw-irda] [fw-beacon]
1779882780.239 +74.905s [fw-irda] [fw-beacon]
1779882780.420 +75.086s [fw-irda] [fw-beacon]
1779882780.603 +75.269s [fw-irda] [fw-beacon]
1779882780.787 +75.453s [fw-irda] [fw-beacon]
1779882780.968 +75.634s [fw-irda] [fw-beacon]
1779882781.137 +75.803s [fw-irda] [fw-beacon]
1779882781.302 +75.968s [fw-irda] [fw-beacon]
1779882781.463 +76.129s [fw-irda] [fw-beacon]
1779882781.615 +76.281s [fw-irda] [fw-beacon]
1779882781.768 +76.434s [fw-irda] [fw-beacon]
1779882781.925 +76.591s [fw-irda] [fw-beacon]
1779882782.087 +76.753s [fw-irda] [fw-beacon]
1779882782.248 +76.914s [fw-irda] [fw-beacon]
1779882782.404 +77.070s [fw-irda] [fw-beacon]
1779882782.562 +77.228s [fw-irda] [fw-beacon]
1779882782.720 +77.386s [fw-irda] [fw-beacon]
1779882782.877 +77.543s [fw-irda] [fw-beacon]
1779882783.030 +77.696s [fw-irda] [fw-beacon]
1779882783.185 +77.851s [fw-irda] [fw-beacon]
1779882783.339 +78.005s [fw-irda] [fw-beacon]
1779882783.497 +78.163s [fw-irda] [fw-beacon]
1779882783.675 +78.341s [fw-irda] [fw-beacon]
1779882783.846 +78.512s [fw-irda] [fw-beacon]
1779882784.025 +78.691s [fw-irda] [fw-beacon]
1779882784.205 +78.871s [fw-irda] [fw-beacon]
1779882784.365 +79.031s [fw-irda] [fw-beacon]
1779882784.521 +79.187s [fw-irda] [fw-beacon]
1779882784.685 +79.351s [fw-irda] [fw-beacon]
1779882784.861 +79.527s [fw-irda] [fw-beacon]
1779882785.043 +79.709s [fw-irda] [fw-beacon]
1779882785.228 +79.894s [fw-irda] [fw-beacon]
1779882785.405 +80.071s [fw-irda] [fw-beacon]
1779882785.585 +80.251s [fw-irda] [fw-beacon]
1779882785.759 +80.425s [fw-irda] [fw-beacon]
1779882785.922 +80.588s [fw-irda] [fw-beacon]
1779882786.097 +80.763s [fw-irda] [fw-beacon]
1779882786.258 +80.924s [fw-irda] [fw-beacon]
1779882786.418 +81.084s [fw-irda] [fw-beacon]
1779882786.577 +81.243s [fw-irda] [fw-beacon]
1779882786.730 +81.396s [fw-irda] [fw-beacon]
1779882786.887 +81.553s [fw-irda] [fw-beacon]
1779882787.046 +81.711s [fw-irda] [fw-beacon]
1779882787.204 +81.870s [fw-irda] [fw-beacon]
1779882787.365 +82.031s [fw-irda] [fw-beacon]
1779882787.538 +82.204s [fw-irda] [fw-beacon]
1779882787.703 +82.369s [fw-irda] [fw-beacon]
1779882787.856 +82.522s [fw-irda] [fw-beacon]
1779882788.011 +82.676s [fw-irda] [fw-beacon]
1779882788.167 +82.833s [fw-irda] [fw-beacon]
1779882788.332 +82.998s [fw-irda] [fw-beacon]
1779882788.493 +83.159s [fw-irda] [fw-beacon]
1779882788.676 +83.341s [fw-irda] [fw-beacon]
1779882788.855 +83.521s [fw-irda] [fw-beacon]
1779882789.037 +83.703s [fw-irda] [fw-beacon]
1779882789.224 +83.890s [fw-irda] [fw-beacon]
1779882789.408 +84.073s [fw-irda] [fw-beacon]
1779882789.590 +84.256s [fw-irda] [fw-beacon]
1779882789.754 +84.420s [fw-irda] [fw-beacon]
1779882789.915 +84.581s [fw-irda] [fw-beacon]
1779882790.073 +84.739s [fw-irda] [fw-beacon]
1779882790.235 +84.901s [fw-irda] [fw-beacon]
1779882790.413 +85.079s [fw-irda] [fw-beacon]
1779882790.577 +85.243s [fw-irda] [fw-beacon]
1779882790.764 +85.429s [fw-irda] [fw-beacon]
1779882790.942 +85.608s [fw-irda] [fw-beacon]
1779882791.125 +85.791s [fw-irda] [fw-beacon]
1779882791.287 +85.952s [fw-irda] [fw-beacon]
1779882791.445 +86.111s [fw-irda] [fw-beacon]
1779882791.606 +86.272s [fw-irda] [fw-beacon]
1779882791.785 +86.451s [fw-irda] [fw-beacon]
1779882791.969 +86.635s [fw-irda] [fw-beacon]
1779882792.154 +86.820s [fw-irda] [fw-beacon]
1779882792.340 +87.006s [fw-irda] [fw-beacon]
1779882792.511 +87.177s [fw-irda] [fw-beacon]
1779882792.681 +87.347s [fw-irda] [fw-beacon]
1779882792.853 +87.519s [fw-irda] [fw-beacon]
1779882793.038 +87.704s [fw-irda] [fw-beacon]
1779882793.222 +87.888s [fw-irda] [fw-beacon]
1779882793.404 +88.070s [fw-irda] [fw-beacon]
1779882793.587 +88.253s [fw-irda] [fw-beacon]
1779882793.771 +88.437s [fw-irda] [fw-beacon]
1779882793.955 +88.621s [fw-irda] [fw-beacon]
1779882794.141 +88.807s [fw-irda] [fw-beacon]
1779882794.326 +88.992s [fw-irda] [fw-beacon]
1779882794.509 +89.175s [fw-irda] [fw-beacon]
1779882794.697 +89.363s [fw-irda] [fw-beacon]
1779882794.881 +89.547s [fw-irda] [fw-beacon]
1779882795.063 +89.728s [fw-irda] [fw-beacon]
1779882795.248 +89.914s [fw-irda] [fw-beacon]
1779882795.432 +90.098s [fw-irda] [fw-beacon]
1779882795.617 +90.283s [fw-irda] [fw-beacon]
1779882795.800 +90.466s [fw-irda] [fw-beacon]
1779882795.980 +90.646s [fw-irda] [fw-beacon]
1779882796.164 +90.830s [fw-irda] [fw-beacon]
1779882796.349 +91.015s [fw-irda] [fw-beacon]
1779882796.529 +91.195s [fw-irda] [fw-beacon]
1779882796.708 +91.373s [fw-irda] [fw-beacon]
1779882796.889 +91.555s [fw-irda] [fw-beacon]
1779882797.073 +91.739s [fw-irda] [fw-beacon]
1779882797.256 +91.922s [fw-irda] [fw-beacon]
1779882797.442 +92.108s [fw-irda] [fw-beacon]
1779882797.624 +92.289s [fw-irda] [fw-beacon]
1779882797.803 +92.469s [fw-irda] [fw-beacon]
1779882797.985 +92.651s [fw-irda] [fw-beacon]
1779882798.168 +92.833s [fw-irda] [fw-beacon]
1779882798.352 +93.018s [fw-irda] [fw-beacon]
1779882798.530 +93.196s [fw-irda] [fw-beacon]
1779882798.710 +93.376s [fw-irda] [fw-beacon]
1779882809.004 +103.670s [fw-irda] [fw-beacon]
1779882809.438 +104.104s [fw-irda] [fw-beacon]
1779882809.791 +104.457s [fw-irda] [fw-beacon]
1779882810.143 +104.809s [fw-irda] [fw-beacon]
1779882811.519 +106.185s [fw-irda] [fw-beacon]
1779882811.697 +106.363s [fw-irda] [fw-beacon]
1779882812.064 +106.730s [fw-irda] [fw-beacon]
1779882812.245 +106.911s [fw-irda] 
1779882812.423 +107.089s [fw-irda] [fw-beacon]
1779882812.607 +107.273s [fw-irda] [fw-beacon]
1779882812.791 +107.457s [fw-irda] [fw-beacon]
1779882812.974 +107.640s [fw-irda] [fw-beacon]
1779882813.155 +107.821s [fw-irda] [fw-beacon]
1779882813.337 +108.003s [fw-irda] [fw-beacon]
1779882813.520 +108.186s [fw-irda] [fw-beacon]
1779882813.708 +108.374s [fw-irda] [fw-beacon]
1779882814.074 +108.740s [fw-irda] [fw-beacon]
1779882814.403 +109.069s [fw-irda] [fw-beacon]
1779882814.568 +109.233s [fw-irda] [fw-beacon]
1779882814.738 +109.403s [fw-irda] [fw-beacon]
1779882814.938 +109.604s [fw-irda] [fw-beacon]
1779882815.114 +109.780s [fw-irda] [fw-beacon]
1779882815.284 +109.950s [fw-irda] [fw-beacon]
1779882815.453 +110.119s [fw-irda] [fw-beacon]
1779882815.633 +110.299s [fw-irda] [fw-beacon]
1779882815.816 +110.482s [fw-irda] [fw-beacon]
1779882815.997 +110.663s [fw-irda] [fw-beacon]
1779882816.179 +110.845s [fw-irda] [fw-beacon]
1779882816.545 +111.211s [fw-irda] [fw-beacon]
1779882816.911 +111.576s [fw-irda] [fw-beacon]
1779882817.276 +111.942s [fw-irda] [fw-beacon]
1779882817.643 +112.309s [fw-irda] [fw-beacon]
1779882818.015 +112.681s [fw-irda] [fw-beacon]
1779882818.384 +113.050s [fw-irda] [fw-beacon]
1779882818.565 +113.230s [fw-irda] [fw-beacon]
1779882818.745 +113.410s [fw-irda] [fw-beacon]
1779882818.929 +113.594s [fw-irda] [fw-beacon]
1779882819.112 +113.777s [fw-irda] [fw-beacon]
1779882819.295 +113.961s [fw-irda] [fw-beacon]
1779882819.472 +114.138s [fw-irda] [fw-beacon]
1779882819.654 +114.320s [fw-irda] [fw-beacon]
1779882819.838 +114.504s [fw-irda] [fw-beacon]
1779882820.021 +114.687s [fw-irda] [fw-beacon]
1779882820.369 +115.035s [fw-irda] [fw-beacon]
1779882820.527 +115.193s [fw-irda] [fw-beacon]
1779882820.836 +115.502s [fw-irda] [fw-beacon]
1779882821.156 +115.822s [fw-irda] [fw-beacon]
1779882821.498 +116.163s [fw-irda] [fw-beacon]
1779882821.867 +116.533s [fw-irda] [fw-beacon]
1779882822.215 +116.881s [fw-irda] [fw-beacon]
1779882822.581 +117.247s [fw-irda] [fw-beacon]
1779882822.751 +117.417s [fw-irda] [fw-beacon]
1779882823.088 +117.754s [fw-irda] [fw-beacon]
1779882823.270 +117.936s [fw-irda] [fw-beacon]
1779882823.451 +118.117s [fw-irda] [fw-beacon]
1779882823.633 +118.299s [fw-irda] [fw-beacon]
1779882823.810 +118.476s [fw-irda] [fw-beacon]
1779882823.969 +118.635s [fw-irda] [fw-beacon]
1779882824.129 +118.795s [fw-irda] [fw-beacon]
1779882824.290 +118.956s [fw-irda] [fw-beacon]
1779882824.447 +119.113s [fw-irda] [fw-beacon]
1779882824.600 +119.266s [fw-irda] [fw-beacon]
1779882824.755 +119.421s [fw-irda] [fw-beacon]
1779882824.911 +119.577s [fw-irda] [fw-beacon]
1779882825.067 +119.733s [fw-irda] [fw-beacon]
1779882825.224 +119.890s [fw-irda] [fw-beacon]
1779882825.382 +120.048s [fw-irda] [fw-beacon]
1779882825.563 +120.229s [fw-irda] [fw-beacon]
1779882825.745 +120.411s [fw-irda] [fw-beacon]
1779882825.929 +120.595s [fw-irda] [fw-beacon]
1779882826.266 +120.932s [fw-irda] [fw-beacon]
1779882826.613 +121.279s [fw-irda] [fw-beacon]
1779882826.790 +121.455s [fw-irda] [fw-beacon]
1779882826.946 +121.612s [fw-irda] [fw-beacon]
1779882827.107 +121.773s [fw-irda] [fw-beacon]
1779882827.283 +121.949s [fw-irda] [fw-beacon]
1779882827.445 +122.111s [fw-irda] [fw-beacon]
1779882827.619 +122.285s [fw-irda] [fw-beacon]
1779882827.801 +122.467s [fw-irda] [fw-beacon]
1779882827.983 +122.649s [fw-irda] [fw-beacon]
1779882828.152 +122.818s [fw-irda] [fw-beacon]
1779882828.306 +122.972s [fw-irda] [fw-beacon]
1779882828.476 +123.142s [fw-irda] [fw-beacon]
1779882828.655 +123.320s [fw-irda] [fw-beacon]
1779882828.839 +123.504s [fw-irda] [fw-beacon]
1779882829.022 +123.688s [fw-irda] [fw-beacon]
1779882829.203 +123.869s [fw-irda] [fw-beacon]
1779882829.359 +124.025s [fw-irda] [fw-beacon]
1779882829.514 +124.180s [fw-irda] [fw-beacon]
1779882829.680 +124.346s [fw-irda] [fw-beacon]
1779882829.866 +124.532s [fw-irda] [fw-beacon]
1779882830.055 +124.721s [fw-irda] [fw-beacon]
1779882830.236 +124.902s [fw-irda] [fw-beacon]
1779882830.418 +125.084s [fw-irda] [fw-beacon]
1779882830.602 +125.268s [fw-irda] [fw-beacon]
1779882830.786 +125.452s [fw-irda] [fw-beacon]
1779882830.966 +125.632s [fw-irda] [fw-beacon]
1779882831.152 +125.818s [fw-irda] [fw-beacon]
1779882831.335 +126.000s [fw-irda] [fw-beacon]
1779882831.516 +126.182s [fw-irda] [fw-beacon]
1779882831.698 +126.364s [fw-irda] [fw-beacon]
1779882831.882 +126.548s [fw-irda] [fw-beacon]
1779882832.072 +126.738s [fw-irda] [fw-beacon]
1779882832.253 +126.919s [fw-irda] [fw-beacon]
1779882832.436 +127.101s [fw-irda] [fw-beacon]
1779882832.605 +127.271s [fw-irda] [fw-beacon]
1779882832.772 +127.438s [fw-irda] [fw-beacon]
1779882832.950 +127.616s [fw-irda] [fw-beacon]
1779882833.129 +127.795s [fw-irda] [fw-beacon]
1779882833.310 +127.976s [fw-irda] [fw-beacon]
1779882833.495 +128.161s [fw-irda] [fw-beacon]
1779882833.679 +128.345s [fw-irda] [fw-beacon]
1779882833.853 +128.519s [fw-irda] [fw-beacon]
1779882834.014 +128.680s [fw-irda] [fw-beacon]
1779882834.174 +128.840s [fw-irda] [fw-beacon]
1779882834.337 +129.002s [fw-irda] [fw-beacon]
1779882834.515 +129.181s [fw-irda] [fw-beacon]
1779882834.698 +129.364s [fw-irda] [fw-beacon]
1779882834.881 +129.547s [fw-irda] [fw-beacon]
1779882835.050 +129.716s [fw-irda] [fw-beacon]
1779882835.216 +129.882s [fw-irda] [fw-beacon]
1779882835.383 +130.049s [fw-irda] [fw-beacon]
1779882835.562 +130.228s [fw-irda] [fw-beacon]
1779882835.722 +130.388s [fw-irda] [fw-beacon]
1779882835.883 +130.549s [fw-irda] [fw-beacon]
1779882836.046 +130.712s [fw-irda] [fw-beacon]
1779882836.218 +130.884s [fw-irda] [fw-beacon]
1779882836.401 +131.067s [fw-irda] [fw-beacon]
1779882836.580 +131.246s [fw-irda] [fw-beacon]
1779882836.761 +131.427s [fw-irda] [fw-beacon]
1779882836.947 +131.613s [fw-irda] [fw-beacon]
1779882837.131 +131.797s [fw-irda] [fw-beacon]
1779882837.318 +131.984s [fw-irda] [fw-beacon]
1779882837.499 +132.165s [fw-irda] [fw-beacon]
1779882837.683 +132.349s [fw-irda] [fw-beacon]
1779882837.869 +132.535s [fw-irda] [fw-beacon]
1779882838.052 +132.718s [fw-irda] [fw-beacon]
1779882838.235 +132.901s [fw-irda] [fw-beacon]
1779882838.416 +133.082s [fw-irda] [fw-beacon]
1779882838.597 +133.263s [fw-irda] [fw-beacon]
1779882838.778 +133.444s [fw-irda] [fw-beacon]
1779882838.961 +133.627s [fw-irda] [fw-beacon]
1779882839.144 +133.810s [fw-irda] [fw-beacon]
1779882839.320 +133.986s [fw-irda] [fw-beacon]
1779882839.490 +134.156s [fw-irda] [fw-beacon]
1779882839.659 +134.324s [fw-irda] [fw-beacon]
1779882839.848 +134.514s [fw-irda] [fw-beacon]
1779882840.028 +134.694s [fw-irda] [fw-beacon]
1779882840.212 +134.878s [fw-irda] [fw-beacon]
1779882840.398 +135.064s [fw-irda] [fw-beacon]
1779882840.583 +135.249s [fw-irda] [fw-beacon]
1779882840.764 +135.430s [fw-irda] [fw-beacon]
1779882840.944 +135.610s [fw-irda] [fw-beacon]
1779882841.127 +135.793s [fw-irda] [fw-beacon]
1779882841.311 +135.977s [fw-irda] [fw-beacon]
1779882841.495 +136.161s [fw-irda] [fw-beacon]
1779882841.675 +136.341s [fw-irda] [fw-beacon]
1779882841.858 +136.524s [fw-irda] [fw-beacon]
1779882842.043 +136.709s [fw-irda] [fw-beacon]
1779882842.226 +136.892s [fw-irda] [fw-beacon]
1779882842.407 +137.073s [fw-irda] [fw-beacon]
1779882842.590 +137.256s [fw-irda] [fw-beacon]
1779882842.772 +137.438s [fw-irda] [fw-beacon]
1779882842.956 +137.622s [fw-irda] [fw-beacon]
1779882843.137 +137.803s [fw-irda] [fw-beacon]
1779882843.321 +137.987s [fw-irda] [fw-beacon]
1779882843.501 +138.167s [fw-irda] [fw-beacon]
1779882843.683 +138.349s [fw-irda] [fw-beacon]
1779882843.864 +138.530s [fw-irda] [fw-beacon]
1779882844.050 +138.716s [fw-irda] [fw-beacon]
1779882844.239 +138.905s [fw-irda] [fw-beacon]
1779882844.421 +139.087s [fw-irda] [fw-beacon]
1779882844.602 +139.268s [fw-irda] [fw-beacon]
1779882844.782 +139.448s [fw-irda] [fw-beacon]
1779882844.966 +139.632s [fw-irda] [fw-beacon]
1779882845.150 +139.816s [fw-irda] [fw-beacon]
1779882845.330 +139.996s [fw-irda] [fw-beacon]
1779882845.511 +140.177s [fw-irda] [fw-beacon]
1779882845.694 +140.360s [fw-irda] [fw-beacon]
1779882845.875 +140.541s [fw-irda] [fw-beacon]
1779882846.058 +140.724s [fw-irda] [fw-beacon]
1779882846.238 +140.904s [fw-irda] [fw-beacon]
1779882846.421 +141.087s [fw-irda] [fw-beacon]
1779882846.593 +141.259s [fw-irda] [fw-beacon]
1779882846.757 +141.423s [fw-irda] [fw-beacon]
1779882846.936 +141.602s [fw-irda] [fw-beacon]
1779882847.119 +141.785s [fw-irda] [fw-beacon]
1779882847.300 +141.966s [fw-irda] [fw-beacon]
1779882847.483 +142.149s [fw-irda] [fw-beacon]
1779882847.666 +142.332s [fw-irda] [fw-beacon]
1779882847.844 +142.510s [fw-irda] [fw-beacon]
1779882848.023 +142.689s [fw-irda] [fw-beacon]
1779882848.205 +142.871s [fw-irda] [fw-beacon]
1779882848.388 +143.054s [fw-irda] [fw-beacon]
1779882848.579 +143.244s [fw-irda] [fw-beacon]
1779882848.757 +143.423s [fw-irda] [fw-beacon]
1779882848.936 +143.602s [fw-irda] [fw-beacon]
1779882849.100 +143.766s [fw-irda] [fw-beacon]
1779882849.260 +143.926s [fw-irda] [fw-beacon]
1779882849.419 +144.085s [fw-irda] [fw-beacon]
1779882849.573 +144.239s [fw-irda] [fw-beacon]
1779882849.727 +144.393s [fw-irda] [fw-beacon]
1779882849.885 +144.550s [fw-irda] [fw-beacon]
1779882850.048 +144.714s [fw-irda] [fw-beacon]
1779882850.224 +144.890s [fw-irda] [fw-beacon]
1779882850.398 +145.064s [fw-irda] [fw-beacon]
1779882850.584 +145.250s [fw-irda] [fw-beacon]
1779882850.771 +145.437s [fw-irda] [fw-beacon]
1779882850.953 +145.619s [fw-irda] [fw-beacon]
1779882851.135 +145.801s [fw-irda] [fw-beacon]
1779882851.313 +145.979s [fw-irda] [fw-beacon]
1779882851.491 +146.156s [fw-irda] [fw-beacon]
1779882851.655 +146.321s [fw-irda] [fw-beacon]
1779882851.815 +146.481s [fw-irda] [fw-beacon]
1779882851.967 +146.633s [fw-irda] [fw-beacon]
1779882852.125 +146.791s [fw-irda] [fw-beacon]
1779882852.284 +146.950s [fw-irda] [fw-beacon]
1779882852.459 +147.125s [fw-irda] [fw-beacon]
1779882852.644 +147.310s [fw-irda] [fw-beacon]
1779882852.836 +147.502s [fw-irda] [fw-beacon]
1779882853.021 +147.687s [fw-irda] [fw-beacon]
1779882853.204 +147.870s [fw-irda] [fw-beacon]
1779882853.389 +148.055s [fw-irda] [fw-beacon]
1779882853.566 +148.232s [fw-irda] [fw-beacon]
1779882853.751 +148.417s [fw-irda] [fw-beacon]
1779882853.938 +148.604s [fw-irda] [fw-beacon]
1779882854.119 +148.785s [fw-irda] [fw-beacon]
1779882854.284 +148.950s [fw-irda] [fw-beacon]
1779882854.443 +149.109s [fw-irda] [fw-beacon]
1779882854.598 +149.264s [fw-irda] [fw-beacon]
1779882854.750 +149.416s [fw-irda] [fw-beacon]
1779882854.909 +149.575s [fw-irda] [fw-beacon]
1779882855.070 +149.736s [fw-irda] [fw-beacon]
1779882855.247 +149.913s [fw-irda] [fw-beacon]
1779882855.429 +150.095s [fw-irda] [fw-beacon]
1779882855.614 +150.280s [fw-irda] [fw-beacon]
1779882855.800 +150.466s [fw-irda] [fw-beacon]
1779882855.985 +150.651s [fw-irda] [fw-beacon]
1779882856.171 +150.837s [fw-irda] [fw-beacon]
1779882856.351 +151.017s [fw-irda] [fw-beacon]
1779882856.536 +151.202s [fw-irda] [fw-beacon]
1779882856.724 +151.390s [fw-irda] [fw-beacon]
1779882856.910 +151.576s [fw-irda] [fw-beacon]
1779882857.094 +151.760s [fw-irda] [fw-beacon]
1779882857.269 +151.935s [fw-irda] [fw-beacon]
1779882857.428 +152.094s [fw-irda] [fw-beacon]
1779882857.600 +152.266s [fw-irda] [fw-beacon]
1779882857.773 +152.439s [fw-irda] [fw-beacon]
1779882857.926 +152.592s [fw-irda] [fw-beacon]
1779882858.083 +152.749s [fw-irda] [fw-beacon]
1779882858.234 +152.900s [fw-irda] [fw-beacon]
1779882858.395 +153.061s [fw-irda] [fw-beacon]
1779882858.570 +153.236s [fw-irda] [fw-beacon]
1779882858.752 +153.418s [fw-irda] [fw-beacon]
1779882858.937 +153.603s [fw-irda] [fw-beacon]
1779882859.125 +153.790s [fw-irda] [fw-beacon]
1779882859.310 +153.976s [fw-irda] [fw-beacon]
1779882859.473 +154.139s [fw-irda] [fw-beacon]
1779882859.633 +154.299s [fw-irda] [fw-beacon]
1779882859.791 +154.457s [fw-irda] [fw-beacon]
1779882859.958 +154.624s [fw-irda] [fw-beacon]
1779882860.125 +154.791s [fw-irda] [fw-beacon]
1779882860.284 +154.950s [fw-irda] [fw-beacon]
1779882860.438 +155.104s [fw-irda] [fw-beacon]
1779882860.593 +155.259s [fw-irda] [fw-beacon]
1779882860.753 +155.418s [fw-irda] [fw-beacon]
1779882860.914 +155.580s [fw-irda] [fw-beacon]
1779882861.086 +155.752s [fw-irda] [fw-beacon]
1779882861.250 +155.916s [fw-irda] [fw-beacon]
1779882861.410 +156.076s [fw-irda] [fw-beacon]
1779882861.580 +156.246s [fw-irda] [fw-beacon]
1779882861.732 +156.397s [fw-irda] [fw-beacon]
1779882861.885 +156.551s [fw-irda] [fw-beacon]
1779882862.040 +156.705s [fw-irda] [fw-beacon]
1779882862.221 +156.887s [fw-irda] [fw-beacon]
1779882862.402 +157.068s [fw-irda] [fw-beacon]
1779882862.579 +157.245s [fw-irda] [fw-beacon]
1779882862.763 +157.429s [fw-irda] [fw-beacon]
1779882862.947 +157.612s [fw-irda] [fw-beacon]
1779882863.127 +157.793s [fw-irda] [fw-beacon]
1779882863.307 +157.973s [fw-irda] [fw-beacon]
1779882863.471 +158.137s [fw-irda] [fw-beacon]
1779882863.656 +158.322s [fw-irda] [fw-beacon]
1779882863.839 +158.505s [fw-irda] [fw-beacon]
1779882864.018 +158.684s [fw-irda] [fw-beacon]
1779882864.200 +158.866s [fw-irda] [fw-beacon]
1779882864.379 +159.045s [fw-irda] [fw-beacon]
1779882864.564 +159.230s [fw-irda] [fw-beacon]
1779882864.744 +159.409s [fw-irda] [fw-beacon]
1779882864.924 +159.590s [fw-irda] [fw-beacon]
1779882865.105 +159.771s [fw-irda] [fw-beacon]
1779882865.285 +159.951s [fw-irda] [fw-beacon]
1779882865.465 +160.131s [fw-irda] [fw-beacon]
1779882865.646 +160.312s [fw-irda] [fw-beacon]
1779882865.825 +160.491s [fw-irda] [fw-beacon]
1779882866.019 +160.684s [fw-irda] [fw-beacon]
1779882866.201 +160.866s [fw-irda] [fw-beacon]
1779882866.383 +161.049s [fw-irda] [fw-beacon]
1779882866.564 +161.230s [fw-irda] [fw-beacon]
1779882866.746 +161.412s [fw-irda] [fw-beacon]
1779882866.929 +161.595s [fw-irda] [fw-beacon]
1779882867.112 +161.778s [fw-irda] [fw-beacon]
1779882867.298 +161.964s [fw-irda] [fw-beacon]
1779882867.483 +162.149s [fw-irda] [fw-beacon]
1779882867.663 +162.329s [fw-irda] [fw-beacon]
1779882867.846 +162.511s [fw-irda] [fw-beacon]
1779882868.030 +162.696s [fw-irda] [fw-beacon]
1779882868.217 +162.883s [fw-irda] [fw-beacon]
1779882868.402 +163.067s [fw-irda] [fw-beacon]
1779882868.584 +163.250s [fw-irda] [fw-beacon]
1779882868.761 +163.427s [fw-irda] [fw-beacon]
1779882868.930 +163.595s [fw-irda] [fw-beacon]
1779882869.095 +163.761s [fw-irda] [fw-beacon]
1779882869.274 +163.940s [fw-irda] [fw-beacon]
1779882869.455 +164.121s [fw-irda] [fw-beacon]
1779882869.635 +164.301s [fw-irda] [fw-beacon]
1779882869.817 +164.483s [fw-irda] [fw-beacon]
1779882869.996 +164.662s [fw-irda] [fw-beacon]
1779882870.177 +164.843s [fw-irda] [fw-beacon]
1779882870.365 +165.031s [fw-irda] [fw-beacon]
1779882870.543 +165.209s [fw-irda] [fw-beacon]
1779882870.724 +165.389s [fw-irda] [fw-beacon]
1779882870.904 +165.570s [fw-irda] [fw-beacon]
1779882871.080 +165.746s [fw-irda] [fw-beacon]
1779882871.253 +165.919s [fw-irda] [fw-beacon]
1779882871.433 +166.099s [fw-irda] [fw-beacon]
1779882871.619 +166.285s [fw-irda] [fw-beacon]
1779882871.800 +166.466s [fw-irda] [fw-beacon]
1779882871.974 +166.640s [fw-irda] [fw-beacon]
1779882872.143 +166.809s [fw-irda] [fw-beacon]
1779882872.302 +166.968s [fw-irda] [fw-beacon]
1779882872.455 +167.121s [fw-irda] [fw-beacon]
1779882872.612 +167.277s [fw-irda] [fw-beacon]
1779882872.774 +167.440s [fw-irda] [fw-beacon]
1779882872.934 +167.600s [fw-irda] [fw-beacon]
1779882873.094 +167.759s [fw-irda] [fw-beacon]
1779882873.252 +167.918s [fw-irda] [fw-beacon]
1779882873.411 +168.076s [fw-irda] [fw-beacon]
1779882873.562 +168.228s [fw-irda] [fw-beacon]
1779882873.720 +168.385s [fw-irda] [fw-beacon]
1779882873.881 +168.547s [fw-irda] [fw-beacon]
1779882874.040 +168.706s [fw-irda] [fw-beacon]
1779882874.201 +168.867s [fw-irda] [fw-beacon]
1779882874.366 +169.032s [fw-irda] [fw-beacon]
1779882874.522 +169.188s [fw-irda] [fw-beacon]
1779882874.681 +169.347s [fw-irda] [fw-beacon]
1779882874.840 +169.506s [fw-irda] [fw-beacon]
1779882874.998 +169.664s [fw-irda] [fw-beacon]
1779882875.160 +169.826s [fw-irda] [fw-beacon]
1779882875.320 +169.986s [fw-irda] [fw-beacon]
1779882875.482 +170.148s [fw-irda] [fw-beacon]
1779882875.641 +170.307s [fw-irda] [fw-beacon]
1779882875.795 +170.461s [fw-irda] [fw-beacon]
1779882875.949 +170.615s [fw-irda] [fw-beacon]
1779882876.109 +170.775s [fw-irda] [fw-beacon]
1779882876.270 +170.936s [fw-irda] [fw-beacon]
1779882876.430 +171.096s [fw-irda] [fw-beacon]
1779882876.591 +171.256s [fw-irda] [fw-beacon]
1779882876.751 +171.417s [fw-irda] [fw-beacon]
1779882876.909 +171.575s [fw-irda] [fw-beacon]
1779882877.061 +171.727s [fw-irda] [fw-beacon]
1779882877.220 +171.886s [fw-irda] [fw-beacon]
1779882877.380 +172.045s [fw-irda] [fw-beacon]
1779882877.539 +172.204s [fw-irda] [fw-beacon]
1779882877.700 +172.366s [fw-irda] [fw-beacon]
1779882877.862 +172.528s [fw-irda] [fw-beacon]
1779882878.021 +172.687s [fw-irda] [fw-beacon]
1779882878.175 +172.840s [fw-irda] [fw-beacon]
1779882878.327 +172.993s [fw-irda] [fw-beacon]
1779882878.483 +173.149s [fw-irda] [fw-beacon]
1779882878.645 +173.311s [fw-irda] [fw-beacon]
1779882878.805 +173.471s [fw-irda] [fw-beacon]
1779882878.965 +173.631s [fw-irda] [fw-beacon]
1779882879.133 +173.799s [fw-irda] [fw-beacon]
1779882879.287 +173.953s [fw-irda] [fw-beacon]
1779882879.444 +174.110s [fw-irda] [fw-beacon]
1779882879.601 +174.267s [fw-irda] [fw-beacon]
1779882879.752 +174.418s [fw-irda] [fw-beacon]
1779882879.913 +174.578s [fw-irda] [fw-beacon]
1779882880.095 +174.761s [fw-irda] [fw-beacon]
1779882880.275 +174.941s [fw-irda] [fw-beacon]
1779882880.458 +175.124s [fw-irda] [fw-beacon]
1779882880.641 +175.307s [fw-irda] [fw-beacon]
1779882880.823 +175.489s [fw-irda] [fw-beacon]
1779882881.000 +175.666s [fw-irda] [fw-beacon]
1779882881.185 +175.851s [fw-irda] [fw-beacon]
1779882881.371 +176.037s [fw-irda] [fw-beacon]
1779882881.554 +176.220s [fw-irda] [fw-beacon]
1779882881.736 +176.402s [fw-irda] [fw-beacon]
1779882881.922 +176.588s [fw-irda] [fw-beacon]
1779882882.104 +176.770s [fw-irda] [fw-beacon]
1779882882.289 +176.954s [fw-irda] [fw-beacon]
1779882882.473 +177.139s [fw-irda] [fw-beacon]
1779882882.653 +177.319s [fw-irda] [fw-beacon]
1779882882.837 +177.503s [fw-irda] [fw-beacon]
1779882883.021 +177.687s [fw-irda] [fw-beacon]
1779882883.205 +177.870s [fw-irda] [fw-beacon]
1779882883.395 +178.060s [fw-irda] [fw-beacon]
1779882883.575 +178.241s [fw-irda] [fw-beacon]
1779882883.753 +178.419s [fw-irda] [fw-beacon]
1779882883.934 +178.600s [fw-irda] [fw-beacon]
1779882884.114 +178.780s [fw-irda] [fw-beacon]
1779882884.298 +178.964s [fw-irda] [fw-beacon]
1779882884.481 +179.147s [fw-irda] [fw-beacon]
1779882884.665 +179.331s [fw-irda] [fw-beacon]
1779882884.846 +179.512s [fw-irda] [fw-beacon]
1779882885.024 +179.690s [fw-irda] [fw-beacon]
1779882885.205 +179.870s [fw-irda] [fw-beacon]
1779882885.391 +180.057s [fw-irda] [fw-beacon]
1779882885.563 +180.229s [fw-irda] [fw-beacon]
1779882885.730 +180.396s [fw-irda] [fw-beacon]
1779882885.901 +180.567s [fw-irda] [fw-beacon]
1779882886.079 +180.745s [fw-irda] [fw-beacon]
1779882886.260 +180.926s [fw-irda] [fw-beacon]
1779882886.440 +181.106s [fw-irda] [fw-beacon]
1779882886.618 +181.284s [fw-irda] [fw-beacon]
1779882886.796 +181.462s [fw-irda] [fw-beacon]
1779882886.977 +181.643s [fw-irda] [fw-beacon]
1779882887.160 +181.826s [fw-irda] [fw-beacon]
1779882887.339 +182.005s [fw-irda] [fw-beacon]
1779882887.522 +182.188s [fw-irda] [fw-beacon]
1779882887.703 +182.369s [fw-irda] [fw-beacon]
1779882887.890 +182.556s [fw-irda] [fw-beacon]
1779882888.073 +182.739s [fw-irda] [fw-beacon]
1779882888.255 +182.921s [fw-irda] [fw-beacon]
1779882888.437 +183.103s [fw-irda] [fw-beacon]
1779882888.621 +183.286s [fw-irda] [fw-beacon]
1779882888.802 +183.468s [fw-irda] [fw-beacon]
1779882888.981 +183.647s [fw-irda] [fw-beacon]
1779882889.140 +183.806s [fw-irda] [fw-beacon]
1779882889.298 +183.964s [fw-irda] [fw-beacon]
1779882889.463 +184.129s [fw-irda] [fw-beacon]
1779882889.634 +184.299s [fw-irda] [fw-beacon]
1779882889.813 +184.479s [fw-irda] [fw-beacon]
1779882889.994 +184.660s [fw-irda] [fw-beacon]
1779882890.175 +184.840s [fw-irda] [fw-beacon]
1779882890.355 +185.021s [fw-irda] [fw-beacon]
1779882890.535 +185.201s [fw-irda] [fw-beacon]
1779882890.716 +185.382s [fw-irda] [fw-beacon]
1779882890.900 +185.566s [fw-irda] [fw-beacon]
1779882891.080 +185.746s [fw-irda] [fw-beacon]
1779882891.261 +185.927s [fw-irda] [fw-beacon]
1779882891.444 +186.110s [fw-irda] [fw-beacon]
1779882891.627 +186.293s [fw-irda] [fw-beacon]
1779882891.788 +186.453s [fw-irda] [fw-beacon]
1779882891.944 +186.610s [fw-irda] [fw-beacon]
1779882892.107 +186.773s [fw-irda] [fw-beacon]
1779882892.265 +186.931s [fw-irda] [fw-beacon]
1779882892.417 +187.083s [fw-irda] [fw-beacon]
1779882892.573 +187.238s [fw-irda] [fw-beacon]
1779882892.730 +187.396s [fw-irda] [fw-beacon]
1779882892.887 +187.552s [fw-irda] [fw-beacon]
1779882893.066 +187.732s [fw-irda] [fw-beacon]
1779882893.250 +187.916s [fw-irda] [fw-beacon]
1779882893.436 +188.101s [fw-irda] [fw-beacon]
1779882893.615 +188.281s [fw-irda] [fw-beacon]
1779882893.796 +188.462s [fw-irda] [fw-beacon]
1779882893.974 +188.640s [fw-irda] [fw-beacon]
1779882894.136 +188.802s [fw-irda] [fw-beacon]
1779882894.289 +188.955s [fw-irda] [fw-beacon]
1779882894.444 +189.109s [fw-irda] [fw-beacon]
1779882894.595 +189.261s [fw-irda] [fw-beacon]
1779882894.754 +189.420s [fw-irda] [fw-beacon]
1779882894.914 +189.580s [fw-irda] [fw-beacon]
1779882895.071 +189.737s [fw-irda] [fw-beacon]
1779882895.229 +189.895s [fw-irda] [fw-beacon]
1779882895.390 +190.056s [fw-irda] [fw-beacon]
1779882895.550 +190.216s [fw-irda] [fw-beacon]
1779882895.710 +190.376s [fw-irda] [fw-beacon]
1779882895.865 +190.531s [fw-irda] [fw-beacon]
1779882896.019 +190.685s [fw-irda] [fw-beacon]
1779882896.172 +190.838s [fw-irda] [fw-beacon]
1779882896.328 +190.994s [fw-irda] [fw-beacon]
1779882896.488 +191.154s [fw-irda] [fw-beacon]
1779882896.653 +191.319s [fw-irda] [fw-beacon]
1779882896.812 +191.478s [fw-irda] [fw-beacon]
1779882896.971 +191.637s [fw-irda] [fw-beacon]
1779882897.131 +191.797s [fw-irda] [fw-beacon]
1779882897.290 +191.956s [fw-irda] [fw-beacon]
1779882897.446 +192.112s [fw-irda] [fw-beacon]
1779882897.599 +192.265s [fw-irda] [fw-beacon]
1779882897.751 +192.417s [fw-irda] [fw-beacon]
1779882897.908 +192.574s [fw-irda] [fw-beacon]
1779882898.067 +192.733s [fw-irda] [fw-beacon]
1779882898.226 +192.892s [fw-irda] [fw-beacon]
1779882898.385 +193.051s [fw-irda] [fw-beacon]
1779882898.544 +193.210s [fw-irda] [fw-beacon]
1779882898.706 +193.372s [fw-irda] [fw-beacon]
1779882898.866 +193.532s [fw-irda] [fw-beacon]
1779882899.021 +193.687s [fw-irda] [fw-beacon]
1779882899.176 +193.842s [fw-irda] [fw-beacon]
1779882899.328 +193.994s [fw-irda] [fw-beacon]
1779882899.482 +194.148s [fw-irda] [fw-beacon]
1779882899.641 +194.307s [fw-irda] [fw-beacon]
1779882899.801 +194.467s [fw-irda] [fw-beacon]
1779882899.962 +194.628s [fw-irda] [fw-beacon]
1779882900.122 +194.788s [fw-irda] [fw-beacon]
1779882900.280 +194.946s [fw-irda] [fw-beacon]
1779882900.439 +195.105s [fw-irda] [fw-beacon]
1779882900.598 +195.264s [fw-irda] [fw-beacon]
1779882900.751 +195.416s [fw-irda] [fw-beacon]
1779882900.910 +195.576s [fw-irda] [fw-beacon]
1779882901.068 +195.734s [fw-irda] [fw-beacon]
1779882901.227 +195.893s [fw-irda] [fw-beacon]
1779882901.388 +196.054s [fw-irda] [fw-beacon]
1779882901.546 +196.212s [fw-irda] [fw-beacon]
1779882901.704 +196.370s [fw-irda] [fw-beacon]
1779882901.858 +196.523s [fw-irda] [fw-beacon]
1779882902.012 +196.677s [fw-irda] [fw-beacon]
1779882902.173 +196.839s [fw-irda] [fw-beacon]
1779882902.331 +196.997s [fw-irda] [fw-beacon]
1779882902.489 +197.154s [fw-irda] [fw-beacon]
1779882902.648 +197.314s [fw-irda] [fw-beacon]
1779882902.805 +197.471s [fw-irda] [fw-beacon]
1779882902.957 +197.623s [fw-irda] [fw-beacon]
1779882903.111 +197.777s [fw-irda] [fw-beacon]
1779882903.265 +197.931s [fw-irda] [fw-beacon]
1779882903.426 +198.092s [fw-irda] [fw-beacon]
1779882903.585 +198.250s [fw-irda] [fw-beacon]
1779882903.742 +198.408s [fw-irda] [fw-beacon]
1779882903.902 +198.568s [fw-irda] [fw-beacon]
1779882904.061 +198.727s [fw-irda] [fw-beacon]
1779882904.222 +198.888s [fw-irda] [fw-beacon]
1779882904.380 +199.046s [fw-irda] [fw-beacon]
1779882904.533 +199.198s [fw-irda] [fw-beacon]
1779882904.685 +199.351s [fw-irda] [fw-beacon]
1779882904.839 +199.505s [fw-irda] [fw-beacon]
1779882904.998 +199.664s [fw-irda] [fw-beacon]
1779882916.279 +210.945s [fw-irda] [fw-beacon]
1779882916.641 +211.307s [fw-irda] [fw-beacon]
1779882916.997 +211.663s [fw-irda] [fw-beacon]
1779882917.435 +212.101s [fw-irda] [fw-beacon]
1779882917.794 +212.460s [fw-irda] [fw-beacon]
1779882918.997 +213.663s [fw-irda] [fw-beacon]
1779882919.360 +214.026s [fw-irda] [fw-beacon]
1779882919.723 +214.389s [fw-irda] [fw-beacon]
1779882919.905 +214.571s [fw-irda] [fw-beacon]
1779882920.455 +215.121s [fw-irda] [fw-beacon[fw-beacon][fw-beacon]
1779882920.824 +215.489s [fw-irda] [fw-beacon]
1779882921.194 +215.860s [fw-irda] [fw-beacon]
1779882921.743 +216.409s [fw-irda] [fw-beacon[fw-beacon]
1779882922.111 +216.776s [fw-irda] [fw-beacon]
1779882922.472 +217.138s [fw-irda] [fw-beacon]
1779882922.837 +217.502s [fw-irda] [fw-beacon]
1779882923.201 +217.867s [fw-irda] [fw-beacon]
1779882923.380 +218.046s [fw-irda] 
1779882923.563 +218.228s [fw-irda] [fw-beacon]
1779882923.745 +218.411s [fw-irda] [fw-beacon]
1779882923.926 +218.592s [fw-irda] [fw-beacon]
1779882924.109 +218.775s [fw-irda] 
1779882924.292 +218.958s [fw-irda] [fw-beacon]
1779882924.655 +219.321s [fw-irda] [fw-beacon]
1779882924.837 +219.503s [fw-irda] [fw-beacon]
1779882925.020 +219.685s [fw-irda] [fw-beacon]
1779882925.202 +219.868s [fw-irda] [fw-beacon]
1779882925.391 +220.057s [fw-irda] [fw-beacon]
1779882925.573 +220.239s [fw-irda] [fw-beacon]
1779882925.756 +220.422s [fw-irda] [fw-beacon]
1779882925.939 +220.605s [fw-irda] [fw-beacon]
1779882926.120 +220.786s [fw-irda] [fw-beacon]
1779882926.485 +221.151s [fw-irda] [fw-beacon]
1779882926.820 +221.486s [fw-irda] [fw-beacon]
1779882926.997 +221.663s [fw-irda] [fw-beacon]
1779882927.359 +222.025s [fw-irda] [fw-beacon]
1779882927.727 +222.392s [fw-irda] [fw-beacon]
1779882928.086 +222.752s [fw-irda] [fw-beacon][fw-beacon]
1779882928.270 +222.936s [fw-irda] [fw-beacon]
1779882928.454 +223.120s [fw-irda] [fw-beacon]
1779882928.816 +223.482s [fw-irda] [fw-beacon]
1779882928.997 +223.663s [fw-irda] [fw-beacon]
1779882929.181 +223.847s [fw-irda] [fw-beacon]
1779882929.362 +224.028s [fw-irda] [fw-beacon]
1779882929.545 +224.211s [fw-irda] [fw-beacon]
1779882929.732 +224.398s [fw-irda] [fw-beacon]
1779882929.914 +224.580s [fw-irda] [fw-beacon]
1779882930.279 +224.945s [fw-irda] [fw-beacon]
1779882930.460 +225.126s [fw-irda] [fw-beacon]
1779882930.825 +225.491s [fw-irda] [fw-beacon]
1779882931.190 +225.856s [fw-irda] [fw-beacon]
1779882931.369 +226.035s [fw-irda] [fw-beacon]
1779882931.552 +226.218s [fw-irda] [fw-beacon]
1779882931.917 +226.583s [fw-irda] [fw-beacon]
1779882932.282 +226.947s [fw-irda] [fw-beacon]
1779882932.467 +227.132s [fw-irda] [fw-beacon]
1779882932.644 +227.310s [fw-irda] [fw-beacon]
1779882932.809 +227.475s [fw-irda] [fw-beacon]
1779882933.159 +227.825s [fw-irda] [fw-beacon]
1779882933.339 +228.004s [fw-irda] [fw-beacon]
1779882933.524 +228.190s [fw-irda] [fw-beacon]
1779882933.708 +228.374s [fw-irda] [fw-beacon]
1779882934.075 +228.741s [fw-irda] [fw-beacon]
1779882934.441 +229.107s [fw-irda] [fw-beacon]
1779882934.618 +229.284s [fw-irda] [fw-beacon]
1779882934.799 +229.465s [fw-irda] [fw-beacon]
1779882934.983 +229.649s [fw-irda] [fw-beacon]
1779882935.165 +229.831s [fw-irda] [fw-beacon]
1779882935.346 +230.011s [fw-irda] [fw-beacon]
1779882935.528 +230.194s [fw-irda] [fw-beacon]
1779882935.710 +230.376s [fw-irda] [fw-beacon]
1779882935.890 +230.556s [fw-irda] [fw-beacon]
1779882936.068 +230.734s [fw-irda] [fw-beacon]
1779882936.250 +230.916s [fw-irda] [fw-beacon]
1779882936.432 +231.098s [fw-irda] [fw-beacon]
1779882936.612 +231.278s [fw-irda] [fw-beacon]
1779882936.793 +231.459s [fw-irda] [fw-beacon]
1779882936.973 +231.639s [fw-irda] [fw-beacon]
1779882937.153 +231.819s [fw-irda] [fw-beacon]
1779882937.334 +232.000s [fw-irda] [fw-beacon]
1779882937.516 +232.182s [fw-irda] [fw-beacon]
1779882937.698 +232.364s [fw-irda] [fw-beacon]
1779882937.879 +232.545s [fw-irda] [fw-beacon]
1779882938.063 +232.729s [fw-irda] [fw-beacon]
1779882938.245 +232.911s [fw-irda] [fw-beacon]
1779882938.433 +233.099s [fw-irda] [fw-beacon]
1779882938.605 +233.271s [fw-irda] [fw-beacon]
1779882938.770 +233.436s [fw-irda] [fw-beacon]
1779882938.947 +233.613s [fw-irda] [fw-beacon]
1779882939.128 +233.794s [fw-irda] [fw-beacon]
1779882939.308 +233.974s [fw-irda] [fw-beacon]
1779882939.491 +234.157s [fw-irda] [fw-beacon]
1779882939.675 +234.341s [fw-irda] [fw-beacon]
1779882939.858 +234.523s [fw-irda] [fw-beacon]
1779882940.038 +234.703s [fw-irda] [fw-beacon]
1779882940.213 +234.879s [fw-irda] [fw-beacon]
1779882940.376 +235.042s [fw-irda] [fw-beacon]
1779882940.538 +235.204s [fw-irda] [fw-beacon]
1779882940.699 +235.365s [fw-irda] [fw-beacon]
1779882940.856 +235.521s [fw-irda] [fw-beacon]
1779882941.011 +235.677s [fw-irda] [fw-beacon]
1779882941.163 +235.829s [fw-irda] [fw-beacon]
1779882941.318 +235.984s [fw-irda] [fw-beacon]
1779882941.479 +236.145s [fw-irda] [fw-beacon]
1779882941.639 +236.305s [fw-irda] [fw-beacon]
1779882941.799 +236.465s [fw-irda] [fw-beacon]
1779882941.975 +236.641s [fw-irda] [fw-beacon]
1779882942.158 +236.824s [fw-irda] [fw-beacon]
1779882942.336 +237.002s [fw-irda] [fw-beacon]
1779882942.520 +237.186s [fw-irda] [fw-beacon]
1779882942.704 +237.370s [fw-irda] [fw-beacon]
1779882942.888 +237.554s [fw-irda] [fw-beacon]
1779882943.071 +237.737s [fw-irda] [fw-beacon]
1779882943.253 +237.919s [fw-irda] [fw-beacon]
1779882943.435 +238.101s [fw-irda] [fw-beacon]
1779882943.620 +238.285s [fw-irda] [fw-beacon]
1779882943.803 +238.469s [fw-irda] [fw-beacon]
1779882943.986 +238.652s [fw-irda] [fw-beacon]
1779882944.168 +238.834s [fw-irda] [fw-beacon]
1779882944.350 +239.016s [fw-irda] [fw-beacon]
1779882944.532 +239.198s [fw-irda] [fw-beacon]
1779882944.715 +239.381s [fw-irda] [fw-beacon]
1779882944.898 +239.564s [fw-irda] [fw-beacon]
1779882945.079 +239.745s [fw-irda] [fw-beacon]
1779882945.260 +239.926s [fw-irda] [fw-beacon]
1779882945.442 +240.108s [fw-irda] [fw-beacon]
1779882945.623 +240.289s [fw-irda] [fw-beacon]
1779882945.807 +240.473s [fw-irda] [fw-beacon]
1779882945.986 +240.652s [fw-irda] [fw-beacon]
1779882946.164 +240.830s [fw-irda] [fw-beacon]
1779882946.345 +241.011s [fw-irda] [fw-beacon]
1779882946.511 +241.177s [fw-irda] [fw-beacon]
1779882946.679 +241.345s [fw-irda] [fw-beacon]
1779882946.860 +241.526s [fw-irda] [fw-beacon]
1779882947.039 +241.705s [fw-irda] [fw-beacon]
1779882947.220 +241.886s [fw-irda] [fw-beacon]
1779882947.405 +242.071s [fw-irda] [fw-beacon]
1779882947.586 +242.252s [fw-irda] [fw-beacon]
1779882947.766 +242.432s [fw-irda] [fw-beacon]
1779882947.948 +242.613s [fw-irda] [fw-beacon]
1779882948.131 +242.797s [fw-irda] [fw-beacon]
1779882948.315 +242.980s [fw-irda] [fw-beacon]
1779882948.494 +243.160s [fw-irda] [fw-beacon]
1779882948.675 +243.341s [fw-irda] [fw-beacon]
1779882948.860 +243.526s [fw-irda] [fw-beacon]
1779882949.045 +243.711s [fw-irda] [fw-beacon]
1779882949.225 +243.891s [fw-irda] [fw-beacon]
1779882949.406 +244.072s [fw-irda] [fw-beacon]
1779882949.589 +244.255s [fw-irda] [fw-beacon]
1779882949.771 +244.437s [fw-irda] [fw-beacon]
1779882949.952 +244.618s [fw-irda] [fw-beacon]
1779882950.135 +244.801s [fw-irda] [fw-beacon]
1779882950.320 +244.985s [fw-irda] [fw-beacon]
1779882950.502 +245.168s [fw-irda] [fw-beacon]
1779882950.681 +245.347s [fw-irda] [fw-beacon]
1779882950.863 +245.529s [fw-irda] [fw-beacon]
1779882951.045 +245.711s [fw-irda] [fw-beacon]
1779882951.228 +245.894s [fw-irda] [fw-beacon]
1779882951.408 +246.074s [fw-irda] [fw-beacon]
1779882951.597 +246.263s [fw-irda] [fw-beacon]
1779882951.783 +246.449s [fw-irda] [fw-beacon]
1779882951.965 +246.631s [fw-irda] [fw-beacon]
1779882952.143 +246.809s [fw-irda] [fw-beacon]
1779882952.323 +246.989s [fw-irda] [fw-beacon]
1779882952.494 +247.160s [fw-irda] [fw-beacon]
1779882952.657 +247.323s [fw-irda] [fw-beacon]
1779882952.819 +247.485s [fw-irda] [fw-beacon]
1779882952.997 +247.663s [fw-irda] [fw-beacon]
1779882953.174 +247.840s [fw-irda] [fw-beacon]
1779882953.356 +248.022s [fw-irda] [fw-beacon]
1779882953.525 +248.191s [fw-irda] [fw-beacon]
1779882953.706 +248.372s [fw-irda] [fw-beacon]
1779882953.885 +248.551s [fw-irda] [fw-beacon]
1779882954.062 +248.728s [fw-irda] [fw-beacon]
1779882954.233 +248.899s [fw-irda] [fw-beacon]
1779882954.392 +249.058s [fw-irda] [fw-beacon]
1779882954.551 +249.217s [fw-irda] [fw-beacon]
1779882954.705 +249.371s [fw-irda] [fw-beacon]
1779882954.858 +249.524s [fw-irda] [fw-beacon]
1779882955.018 +249.684s [fw-irda] [fw-beacon]
1779882955.177 +249.843s [fw-irda] [fw-beacon]
1779882955.337 +250.003s [fw-irda] [fw-beacon]
1779882955.497 +250.163s [fw-irda] [fw-beacon]
1779882955.661 +250.327s [fw-irda] [fw-beacon]
1779882955.831 +250.497s [fw-irda] [fw-beacon]
1779882956.005 +250.670s [fw-irda] [fw-beacon]
1779882956.177 +250.843s [fw-irda] [fw-beacon]
1779882956.339 +251.005s [fw-irda] [fw-beacon]
1779882956.498 +251.164s [fw-irda] [fw-beacon]
1779882956.657 +251.323s [fw-irda] [fw-beacon]
1779882956.818 +251.484s [fw-irda] [fw-beacon]
1779882956.980 +251.646s [fw-irda] [fw-beacon]
1779882957.140 +251.806s [fw-irda] [fw-beacon]
1779882957.293 +251.959s [fw-irda] [fw-beacon]
1779882957.446 +252.112s [fw-irda] [fw-beacon]
1779882957.601 +252.267s [fw-irda] [fw-beacon]
1779882957.761 +252.427s [fw-irda] [fw-beacon]
1779882957.944 +252.610s [fw-irda] [fw-beacon]
1779882958.125 +252.791s [fw-irda] [fw-beacon]
1779882958.309 +252.975s [fw-irda] [fw-beacon]
1779882958.484 +253.150s [fw-irda] [fw-beacon]
1779882958.667 +253.333s [fw-irda] [fw-beacon]
1779882958.848 +253.514s [fw-irda] [fw-beacon]
1779882959.018 +253.684s [fw-irda] [fw-beacon]
1779882959.179 +253.845s [fw-irda] [fw-beacon]
1779882959.341 +254.007s [fw-irda] [fw-beacon]
1779882959.503 +254.168s [fw-irda] [fw-beacon]
1779882959.662 +254.328s [fw-irda] [fw-beacon]
1779882959.821 +254.487s [fw-irda] [fw-beacon]
1779882959.974 +254.640s [fw-irda] [fw-beacon]
1779882960.130 +254.796s [fw-irda] [fw-beacon]
1779882960.287 +254.953s [fw-irda] [fw-beacon]
1779882960.465 +255.131s [fw-irda] [fw-beacon]
1779882960.645 +255.311s [fw-irda] [fw-beacon]
1779882960.827 +255.493s [fw-irda] [fw-beacon]
1779882961.007 +255.673s [fw-irda] [fw-beacon]
1779882961.190 +255.856s [fw-irda] [fw-beacon]
1779882961.356 +256.021s [fw-irda] [fw-beacon]
1779882961.521 +256.187s [fw-irda] [fw-beacon]
1779882961.699 +256.365s [fw-irda] [fw-beacon]
1779882961.880 +256.545s [fw-irda] [fw-beacon]
1779882962.042 +256.708s [fw-irda] [fw-beacon]
1779882962.219 +256.885s [fw-irda] [fw-beacon]
1779882962.377 +257.043s [fw-irda] [fw-beacon]
1779882962.536 +257.202s [fw-irda] [fw-beacon]
1779882962.691 +257.357s [fw-irda] [fw-beacon]
1779882962.844 +257.510s [fw-irda] [fw-beacon]
1779882963.005 +257.671s [fw-irda] [fw-beacon]
1779882963.165 +257.831s [fw-irda] [fw-beacon]
1779882963.327 +257.993s [fw-irda] [fw-beacon]
1779882963.505 +258.171s [fw-irda] [fw-beacon]
1779882963.688 +258.354s [fw-irda] [fw-beacon]
1779882963.869 +258.535s [fw-irda] [fw-beacon]
1779882964.052 +258.718s [fw-irda] [fw-beacon]
1779882964.228 +258.894s [fw-irda] [fw-beacon]
1779882964.394 +259.060s [fw-irda] [fw-beacon]
1779882964.577 +259.243s [fw-irda] [fw-beacon]
1779882964.750 +259.416s [fw-irda] [fw-beacon]
1779882964.919 +259.585s [fw-irda] [fw-beacon]
1779882965.092 +259.757s [fw-irda] [fw-beacon]
1779882965.255 +259.921s [fw-irda] [fw-beacon]
1779882965.414 +260.080s [fw-irda] [fw-beacon]
1779882965.575 +260.241s [fw-irda] [fw-beacon]
1779882965.735 +260.401s [fw-irda] [fw-beacon]
1779882965.894 +260.560s [fw-irda] [fw-beacon]
1779882966.054 +260.720s [fw-irda] [fw-beacon]
1779882966.206 +260.872s [fw-irda] [fw-beacon]
1779882966.362 +261.028s [fw-irda] [fw-beacon]
1779882966.522 +261.188s [fw-irda] [fw-beacon]
1779882966.680 +261.346s [fw-irda] [fw-beacon]
1779882966.841 +261.507s [fw-irda] [fw-beacon]
1779882967.002 +261.668s [fw-irda] [fw-beacon]
1779882967.163 +261.828s [fw-irda] [fw-beacon]
1779882967.318 +261.984s [fw-irda] [fw-beacon]
1779882967.485 +262.151s [fw-irda] [fw-beacon]
1779882967.656 +262.322s [fw-irda] [fw-beacon]
1779882967.839 +262.505s [fw-irda] [fw-beacon]
1779882968.015 +262.681s [fw-irda] [fw-beacon]
1779882968.195 +262.861s [fw-irda] [fw-beacon]
1779882968.375 +263.041s [fw-irda] [fw-beacon]
1779882968.539 +263.205s [fw-irda] [fw-beacon]
1779882968.699 +263.365s [fw-irda] [fw-beacon]
1779882968.860 +263.525s [fw-irda] [fw-beacon]
1779882969.019 +263.685s [fw-irda] [fw-beacon]
1779882969.178 +263.844s [fw-irda] [fw-beacon]
1779882969.341 +264.007s [fw-irda] [fw-beacon]
1779882969.509 +264.175s [fw-irda] [fw-beacon]
1779882969.691 +264.357s [fw-irda] [fw-beacon]
1779882969.873 +264.539s [fw-irda] [fw-beacon]
1779882970.038 +264.704s [fw-irda] [fw-beacon]
1779882970.196 +264.861s [fw-irda] [fw-beacon]
1779882970.374 +265.039s [fw-irda] [fw-beacon]
1779882970.558 +265.224s [fw-irda] [fw-beacon]
1779882970.740 +265.406s [fw-irda] [fw-beacon]
1779882970.920 +265.586s [fw-irda] [fw-beacon]
1779882971.105 +265.771s [fw-irda] [fw-beacon]
1779882971.291 +265.956s [fw-irda] [fw-beacon]
1779882971.474 +266.140s [fw-irda] [fw-beacon]
1779882971.654 +266.319s [fw-irda] [fw-beacon]
1779882971.837 +266.503s [fw-irda] [fw-beacon]
1779882972.020 +266.686s [fw-irda] [fw-beacon]
1779882972.201 +266.867s [fw-irda] [fw-beacon]
1779882972.385 +267.051s [fw-irda] [fw-beacon]
1779882972.566 +267.232s [fw-irda] [fw-beacon]
1779882972.729 +267.395s [fw-irda] [fw-beacon]
1779882972.893 +267.559s [fw-irda] [fw-beacon]
1779882973.047 +267.713s [fw-irda] [fw-beacon]
1779882973.200 +267.866s [fw-irda] [fw-beacon]
1779882973.358 +268.024s [fw-irda] [fw-beacon]
1779882973.518 +268.184s [fw-irda] [fw-beacon]
1779882973.681 +268.347s [fw-irda] [fw-beacon]
1779882973.842 +268.507s [fw-irda] [fw-beacon]
1779882974.002 +268.668s [fw-irda] [fw-beacon]
1779882974.160 +268.826s [fw-irda] [fw-beacon]
1779882974.320 +268.986s [fw-irda] [fw-beacon]
1779882974.475 +269.141s [fw-irda] [fw-beacon]
1779882974.628 +269.294s [fw-irda] [fw-beacon]
1779882974.788 +269.454s [fw-irda] [fw-beacon]
1779882974.948 +269.614s [fw-irda] [fw-beacon]
1779882975.106 +269.772s [fw-irda] [fw-beacon]
1779882975.267 +269.933s [fw-irda] [fw-beacon]
1779882975.429 +270.095s [fw-irda] [fw-beacon]
1779882975.590 +270.256s [fw-irda] [fw-beacon]
1779882975.743 +270.409s [fw-irda] [fw-beacon]
1779882975.897 +270.563s [fw-irda] [fw-beacon]
1779882976.052 +270.718s [fw-irda] [fw-beacon]
1779882976.213 +270.879s [fw-irda] [fw-beacon]
1779882976.372 +271.038s [fw-irda] [fw-beacon]
1779882976.528 +271.194s [fw-irda] [fw-beacon]
1779882976.684 +271.350s [fw-irda] [fw-beacon]
1779882976.842 +271.508s [fw-irda] [fw-beacon]
1779882977.008 +271.674s [fw-irda] [fw-beacon]
1779882977.190 +271.856s [fw-irda] [fw-beacon]
1779882977.376 +272.042s [fw-irda] [fw-beacon]
1779882977.560 +272.226s [fw-irda] [fw-beacon]
1779882977.736 +272.402s [fw-irda] [fw-beacon]
1779882977.888 +272.554s [fw-irda] [fw-beacon]
1779882978.058 +272.724s [fw-irda] [fw-beacon]
1779882978.216 +272.882s [fw-irda] [fw-beacon]
1779882978.395 +273.061s [fw-irda] [fw-beacon]
1779882978.573 +273.239s [fw-irda] [fw-beacon]
1779882978.756 +273.422s [fw-irda] [fw-beacon]
1779882978.911 +273.577s [fw-irda] [fw-beacon]
1779882979.069 +273.735s [fw-irda] [fw-beacon]
1779882979.226 +273.892s [fw-irda] [fw-beacon]
1779882979.403 +274.069s [fw-irda] [fw-beacon]
1779882979.601 +274.267s [fw-irda] [fw-beacon]
1779882979.789 +274.455s [fw-irda] [fw-beacon]
1779882979.974 +274.640s [fw-irda] [fw-beacon]
1779882980.161 +274.827s [fw-irda] [fw-beacon]
1779882980.345 +275.011s [fw-irda] [fw-beacon]
1779882980.524 +275.190s [fw-irda] [fw-beacon]
1779882980.681 +275.347s [fw-irda] [fw-beacon]
1779882980.834 +275.500s [fw-irda] [fw-beacon]
1779882980.988 +275.654s [fw-irda] [fw-beacon]
1779882981.147 +275.812s [fw-irda] [fw-beacon]
1779882981.309 +275.975s [fw-irda] [fw-beacon]
1779882981.470 +276.136s [fw-irda] [fw-beacon]
1779882981.630 +276.296s [fw-irda] [fw-beacon]
1779882981.790 +276.456s [fw-irda] [fw-beacon]
1779882981.950 +276.616s [fw-irda] [fw-beacon]
1779882982.113 +276.779s [fw-irda] [fw-beacon]
1779882982.278 +276.944s [fw-irda] [fw-beacon]
1779882982.454 +277.120s [fw-irda] [fw-beacon]
1779882982.633 +277.299s [fw-irda] [fw-beacon]
1779882982.812 +277.478s [fw-irda] [fw-beacon]
1779882982.996 +277.661s [fw-irda] [fw-beacon]
1779882983.177 +277.843s [fw-irda] [fw-beacon]
1779882983.359 +278.025s [fw-irda] [fw-beacon]
1779882983.541 +278.206s [fw-irda] [fw-beacon]
1779882983.723 +278.389s [fw-irda] [fw-beacon]
1779882983.909 +278.575s [fw-irda] [fw-beacon]
1779882984.095 +278.761s [fw-irda] [fw-beacon]
1779882984.277 +278.943s [fw-irda] [fw-beacon]
1779882984.455 +279.121s [fw-irda] [fw-beacon]
1779882984.636 +279.302s [fw-irda] [fw-beacon]
1779882984.821 +279.487s [fw-irda] [fw-beacon]
1779882985.003 +279.669s [fw-irda] [fw-beacon]
1779882985.186 +279.852s [fw-irda] [fw-beacon]
1779882985.367 +280.033s [fw-irda] [fw-beacon]
1779882985.549 +280.215s [fw-irda] [fw-beacon]
1779882985.728 +280.394s [fw-irda] [fw-beacon]
1779882985.903 +280.569s [fw-irda] [fw-beacon]
1779882986.064 +280.730s [fw-irda] [fw-beacon]
1779882986.223 +280.889s [fw-irda] [fw-beacon]
1779882986.382 +281.048s [fw-irda] [fw-beacon]
1779882986.537 +281.203s [fw-irda] [fw-beacon]
1779882986.692 +281.358s [fw-irda] [fw-beacon]
1779882986.855 +281.521s [fw-irda] [fw-beacon]
1779882987.018 +281.684s [fw-irda] [fw-beacon]
1779882987.176 +281.841s [fw-irda] [fw-beacon]
1779882987.334 +282.000s [fw-irda] [fw-beacon]
1779882987.492 +282.158s [fw-irda] [fw-beacon]
1779882987.666 +282.332s [fw-irda] [fw-beacon]
1779882987.839 +282.505s [fw-irda] [fw-beacon]
1779882988.019 +282.685s [fw-irda] [fw-beacon]
1779882988.202 +282.868s [fw-irda] [fw-beacon]
1779882988.385 +283.051s [fw-irda] [fw-beacon]
1779882988.573 +283.239s [fw-irda] [fw-beacon]
1779882988.757 +283.423s [fw-irda] [fw-beacon]
1779882988.938 +283.604s [fw-irda] [fw-beacon]
1779882989.120 +283.785s [fw-irda] [fw-beacon]
1779882989.302 +283.968s [fw-irda] [fw-beacon]
1779882989.487 +284.152s [fw-irda] [fw-beacon]
1779882989.668 +284.334s [fw-irda] [fw-beacon]
1779882989.852 +284.518s [fw-irda] [fw-beacon]
1779882990.034 +284.700s [fw-irda] [fw-beacon]
1779882990.216 +284.882s [fw-irda] [fw-beacon]
1779882990.398 +285.064s [fw-irda] [fw-beacon]
1779882990.583 +285.249s [fw-irda] [fw-beacon]
1779882990.766 +285.432s [fw-irda] [fw-beacon]
1779882990.946 +285.612s [fw-irda] [fw-beacon]
1779882991.125 +285.791s [fw-irda] [fw-beacon]
1779882991.312 +285.978s [fw-irda] [fw-beacon]
1779882991.489 +286.155s [fw-irda] [fw-beacon]
1779882991.671 +286.337s [fw-irda] [fw-beacon]
1779882991.855 +286.521s [fw-irda] [fw-beacon]
1779882992.037 +286.702s [fw-irda] [fw-beacon]
1779882992.224 +286.890s [fw-irda] [fw-beacon]
1779882992.408 +287.074s [fw-irda] [fw-beacon]
1779882992.594 +287.260s [fw-irda] [fw-beacon]
1779882992.781 +287.447s [fw-irda] [fw-beacon]
1779882992.968 +287.634s [fw-irda] [fw-beacon]
1779882993.155 +287.821s [fw-irda] [fw-beacon]
1779882993.334 +288.000s [fw-irda] [fw-beacon]
1779882993.517 +288.182s [fw-irda] [fw-beacon]
1779882993.697 +288.363s [fw-irda] [fw-beacon]
1779882993.880 +288.546s [fw-irda] [fw-beacon]
1779882994.066 +288.732s [fw-irda] [fw-beacon]
1779882994.249 +288.915s [fw-irda] [fw-beacon]
1779882994.431 +289.097s [fw-irda] [fw-beacon]
1779882994.618 +289.284s [fw-irda] [fw-beacon]
1779882994.799 +289.465s [fw-irda] [fw-beacon]
1779882994.980 +289.646s [fw-irda] [fw-beacon]
1779882995.162 +289.828s [fw-irda] [fw-beacon]
1779882995.343 +290.009s [fw-irda] [fw-beacon]
1779882995.530 +290.196s [fw-irda] [fw-beacon]
1779882995.716 +290.382s [fw-irda] [fw-beacon]
1779882995.900 +290.566s [fw-irda] [fw-beacon]
1779882996.075 +290.741s [fw-irda] [fw-beacon]
1779882996.245 +290.911s [fw-irda] [fw-beacon]
1779882996.413 +291.079s [fw-irda] [fw-beacon]
1779882996.597 +291.263s [fw-irda] [fw-beacon]
1779882996.777 +291.443s [fw-irda] [fw-beacon]
1779882996.956 +291.622s [fw-irda] [fw-beacon]
1779882997.134 +291.800s [fw-irda] [fw-beacon]
1779882997.316 +291.981s [fw-irda] [fw-beacon]
1779882997.498 +292.164s [fw-irda] [fw-beacon]
1779882997.682 +292.348s [fw-irda] [fw-beacon]
1779882997.865 +292.531s [fw-irda] [fw-beacon]
1779882998.049 +292.714s [fw-irda] [fw-beacon]
1779882998.231 +292.897s [fw-irda] [fw-beacon]
1779882998.414 +293.080s [fw-irda] [fw-beacon]
1779882998.597 +293.263s [fw-irda] [fw-beacon]
1779882998.779 +293.445s [fw-irda] [fw-beacon]
1779882998.961 +293.626s [fw-irda] [fw-beacon]
1779882999.145 +293.811s [fw-irda] [fw-beacon]
1779882999.325 +293.991s [fw-irda] [fw-beacon]
1779882999.509 +294.175s [fw-irda] [fw-beacon]
1779882999.692 +294.358s [fw-irda] [fw-beacon]
1779882999.879 +294.545s [fw-irda] [fw-beacon]
1779883000.062 +294.728s [fw-irda] [fw-beacon]
1779883000.243 +294.909s [fw-irda] [fw-beacon]
1779883000.426 +295.092s [fw-irda] [fw-beacon]
1779883000.607 +295.272s [fw-irda] [fw-beacon]
1779883000.786 +295.452s [fw-irda] [fw-beacon]
1779883000.967 +295.632s [fw-irda] [fw-beacon]
1779883001.151 +295.817s [fw-irda] [fw-beacon]
1779883001.334 +296.000s [fw-irda] [fw-beacon]
1779883001.514 +296.180s [fw-irda] [fw-beacon]
1779883001.697 +296.363s [fw-irda] [fw-beacon]
1779883001.881 +296.547s [fw-irda] [fw-beacon]
1779883002.063 +296.729s [fw-irda] [fw-beacon]
1779883002.238 +296.904s [fw-irda] [fw-beacon]
1779883002.406 +297.072s [fw-irda] [fw-beacon]
1779883002.571 +297.237s [fw-irda] [fw-beacon]
1779883002.754 +297.420s [fw-irda] [fw-beacon]
1779883002.933 +297.599s [fw-irda] [fw-beacon]
1779883003.116 +297.782s [fw-irda] [fw-beacon]
1779883003.298 +297.964s [fw-irda] [fw-beacon]
1779883003.479 +298.145s [fw-irda] [fw-beacon]
1779883003.658 +298.324s [fw-irda] [fw-beacon]
1779883003.841 +298.506s [fw-irda] [fw-beacon]
1779883004.020 +298.685s [fw-irda] [fw-beacon]
1779883004.203 +298.869s [fw-irda] [fw-beacon]
1779883004.389 +299.055s [fw-irda] [fw-beacon]
1779883004.569 +299.235s [fw-irda] [fw-beacon]
1779883004.746 +299.412s [fw-irda] [fw-beacon]
1779883004.927 +299.593s [fw-irda] [fw-beacon]
1779883005.112 +299.778s [fw-irda] [fw-beacon]
1779883005.298 +299.964s [fw-irda] [fw-beacon]
1779883005.479 +300.145s [fw-irda] [fw-beacon]
1779883005.663 +300.328s [fw-irda] [fw-beacon]
1779883005.845 +300.510s [fw-irda] [fw-beacon]
1779883006.030 +300.695s [fw-irda] [fw-beacon]
1779883006.211 +300.877s [fw-irda] [fw-beacon]
1779883006.392 +301.058s [fw-irda] [fw-beacon]
1779883006.574 +301.239s [fw-irda] [fw-beacon]
1779883006.757 +301.423s [fw-irda] [fw-beacon]
1779883006.940 +301.606s [fw-irda] [fw-beacon]
1779883007.123 +301.789s [fw-irda] [fw-beacon]
1779883007.304 +301.969s [fw-irda] [fw-beacon]
1779883007.483 +302.149s [fw-irda] [fw-beacon]
1779883007.665 +302.331s [fw-irda] [fw-beacon]
1779883007.850 +302.516s [fw-irda] [fw-beacon]
1779883008.033 +302.699s [fw-irda] [fw-beacon]
1779883008.202 +302.868s [fw-irda] [fw-beacon]
1779883008.371 +303.037s [fw-irda] [fw-beacon]
1779883008.542 +303.208s [fw-irda] [fw-beacon]
1779883008.727 +303.393s [fw-irda] [fw-beacon]
1779883008.906 +303.572s [fw-irda] [fw-beacon]
1779883009.085 +303.751s [fw-irda] [fw-beacon]
1779883009.266 +303.932s [fw-irda] [fw-beacon]
1779883009.448 +304.114s [fw-irda] [fw-beacon]
1779883009.632 +304.298s [fw-irda] [fw-beacon]
1779883009.814 +304.480s [fw-irda] [fw-beacon]
1779883009.997 +304.662s [fw-irda] [fw-beacon]
1779883010.179 +304.844s [fw-irda] [fw-beacon]
1779883010.356 +305.022s [fw-irda] [fw-beacon]
1779883010.540 +305.206s [fw-irda] [fw-beacon]
1779883010.722 +305.388s [fw-irda] [fw-beacon]
1779883010.905 +305.571s [fw-irda] [fw-beacon]
1779883011.086 +305.752s [fw-irda] [fw-beacon]
1779883011.269 +305.935s [fw-irda] [fw-beacon]
1779883011.453 +306.119s [fw-irda] [fw-beacon]
1779883011.636 +306.302s [fw-irda] [fw-beacon]
1779883011.818 +306.484s [fw-irda] [fw-beacon]
1779883012.000 +306.666s [fw-irda] [fw-beacon]
1779883012.188 +306.854s [fw-irda] [fw-beacon]
irda_capture.stderr.log (62 bytes, 1 lignes)
irda_capture: reading /tmp/irda.pty.link → /tmp/fw-irda.log
mobile.log (264,756 bytes, 1822 lignes)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCC <0006> gsm48_cc.c:62 init Call Control
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:7079 init Radio Ressource process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1480 init Mobility Management process
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:1197 Selecting PLMN SEARCH state, because no SIM.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMOB <0013> app_mobile.c:295 Mobile '1' initialized, please start phone now!
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DLGLOBAL <001e> telnet_interface.c:88 Available via telnet 127.0.0.1 4247
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:606 (ms 1) Inserting test card (IMSI=001010001000001, Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:611 -> Test card registered to 001-01-65534 (Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> subscriber.c:626 -> Test card not GPRS registered
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DMM <0005> gsm48_mm.c:5129 (ms 1) Received 'MMR_REG_REQ' event
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_SIM_INSERT' for automatic PLMN selection in state 'A0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:1353 Start search of last registered PLMN (mcc-001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:1358 Use RPLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DPLMN <0002> gsm322.c:800 new state 'A0 null' -> 'A1 trying RPLMN'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DSUM <0010> gsm322.c:3587 Selecting PLMN (mcc-mnc=001-01  Test, Test)
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:3595 Start stored cell selection.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C2 stored cell selection'
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.201 +0.000s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882707.206 +0.005s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.303 +0.102s Wed May 27 11:51:47 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882707.545 +0.344s Wed May 27 11:51:47 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:531 
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C2 stored cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:823 new state 'C2 stored cell selection' -> 'C1 normal cell selection'
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882711.546 +4.345s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.637 +4.436s Wed May 27 11:51:51 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882711.878 +4.677s Wed May 27 11:51:51 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:531 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C1 normal cell selection' -> 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A1 trying RPLMN'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4805 MCC    |MNC    |allowed|rx-lev
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:4806 -------+-------+-------+-------
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1141 No PLMN in list.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:1808 Select using access class 
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:1066 Not any PLMN allowable. Do limited search with RPLMN.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DPLMN <0002> gsm322.c:800 new state 'A1 trying RPLMN' -> 'A4 wait for PLMN to appear'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NEW_PLMN' for Cell selection in state 'C0 null'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:3583 Selected PLMN with limited service.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.879 +8.678s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882715.896 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882715.897 +8.696s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882715.988 +8.787s Wed May 27 11:51:55 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882716.228 +9.027s Wed May 27 11:51:56 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:531 
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, PLMN search
1779882720.229 +13.028s Wed May 27 11:52:00 2026 DMM <0005> gsm48_mm.c:1051 new MM IDLE state PLMN search -> no cell available
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882720.258 +13.057s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.360 +13.159s Wed May 27 11:52:00 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882720.570 +13.369s Wed May 27 11:52:00 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:531 
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882724.571 +17.370s Wed May 27 11:52:04 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882724.586 +17.385s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.684 +17.483s Wed May 27 11:52:04 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882724.974 +17.773s Wed May 27 11:52:04 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:531 
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882728.975 +21.774s Wed May 27 11:52:08 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882729.005 +21.804s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.155 +21.955s Wed May 27 11:52:09 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882729.416 +22.215s Wed May 27 11:52:09 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:531 
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882733.417 +26.216s Wed May 27 11:52:13 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882733.433 +26.232s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.512 +26.312s Wed May 27 11:52:13 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882733.724 +26.523s Wed May 27 11:52:13 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:531 
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882737.725 +30.524s Wed May 27 11:52:17 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882737.742 +30.541s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882737.742 +30.542s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882737.837 +30.636s Wed May 27 11:52:17 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882738.077 +30.876s Wed May 27 11:52:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882738.077 +30.877s Wed May 27 11:52:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:531 
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882742.078 +34.877s Wed May 27 11:52:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882742.097 +34.897s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.191 +34.990s Wed May 27 11:52:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882742.429 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882742.430 +35.229s Wed May 27 11:52:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:531 
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882746.430 +39.229s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882746.430 +39.230s Wed May 27 11:52:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882746.456 +39.255s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.540 +39.339s Wed May 27 11:52:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882746.746 +39.545s Wed May 27 11:52:26 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:531 
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882750.747 +43.546s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882750.747 +43.547s Wed May 27 11:52:30 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882750.767 +43.566s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882750.859 +43.658s Wed May 27 11:52:30 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882751.099 +43.898s Wed May 27 11:52:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:531 
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882755.099 +47.898s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882755.099 +47.899s Wed May 27 11:52:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882755.119 +47.918s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.213 +48.012s Wed May 27 11:52:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882755.453 +48.252s Wed May 27 11:52:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:531 
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882759.453 +52.252s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882759.453 +52.253s Wed May 27 11:52:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882759.472 +52.271s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.563 +52.362s Wed May 27 11:52:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882759.802 +52.601s Wed May 27 11:52:39 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882763.802 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:531 
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882763.803 +56.602s Wed May 27 11:52:43 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882763.820 +56.619s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882763.912 +56.711s Wed May 27 11:52:43 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882764.150 +56.950s Wed May 27 11:52:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:531 
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882768.151 +60.950s Wed May 27 11:52:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882768.165 +60.964s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.246 +61.045s Wed May 27 11:52:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882768.456 +61.256s Wed May 27 11:52:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:531 
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882772.457 +65.256s Wed May 27 11:52:52 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882772.473 +65.272s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.552 +65.351s Wed May 27 11:52:52 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882772.782 +65.581s Wed May 27 11:52:52 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:531 
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882776.783 +69.582s Wed May 27 11:52:56 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882776.817 +69.616s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882776.980 +69.779s Wed May 27 11:52:56 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882777.269 +70.068s Wed May 27 11:52:57 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:531 
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882781.270 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882781.271 +74.070s Wed May 27 11:53:01 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882781.286 +74.085s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882781.286 +74.086s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882781.366 +74.165s Wed May 27 11:53:01 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)

[... 1122 lines truncated ...]

1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882978.368 +271.167s Wed May 27 11:56:18 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:531 
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882982.368 +275.167s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882982.368 +275.168s Wed May 27 11:56:22 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882982.400 +275.199s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.569 +275.368s Wed May 27 11:56:22 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882982.824 +275.623s Wed May 27 11:56:22 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:531 
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882986.825 +279.624s Wed May 27 11:56:26 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882986.841 +279.640s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882986.921 +279.720s Wed May 27 11:56:26 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882987.130 +279.930s Wed May 27 11:56:27 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:531 
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882991.132 +283.931s Wed May 27 11:56:31 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882991.151 +283.950s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.241 +284.040s Wed May 27 11:56:31 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882991.477 +284.276s Wed May 27 11:56:31 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:531 
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882995.478 +288.277s Wed May 27 11:56:35 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882995.497 +288.296s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882995.497 +288.297s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.592 +288.391s Wed May 27 11:56:35 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779882995.833 +288.632s Wed May 27 11:56:35 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:531 
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.833 +292.633s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779882999.834 +292.633s Wed May 27 11:56:39 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779882999.851 +292.650s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779882999.942 +292.742s Wed May 27 11:56:39 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779882999.943 +292.742s Wed May 27 11:56:39 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883000.181 +292.980s Wed May 27 11:56:40 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:531 
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883004.181 +296.981s Wed May 27 11:56:44 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883004.197 +296.996s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.290 +297.089s Wed May 27 11:56:44 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883004.529 +297.329s Wed May 27 11:56:44 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2698 Cell selection failed, sync timeout.
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2705 free sysinfo arfcn=1
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 ARFCN  |MCC    |MNC    |LAC    |cell ID|forb.LA|prio   |min-db |max-pwr|rx-lev
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 -------+-------+-------+-------+-------+-------+-------+-------+-------+-------
1779883008.530 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:531 
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2095 Cell search finished without result.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C6 any cell selection' -> 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DPLMN <0002> gsm322.c:3774 (ms 1) Event 'EVENT_NO_CELL_FOUND' for automatic PLMN selection in state 'A4 wait for PLMN to appear'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:4006 (ms 1) Event 'EVENT_NO_CELL_FOUND' for Cell selection in state 'C0 null'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:823 new state 'C0 null' -> 'C6 any cell selection'
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2818 Scanning frequencies. (1..1)
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5058 (ms 1) Received 'MM_EVENT_NO_CELL_FOUND' event in state MM IDLE, no cell available
1779883008.531 +301.330s Wed May 27 11:56:48 2026 DMM <0005> gsm48_mm.c:5074 Message MM_EVENT_NO_CELL_FOUND unhandled in state MM idle.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2866 Found signal (ARFCN 1 rxlev <=-110 (0))
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2883 Done with power scanning range.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2743 Scanning power for sticked cell.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2795 Found 1 frequencies.
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2214 Scanning frequency 1 (rxlev <=-110).
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:476 Sync to ARFCN=1 rxlev=<=-110 (No sysinfo yet, ccch mode NONE)
1779883008.550 +301.349s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2234 30 frequencies left in band 940..124
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:2906 Channel synched. (ARFCN=1, snr=28, BSIC=63)
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.641 +301.440s Wed May 27 11:56:48 2026 DRR <0001> gsm322.c:2929 using DSC of 90
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm48_rr.c:6344 Channel provides data.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DCS <0003> gsm322.c:693 Starting CS timer with 4 seconds.
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> sysinfo.c:947 New SYSTEM INFORMATION 3 (lai=001-01-1)
1779883008.878 +301.677s Wed May 27 11:56:48 2026 DRR <0001> gsm48_rr.c:2878 Changing CCCH_MODE to 2
osmocon.log (1,011,208 bytes, 5974 lignes)
1779882706.288 +0.642s got 2 bytes from modem, data looks like: 3e 69  >i
1779882706.288 +0.642s Received ident ack from phone, sending parameter sequence
1779882706.288 +0.642s read_file(/opt/GSM/firmware/board/compal_e88/layer1.highram.bin): file_size=65236, hdr_len=0, dnload_len=65239
1779882706.288 +0.642s Received parameter ack from phone, starting download
1779882707.190 +1.544s Progress: 1%Progress: 3%Progress: 4%Progress: 6%Progress: 7%Progress: 9%Progress: 10%Progress: 12%Progress: 14%Progress: 15%Progress: 17%Progress: 18%Progress: 20%Progress: 21%Progress: 23%Progress: 25%Progress: 26%Progress: 28%Progress: 29%Progress: 31%Progress: 32%Progress: 34%Progress: 36%Progress: 37%Progress: 39%Progress: 40%Progress: 42%Progress: 43%Progress: 45%Progress: 47%Progress: 48%Progress: 50%Progress: 51%Progress: 53%Progress: 54%Progress: 56%Progress: 58%Progress: 59%Progress: 61%Progress: 62%Progress: 64%Progress: 65%Progress: 67%Progress: 69%Progress: 70%Progress: 72%Progress: 73%Progress: 75%Progress: 76%Progress: 78%Progress: 80%Progress: 81%Progress: 83%Progress: 84%Progress: 86%Progress: 87%Progress: 89%Progress: 91%Progress: 92%Progress: 94%Progress: 95%Progress: 97%Progress: 98%Progress: 100%L1CTL_RESET_REQ: FULL!L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882707.207 +1.561s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882707.208 +1.562s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882707.229 +1.583s Starting FCCH RecognitionFB0 (613:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.598s FB1 (616:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.244 +1.599s   fn_offset=615 (fn=616 + attempt=1 + ntdma = 0)
1779882707.245 +1.599s   delay=9 (fn_offset=615 + 11 - fn=616 - 1
1779882707.245 +1.600s   scheduling next FB/SB detection task with delay 9
1779882707.301 +1.656s =>FB @ FNR 615 fn_offset=614 qbits=4908
1779882707.301 +1.656s Synchronize_TDMA
1779882707.301 +1.656s SB1 (1243:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882707.302 +1.656s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882707.302 +1.656s Synchronize_TDMA
1779882707.303 +1.657s =>FB @ FNR 1242 fn_offset=52 qbits=4908
1779882708.499 +2.854s Finished, sent 64 blocks in total
1779882708.499 +2.854s Received branch ack, your code is running now!
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882708.499 +2.854s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882708.499 +2.854s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882708.499 +2.854s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882709.860 +4.214s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882711.204 +5.558s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882711.548 +5.902s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ......L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882711.563 +5.918s Starting FCCH RecognitionFB0 (1008:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.578 +5.933s FB1 (1011:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.579 +5.933s   fn_offset=1010 (fn=1011 + attempt=1 + ntdma = 0)
1779882711.579 +5.934s   delay=9 (fn_offset=1010 + 11 - fn=1011 - 1
1779882711.580 +5.934s   scheduling next FB/SB detection task with delay 9
1779882711.635 +5.989s =>FB @ FNR 1010 fn_offset=1009 qbits=4908
1779882711.635 +5.989s Synchronize_TDMA
1779882711.635 +5.989s SB1 (2033:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882711.636 +5.990s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882711.636 +5.990s Synchronize_TDMA
1779882711.637 +5.991s =>FB @ FNR 2032 fn_offset=52 qbits=4908
1779882712.795 +7.150s ......?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 cb 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 cf 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 d9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882712.795 +7.150s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882712.795 +7.150s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882712.795 +7.150s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882714.151 +8.505s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882715.495 +9.850s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779882715.881 +10.235s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882715.897 +10.251s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882715.898 +10.252s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882715.917 +10.271s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.931 +10.285s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779882715.932 +10.286s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779882715.932 +10.286s   scheduling next FB/SB detection task with delay 9
1779882715.986 +10.340s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779882715.986 +10.340s Synchronize_TDMA
1779882715.986 +10.340s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882715.987 +10.341s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882715.987 +10.341s Synchronize_TDMA
1779882715.987 +10.342s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779882716.959 +11.313s ++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882716.959 +11.313s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779882716.959 +11.313s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882716.959 +11.313s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882718.544 +12.898s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779882719.712 +14.066s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779882720.230 +14.584s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  .........L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779882720.259 +14.613s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779882720.260 +14.614s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779882720.295 +14.650s Starting FCCH RecognitionFB0 (964:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.308 +14.663s FB1 (967:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.309 +14.663s   fn_offset=966 (fn=967 + attempt=1 + ntdma = 0)
1779882720.309 +14.664s   delay=9 (fn_offset=966 + 11 - fn=967 - 1
1779882720.310 +14.664s   scheduling next FB/SB detection task with delay 9
1779882720.359 +14.713s =>FB @ FNR 966 fn_offset=965 qbits=4908
1779882720.359 +14.713s Synchronize_TDMA
1779882720.359 +14.713s SB1 (1945:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779882720.359 +14.713s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779882720.359 +14.714s Synchronize_TDMA
1779882720.360 +14.714s =>FB @ FNR 1944 fn_offset=52 qbits=4908
1779882721.226 +15.580s ..e?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779882721.226 +15.580s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779882721.226 +15.580s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........

[... 5574 lines truncated (file too large : 1,011,208 bytes) ...]

1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
1779883007.785 +302.139s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 36 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........6?...I..............++++++++
1779883008.532 +302.886s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 L1CTL_RESET_REQ: FULL!L1CTL_PM_REQ start=1 end=1
1779883008.551 +302.905s PM MEAS: ARFCN=1, 0    dBm at baseband, -138 dBm at RF
1779883008.552 +302.906s L1CTL_RESET_REQ: FULL!L1CTL_FBSB_REQ (arfcn=1, flags=0x7)
1779883008.570 +302.925s Starting FCCH RecognitionFB0 (971:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.584 +302.938s FB1 (974:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.585 +302.939s   fn_offset=973 (fn=974 + attempt=1 + ntdma = 0)
1779883008.585 +302.939s   delay=9 (fn_offset=973 + 11 - fn=974 - 1
1779883008.586 +302.940s   scheduling next FB/SB detection task with delay 9
1779883008.639 +302.994s =>FB @ FNR 973 fn_offset=972 qbits=4908
1779883008.639 +302.994s Synchronize_TDMA
1779883008.639 +302.994s SB1 (1959:1): TOA=   23, Power= 310dBm, Angle=    0Hz
1779883008.640 +302.994s => SB 0x000000fc: BSIC=63 fn=52(0/ 0/ 1) qbits=0
1779883008.640 +302.994s Synchronize_TDMA
1779883008.640 +302.995s =>FB @ FNR 1958 fn_offset=52 qbits=4908
1779883009.379 +303.733s 00 03 3c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........<?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 40 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........@?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 65 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........e?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 69 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........i?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 6f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........o?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 73 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........s?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 98 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 9c 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 a6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 08 00 00 00 01 00 00 00 00 01 00 01  ............
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 09 01 00 00 00 01 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 0d 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_send(dlci=5): 01 00 00 00 00 01 00 64 27 10 03 20 03 07 00 00 00  .......d'.. .....
1779883009.379 +303.733s hdlc_recv(dlci=5): 0e 00 00 00 01 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 02 00 00 00 00 00 00 01 00 00 00 34 00 1c 00 00 00 00 00 3f  ...........4.......?
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 68 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........h?...I..............++++++++
1779883009.379 +303.733s hdlc_send(dlci=5): 10 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 11 00 00 00 02 00 00 00  ........
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 72 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........r?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 76 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........v?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 9b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 9f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a5 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 a9 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 00 ce 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883009.379 +303.733s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d2 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 d8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 00 dc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 01 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 05 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 0f 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 34 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........4?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 38 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........8?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 3e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........>?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 42 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........B?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 67 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........g?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 6b 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........k?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 71 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........q?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 75 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........u?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 9a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 9e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a4 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 a8 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 01 cd 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d1 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 d7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 01 db 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883010.725 +305.079s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 00 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 04 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 0e 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 33 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........3?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 37 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........7?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 3d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........=?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 41 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........A?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 66 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........f?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 6a 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........j?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 70 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........p?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 74 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........t?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 99 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 9d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a3 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 a7 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 cc 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d0 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 d6 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 02 da 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 02 ff 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 03 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 09 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 90 00 00 01 00 00 03 0d 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ............?...I..............++++++++
1779883012.106 +306.461s hdlc_recv(dlci=5): 03 00 00 00 80 00 00 01 00 00 03 32 3f 00 00 00 49 06 1b 00 01 00 f1 10 00 01 01 00 18 ff ff 2b 2b 2b 2b 2b 2b 2b 2b  ...........2?...I..............++++++++
pc_hist.log (0 bytes, 0 lignes)
qemu_diag.log (3,003,224 bytes, 37411 lignes)
19:1779882704.316 +0.032s [c54x] RPTB EXIT PC=0x0000 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
55:1779882704.318 +0.035s qemu-system-arm: [dsp-shunt] active — c54x emulator should be skipped, BSP DMA→DARAM should be gated. Phase 1: canned dispatch TODO. Watch /tmp/qemu.log for LATCH/DISPATCH lines.
183:1779882704.350 +0.067s [c54x] RPTB EXIT PC=0xff80 RSA=0x0000 REA=0x0000 insn=0 SP=0x1100
204:1779882704.358 +0.075s [c54x] IRQ #1 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
208:1779882704.362 +0.078s [c54x] IRQ #2 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
210:1779882704.364 +0.080s [c54x] IRQ #3 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
212:1779882704.366 +0.082s [c54x] IRQ #4 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
215:1779882704.368 +0.084s [c54x] IRQ #5 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
217:1779882704.370 +0.086s [c54x] IRQ #6 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
220:1779882704.372 +0.088s [c54x] IRQ #7 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
222:1779882704.374 +0.091s [c54x] IRQ #8 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
225:1779882704.376 +0.093s [c54x] IRQ #9 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
227:1779882704.379 +0.096s [c54x] IRQ #10 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
230:1779882704.382 +0.099s [c54x] IRQ #11 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
232:1779882704.385 +0.101s [c54x] IRQ #12 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
235:1779882704.387 +0.104s [c54x] IRQ #13 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
237:1779882704.390 +0.106s [c54x] IRQ #14 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
240:1779882704.392 +0.109s [c54x] IRQ #15 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
242:1779882704.394 +0.111s [c54x] IRQ #16 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
245:1779882704.397 +0.114s [c54x] IRQ #17 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
247:1779882704.399 +0.116s [c54x] IRQ #18 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
250:1779882704.402 +0.118s [c54x] IRQ #19 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
252:1779882704.404 +0.121s [c54x] IRQ #20 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
302:1779882704.723 +0.440s [c54x] IRQ #100 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
310:1779882705.326 +1.042s [c54x] IRQ #200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
317:1779882705.747 +1.464s [c54x] IRQ #300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
322:1779882706.131 +1.848s [c54x] IRQ #400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
409:1779882706.714 +2.431s [c54x] IRQ #500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
414:1779882707.156 +2.872s [c54x] IRQ #600 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
560:1779882707.195 +2.912s [calypso-trx] ARM TASK WR [0x0008] = 1 fn=608
562:1779882707.195 +2.912s [calypso-trx] fbsb hook fired task=1 fn=608
690:1779882707.217 +2.934s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=612
691:1779882707.217 +2.934s [calypso-trx] fbsb hook fired task=5 fn=612
699:1779882707.219 +2.935s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
702:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=614 #1
709:1779882707.227 +2.944s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0000 sz=2 fn=614 #2
710:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=614 #3
711:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=614 #4
712:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=614 #5
713:1779882707.227 +2.944s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=614 #6
716:1779882707.233 +2.950s [calypso-trx] ARM TASK WR [0x0008] = 5 fn=615
717:1779882707.233 +2.950s [calypso-trx] fbsb hook fired task=5 fn=615
727:1779882707.234 +2.951s [dsp-shunt] DISPATCH FB page=0 → d_fb_det=1 TOA=23 PM=0x7000 ANGLE=0 SNR=0x7000 (NDB only)
730:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_det [arm=0x01f0 dsp_word=0x08f8] = 0x0001 sz=2 fn=617 #7
735:1779882707.242 +2.959s [calypso-trx] ARM RD d_fb_mode [arm=0x01f2 dsp_word=0x08f9] = 0x0001 sz=2 fn=617 #8
736:1779882707.242 +2.959s [calypso-trx] ARM RD a_sync_ANG [arm=0x01f8 dsp_word=0x08fc] = 0x0000 sz=2 fn=617 #9
737:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_TOA [arm=0x01f4 dsp_word=0x08fa] = 0x0017 sz=2 fn=617 #10
738:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_PM [arm=0x01f6 dsp_word=0x08fb] = 0x7000 sz=2 fn=617 #11
739:1779882707.243 +2.959s [calypso-trx] ARM RD a_sync_SNR [arm=0x01fa dsp_word=0x08fd] = 0x7000 sz=2 fn=617 #12
764:1779882707.285 +3.001s [calypso-trx] ARM TASK WR [0x0008] = 6 fn=626
765:1779882707.285 +3.001s [calypso-trx] fbsb hook fired task=6 fn=626
775:1779882707.290 +3.007s [calypso-trx] ARM TASK WR [0x0030] = 6 fn=627
776:1779882707.290 +3.007s [calypso-trx] fbsb hook fired task=6 fn=627
853:1779882707.520 +3.237s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=678
854:1779882707.520 +3.237s [calypso-trx] fbsb hook fired task=24 fn=678
865:1779882707.525 +3.242s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=679
866:1779882707.525 +3.242s [calypso-trx] fbsb hook fired task=24 fn=679
875:1779882707.530 +3.247s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=680
876:1779882707.530 +3.247s [calypso-trx] fbsb hook fired task=24 fn=680
884:1779882707.534 +3.251s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=681
885:1779882707.534 +3.251s [calypso-trx] fbsb hook fired task=24 fn=681
895:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=683 #1
896:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=683 #2
897:1779882707.544 +3.261s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=683 #3
898:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=683 #4
899:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=683 #5
900:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=683 #6
901:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=683 #7
902:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=683 #8
903:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=683 #9
904:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=683 #10
905:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=683 #11
906:1779882707.552 +3.268s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=683 #12
956:1779882707.568 +3.285s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=688
957:1779882707.568 +3.285s [calypso-trx] fbsb hook fired task=24 fn=688
966:1779882707.574 +3.290s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=689
967:1779882707.574 +3.290s [calypso-trx] fbsb hook fired task=24 fn=689
976:1779882707.578 +3.295s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=690
977:1779882707.578 +3.295s [calypso-trx] fbsb hook fired task=24 fn=690
986:1779882707.583 +3.300s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=691
987:1779882707.583 +3.300s [calypso-trx] fbsb hook fired task=24 fn=691
995:1779882707.588 +3.304s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=692
996:1779882707.588 +3.304s [calypso-trx] fbsb hook fired task=24 fn=692
1002:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=693 #13
1003:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=693 #14
1004:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=693 #15
1005:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=693 #16
1006:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=693 #17
1007:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=693 #18
1008:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=693 #19
1009:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=693 #20
1010:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=693 #21
1011:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=693 #22
1012:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=693 #23
1013:1779882707.592 +3.309s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=693 #24
1015:1779882707.592 +3.309s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=693
1016:1779882707.592 +3.309s [calypso-trx] fbsb hook fired task=24 fn=693
1025:1779882707.597 +3.314s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=694
1026:1779882707.597 +3.314s [calypso-trx] fbsb hook fired task=24 fn=694
1033:1779882707.601 +3.318s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=695
1034:1779882707.601 +3.318s [calypso-trx] fbsb hook fired task=24 fn=695
1041:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=697 #25
1042:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=697 #26
1043:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=697 #27
1044:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=697 #28
1045:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=697 #29
1046:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=697 #30
1047:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=697 #31
1048:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=697 #32
1049:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=697 #33
1050:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=697 #34
1051:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=697 #35
1052:1779882707.610 +3.327s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=697 #36
1057:1779882707.624 +3.341s [c54x] IRQ #700 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1073:1779882707.753 +3.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=729
1074:1779882707.753 +3.470s [calypso-trx] fbsb hook fired task=24 fn=729
1080:1779882707.757 +3.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=730
1081:1779882707.757 +3.474s [calypso-trx] fbsb hook fired task=24 fn=730
1087:1779882707.762 +3.478s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=731
1088:1779882707.762 +3.478s [calypso-trx] fbsb hook fired task=24 fn=731
1094:1779882707.766 +3.483s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=732
1095:1779882707.766 +3.483s [calypso-trx] fbsb hook fired task=24 fn=732
1101:1779882707.771 +3.487s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=733
1102:1779882707.771 +3.487s [calypso-trx] fbsb hook fired task=24 fn=733
1107:1779882707.775 +3.491s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=734 #37
1108:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=734 #38
1109:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=734 #39
1110:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=734 #40
1111:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=734 #41
1112:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=734 #42
1113:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=734 #43
1114:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=734 #44
1115:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=734 #45
1116:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=734 #46
1117:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=734 #47
1118:1779882707.775 +3.492s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=734 #48
1120:1779882707.775 +3.492s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=734
1121:1779882707.775 +3.492s [calypso-trx] fbsb hook fired task=24 fn=734
1128:1779882707.780 +3.497s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=735
1129:1779882707.780 +3.497s [calypso-trx] fbsb hook fired task=24 fn=735
1135:1779882707.784 +3.501s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=736
1136:1779882707.784 +3.501s [calypso-trx] fbsb hook fired task=24 fn=736
1141:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=738 #49
1142:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=738 #50
1143:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=738 #51
1144:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=738 #52
1145:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=738 #53
1146:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=738 #54
1147:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=738 #55
1148:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=738 #56
1149:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=738 #57
1150:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=738 #58
1151:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=738 #59
1152:1779882707.793 +3.510s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=738 #60
1155:1779882707.798 +3.515s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=739
1156:1779882707.798 +3.515s [calypso-trx] fbsb hook fired task=24 fn=739
1162:1779882707.803 +3.519s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=740
1163:1779882707.803 +3.519s [calypso-trx] fbsb hook fired task=24 fn=740
1169:1779882707.807 +3.524s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=741
1170:1779882707.807 +3.524s [calypso-trx] fbsb hook fired task=24 fn=741
1179:1779882707.811 +3.528s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=742
1180:1779882707.811 +3.528s [calypso-trx] fbsb hook fired task=24 fn=742
1186:1779882707.816 +3.532s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=743
1187:1779882707.816 +3.532s [calypso-trx] fbsb hook fired task=24 fn=743
1192:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=744 #61
1193:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=744 #62
1194:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=744 #63
1195:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=744 #64
1196:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=744 #65
1197:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=744 #66
1198:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=744 #67
1199:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=744 #68
1200:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=744 #69
1201:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=744 #70
1202:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=744 #71
1203:1779882707.820 +3.537s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=744 #72
1205:1779882707.820 +3.537s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=744
1206:1779882707.820 +3.537s [calypso-trx] fbsb hook fired task=24 fn=744
1213:1779882707.826 +3.543s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=745
1214:1779882707.826 +3.543s [calypso-trx] fbsb hook fired task=24 fn=745
1220:1779882707.831 +3.547s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=746
1221:1779882707.831 +3.547s [calypso-trx] fbsb hook fired task=24 fn=746
1226:1779882707.839 +3.556s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=748 #73
1227:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=748 #74
1228:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=748 #75
1229:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=748 #76
1230:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=748 #77
1231:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=748 #78
1232:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=748 #79
1233:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=748 #80
1234:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=748 #81
1235:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=748 #82
1236:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=748 #83
1237:1779882707.840 +3.556s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=748 #84
1240:1779882707.979 +3.696s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=780
1241:1779882707.979 +3.696s [calypso-trx] fbsb hook fired task=24 fn=780
1247:1779882707.983 +3.700s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=781
1248:1779882707.983 +3.700s [calypso-trx] fbsb hook fired task=24 fn=781
1254:1779882707.987 +3.704s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=782
1255:1779882707.987 +3.704s [calypso-trx] fbsb hook fired task=24 fn=782
1263:1779882707.991 +3.707s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=783
1264:1779882707.991 +3.707s [calypso-trx] fbsb hook fired task=24 fn=783
1270:1779882707.995 +3.711s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=784
1271:1779882707.995 +3.711s [calypso-trx] fbsb hook fired task=24 fn=784
1276:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=785 #85
1277:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=785 #86
1278:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=785 #87
1279:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=785 #88
1280:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=785 #89
1281:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=785 #90
1282:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=785 #91
1283:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=785 #92
1284:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=785 #93
1285:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=785 #94
1286:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=785 #95
1287:1779882707.999 +3.715s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=785 #96
1289:1779882707.999 +3.715s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=785
1290:1779882707.999 +3.715s [calypso-trx] fbsb hook fired task=24 fn=785
1297:1779882708.003 +3.720s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=786
1298:1779882708.003 +3.720s [calypso-trx] fbsb hook fired task=24 fn=786
1304:1779882708.007 +3.724s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=787
1305:1779882708.007 +3.724s [calypso-trx] fbsb hook fired task=24 fn=787
1310:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=789 #97
1311:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=789 #98
1312:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=789 #99
1313:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=789 #100
1314:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=789 #101
1315:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=789 #102
1316:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=789 #103
1317:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=789 #104
1318:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=789 #105
1319:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=789 #106
1320:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=789 #107
1321:1779882708.015 +3.732s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=789 #108
1324:1779882708.020 +3.736s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=790
1325:1779882708.020 +3.736s [calypso-trx] fbsb hook fired task=24 fn=790
1331:1779882708.024 +3.740s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=791
1332:1779882708.024 +3.740s [calypso-trx] fbsb hook fired task=24 fn=791
1338:1779882708.028 +3.744s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=792
1339:1779882708.028 +3.744s [calypso-trx] fbsb hook fired task=24 fn=792
1345:1779882708.032 +3.748s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=793
1346:1779882708.032 +3.748s [calypso-trx] fbsb hook fired task=24 fn=793
1352:1779882708.036 +3.752s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=794
1353:1779882708.036 +3.752s [calypso-trx] fbsb hook fired task=24 fn=794
1358:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=795 #109
1359:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=795 #110
1360:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=795 #111
1361:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=795 #112
1362:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=795 #113
1363:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=795 #114
1364:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=795 #115
1365:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=795 #116
1366:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=795 #117
1367:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=795 #118
1368:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=795 #119
1369:1779882708.039 +3.756s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=795 #120
1371:1779882708.039 +3.756s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=795
1372:1779882708.039 +3.756s [calypso-trx] fbsb hook fired task=24 fn=795
1379:1779882708.044 +3.761s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=796
1380:1779882708.044 +3.761s [calypso-trx] fbsb hook fired task=24 fn=796
1386:1779882708.048 +3.765s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=797
1387:1779882708.048 +3.765s [calypso-trx] fbsb hook fired task=24 fn=797
1392:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=799 #121
1393:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=799 #122
1394:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=799 #123
1395:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=799 #124
1396:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=799 #125
1397:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=799 #126
1398:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=799 #127
1399:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=799 #128
1400:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=799 #129
1401:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=799 #130
1402:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=799 #131
1403:1779882708.057 +3.773s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=799 #132
1405:1779882708.062 +3.778s [c54x] IRQ #800 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1409:1779882708.183 +3.900s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=831
1410:1779882708.183 +3.900s [calypso-trx] fbsb hook fired task=24 fn=831
1416:1779882708.187 +3.904s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=832
1417:1779882708.187 +3.904s [calypso-trx] fbsb hook fired task=24 fn=832
1423:1779882708.191 +3.908s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=833
1424:1779882708.191 +3.908s [calypso-trx] fbsb hook fired task=24 fn=833
1430:1779882708.195 +3.912s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=834
1431:1779882708.195 +3.912s [calypso-trx] fbsb hook fired task=24 fn=834
1437:1779882708.199 +3.915s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=835
1438:1779882708.199 +3.915s [calypso-trx] fbsb hook fired task=24 fn=835
1443:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[4] [arm=0x03a8 dsp_word=0x09d4] = 0x0000 sz=2 fn=836 #133
1444:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[2] [arm=0x03a4 dsp_word=0x09d2] = 0x0000 sz=2 fn=836 #134
1445:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[5] [arm=0x03aa dsp_word=0x09d5] = 0x0649 sz=2 fn=836 #135
1446:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[6] [arm=0x03ac dsp_word=0x09d6] = 0x001b sz=2 fn=836 #136
1447:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[7] [arm=0x03ae dsp_word=0x09d7] = 0x0001 sz=2 fn=836 #137
1448:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[8] [arm=0x03b0 dsp_word=0x09d8] = 0x10f1 sz=2 fn=836 #138
1449:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[9] [arm=0x03b2 dsp_word=0x09d9] = 0x0100 sz=2 fn=836 #139
1450:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[10] [arm=0x03b4 dsp_word=0x09da] = 0x0001 sz=2 fn=836 #140
1451:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[11] [arm=0x03b6 dsp_word=0x09db] = 0xff18 sz=2 fn=836 #141
1452:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[12] [arm=0x03b8 dsp_word=0x09dc] = 0x2bff sz=2 fn=836 #142
1453:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[13] [arm=0x03ba dsp_word=0x09dd] = 0x2b2b sz=2 fn=836 #143
1454:1779882708.203 +3.919s [calypso-trx] ARM RD a_cd[14] [arm=0x03bc dsp_word=0x09de] = 0x2b2b sz=2 fn=836 #144
1456:1779882708.203 +3.919s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=836
1457:1779882708.203 +3.919s [calypso-trx] fbsb hook fired task=24 fn=836
1464:1779882708.207 +3.924s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=837

[... 37011 lines truncated (file too large : 3,003,224 bytes) ...]

120750:1779883011.450 +307.167s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61198
120751:1779883011.450 +307.167s [calypso-trx] fbsb hook fired task=24 fn=61198
120758:1779883011.459 +307.176s [c54x] IRQ #61200 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120760:1779883011.603 +307.319s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61232
120761:1779883011.603 +307.319s [calypso-trx] fbsb hook fired task=24 fn=61232
120766:1779883011.607 +307.324s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61233
120767:1779883011.607 +307.324s [calypso-trx] fbsb hook fired task=24 fn=61233
120772:1779883011.612 +307.328s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61234
120773:1779883011.612 +307.328s [calypso-trx] fbsb hook fired task=24 fn=61234
120778:1779883011.616 +307.333s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61235
120779:1779883011.616 +307.333s [calypso-trx] fbsb hook fired task=24 fn=61235
120784:1779883011.621 +307.338s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61236
120785:1779883011.621 +307.338s [calypso-trx] fbsb hook fired task=24 fn=61236
120790:1779883011.625 +307.342s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61237
120791:1779883011.625 +307.342s [calypso-trx] fbsb hook fired task=24 fn=61237
120797:1779883011.630 +307.347s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61238
120798:1779883011.630 +307.347s [calypso-trx] fbsb hook fired task=24 fn=61238
120803:1779883011.635 +307.352s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61239
120804:1779883011.635 +307.352s [calypso-trx] fbsb hook fired task=24 fn=61239
120812:1779883011.649 +307.365s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61242
120813:1779883011.649 +307.365s [calypso-trx] fbsb hook fired task=24 fn=61242
120818:1779883011.653 +307.370s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61243
120819:1779883011.653 +307.370s [calypso-trx] fbsb hook fired task=24 fn=61243
120824:1779883011.658 +307.374s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61244
120825:1779883011.658 +307.374s [calypso-trx] fbsb hook fired task=24 fn=61244
120830:1779883011.662 +307.379s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61245
120831:1779883011.662 +307.379s [calypso-trx] fbsb hook fired task=24 fn=61245
120836:1779883011.667 +307.383s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61246
120837:1779883011.667 +307.383s [calypso-trx] fbsb hook fired task=24 fn=61246
120842:1779883011.671 +307.388s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61247
120843:1779883011.671 +307.388s [calypso-trx] fbsb hook fired task=24 fn=61247
120849:1779883011.677 +307.393s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61248
120850:1779883011.677 +307.394s [calypso-trx] fbsb hook fired task=24 fn=61248
120855:1779883011.682 +307.398s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61249
120856:1779883011.682 +307.398s [calypso-trx] fbsb hook fired task=24 fn=61249
120865:1779883011.832 +307.549s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61283
120866:1779883011.832 +307.549s [calypso-trx] fbsb hook fired task=24 fn=61283
120871:1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
120872:1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
120877:1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
120878:1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
120883:1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
120884:1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
120889:1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
120890:1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
120895:1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
120896:1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
120902:1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
120903:1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
120908:1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
120909:1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
120915:1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
120916:1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
120921:1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
120922:1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
120927:1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
120928:1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
120933:1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
120934:1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
120939:1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
120940:1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
120945:1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
120946:1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
120952:1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
120953:1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
120958:1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
120959:1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
120960:1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
120968:1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
120969:1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
120974:1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
120975:1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
120980:1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
120981:1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
120986:1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
120987:1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
120992:1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
120993:1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
120998:1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
120999:1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
121005:1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
121006:1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
121011:1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
121012:1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
121018:1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
121019:1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
121024:1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
121025:1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
121030:1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
121031:1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
121036:1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
121037:1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
121042:1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
121043:1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
121049:1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
121050:1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
121056:1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
121057:1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
121062:1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
121063:1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
qemu_tail.log (331,699 bytes, 4000 lignes)
1779883002.856 +298.573s [calypso-fbsb] on_dsp_task_change task=24 fn=59320 state=5
1779883002.856 +298.573s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.856 +298.573s [iota] WARN pending queue full, dropping oldest
1779883002.857 +298.573s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.858 +298.574s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.861 +298.578s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59321
1779883002.861 +298.578s [calypso-trx] fbsb hook fired task=24 fn=59321
1779883002.861 +298.578s [calypso-fbsb] on_dsp_task_change task=24 fn=59321 state=5
1779883002.861 +298.578s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.861 +298.578s [iota] WARN pending queue full, dropping oldest
1779883002.862 +298.579s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.866 +298.582s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59322
1779883002.866 +298.582s [calypso-trx] fbsb hook fired task=24 fn=59322
1779883002.866 +298.582s [calypso-fbsb] on_dsp_task_change task=24 fn=59322 state=5
1779883002.866 +298.582s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.866 +298.582s [iota] WARN pending queue full, dropping oldest
1779883002.867 +298.583s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.875 +298.591s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.879 +298.596s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59325
1779883002.879 +298.596s [calypso-trx] fbsb hook fired task=24 fn=59325
1779883002.879 +298.596s [calypso-fbsb] on_dsp_task_change task=24 fn=59325 state=5
1779883002.879 +298.596s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.879 +298.596s [iota] WARN pending queue full, dropping oldest
1779883002.880 +298.597s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.883 +298.600s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59326
1779883002.883 +298.600s [calypso-trx] fbsb hook fired task=24 fn=59326
1779883002.883 +298.600s [calypso-fbsb] on_dsp_task_change task=24 fn=59326 state=5
1779883002.883 +298.600s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.883 +298.600s [iota] WARN pending queue full, dropping oldest
1779883002.884 +298.601s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.888 +298.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59327
1779883002.888 +298.604s [calypso-trx] fbsb hook fired task=24 fn=59327
1779883002.888 +298.604s [calypso-fbsb] on_dsp_task_change task=24 fn=59327 state=5
1779883002.888 +298.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.888 +298.604s [iota] WARN pending queue full, dropping oldest
1779883002.889 +298.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.892 +298.609s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59328
1779883002.892 +298.609s [calypso-trx] fbsb hook fired task=24 fn=59328
1779883002.892 +298.609s [calypso-fbsb] on_dsp_task_change task=24 fn=59328 state=5
1779883002.892 +298.609s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.892 +298.609s [iota] WARN pending queue full, dropping oldest
1779883002.893 +298.610s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.897 +298.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59329
1779883002.897 +298.613s [calypso-trx] fbsb hook fired task=24 fn=59329
1779883002.897 +298.613s [calypso-fbsb] on_dsp_task_change task=24 fn=59329 state=5
1779883002.897 +298.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.897 +298.613s [iota] WARN pending queue full, dropping oldest
1779883002.898 +298.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.901 +298.618s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59330
1779883002.901 +298.618s [calypso-trx] fbsb hook fired task=24 fn=59330
1779883002.901 +298.618s [calypso-fbsb] on_dsp_task_change task=24 fn=59330 state=5
1779883002.901 +298.618s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.901 +298.618s [iota] WARN pending queue full, dropping oldest
1779883002.902 +298.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.903 +298.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.906 +298.623s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59331
1779883002.906 +298.623s [calypso-trx] fbsb hook fired task=24 fn=59331
1779883002.906 +298.623s [calypso-fbsb] on_dsp_task_change task=24 fn=59331 state=5
1779883002.906 +298.623s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.906 +298.623s [iota] WARN pending queue full, dropping oldest
1779883002.907 +298.624s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.910 +298.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59332
1779883002.911 +298.627s [calypso-trx] fbsb hook fired task=24 fn=59332
1779883002.911 +298.627s [calypso-fbsb] on_dsp_task_change task=24 fn=59332 state=5
1779883002.911 +298.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883002.911 +298.627s [iota] WARN pending queue full, dropping oldest
1779883002.912 +298.628s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883002.920 +298.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883002.933 +298.650s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883002.933 +298.650s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.062 +298.779s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59366
1779883003.062 +298.779s [calypso-trx] fbsb hook fired task=24 fn=59366
1779883003.062 +298.779s [calypso-fbsb] on_dsp_task_change task=24 fn=59366 state=5
1779883003.062 +298.779s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.062 +298.779s [iota] WARN pending queue full, dropping oldest
1779883003.063 +298.780s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.066 +298.783s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59367
1779883003.066 +298.783s [calypso-trx] fbsb hook fired task=24 fn=59367
1779883003.066 +298.783s [calypso-fbsb] on_dsp_task_change task=24 fn=59367 state=5
1779883003.066 +298.783s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.066 +298.783s [iota] WARN pending queue full, dropping oldest
1779883003.067 +298.784s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.071 +298.788s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59368
1779883003.071 +298.788s [calypso-trx] fbsb hook fired task=24 fn=59368
1779883003.071 +298.788s [calypso-fbsb] on_dsp_task_change task=24 fn=59368 state=5
1779883003.071 +298.788s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.071 +298.788s [iota] WARN pending queue full, dropping oldest
1779883003.072 +298.789s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.075 +298.792s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59369
1779883003.075 +298.792s [calypso-trx] fbsb hook fired task=24 fn=59369
1779883003.075 +298.792s [calypso-fbsb] on_dsp_task_change task=24 fn=59369 state=5
1779883003.075 +298.792s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.075 +298.792s [iota] WARN pending queue full, dropping oldest
1779883003.076 +298.793s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.080 +298.796s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59370
1779883003.080 +298.796s [calypso-trx] fbsb hook fired task=24 fn=59370
1779883003.080 +298.796s [calypso-fbsb] on_dsp_task_change task=24 fn=59370 state=5
1779883003.080 +298.796s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.080 +298.796s [iota] WARN pending queue full, dropping oldest
1779883003.081 +298.797s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.084 +298.801s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59371
1779883003.084 +298.801s [calypso-trx] fbsb hook fired task=24 fn=59371
1779883003.084 +298.801s [calypso-fbsb] on_dsp_task_change task=24 fn=59371 state=5
1779883003.084 +298.801s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.084 +298.801s [iota] WARN pending queue full, dropping oldest
1779883003.085 +298.801s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.086 +298.803s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.089 +298.806s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59372
1779883003.089 +298.806s [calypso-trx] fbsb hook fired task=24 fn=59372
1779883003.089 +298.806s [calypso-fbsb] on_dsp_task_change task=24 fn=59372 state=5
1779883003.089 +298.806s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.089 +298.806s [iota] WARN pending queue full, dropping oldest
1779883003.089 +298.806s [iota] BDLENA rising edge #17900 tn=0 pending=31
1779883003.090 +298.807s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.094 +298.810s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59373
1779883003.094 +298.810s [calypso-trx] fbsb hook fired task=24 fn=59373
1779883003.094 +298.810s [calypso-fbsb] on_dsp_task_change task=24 fn=59373 state=5
1779883003.094 +298.810s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.094 +298.810s [iota] WARN pending queue full, dropping oldest
1779883003.095 +298.811s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.103 +298.820s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.108 +298.825s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59376
1779883003.108 +298.825s [calypso-trx] fbsb hook fired task=24 fn=59376
1779883003.108 +298.825s [calypso-fbsb] on_dsp_task_change task=24 fn=59376 state=5
1779883003.108 +298.825s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.108 +298.825s [iota] WARN pending queue full, dropping oldest
1779883003.109 +298.826s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.112 +298.829s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59377
1779883003.112 +298.829s [calypso-trx] fbsb hook fired task=24 fn=59377
1779883003.112 +298.829s [calypso-fbsb] on_dsp_task_change task=24 fn=59377 state=5
1779883003.112 +298.829s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.112 +298.829s [iota] WARN pending queue full, dropping oldest
1779883003.113 +298.830s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.116 +298.832s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.116 +298.833s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.117 +298.834s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59378
1779883003.117 +298.834s [calypso-trx] fbsb hook fired task=24 fn=59378
1779883003.117 +298.834s [calypso-fbsb] on_dsp_task_change task=24 fn=59378 state=5
1779883003.117 +298.834s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.117 +298.834s [iota] WARN pending queue full, dropping oldest
1779883003.118 +298.835s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.122 +298.838s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59379
1779883003.122 +298.838s [calypso-trx] fbsb hook fired task=24 fn=59379
1779883003.122 +298.838s [calypso-fbsb] on_dsp_task_change task=24 fn=59379 state=5
1779883003.122 +298.838s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.122 +298.838s [iota] WARN pending queue full, dropping oldest
1779883003.123 +298.839s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.126 +298.843s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59380
1779883003.126 +298.843s [calypso-trx] fbsb hook fired task=24 fn=59380
1779883003.126 +298.843s [calypso-fbsb] on_dsp_task_change task=24 fn=59380 state=5
1779883003.126 +298.843s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.126 +298.843s [iota] WARN pending queue full, dropping oldest
1779883003.127 +298.844s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.130 +298.847s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59381
1779883003.130 +298.847s [calypso-trx] fbsb hook fired task=24 fn=59381
1779883003.130 +298.847s [calypso-fbsb] on_dsp_task_change task=24 fn=59381 state=5
1779883003.130 +298.847s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.130 +298.847s [iota] WARN pending queue full, dropping oldest
1779883003.131 +298.848s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.132 +298.849s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.135 +298.852s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59382
1779883003.135 +298.852s [calypso-trx] fbsb hook fired task=24 fn=59382
1779883003.135 +298.852s [calypso-fbsb] on_dsp_task_change task=24 fn=59382 state=5
1779883003.135 +298.852s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.135 +298.852s [iota] WARN pending queue full, dropping oldest
1779883003.137 +298.853s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.140 +298.857s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59383
1779883003.140 +298.857s [calypso-trx] fbsb hook fired task=24 fn=59383
1779883003.140 +298.857s [calypso-fbsb] on_dsp_task_change task=24 fn=59383 state=5
1779883003.140 +298.857s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.140 +298.857s [iota] WARN pending queue full, dropping oldest
1779883003.141 +298.858s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.149 +298.866s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.216 +298.933s [c54x] IRQ #59400 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.292 +299.008s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59417
1779883003.292 +299.009s [calypso-trx] fbsb hook fired task=24 fn=59417
1779883003.292 +299.009s [calypso-fbsb] on_dsp_task_change task=24 fn=59417 state=5
1779883003.292 +299.009s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.292 +299.009s [iota] WARN pending queue full, dropping oldest
1779883003.293 +299.009s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.296 +299.013s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59418
1779883003.296 +299.013s [calypso-trx] fbsb hook fired task=24 fn=59418
1779883003.296 +299.013s [calypso-fbsb] on_dsp_task_change task=24 fn=59418 state=5
1779883003.296 +299.013s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.296 +299.013s [iota] WARN pending queue full, dropping oldest
1779883003.297 +299.014s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.297 +299.014s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.298 +299.014s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.301 +299.018s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59419
1779883003.301 +299.018s [calypso-trx] fbsb hook fired task=24 fn=59419
1779883003.301 +299.018s [calypso-fbsb] on_dsp_task_change task=24 fn=59419 state=5
1779883003.301 +299.018s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.301 +299.018s [iota] WARN pending queue full, dropping oldest
1779883003.302 +299.019s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.306 +299.023s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59420
1779883003.306 +299.023s [calypso-trx] fbsb hook fired task=24 fn=59420
1779883003.306 +299.023s [calypso-fbsb] on_dsp_task_change task=24 fn=59420 state=5
1779883003.306 +299.023s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.306 +299.023s [iota] WARN pending queue full, dropping oldest
1779883003.307 +299.024s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.310 +299.027s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59421
1779883003.311 +299.027s [calypso-trx] fbsb hook fired task=24 fn=59421
1779883003.311 +299.027s [calypso-fbsb] on_dsp_task_change task=24 fn=59421 state=5
1779883003.311 +299.027s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.311 +299.027s [iota] WARN pending queue full, dropping oldest
1779883003.312 +299.028s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.315 +299.032s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59422
1779883003.315 +299.032s [calypso-trx] fbsb hook fired task=24 fn=59422
1779883003.315 +299.032s [calypso-fbsb] on_dsp_task_change task=24 fn=59422 state=5
1779883003.315 +299.032s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.315 +299.032s [iota] WARN pending queue full, dropping oldest
1779883003.316 +299.032s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.317 +299.033s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.320 +299.037s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59423
1779883003.320 +299.037s [calypso-trx] fbsb hook fired task=24 fn=59423
1779883003.320 +299.037s [calypso-fbsb] on_dsp_task_change task=24 fn=59423 state=5
1779883003.320 +299.037s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.320 +299.037s [iota] WARN pending queue full, dropping oldest
1779883003.321 +299.038s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.324 +299.041s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59424
1779883003.324 +299.041s [calypso-trx] fbsb hook fired task=24 fn=59424
1779883003.324 +299.041s [calypso-fbsb] on_dsp_task_change task=24 fn=59424 state=5
1779883003.324 +299.041s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.324 +299.041s [iota] WARN pending queue full, dropping oldest
1779883003.325 +299.042s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.333 +299.050s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.338 +299.054s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59427
1779883003.338 +299.054s [calypso-trx] fbsb hook fired task=24 fn=59427
1779883003.338 +299.054s [calypso-fbsb] on_dsp_task_change task=24 fn=59427 state=5
1779883003.338 +299.054s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.338 +299.054s [iota] WARN pending queue full, dropping oldest
1779883003.339 +299.055s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.342 +299.059s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59428
1779883003.342 +299.059s [calypso-trx] fbsb hook fired task=24 fn=59428
1779883003.342 +299.059s [calypso-fbsb] on_dsp_task_change task=24 fn=59428 state=5
1779883003.342 +299.059s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.342 +299.059s [iota] WARN pending queue full, dropping oldest
1779883003.343 +299.060s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.347 +299.063s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59429
1779883003.347 +299.063s [calypso-trx] fbsb hook fired task=24 fn=59429
1779883003.347 +299.063s [calypso-fbsb] on_dsp_task_change task=24 fn=59429 state=5
1779883003.347 +299.063s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.347 +299.063s [iota] WARN pending queue full, dropping oldest
1779883003.348 +299.064s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.351 +299.068s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59430
1779883003.351 +299.068s [calypso-trx] fbsb hook fired task=24 fn=59430
1779883003.351 +299.068s [calypso-fbsb] on_dsp_task_change task=24 fn=59430 state=5
1779883003.351 +299.068s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.351 +299.068s [iota] WARN pending queue full, dropping oldest
1779883003.352 +299.069s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.356 +299.073s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59431
1779883003.356 +299.073s [calypso-trx] fbsb hook fired task=24 fn=59431
1779883003.356 +299.073s [calypso-fbsb] on_dsp_task_change task=24 fn=59431 state=5
1779883003.356 +299.073s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.356 +299.073s [iota] WARN pending queue full, dropping oldest
1779883003.357 +299.074s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.361 +299.077s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59432
1779883003.361 +299.077s [calypso-trx] fbsb hook fired task=24 fn=59432
1779883003.361 +299.077s [calypso-fbsb] on_dsp_task_change task=24 fn=59432 state=5
1779883003.361 +299.077s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.361 +299.077s [iota] WARN pending queue full, dropping oldest
1779883003.361 +299.078s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.362 +299.079s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.366 +299.083s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59433
1779883003.366 +299.083s [calypso-trx] fbsb hook fired task=24 fn=59433
1779883003.366 +299.083s [calypso-fbsb] on_dsp_task_change task=24 fn=59433 state=5
1779883003.366 +299.083s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.366 +299.083s [iota] WARN pending queue full, dropping oldest
1779883003.367 +299.084s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.371 +299.087s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59434
1779883003.371 +299.087s [calypso-trx] fbsb hook fired task=24 fn=59434
1779883003.371 +299.087s [calypso-fbsb] on_dsp_task_change task=24 fn=59434 state=5
1779883003.371 +299.087s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.371 +299.087s [iota] WARN pending queue full, dropping oldest
1779883003.372 +299.088s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.380 +299.097s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.479 +299.196s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.479 +299.196s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.520 +299.236s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59468
1779883003.520 +299.236s [calypso-trx] fbsb hook fired task=24 fn=59468
1779883003.520 +299.236s [calypso-fbsb] on_dsp_task_change task=24 fn=59468 state=5
1779883003.520 +299.236s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.520 +299.236s [iota] WARN pending queue full, dropping oldest
1779883003.521 +299.237s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.524 +299.241s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59469
1779883003.524 +299.241s [calypso-trx] fbsb hook fired task=24 fn=59469
1779883003.524 +299.241s [calypso-fbsb] on_dsp_task_change task=24 fn=59469 state=5
1779883003.524 +299.241s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.524 +299.241s [iota] WARN pending queue full, dropping oldest
1779883003.525 +299.242s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.528 +299.245s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59470
1779883003.528 +299.245s [calypso-trx] fbsb hook fired task=24 fn=59470
1779883003.528 +299.245s [calypso-fbsb] on_dsp_task_change task=24 fn=59470 state=5
1779883003.528 +299.245s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.528 +299.245s [iota] WARN pending queue full, dropping oldest
1779883003.529 +299.246s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.533 +299.249s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59471
1779883003.533 +299.249s [calypso-trx] fbsb hook fired task=24 fn=59471
1779883003.533 +299.249s [calypso-fbsb] on_dsp_task_change task=24 fn=59471 state=5
1779883003.533 +299.249s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.533 +299.249s [iota] WARN pending queue full, dropping oldest
1779883003.534 +299.250s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.537 +299.254s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59472
1779883003.537 +299.254s [calypso-trx] fbsb hook fired task=24 fn=59472
1779883003.537 +299.254s [calypso-fbsb] on_dsp_task_change task=24 fn=59472 state=5
1779883003.537 +299.254s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.537 +299.254s [iota] WARN pending queue full, dropping oldest
1779883003.538 +299.255s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.541 +299.258s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59473
1779883003.541 +299.258s [calypso-trx] fbsb hook fired task=24 fn=59473
1779883003.541 +299.258s [calypso-fbsb] on_dsp_task_change task=24 fn=59473 state=5
1779883003.541 +299.258s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.541 +299.258s [iota] WARN pending queue full, dropping oldest
1779883003.542 +299.259s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.543 +299.260s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.547 +299.263s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59474
1779883003.547 +299.263s [calypso-trx] fbsb hook fired task=24 fn=59474
1779883003.547 +299.263s [calypso-fbsb] on_dsp_task_change task=24 fn=59474 state=5
1779883003.547 +299.263s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.547 +299.263s [iota] WARN pending queue full, dropping oldest
1779883003.548 +299.264s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.551 +299.268s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59475
1779883003.551 +299.268s [calypso-trx] fbsb hook fired task=24 fn=59475
1779883003.551 +299.268s [calypso-fbsb] on_dsp_task_change task=24 fn=59475 state=5
1779883003.551 +299.268s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.551 +299.268s [iota] WARN pending queue full, dropping oldest
1779883003.552 +299.269s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.560 +299.276s [BSP] RX delta stats (last 500): min=0 max=0 mean=0
1779883003.560 +299.277s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.564 +299.281s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59478
1779883003.564 +299.281s [calypso-trx] fbsb hook fired task=24 fn=59478
1779883003.564 +299.281s [calypso-fbsb] on_dsp_task_change task=24 fn=59478 state=5
1779883003.564 +299.281s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.564 +299.281s [iota] WARN pending queue full, dropping oldest
1779883003.564 +299.281s [BSP] RX tn=0 fn=59478 cur_fn=59478 delta=0
1779883003.565 +299.282s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.568 +299.285s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59479
1779883003.568 +299.285s [calypso-trx] fbsb hook fired task=24 fn=59479
1779883003.568 +299.285s [calypso-fbsb] on_dsp_task_change task=24 fn=59479 state=5
1779883003.568 +299.285s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.568 +299.285s [iota] WARN pending queue full, dropping oldest
1779883003.569 +299.286s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.573 +299.289s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59480
1779883003.573 +299.289s [calypso-trx] fbsb hook fired task=24 fn=59480
1779883003.573 +299.289s [calypso-fbsb] on_dsp_task_change task=24 fn=59480 state=5
1779883003.573 +299.289s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.573 +299.289s [iota] WARN pending queue full, dropping oldest
1779883003.574 +299.291s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.577 +299.294s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59481
1779883003.577 +299.294s [calypso-trx] fbsb hook fired task=24 fn=59481
1779883003.577 +299.294s [calypso-fbsb] on_dsp_task_change task=24 fn=59481 state=5
1779883003.577 +299.294s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.577 +299.294s [iota] WARN pending queue full, dropping oldest
1779883003.578 +299.295s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.582 +299.298s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59482
1779883003.582 +299.298s [calypso-trx] fbsb hook fired task=24 fn=59482
1779883003.582 +299.298s [calypso-fbsb] on_dsp_task_change task=24 fn=59482 state=5
1779883003.582 +299.298s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.582 +299.298s [iota] WARN pending queue full, dropping oldest
1779883003.583 +299.299s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.586 +299.303s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59483
1779883003.586 +299.303s [calypso-trx] fbsb hook fired task=24 fn=59483
1779883003.586 +299.303s [calypso-fbsb] on_dsp_task_change task=24 fn=59483 state=5
1779883003.586 +299.303s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.586 +299.303s [iota] WARN pending queue full, dropping oldest
1779883003.587 +299.303s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.588 +299.305s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.591 +299.308s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59484
1779883003.591 +299.308s [calypso-trx] fbsb hook fired task=24 fn=59484
1779883003.591 +299.308s [calypso-fbsb] on_dsp_task_change task=24 fn=59484 state=5
1779883003.591 +299.308s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.591 +299.308s [iota] WARN pending queue full, dropping oldest
1779883003.592 +299.309s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.596 +299.312s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59485
1779883003.596 +299.312s [calypso-trx] fbsb hook fired task=24 fn=59485
1779883003.596 +299.312s [calypso-fbsb] on_dsp_task_change task=24 fn=59485 state=5
1779883003.596 +299.312s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.596 +299.312s [iota] WARN pending queue full, dropping oldest
1779883003.597 +299.313s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.605 +299.321s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.658 +299.375s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.658 +299.375s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.662 +299.379s [c54x] IRQ #59500 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883003.741 +299.458s [kick] fire #59400 vt=274704885188 rt=18713743386743
1779883003.744 +299.461s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59519
1779883003.744 +299.461s [calypso-trx] fbsb hook fired task=24 fn=59519
1779883003.744 +299.461s [calypso-fbsb] on_dsp_task_change task=24 fn=59519 state=5
1779883003.744 +299.461s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.744 +299.461s [iota] WARN pending queue full, dropping oldest
1779883003.745 +299.462s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.749 +299.465s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59520
1779883003.749 +299.465s [calypso-trx] fbsb hook fired task=24 fn=59520
1779883003.749 +299.465s [calypso-fbsb] on_dsp_task_change task=24 fn=59520 state=5
1779883003.749 +299.465s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.749 +299.465s [iota] WARN pending queue full, dropping oldest
1779883003.750 +299.466s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.753 +299.470s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59521
1779883003.753 +299.470s [calypso-trx] fbsb hook fired task=24 fn=59521
1779883003.753 +299.470s [calypso-fbsb] on_dsp_task_change task=24 fn=59521 state=5
1779883003.753 +299.470s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.753 +299.470s [iota] WARN pending queue full, dropping oldest
1779883003.754 +299.471s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.758 +299.474s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59522
1779883003.758 +299.475s [calypso-trx] fbsb hook fired task=24 fn=59522
1779883003.758 +299.475s [calypso-fbsb] on_dsp_task_change task=24 fn=59522 state=5
1779883003.758 +299.475s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.758 +299.475s [iota] WARN pending queue full, dropping oldest
1779883003.759 +299.476s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.762 +299.479s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59523
1779883003.762 +299.479s [calypso-trx] fbsb hook fired task=24 fn=59523
1779883003.763 +299.479s [calypso-fbsb] on_dsp_task_change task=24 fn=59523 state=5
1779883003.763 +299.479s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.763 +299.479s [iota] WARN pending queue full, dropping oldest
1779883003.763 +299.480s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.768 +299.485s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59524
1779883003.768 +299.485s [calypso-trx] fbsb hook fired task=24 fn=59524
1779883003.768 +299.485s [calypso-fbsb] on_dsp_task_change task=24 fn=59524 state=5
1779883003.768 +299.485s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.768 +299.485s [iota] WARN pending queue full, dropping oldest
1779883003.769 +299.485s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.776 +299.493s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59525
1779883003.776 +299.493s [calypso-trx] fbsb hook fired task=24 fn=59525
1779883003.776 +299.493s [calypso-fbsb] on_dsp_task_change task=24 fn=59525 state=5
1779883003.776 +299.493s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.776 +299.493s [iota] WARN pending queue full, dropping oldest
1779883003.776 +299.493s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.778 +299.494s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59526
1779883003.778 +299.494s [calypso-trx] fbsb hook fired task=24 fn=59526
1779883003.778 +299.494s [calypso-fbsb] on_dsp_task_change task=24 fn=59526 state=5
1779883003.778 +299.494s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.778 +299.494s [iota] WARN pending queue full, dropping oldest
1779883003.779 +299.495s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.787 +299.504s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.792 +299.508s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59529
1779883003.792 +299.508s [calypso-trx] fbsb hook fired task=24 fn=59529
1779883003.792 +299.508s [calypso-fbsb] on_dsp_task_change task=24 fn=59529 state=5
1779883003.792 +299.508s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.792 +299.508s [iota] WARN pending queue full, dropping oldest
1779883003.793 +299.509s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.796 +299.513s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59530
1779883003.796 +299.513s [calypso-trx] fbsb hook fired task=24 fn=59530
1779883003.796 +299.513s [calypso-fbsb] on_dsp_task_change task=24 fn=59530 state=5
1779883003.796 +299.513s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.796 +299.513s [iota] WARN pending queue full, dropping oldest
1779883003.797 +299.514s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.800 +299.517s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59531
1779883003.800 +299.517s [calypso-trx] fbsb hook fired task=24 fn=59531
1779883003.800 +299.517s [calypso-fbsb] on_dsp_task_change task=24 fn=59531 state=5
1779883003.800 +299.517s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.800 +299.517s [iota] WARN pending queue full, dropping oldest
1779883003.801 +299.518s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.805 +299.521s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59532
1779883003.805 +299.521s [calypso-trx] fbsb hook fired task=24 fn=59532
1779883003.805 +299.521s [calypso-fbsb] on_dsp_task_change task=24 fn=59532 state=5
1779883003.805 +299.521s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.805 +299.521s [iota] WARN pending queue full, dropping oldest
1779883003.806 +299.522s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.809 +299.526s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59533
1779883003.809 +299.526s [calypso-trx] fbsb hook fired task=24 fn=59533
1779883003.809 +299.526s [calypso-fbsb] on_dsp_task_change task=24 fn=59533 state=5
1779883003.809 +299.526s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.809 +299.526s [iota] WARN pending queue full, dropping oldest
1779883003.810 +299.527s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.813 +299.530s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59534
1779883003.813 +299.530s [calypso-trx] fbsb hook fired task=24 fn=59534
1779883003.813 +299.530s [calypso-fbsb] on_dsp_task_change task=24 fn=59534 state=5
1779883003.813 +299.530s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.813 +299.530s [iota] WARN pending queue full, dropping oldest
1779883003.814 +299.531s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.815 +299.532s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.818 +299.535s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59535
1779883003.818 +299.535s [calypso-trx] fbsb hook fired task=24 fn=59535
1779883003.818 +299.535s [calypso-fbsb] on_dsp_task_change task=24 fn=59535 state=5
1779883003.818 +299.535s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.818 +299.535s [iota] WARN pending queue full, dropping oldest
1779883003.819 +299.536s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.823 +299.540s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59536
1779883003.823 +299.540s [calypso-trx] fbsb hook fired task=24 fn=59536
1779883003.823 +299.540s [calypso-fbsb] on_dsp_task_change task=24 fn=59536 state=5
1779883003.823 +299.540s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.823 +299.540s [iota] WARN pending queue full, dropping oldest
1779883003.824 +299.541s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.832 +299.549s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883003.840 +299.557s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883003.840 +299.557s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883003.971 +299.688s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59570
1779883003.971 +299.688s [calypso-trx] fbsb hook fired task=24 fn=59570
1779883003.971 +299.688s [calypso-fbsb] on_dsp_task_change task=24 fn=59570 state=5
1779883003.971 +299.688s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.971 +299.688s [iota] WARN pending queue full, dropping oldest
1779883003.972 +299.689s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.976 +299.692s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=59571
1779883003.976 +299.693s [calypso-trx] fbsb hook fired task=24 fn=59571
1779883003.976 +299.693s [calypso-fbsb] on_dsp_task_change task=24 fn=59571 state=5
1779883003.976 +299.693s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883003.976 +299.693s [iota] WARN pending queue full, dropping oldest
1779883003.977 +299.693s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883003.980 +299.697s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=59572
1779883003.980 +299.697s [calypso-trx] fbsb hook fired task=24 fn=59572

[... 3300 lines truncated ...]

1779883011.837 +307.554s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61284
1779883011.837 +307.554s [calypso-trx] fbsb hook fired task=24 fn=61284
1779883011.837 +307.554s [calypso-fbsb] on_dsp_task_change task=24 fn=61284 state=5
1779883011.837 +307.554s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.837 +307.554s [iota] WARN pending queue full, dropping oldest
1779883011.838 +307.555s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.841 +307.558s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61285
1779883011.841 +307.558s [calypso-trx] fbsb hook fired task=24 fn=61285
1779883011.841 +307.558s [calypso-fbsb] on_dsp_task_change task=24 fn=61285 state=5
1779883011.841 +307.558s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.841 +307.558s [iota] WARN pending queue full, dropping oldest
1779883011.842 +307.559s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.846 +307.562s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61286
1779883011.846 +307.562s [calypso-trx] fbsb hook fired task=24 fn=61286
1779883011.846 +307.562s [calypso-fbsb] on_dsp_task_change task=24 fn=61286 state=5
1779883011.846 +307.562s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.846 +307.562s [iota] WARN pending queue full, dropping oldest
1779883011.847 +307.563s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.850 +307.567s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61287
1779883011.850 +307.567s [calypso-trx] fbsb hook fired task=24 fn=61287
1779883011.850 +307.567s [calypso-fbsb] on_dsp_task_change task=24 fn=61287 state=5
1779883011.850 +307.567s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.850 +307.567s [iota] WARN pending queue full, dropping oldest
1779883011.851 +307.567s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.854 +307.571s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61288
1779883011.854 +307.571s [calypso-trx] fbsb hook fired task=24 fn=61288
1779883011.854 +307.571s [calypso-fbsb] on_dsp_task_change task=24 fn=61288 state=5
1779883011.854 +307.571s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.854 +307.571s [iota] WARN pending queue full, dropping oldest
1779883011.855 +307.572s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.856 +307.573s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.859 +307.576s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61289
1779883011.859 +307.576s [calypso-trx] fbsb hook fired task=24 fn=61289
1779883011.859 +307.576s [calypso-fbsb] on_dsp_task_change task=24 fn=61289 state=5
1779883011.859 +307.576s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.859 +307.576s [iota] WARN pending queue full, dropping oldest
1779883011.860 +307.577s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.864 +307.581s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61290
1779883011.864 +307.581s [calypso-trx] fbsb hook fired task=24 fn=61290
1779883011.864 +307.581s [calypso-fbsb] on_dsp_task_change task=24 fn=61290 state=5
1779883011.864 +307.581s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.864 +307.581s [iota] WARN pending queue full, dropping oldest
1779883011.865 +307.582s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.874 +307.590s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.878 +307.595s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61293
1779883011.878 +307.595s [calypso-trx] fbsb hook fired task=24 fn=61293
1779883011.878 +307.595s [calypso-fbsb] on_dsp_task_change task=24 fn=61293 state=5
1779883011.878 +307.595s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.878 +307.595s [iota] WARN pending queue full, dropping oldest
1779883011.879 +307.596s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.883 +307.599s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61294
1779883011.883 +307.599s [calypso-trx] fbsb hook fired task=24 fn=61294
1779883011.883 +307.599s [calypso-fbsb] on_dsp_task_change task=24 fn=61294 state=5
1779883011.883 +307.599s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.883 +307.599s [iota] WARN pending queue full, dropping oldest
1779883011.884 +307.600s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.887 +307.604s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61295
1779883011.887 +307.604s [calypso-trx] fbsb hook fired task=24 fn=61295
1779883011.887 +307.604s [calypso-fbsb] on_dsp_task_change task=24 fn=61295 state=5
1779883011.887 +307.604s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.887 +307.604s [iota] WARN pending queue full, dropping oldest
1779883011.888 +307.605s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.892 +307.608s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61296
1779883011.892 +307.608s [calypso-trx] fbsb hook fired task=24 fn=61296
1779883011.892 +307.608s [calypso-fbsb] on_dsp_task_change task=24 fn=61296 state=5
1779883011.892 +307.608s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.892 +307.608s [iota] WARN pending queue full, dropping oldest
1779883011.893 +307.609s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.896 +307.613s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61297
1779883011.896 +307.613s [calypso-trx] fbsb hook fired task=24 fn=61297
1779883011.896 +307.613s [calypso-fbsb] on_dsp_task_change task=24 fn=61297 state=5
1779883011.896 +307.613s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.896 +307.613s [iota] WARN pending queue full, dropping oldest
1779883011.897 +307.614s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.900 +307.617s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61298
1779883011.900 +307.617s [calypso-trx] fbsb hook fired task=24 fn=61298
1779883011.900 +307.617s [calypso-fbsb] on_dsp_task_change task=24 fn=61298 state=5
1779883011.900 +307.617s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.900 +307.617s [iota] WARN pending queue full, dropping oldest
1779883011.901 +307.618s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883011.902 +307.619s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.906 +307.622s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61299
1779883011.906 +307.622s [calypso-trx] fbsb hook fired task=24 fn=61299
1779883011.906 +307.622s [calypso-fbsb] on_dsp_task_change task=24 fn=61299 state=5
1779883011.906 +307.622s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.906 +307.622s [iota] WARN pending queue full, dropping oldest
1779883011.907 +307.623s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.910 +307.627s [c54x] IRQ #61300 vec=19 bit=3: INTM=1 IMR=0x52fd IFR=0x0008 idle=0 PC=0xff80 PMST=0xffa8 IPTR=0x1ff
1779883011.910 +307.627s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61300
1779883011.910 +307.627s [calypso-trx] fbsb hook fired task=24 fn=61300
1779883011.910 +307.627s [calypso-fbsb] on_dsp_task_change task=24 fn=61300 state=5
1779883011.910 +307.627s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883011.910 +307.627s [iota] WARN pending queue full, dropping oldest
1779883011.911 +307.627s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883011.920 +307.636s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.000 +307.717s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.000 +307.717s [UART:irda] IER=0x00 (RX=0 TX=0)
1779883012.064 +307.781s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61334
1779883012.064 +307.781s [calypso-trx] fbsb hook fired task=24 fn=61334
1779883012.064 +307.781s [calypso-fbsb] on_dsp_task_change task=24 fn=61334 state=5
1779883012.064 +307.781s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.064 +307.781s [iota] WARN pending queue full, dropping oldest
1779883012.065 +307.782s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.069 +307.785s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61335
1779883012.069 +307.785s [calypso-trx] fbsb hook fired task=24 fn=61335
1779883012.069 +307.785s [calypso-fbsb] on_dsp_task_change task=24 fn=61335 state=5
1779883012.069 +307.785s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.069 +307.785s [iota] WARN pending queue full, dropping oldest
1779883012.070 +307.786s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.073 +307.790s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61336
1779883012.073 +307.790s [calypso-trx] fbsb hook fired task=24 fn=61336
1779883012.073 +307.790s [calypso-fbsb] on_dsp_task_change task=24 fn=61336 state=5
1779883012.073 +307.790s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.073 +307.790s [iota] WARN pending queue full, dropping oldest
1779883012.074 +307.791s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.078 +307.794s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61337
1779883012.078 +307.794s [calypso-trx] fbsb hook fired task=24 fn=61337
1779883012.078 +307.794s [calypso-fbsb] on_dsp_task_change task=24 fn=61337 state=5
1779883012.078 +307.794s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.078 +307.795s [iota] WARN pending queue full, dropping oldest
1779883012.079 +307.796s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.082 +307.799s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61338
1779883012.082 +307.799s [calypso-trx] fbsb hook fired task=24 fn=61338
1779883012.082 +307.799s [calypso-fbsb] on_dsp_task_change task=24 fn=61338 state=5
1779883012.082 +307.799s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.082 +307.799s [iota] WARN pending queue full, dropping oldest
1779883012.083 +307.800s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.087 +307.803s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61339
1779883012.087 +307.803s [calypso-trx] fbsb hook fired task=24 fn=61339
1779883012.087 +307.803s [calypso-fbsb] on_dsp_task_change task=24 fn=61339 state=5
1779883012.087 +307.803s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.087 +307.803s [iota] WARN pending queue full, dropping oldest
1779883012.087 +307.804s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.089 +307.805s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.092 +307.809s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61340
1779883012.092 +307.809s [calypso-trx] fbsb hook fired task=24 fn=61340
1779883012.092 +307.809s [calypso-fbsb] on_dsp_task_change task=24 fn=61340 state=5
1779883012.092 +307.809s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.092 +307.809s [iota] WARN pending queue full, dropping oldest
1779883012.093 +307.810s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.096 +307.813s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61341
1779883012.096 +307.813s [calypso-trx] fbsb hook fired task=24 fn=61341
1779883012.096 +307.813s [calypso-fbsb] on_dsp_task_change task=24 fn=61341 state=5
1779883012.096 +307.813s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.096 +307.813s [iota] WARN pending queue full, dropping oldest
1779883012.097 +307.814s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.106 +307.823s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.111 +307.827s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61344
1779883012.111 +307.827s [calypso-trx] fbsb hook fired task=24 fn=61344
1779883012.111 +307.827s [calypso-fbsb] on_dsp_task_change task=24 fn=61344 state=5
1779883012.111 +307.827s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.111 +307.827s [iota] WARN pending queue full, dropping oldest
1779883012.112 +307.828s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.115 +307.832s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61345
1779883012.115 +307.832s [calypso-trx] fbsb hook fired task=24 fn=61345
1779883012.115 +307.832s [calypso-fbsb] on_dsp_task_change task=24 fn=61345 state=5
1779883012.115 +307.832s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.115 +307.832s [iota] WARN pending queue full, dropping oldest
1779883012.116 +307.833s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.120 +307.836s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61346
1779883012.120 +307.836s [calypso-trx] fbsb hook fired task=24 fn=61346
1779883012.120 +307.836s [calypso-fbsb] on_dsp_task_change task=24 fn=61346 state=5
1779883012.120 +307.836s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.120 +307.836s [iota] WARN pending queue full, dropping oldest
1779883012.121 +307.837s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.124 +307.841s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61347
1779883012.124 +307.841s [calypso-trx] fbsb hook fired task=24 fn=61347
1779883012.124 +307.841s [calypso-fbsb] on_dsp_task_change task=24 fn=61347 state=5
1779883012.124 +307.841s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.124 +307.841s [iota] WARN pending queue full, dropping oldest
1779883012.125 +307.842s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.129 +307.846s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61348
1779883012.129 +307.846s [calypso-trx] fbsb hook fired task=24 fn=61348
1779883012.129 +307.846s [calypso-fbsb] on_dsp_task_change task=24 fn=61348 state=5
1779883012.129 +307.846s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.129 +307.846s [iota] WARN pending queue full, dropping oldest
1779883012.129 +307.846s [iota] BDLENA rising edge #18500 tn=0 pending=31
1779883012.130 +307.847s [dsp-shunt] DISPATCH ALLC page=0 burst_d=0 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.133 +307.850s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61349
1779883012.133 +307.850s [calypso-trx] fbsb hook fired task=24 fn=61349
1779883012.133 +307.850s [calypso-fbsb] on_dsp_task_change task=24 fn=61349 state=5
1779883012.133 +307.850s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.133 +307.850s [iota] WARN pending queue full, dropping oldest
1779883012.134 +307.851s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.135 +307.852s [dsp-shunt] DISPATCH ALLC page=1 burst_d=1 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.139 +307.856s [calypso-trx] ARM TASK WR [0x0000] = 24 fn=61350
1779883012.139 +307.856s [calypso-trx] fbsb hook fired task=24 fn=61350
1779883012.139 +307.856s [calypso-fbsb] on_dsp_task_change task=24 fn=61350 state=5
1779883012.139 +307.856s [dsp-shunt] LATCH page=0 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.139 +307.856s [iota] WARN pending queue full, dropping oldest
1779883012.140 +307.857s [dsp-shunt] DISPATCH ALLC page=0 burst_d=2 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.143 +307.860s [calypso-trx] ARM TASK WR [0x0028] = 24 fn=61351
1779883012.143 +307.860s [calypso-trx] fbsb hook fired task=24 fn=61351
1779883012.144 +307.860s [calypso-fbsb] on_dsp_task_change task=24 fn=61351 state=5
1779883012.144 +307.860s [dsp-shunt] LATCH page=1 task_md=0 task_d=24 task_ra=0 fn=0
1779883012.144 +307.860s [iota] WARN pending queue full, dropping oldest
1779883012.145 +307.861s [dsp-shunt] DISPATCH ALLC page=1 burst_d=3 -> SI3 in a_cd[3..14] + a_serv_demod canned
1779883012.153 +307.870s [l1ctl-sock] TX→mobile: dlci=5 len=39 type=0x03
1779883012.188 +307.905s [UART:irda] IER=0x02 (RX=0 TX=1)
1779883012.188 +307.905s [UART:irda] IER=0x00 (RX=0 TX=0)
source_excerpts.txt (43 bytes, 2 lignes)
=== calypso_c54x.c — version + size ===

static_decode.txt (3,154 bytes, 138 lignes)
=== Static dump prog[0xa0e0..0xa0ff] ===
PROM0[0xa0e0] = 0xfd30
PROM0[0xa0e1] = 0xf484
PROM0[0xa0e2] = 0x9610
PROM0[0xa0e3] = 0xf3e1
PROM0[0xa0e4] = 0xfd43
PROM0[0xa0e5] = 0x6d96
PROM0[0xa0e6] = 0x3c84
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea

=== Static dump prog[0xa0e7..0xa106] ===
PROM0[0xa0e7] = 0xc8be
PROM0[0xa0e8] = 0x6e89
PROM0[0xa0e9] = 0xa0da
PROM0[0xa0ea] = 0x1192
PROM0[0xa0eb] = 0xf495
PROM0[0xa0ec] = 0xfc00
PROM0[0xa0ed] = 0x7714
PROM0[0xa0ee] = 0x2bf0
PROM0[0xa0ef] = 0x7719
PROM0[0xa0f0] = 0x0004
PROM0[0xa0f1] = 0x771a
PROM0[0xa0f2] = 0x0003
PROM0[0xa0f3] = 0xe800
PROM0[0xa0f4] = 0xf072
PROM0[0xa0f5] = 0xa0f6
PROM0[0xa0f6] = 0x80d4
PROM0[0xa0f7] = 0x7712
PROM0[0xa0f8] = 0x310d
PROM0[0xa0f9] = 0x7713
PROM0[0xa0fa] = 0xdc6b
PROM0[0xa0fb] = 0xec0d
PROM0[0xa0fc] = 0xe598
PROM0[0xa0fd] = 0xec0d
PROM0[0xa0fe] = 0xe598
PROM0[0xa0ff] = 0x6dea
PROM0[0xa100] = 0xffe4
PROM0[0xa101] = 0x7717
PROM0[0xa102] = 0x0060
PROM0[0xa103] = 0x7687
PROM0[0xa104] = 0x2bf0
PROM0[0xa105] = 0x7715
PROM0[0xa106] = 0x2eac

=== Static dump prog[0x8208..0x8227] ===
PROM0[0x8208] = 0x7317
PROM0[0x8209] = 0x001a
PROM0[0x820a] = 0xf272
PROM0[0x820b] = 0x820f
PROM0[0x820c] = 0xa428
PROM0[0x820d] = 0xa5a9
PROM0[0x820e] = 0xb028
PROM0[0x820f] = 0xb3a9
PROM0[0x8210] = 0xb02c
PROM0[0x8211] = 0xb3ed
PROM0[0x8212] = 0x3022
PROM0[0x8213] = 0xc863
PROM0[0x8214] = 0x8786
PROM0[0x8215] = 0x2085
PROM0[0x8216] = 0x2186
PROM0[0x8217] = 0x9ab1
PROM0[0x8218] = 0x6e89
PROM0[0x8219] = 0x8208
PROM0[0x821a] = 0x6f96
PROM0[0x821b] = 0x0d61
PROM0[0x821c] = 0xfe00
PROM0[0x821d] = 0xf6b6
PROM0[0x821e] = 0xf495
PROM0[0x821f] = 0x8227
PROM0[0x8220] = 0x822f
PROM0[0x8221] = 0x823a
PROM0[0x8222] = 0x8247
PROM0[0x8223] = 0x8259
PROM0[0x8224] = 0x826d
PROM0[0x8225] = 0x8283
PROM0[0x8226] = 0x829b
PROM0[0x8227] = 0xf272

=== Static dump prog[0x8d2d..0x8d4c] ===
PROM0[0x8d2d] = 0x771a
PROM0[0x8d2e] = 0x0004
PROM0[0x8d2f] = 0xf072
PROM0[0x8d30] = 0x8d33
PROM0[0x8d31] = 0xf461
PROM0[0x8d32] = 0xf591
PROM0[0x8d33] = 0xf3e2
PROM0[0x8d34] = 0x6e89
PROM0[0x8d35] = 0x8d2d
PROM0[0x8d36] = 0xf3e1
PROM0[0x8d37] = 0x8193
PROM0[0x8d38] = 0x1492
PROM0[0x8d39] = 0xf468
PROM0[0x8d3a] = 0x3c92
PROM0[0x8d3b] = 0x0092
PROM0[0x8d3c] = 0x7711
PROM0[0x8d3d] = 0x0007
PROM0[0x8d3e] = 0x771a
PROM0[0x8d3f] = 0x0004
PROM0[0x8d40] = 0xf072
PROM0[0x8d41] = 0x8d44
PROM0[0x8d42] = 0xf461
PROM0[0x8d43] = 0xf591
PROM0[0x8d44] = 0xf3e2
PROM0[0x8d45] = 0x6e89
PROM0[0x8d46] = 0x8d3e
PROM0[0x8d47] = 0xf3e1
PROM0[0x8d48] = 0x8193
PROM0[0x8d49] = 0x6c8c
PROM0[0x8d4a] = 0x8d27
PROM0[0x8d4b] = 0x8a13
PROM0[0x8d4c] = 0x7714

=== Static dump prog[0xfc54..0xfc73] ===

tdma_profile.log (12,288 bytes, 165 lignes)
[prof] fn=1 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #0
[prof] fn=2 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #1
[prof] fn=3 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #2
[prof] fn=4 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #3
[prof] fn=5 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #4
[prof] fn=6 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #5
[prof] fn=7 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #6
[prof] fn=8 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #7
[prof] fn=9 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #8
[prof] fn=10 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #9
[prof] fn=11 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #10
[prof] fn=12 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #11
[prof] fn=13 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #12
[prof] fn=14 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #13
[prof] fn=15 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #14
[prof] fn=16 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #15
[prof] fn=17 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #16
[prof] fn=18 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #17
[prof] fn=19 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #18
[prof] fn=20 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #19
[prof] fn=21 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #20
[prof] fn=22 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #21
[prof] fn=23 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #22
[prof] fn=24 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #23
[prof] fn=25 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #24
[prof] fn=26 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #25
[prof] fn=27 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #26
[prof] fn=28 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #27
[prof] fn=29 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #28
[prof] fn=30 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #29
[prof] fn=31 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #30
[prof] fn=32 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #31
[prof] fn=33 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #32
[prof] fn=34 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #33
[prof] fn=35 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #34
[prof] fn=36 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #35
[prof] fn=37 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #36
[prof] fn=38 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #37
[prof] fn=39 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #38
[prof] fn=40 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #39
[prof] fn=41 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #40
[prof] fn=42 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #41
[prof] fn=43 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #42
[prof] fn=44 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #43
[prof] fn=45 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #44
[prof] fn=46 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #45
[prof] fn=47 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #46
[prof] fn=48 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #47
[prof] fn=49 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #48
[prof] fn=50 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #49
[prof] fn=51 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #50
[prof] fn=52 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #51
[prof] fn=53 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #52
[prof] fn=54 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #53
[prof] fn=55 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #54
[prof] fn=56 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #55
[prof] fn=57 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #56
[prof] fn=58 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #57
[prof] fn=59 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #58
[prof] fn=60 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #59
[prof] fn=61 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #60
[prof] fn=62 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #61
[prof] fn=63 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #62
[prof] fn=64 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #63
[prof] fn=65 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #64
[prof] fn=66 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #65
[prof] fn=67 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #66
[prof] fn=68 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #67
[prof] fn=69 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #68
[prof] fn=70 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #69
[prof] fn=71 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #70
[prof] fn=72 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #71
[prof] fn=73 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #72
[prof] fn=74 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #73
[prof] fn=75 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #74
[prof] fn=76 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #75
[prof] fn=77 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #76
[prof] fn=78 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #77
[prof] fn=79 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #78
[prof] fn=80 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #79
[prof] fn=81 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #80
[prof] fn=82 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #81
[prof] fn=83 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #82
[prof] fn=84 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #83
[prof] fn=85 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #84
[prof] fn=86 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #85
[prof] fn=87 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #86
[prof] fn=88 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #87
[prof] fn=89 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #88
[prof] fn=90 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #89
[prof] fn=91 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #90
[prof] fn=92 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #91
[prof] fn=93 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #92
[prof] fn=94 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #93
[prof] fn=95 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #94
[prof] fn=96 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #95
[prof] fn=97 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #96
[prof] fn=98 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #97
[prof] fn=99 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #98
[prof] fn=100 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #99
[prof] fn=101 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #100
[prof] fn=102 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #101
[prof] fn=103 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #102
[prof] fn=104 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #103
[prof] fn=105 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #104
[prof] fn=106 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #105
[prof] fn=107 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #106
[prof] fn=108 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #107
[prof] fn=109 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #108
[prof] fn=110 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #109
[prof] fn=111 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #110
[prof] fn=112 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #111
[prof] fn=113 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #112
[prof] fn=114 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #113
[prof] fn=115 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #114
[prof] fn=116 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #115
[prof] fn=117 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #116
[prof] fn=118 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #117
[prof] fn=119 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #118
[prof] fn=120 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #119
[prof] fn=121 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #120
[prof] fn=122 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #121
[prof] fn=123 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #122
[prof] fn=124 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #123
[prof] fn=125 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #124
[prof] fn=126 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #125
[prof] fn=127 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #126
[prof] fn=128 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #127
[prof] fn=129 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #128
[prof] fn=130 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #129
[prof] fn=131 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #130
[prof] fn=132 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #131
[prof] fn=133 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #132
[prof] fn=134 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #133
[prof] fn=135 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #134
[prof] fn=136 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #135
[prof] fn=137 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #136
[prof] fn=138 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #137
[prof] fn=139 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #138
[prof] fn=140 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #139
[prof] fn=141 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #140
[prof] fn=142 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #141
[prof] fn=143 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #142
[prof] fn=144 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #143
[prof] fn=145 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #144
[prof] fn=146 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #145
[prof] fn=147 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #146
[prof] fn=148 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #147
[prof] fn=149 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #148
[prof] fn=150 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #149
[prof] fn=151 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #150
[prof] fn=152 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #151
[prof] fn=153 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #152
[prof] fn=154 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #153
[prof] fn=155 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #154
[prof] fn=156 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #155
[prof] fn=157 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #156
[prof] fn=158 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #157
[prof] fn=159 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #158
[prof] fn=160 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #159
[prof] fn=161 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #160
[prof] fn=162 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #161
[prof] fn=163 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #162
[prof] fn=164 clk=0 uart=0 dspboot=0 dspirq=0 bsp=0 ul=0 irq=0 total=0 #163
[prof] fn=165 clk=0 uart=0 dspboot=0 dspir
tdma_tick.log (32,768 bytes, 500 lignes)
[tdma-tick] entry=32887128 exit=32887128 work_dt=0 fn=1 #0
[tdma-tick] entry=37502128 exit=37502128 work_dt=0 fn=2 #1
[tdma-tick] entry=42117128 exit=42117128 work_dt=0 fn=3 #2
[tdma-tick] entry=46732128 exit=46732128 work_dt=0 fn=4 #3
[tdma-tick] entry=51347128 exit=51347128 work_dt=0 fn=5 #4
[tdma-tick] entry=55962128 exit=55962128 work_dt=0 fn=6 #5
[tdma-tick] entry=60577128 exit=60577128 work_dt=0 fn=7 #6
[tdma-tick] entry=65192128 exit=65192128 work_dt=0 fn=8 #7
[tdma-tick] entry=69807128 exit=69807128 work_dt=0 fn=9 #8
[tdma-tick] entry=74422128 exit=74422128 work_dt=0 fn=10 #9
[tdma-tick] entry=79037128 exit=79037128 work_dt=0 fn=11 #10
[tdma-tick] entry=83652128 exit=83652128 work_dt=0 fn=12 #11
[tdma-tick] entry=88267128 exit=88267128 work_dt=0 fn=13 #12
[tdma-tick] entry=92882128 exit=92882128 work_dt=0 fn=14 #13
[tdma-tick] entry=97497128 exit=97497128 work_dt=0 fn=15 #14
[tdma-tick] entry=102112128 exit=102112128 work_dt=0 fn=16 #15
[tdma-tick] entry=106727128 exit=106727128 work_dt=0 fn=17 #16
[tdma-tick] entry=111342128 exit=111342128 work_dt=0 fn=18 #17
[tdma-tick] entry=115957128 exit=115957128 work_dt=0 fn=19 #18
[tdma-tick] entry=120572128 exit=120572128 work_dt=0 fn=20 #19
[tdma-tick] entry=125187128 exit=125187128 work_dt=0 fn=21 #20
[tdma-tick] entry=129802128 exit=129802128 work_dt=0 fn=22 #21
[tdma-tick] entry=134417128 exit=134417128 work_dt=0 fn=23 #22
[tdma-tick] entry=139032128 exit=139032128 work_dt=0 fn=24 #23
[tdma-tick] entry=143647128 exit=143647128 work_dt=0 fn=25 #24
[tdma-tick] entry=148262128 exit=148262128 work_dt=0 fn=26 #25
[tdma-tick] entry=152877128 exit=152877128 work_dt=0 fn=27 #26
[tdma-tick] entry=157492128 exit=157492128 work_dt=0 fn=28 #27
[tdma-tick] entry=162107128 exit=162107128 work_dt=0 fn=29 #28
[tdma-tick] entry=166722128 exit=166722128 work_dt=0 fn=30 #29
[tdma-tick] entry=171337128 exit=171337128 work_dt=0 fn=31 #30
[tdma-tick] entry=175952128 exit=175952128 work_dt=0 fn=32 #31
[tdma-tick] entry=180567128 exit=180567128 work_dt=0 fn=33 #32
[tdma-tick] entry=185182128 exit=185182128 work_dt=0 fn=34 #33
[tdma-tick] entry=189797128 exit=189797128 work_dt=0 fn=35 #34
[tdma-tick] entry=194412128 exit=194412128 work_dt=0 fn=36 #35
[tdma-tick] entry=199027128 exit=199027128 work_dt=0 fn=37 #36
[tdma-tick] entry=203642128 exit=203642128 work_dt=0 fn=38 #37
[tdma-tick] entry=208257128 exit=208257128 work_dt=0 fn=39 #38
[tdma-tick] entry=212872128 exit=212872128 work_dt=0 fn=40 #39
[tdma-tick] entry=217487128 exit=217487128 work_dt=0 fn=41 #40
[tdma-tick] entry=222102128 exit=222102128 work_dt=0 fn=42 #41
[tdma-tick] entry=226717128 exit=226717128 work_dt=0 fn=43 #42
[tdma-tick] entry=231332128 exit=231332128 work_dt=0 fn=44 #43
[tdma-tick] entry=235947128 exit=235947128 work_dt=0 fn=45 #44
[tdma-tick] entry=240562128 exit=240562128 work_dt=0 fn=46 #45
[tdma-tick] entry=245177128 exit=245177128 work_dt=0 fn=47 #46
[tdma-tick] entry=249792128 exit=249792128 work_dt=0 fn=48 #47
[tdma-tick] entry=254407128 exit=254407128 work_dt=0 fn=49 #48
[tdma-tick] entry=259022128 exit=259022128 work_dt=0 fn=50 #49
[tdma-tick] entry=263637128 exit=263637128 work_dt=0 fn=51 #50
[tdma-tick] entry=268252128 exit=268252128 work_dt=0 fn=52 #51
[tdma-tick] entry=272867128 exit=272867128 work_dt=0 fn=53 #52
[tdma-tick] entry=277482128 exit=277482128 work_dt=0 fn=54 #53
[tdma-tick] entry=282097128 exit=282097128 work_dt=0 fn=55 #54
[tdma-tick] entry=286712128 exit=286712128 work_dt=0 fn=56 #55
[tdma-tick] entry=291327128 exit=291327128 work_dt=0 fn=57 #56
[tdma-tick] entry=295942128 exit=295942128 work_dt=0 fn=58 #57
[tdma-tick] entry=300557128 exit=300557128 work_dt=0 fn=59 #58
[tdma-tick] entry=305172128 exit=305172128 work_dt=0 fn=60 #59
[tdma-tick] entry=309787128 exit=309787128 work_dt=0 fn=61 #60
[tdma-tick] entry=314402128 exit=314402128 work_dt=0 fn=62 #61
[tdma-tick] entry=319017128 exit=319017128 work_dt=0 fn=63 #62
[tdma-tick] entry=323632128 exit=323632128 work_dt=0 fn=64 #63
[tdma-tick] entry=328247128 exit=328247128 work_dt=0 fn=65 #64
[tdma-tick] entry=332862128 exit=332862128 work_dt=0 fn=66 #65
[tdma-tick] entry=337477128 exit=337477128 work_dt=0 fn=67 #66
[tdma-tick] entry=342092128 exit=342092128 work_dt=0 fn=68 #67
[tdma-tick] entry=346707128 exit=346707128 work_dt=0 fn=69 #68
[tdma-tick] entry=351322128 exit=351322128 work_dt=0 fn=70 #69
[tdma-tick] entry=355937128 exit=355937128 work_dt=0 fn=71 #70
[tdma-tick] entry=360552128 exit=360552128 work_dt=0 fn=72 #71
[tdma-tick] entry=365167128 exit=365167128 work_dt=0 fn=73 #72
[tdma-tick] entry=369782128 exit=369782128 work_dt=0 fn=74 #73
[tdma-tick] entry=374397128 exit=374397128 work_dt=0 fn=75 #74
[tdma-tick] entry=379012128 exit=379012128 work_dt=0 fn=76 #75
[tdma-tick] entry=383627128 exit=383627128 work_dt=0 fn=77 #76
[tdma-tick] entry=388242128 exit=388242128 work_dt=0 fn=78 #77
[tdma-tick] entry=392857128 exit=392857128 work_dt=0 fn=79 #78
[tdma-tick] entry=397472128 exit=397472128 work_dt=0 fn=80 #79
[tdma-tick] entry=402087128 exit=402087128 work_dt=0 fn=81 #80
[tdma-tick] entry=406702128 exit=406702128 work_dt=0 fn=82 #81
[tdma-tick] entry=411317128 exit=411317128 work_dt=0 fn=83 #82
[tdma-tick] entry=415932128 exit=415932128 work_dt=0 fn=84 #83
[tdma-tick] entry=420547128 exit=420547128 work_dt=0 fn=85 #84
[tdma-tick] entry=425162128 exit=425162128 work_dt=0 fn=86 #85
[tdma-tick] entry=429777128 exit=429777128 work_dt=0 fn=87 #86
[tdma-tick] entry=434392128 exit=434392128 work_dt=0 fn=88 #87
[tdma-tick] entry=439007128 exit=439007128 work_dt=0 fn=89 #88
[tdma-tick] entry=443622128 exit=443622128 work_dt=0 fn=90 #89
[tdma-tick] entry=448237128 exit=448237128 work_dt=0 fn=91 #90
[tdma-tick] entry=452852128 exit=452852128 work_dt=0 fn=92 #91
[tdma-tick] entry=457467128 exit=457467128 work_dt=0 fn=93 #92
[tdma-tick] entry=462082128 exit=462082128 work_dt=0 fn=94 #93
[tdma-tick] entry=466697128 exit=466697128 work_dt=0 fn=95 #94
[tdma-tick] entry=471312128 exit=471312128 work_dt=0 fn=96 #95
[tdma-tick] entry=475927128 exit=475927128 work_dt=0 fn=97 #96
[tdma-tick] entry=480542128 exit=480542128 work_dt=0 fn=98 #97
[tdma-tick] entry=485157128 exit=485157128 work_dt=0 fn=99 #98
[tdma-tick] entry=489772128 exit=489772128 work_dt=0 fn=100 #99
[tdma-tick] entry=494387128 exit=494387128 work_dt=0 fn=101 #100
[tdma-tick] entry=499002128 exit=499002128 work_dt=0 fn=102 #101
[tdma-tick] entry=503617128 exit=503617128 work_dt=0 fn=103 #102
[tdma-tick] entry=508232128 exit=508232128 work_dt=0 fn=104 #103
[tdma-tick] entry=512847128 exit=512847128 work_dt=0 fn=105 #104
[tdma-tick] entry=517462128 exit=517462128 work_dt=0 fn=106 #105
[tdma-tick] entry=522077128 exit=522077128 work_dt=0 fn=107 #106
[tdma-tick] entry=526692128 exit=526692128 work_dt=0 fn=108 #107
[tdma-tick] entry=531307128 exit=531307128 work_dt=0 fn=109 #108
[tdma-tick] entry=535922128 exit=535922128 work_dt=0 fn=110 #109
[tdma-tick] entry=540537128 exit=540537128 work_dt=0 fn=111 #110
[tdma-tick] entry=545152128 exit=545152128 work_dt=0 fn=112 #111
[tdma-tick] entry=549767128 exit=549767128 work_dt=0 fn=113 #112
[tdma-tick] entry=554382128 exit=554382128 work_dt=0 fn=114 #113
[tdma-tick] entry=558997128 exit=558997128 work_dt=0 fn=115 #114
[tdma-tick] entry=563612128 exit=563612128 work_dt=0 fn=116 #115
[tdma-tick] entry=568227128 exit=568227128 work_dt=0 fn=117 #116
[tdma-tick] entry=572842128 exit=572842128 work_dt=0 fn=118 #117
[tdma-tick] entry=577457128 exit=577457128 work_dt=0 fn=119 #118
[tdma-tick] entry=582072128 exit=582072128 work_dt=0 fn=120 #119
[tdma-tick] entry=586687128 exit=586687128 work_dt=0 fn=121 #120
[tdma-tick] entry=591302128 exit=591302128 work_dt=0 fn=122 #121
[tdma-tick] entry=595917128 exit=595917128 work_dt=0 fn=123 #122
[tdma-tick] entry=600532128 exit=600532128 work_dt=0 fn=124 #123
[tdma-tick] entry=605147128 exit=605147128 work_dt=0 fn=125 #124
[tdma-tick] entry=609762128 exit=609762128 work_dt=0 fn=126 #125
[tdma-tick] entry=614377128 exit=614377128 work_dt=0 fn=127 #126
[tdma-tick] entry=618992128 exit=618992128 work_dt=0 fn=128 #127
[tdma-tick] entry=623607128 exit=623607128 work_dt=0 fn=129 #128
[tdma-tick] entry=628222128 exit=628222128 work_dt=0 fn=130 #129
[tdma-tick] entry=632837128 exit=632837128 work_dt=0 fn=131 #130
[tdma-tick] entry=637452128 exit=637452128 work_dt=0 fn=132 #131
[tdma-tick] entry=642067128 exit=642067128 work_dt=0 fn=133 #132
[tdma-tick] entry=646682128 exit=646682128 work_dt=0 fn=134 #133
[tdma-tick] entry=651297128 exit=651297128 work_dt=0 fn=135 #134
[tdma-tick] entry=655912128 exit=655912128 work_dt=0 fn=136 #135
[tdma-tick] entry=660527128 exit=660527128 work_dt=0 fn=137 #136
[tdma-tick] entry=665142128 exit=665142128 work_dt=0 fn=138 #137
[tdma-tick] entry=669757128 exit=669757128 work_dt=0 fn=139 #138
[tdma-tick] entry=674372128 exit=674372128 work_dt=0 fn=140 #139
[tdma-tick] entry=678987128 exit=678987128 work_dt=0 fn=141 #140
[tdma-tick] entry=683602128 exit=683602128 work_dt=0 fn=142 #141
[tdma-tick] entry=688217128 exit=688217128 work_dt=0 fn=143 #142
[tdma-tick] entry=692832128 exit=692832128 work_dt=0 fn=144 #143
[tdma-tick] entry=697447128 exit=697447128 work_dt=0 fn=145 #144
[tdma-tick] entry=702062128 exit=702062128 work_dt=0 fn=146 #145
[tdma-tick] entry=706677128 exit=706677128 work_dt=0 fn=147 #146
[tdma-tick] entry=711292128 exit=711292128 work_dt=0 fn=148 #147
[tdma-tick] entry=715907128 exit=715907128 work_dt=0 fn=149 #148
[tdma-tick] entry=720522128 exit=720522128 work_dt=0 fn=150 #149
[tdma-tick] entry=725137128 exit=725137128 work_dt=0 fn=151 #150
[tdma-tick] entry=729752128 exit=729752128 work_dt=0 fn=152 #151
[tdma-tick] entry=734367128 exit=734367128 work_dt=0 fn=153 #152
[tdma-tick] entry=738982128 exit=738982128 work_dt=0 fn=154 #153
[tdma-tick] entry=743597128 exit=743597128 work_dt=0 fn=155 #154
[tdma-tick] entry=748212128 exit=748212128 work_dt=0 fn=156 #155
[tdma-tick] entry=752827128 exit=752827128 work_dt=0 fn=157 #156
[tdma-tick] entry=757442128 exit=757442128 work_dt=0 fn=158 #157
[tdma-tick] entry=762057128 exit=762057128 work_dt=0 fn=159 #158
[tdma-tick] entry=766672128 exit=766672128 work_dt=0 fn=160 #159
[tdma-tick] entry=771287128 exit=771287128 work_dt=0 fn=161 #160
[tdma-tick] entry=775902128 exit=775902128 work_dt=0 fn=162 #161
[tdma-tick] entry=780517128 exit=780517128 work_dt=0 fn=163 #162
[tdma-tick] entry=785132128 exit=785132128 work_dt=0 fn=164 #163
[tdma-tick] entry=789747128 exit=789747128 work_dt=0 fn=165 #164
[tdma-tick] entry=794362128 exit=794362128 work_dt=0 fn=166 #165
[tdma-tick] entry=798977128 exit=798977128 work_dt=0 fn=167 #166
[tdma-tick] entry=803592128 exit=803592128 work_dt=0 fn=168 #167
[tdma-tick] entry=808207128 exit=808207128 work_dt=0 fn=169 #168
[tdma-tick] entry=812822128 exit=812822128 work_dt=0 fn=170 #169
[tdma-tick] entry=817437128 exit=817437128 work_dt=0 fn=171 #170
[tdma-tick] entry=822052128 exit=822052128 work_dt=0 fn=172 #171
[tdma-tick] entry=826667128 exit=826667128 work_dt=0 fn=173 #172
[tdma-tick] entry=831282128 exit=831282128 work_dt=0 fn=174 #173
[tdma-tick] entry=835897128 exit=835897128 work_dt=0 fn=175 #174
[tdma-tick] entry=840512128 exit=840512128 work_dt=0 fn=176 #175
[tdma-tick] entry=845127128 exit=845127128 work_dt=0 fn=177 #176
[tdma-tick] entry=849742128 exit=849742128 work_dt=0 fn=178 #177
[tdma-tick] entry=854357128 exit=854357128 work_dt=0 fn=179 #178
[tdma-tick] entry=858972128 exit=858972128 work_dt=0 fn=180 #179
[tdma-tick] entry=863587128 exit=863587128 work_dt=0 fn=181 #180
[tdma-tick] entry=868202128 exit=868202128 work_dt=0 fn=182 #181
[tdma-tick] entry=872817128 exit=872817128 work_dt=0 fn=183 #182
[tdma-tick] entry=877432128 exit=877432128 work_dt=0 fn=184 #183
[tdma-tick] entry=882047128 exit=882047128 work_dt=0 fn=185 #184
[tdma-tick] entry=886662128 exit=886662128 work_dt=0 fn=186 #185
[tdma-tick] entry=891277128 exit=891277128 work_dt=0 fn=187 #186
[tdma-tick] entry=895892128 exit=895892128 work_dt=0 fn=188 #187
[tdma-tick] entry=900507128 exit=900507128 work_dt=0 fn=189 #188
[tdma-tick] entry=905122128 exit=905122128 work_dt=0 fn=190 #189
[tdma-tick] entry=909737128 exit=909737128 work_dt=0 fn=191 #190
[tdma-tick] entry=914352128 exit=914352128 work_dt=0 fn=192 #191
[tdma-tick] entry=918967128 exit=918967128 work_dt=0 fn=193 #192
[tdma-tick] entry=923582128 exit=923582128 work_dt=0 fn=194 #193
[tdma-tick] entry=928197128 exit=928197128 work_dt=0 fn=195 #194
[tdma-tick] entry=932812128 exit=932812128 work_dt=0 fn=196 #195
[tdma-tick] entry=937427128 exit=937427128 work_dt=0 fn=197 #196
[tdma-tick] entry=942042128 exit=942042128 work_dt=0 fn=198 #197
[tdma-tick] entry=946657128 exit=946657128 work_dt=0 fn=199 #198
[tdma-tick] entry=951272128 exit=951272128 work_dt=0 fn=200 #199
[tdma-tick] entry=955887128 exit=955887128 work_dt=0 fn=201 #200
[tdma-tick] entry=960502128 exit=960502128 work_dt=0 fn=202 #201
[tdma-tick] entry=965117128 exit=965117128 work_dt=0 fn=203 #202
[tdma-tick] entry=969732128 exit=969732128 work_dt=0 fn=204 #203
[tdma-tick] entry=974347128 exit=974347128 work_dt=0 fn=205 #204
[tdma-tick] entry=978962128 exit=978962128 work_dt=0 fn=206 #205
[tdma-tick] entry=983577128 exit=983577128 work_dt=0 fn=207 #206
[tdma-tick] entry=988192128 exit=988192128 work_dt=0 fn=208 #207
[tdma-tick] entry=992807128 exit=992807128 work_dt=0 fn=209 #208
[tdma-tick] entry=997422128 exit=997422128 work_dt=0 fn=210 #209
[tdma-tick] entry=1002037128 exit=1002037128 work_dt=0 fn=211 #210
[tdma-tick] entry=1006652128 exit=1006652128 work_dt=0 fn=212 #211
[tdma-tick] entry=1011267128 exit=1011267128 work_dt=0 fn=213 #212
[tdma-tick] entry=1015882128 exit=1015882128 work_dt=0 fn=214 #213
[tdma-tick] entry=1020497128 exit=1020497128 work_dt=0 fn=215 #214
[tdma-tick] entry=1025112128 exit=1025112128 work_dt=0 fn=216 #215
[tdma-tick] entry=1029727128 exit=1029727128 work_dt=0 fn=217 #216
[tdma-tick] entry=1034342128 exit=1034342128 work_dt=0 fn=218 #217
[tdma-tick] entry=1038957128 exit=1038957128 work_dt=0 fn=219 #218
[tdma-tick] entry=1043572128 exit=1043572128 work_dt=0 fn=220 #219
[tdma-tick] entry=1048187128 exit=1048187128 work_dt=0 fn=221 #220
[tdma-tick] entry=1052802128 exit=1052802128 work_dt=0 fn=222 #221
[tdma-tick] entry=1057417128 exit=1057417128 work_dt=0 fn=223 #222
[tdma-tick] entry=1062032128 exit=1062032128 work_dt=0 fn=224 #223
[tdma-tick] entry=1066647128 exit=1066647128 work_dt=0 fn=225 #224
[tdma-tick] entry=1071262128 exit=1071262128 work_dt=0 fn=226 #225
[tdma-tick] entry=1075877128 exit=1075877128 work_dt=0 fn=227 #226
[tdma-tick] entry=1080492128 exit=1080492128 work_dt=0 fn=228 #227
[tdma-tick] entry=1085107128 exit=1085107128 work_dt=0 fn=229 #228
[tdma-tick] entry=1089722128 exit=1089722128 work_dt=0 fn=230 #229
[tdma-tick] entry=1094337128 exit=1094337128 work_dt=0 fn=231 #230
[tdma-tick] entry=1098952128 exit=1098952128 work_dt=0 fn=232 #231
[tdma-tick] entry=1103567128 exit=1103567128 work_dt=0 fn=233 #232
[tdma-tick] entry=1108182128 exit=1108182128 work_dt=0 fn=234 #233
[tdma-tick] entry=1112797128 exit=1112797128 work_dt=0 fn=235 #234
[tdma-tick] entry=1117412128 exit=1117412128 work_dt=0 fn=236 #235
[tdma-tick] entry=1122027128 exit=1122027128 work_dt=0 fn=237 #236
[tdma-tick] entry=1126642128 exit=1126642128 work_dt=0 fn=238 #237
[tdma-tick] entry=1131257128 exit=1131257128 work_dt=0 fn=239 #238
[tdma-tick] entry=1135872128 exit=1135872128 work_dt=0 fn=240 #239
[tdma-tick] entry=1140487128 exit=1140487128 work_dt=0 fn=241 #240
[tdma-tick] entry=1145102128 exit=1145102128 work_dt=0 fn=242 #241
[tdma-tick] entry=1149717128 exit=1149717128 work_dt=0 fn=243 #242
[tdma-tick] entry=1154332128 exit=1154332128 work_dt=0 fn=244 #243
[tdma-tick] entry=1158947128 exit=1158947128 work_dt=0 fn=245 #244
[tdma-tick] entry=1163562128 exit=1163562128 work_dt=0 fn=246 #245
[tdma-tick] entry=1168177128 exit=1168177128 work_dt=0 fn=247 #246
[tdma-tick] entry=1172792128 exit=1172792128 work_dt=0 fn=248 #247
[tdma-tick] entry=1177407128 exit=1177407128 work_dt=0 fn=249 #248
[tdma-tick] entry=1182022128 exit=1182022128 work_dt=0 fn=250 #249
[tdma-tick] entry=1186637128 exit=1186637128 work_dt=0 fn=251 #250
[tdma-tick] entry=1191252128 exit=1191252128 work_dt=0 fn=252 #251
[tdma-tick] entry=1195867128 exit=1195867128 work_dt=0 fn=253 #252
[tdma-tick] entry=1200482128 exit=1200482128 work_dt=0 fn=254 #253
[tdma-tick] entry=1205097128 exit=1205097128 work_dt=0 fn=255 #254
[tdma-tick] entry=1209712128 exit=1209712128 work_dt=0 fn=256 #255
[tdma-tick] entry=1214327128 exit=1214327128 work_dt=0 fn=257 #256
[tdma-tick] entry=1218942128 exit=1218942128 work_dt=0 fn=258 #257
[tdma-tick] entry=1223557128 exit=1223557128 work_dt=0 fn=259 #258
[tdma-tick] entry=1228172128 exit=1228172128 work_dt=0 fn=260 #259
[tdma-tick] entry=1232787128 exit=1232787128 work_dt=0 fn=261 #260
[tdma-tick] entry=1237402128 exit=1237402128 work_dt=0 fn=262 #261
[tdma-tick] entry=1242017128 exit=1242017128 work_dt=0 fn=263 #262
[tdma-tick] entry=1246632128 exit=1246632128 work_dt=0 fn=264 #263
[tdma-tick] entry=1251247128 exit=1251247128 work_dt=0 fn=265 #264
[tdma-tick] entry=1255862128 exit=1255862128 work_dt=0 fn=266 #265
[tdma-tick] entry=1260477128 exit=1260477128 work_dt=0 fn=267 #266
[tdma-tick] entry=1265092128 exit=1265092128 work_dt=0 fn=268 #267
[tdma-tick] entry=1269707128 exit=1269707128 work_dt=0 fn=269 #268
[tdma-tick] entry=1274322128 exit=1274322128 work_dt=0 fn=270 #269
[tdma-tick] entry=1278937128 exit=1278937128 work_dt=0 fn=271 #270
[tdma-tick] entry=1283552128 exit=1283552128 work_dt=0 fn=272 #271
[tdma-tick] entry=1288167128 exit=1288167128 work_dt=0 fn=273 #272
[tdma-tick] entry=1292782128 exit=1292782128 work_dt=0 fn=274 #273
[tdma-tick] entry=1297397128 exit=1297397128 work_dt=0 fn=275 #274
[tdma-tick] entry=1302012128 exit=1302012128 work_dt=0 fn=276 #275
[tdma-tick] entry=1306627128 exit=1306627128 work_dt=0 fn=277 #276
[tdma-tick] entry=1311242128 exit=1311242128 work_dt=0 fn=278 #277
[tdma-tick] entry=1315857128 exit=1315857128 work_dt=0 fn=279 #278
[tdma-tick] entry=1320472128 exit=1320472128 work_dt=0 fn=280 #279
[tdma-tick] entry=1325087128 exit=1325087128 work_dt=0 fn=281 #280
[tdma-tick] entry=1329702128 exit=1329702128 work_dt=0 fn=282 #281
[tdma-tick] entry=1334317128 exit=1334317128 work_dt=0 fn=283 #282
[tdma-tick] entry=1338932128 exit=1338932128 work_dt=0 fn=284 #283
[tdma-tick] entry=1343547128 exit=1343547128 work_dt=0 fn=285 #284
[tdma-tick] entry=1348162128 exit=1348162128 work_dt=0 fn=286 #285
[tdma-tick] entry=1352777128 exit=1352777128 work_dt=0 fn=287 #286
[tdma-tick] entry=1357392128 exit=1357392128 work_dt=0 fn=288 #287
[tdma-tick] entry=1362007128 exit=1362007128 work_dt=0 fn=289 #288
[tdma-tick] entry=1366622128 exit=1366622128 work_dt=0 fn=290 #289
[tdma-tick] entry=1371237128 exit=1371237128 work_dt=0 fn=291 #290
[tdma-tick] entry=1375852128 exit=1375852128 work_dt=0 fn=292 #291
[tdma-tick] entry=1380467128 exit=1380467128 work_dt=0 fn=293 #292
[tdma-tick] entry=1385082128 exit=1385082128 work_dt=0 fn=294 #293
[tdma-tick] entry=1389697128 exit=1389697128 work_dt=0 fn=295 #294
[tdma-tick] entry=1394312128 exit=1394312128 work_dt=0 fn=296 #295
[tdma-tick] entry=1398927128 exit=1398927128 work_dt=0 fn=297 #296
[tdma-tick] entry=1403542128 exit=1403542128 work_dt=0 fn=298 #297
[tdma-tick] entry=1408157128 exit=1408157128 work_dt=0 fn=299 #298
[tdma-tick] entry=1412772128 exit=1412772128 work_dt=0 fn=300 #299
[tdma-tick] entry=1417387128 exit=1417387128 work_dt=0 fn=301 #300
[tdma-tick] entry=1422002128 exit=1422002128 work_dt=0 fn=302 #301
[tdma-tick] entry=1426617128 exit=1426617128 work_dt=0 fn=303 #302
[tdma-tick] entry=1431232128 exit=1431232128 work_dt=0 fn=304 #303
[tdma-tick] entry=1435847128 exit=1435847128 work_dt=0 fn=305 #304
[tdma-tick] entry=1440462128 exit=1440462128 work_dt=0 fn=306 #305
[tdma-tick] entry=1445077128 exit=1445077128 work_dt=0 fn=307 #306
[tdma-tick] entry=1449692128 exit=1449692128 work_dt=0 fn=308 #307
[tdma-tick] entry=1454307128 exit=1454307128 work_dt=0 fn=309 #308
[tdma-tick] entry=1458922128 exit=1458922128 work_dt=0 fn=310 #309
[tdma-tick] entry=1463537128 exit=1463537128 work_dt=0 fn=311 #310
[tdma-tick] entry=1468152128 exit=1468152128 work_dt=0 fn=312 #311
[tdma-tick] entry=1472767128 exit=1472767128 work_dt=0 fn=313 #312
[tdma-tick] entry=1477382128 exit=1477382128 work_dt=0 fn=314 #313
[tdma-tick] entry=1481997128 exit=1481997128 work_dt=0 fn=315 #314
[tdma-tick] entry=1486612128 exit=1486612128 work_dt=0 fn=316 #315
[tdma-tick] entry=1491227128 exit=1491227128 work_dt=0 fn=317 #316
[tdma-tick] entry=1495842128 exit=1495842128 work_dt=0 fn=318 #317
[tdma-tick] entry=1500457128 exit=1500457128 work_dt=0 fn=319 #318
[tdma-tick] entry=1505072128 exit=1505072128 work_dt=0 fn=320 #319
[tdma-tick] entry=1509687128 exit=1509687128 work_dt=0 fn=321 #320
[tdma-tick] entry=1514302128 exit=1514302128 work_dt=0 fn=322 #321
[tdma-tick] entry=1518917128 exit=1518917128 work_dt=0 fn=323 #322
[tdma-tick] entry=1523532128 exit=1523532128 work_dt=0 fn=324 #323
[tdma-tick] entry=1528147128 exit=1528147128 work_dt=0 fn=325 #324
[tdma-tick] entry=1532762128 exit=1532762128 work_dt=0 fn=326 #325
[tdma-tick] entry=1537377128 exit=1537377128 work_dt=0 fn=327 #326
[tdma-tick] entry=1541992128 exit=1541992128 work_dt=0 fn=328 #327
[tdma-tick] entry=1546607128 exit=1546607128 work_dt=0 fn=329 #328
[tdma-tick] entry=1551222128 exit=1551222128 work_dt=0 fn=330 #329
[tdma-tick] entry=1555837128 exit=1555837128 work_dt=0 fn=331 #330
[tdma-tick] entry=1560452128 exit=1560452128 work_dt=0 fn=332 #331
[tdma-tick] entry=1565067128 exit=1565067128 work_dt=0 fn=333 #332
[tdma-tick] entry=1569682128 exit=1569682128 work_dt=0 fn=334 #333
[tdma-tick] entry=1574297128 exit=1574297128 work_dt=0 fn=335 #334
[tdma-tick] entry=1578912128 exit=1578912128 work_dt=0 fn=336 #335
[tdma-tick] entry=1583527128 exit=1583527128 work_dt=0 fn=337 #336
[tdma-tick] entry=1588142128 exit=1588142128 work_dt=0 fn=338 #337
[tdma-tick] entry=1592757128 exit=1592757128 work_dt=0 fn=339 #338
[tdma-tick] entry=1597372128 exit=1597372128 work_dt=0 fn=340 #339
[tdma-tick] entry=1601987128 exit=1601987128 work_dt=0 fn=341 #340
[tdma-tick] entry=1606602128 exit=1606602128 work_dt=0 fn=342 #341
[tdma-tick] entry=1611217128 exit=1611217128 work_dt=0 fn=343 #342
[tdma-tick] entry=1615832128 exit=1615832128 work_dt=0 fn=344 #343
[tdma-tick] entry=1620447128 exit=1620447128 work_dt=0 fn=345 #344
[tdma-tick] entry=1625062128 exit=1625062128 work_dt=0 fn=346 #345
[tdma-tick] entry=1629677128 exit=1629677128 work_dt=0 fn=347 #346
[tdma-tick] entry=1634292128 exit=1634292128 work_dt=0 fn=348 #347
[tdma-tick] entry=1638907128 exit=1638907128 work_dt=0 fn=349 #348
[tdma-tick] entry=1643522128 exit=1643522128 work_dt=0 fn=350 #349
[tdma-tick] entry=1648137128 exit=1648137128 work_dt=0 fn=351 #350
[tdma-tick] entry=1652752128 exit=1652752128 work_dt=0 fn=352 #351
[tdma-tick] entry=1657367128 exit=1657367128 work_dt=0 fn=353 #352
[tdma-tick] entry=1661982128 exit=1661982128 work_dt=0 fn=354 #353
[tdma-tick] entry=1666597128 exit=1666597128 work_dt=0 fn=355 #354
[tdma-tick] entry=1671212128 exit=1671212128 work_dt=0 fn=356 #355
[tdma-tick] entry=1675827128 exit=1675827128 work_dt=0 fn=357 #356
[tdma-tick] entry=1680442128 exit=1680442128 work_dt=0 fn=358 #357
[tdma-tick] entry=1685057128 exit=1685057128 work_dt=0 fn=359 #358
[tdma-tick] entry=1689672128 exit=1689672128 work_dt=0 fn=360 #359
[tdma-tick] entry=1694287128 exit=1694287128 work_dt=0 fn=361 #360
[tdma-tick] entry=1698902128 exit=1698902128 work_dt=0 fn=362 #361
[tdma-tick] entry=1703517128 exit=1703517128 work_dt=0 fn=363 #362
[tdma-tick] entry=1708132128 exit=1708132128 work_dt=0 fn=364 #363
[tdma-tick] entry=1712747128 exit=1712747128 work_dt=0 fn=365 #364
[tdma-tick] entry=1717362128 exit=1717362128 work_dt=0 fn=366 #365
[tdma-tick] entry=1721977128 exit=1721977128 work_dt=0 fn=367 #366
[tdma-tick] entry=1726592128 exit=1726592128 work_dt=0 fn=368 #367
[tdma-tick] entry=1731207128 exit=1731207128 work_dt=0 fn=369 #368
[tdma-tick] entry=1735822128 exit=1735822128 work_dt=0 fn=370 #369
[tdma-tick] entry=1740437128 exit=1740437128 work_dt=0 fn=371 #370
[tdma-tick] entry=1745052128 exit=1745052128 work_dt=0 fn=372 #371
[tdma-tick] entry=1749667128 exit=1749667128 work_dt=0 fn=373 #372
[tdma-tick] entry=1754282128 exit=1754282128 work_dt=0 fn=374 #373
[tdma-tick] entry=1758897128 exit=1758897128 work_dt=0 fn=375 #374
[tdma-tick] entry=1763512128 exit=1763512128 work_dt=0 fn=376 #375
[tdma-tick] entry=1768127128 exit=1768127128 work_dt=0 fn=377 #376
[tdma-tick] entry=1772742128 exit=1772742128 work_dt=0 fn=378 #377
[tdma-tick] entry=1777357128 exit=1777357128 work_dt=0 fn=379 #378
[tdma-tick] entry=1781972128 exit=1781972128 work_dt=0 fn=380 #379
[tdma-tick] entry=1786587128 exit=1786587128 work_dt=0 fn=381 #380
[tdma-tick] entry=1791202128 exit=1791202128 work_dt=0 fn=382 #381
[tdma-tick] entry=1795817128 exit=1795817128 work_dt=0 fn=383 #382
[tdma-tick] entry=1800432128 exit=1800432128 work_dt=0 fn=384 #383
[tdma-tick] entry=1805047128 exit=1805047128 work_dt=0 fn=385 #384
[tdma-tick] entry=1809662128 exit=1809662128 work_dt=0 fn=386 #385
[tdma-tick] entry=1814277128 exit=1814277128 work_dt=0 fn=387 #386
[tdma-tick] entry=1818892128 exit=1818892128 work_dt=0 fn=388 #387
[tdma-tick] entry=1823507128 exit=1823507128 work_dt=0 fn=389 #388
[tdma-tick] entry=1828122128 exit=1828122128 work_dt=0 fn=390 #389
[tdma-tick] entry=1832737128 exit=1832737128 work_dt=0 fn=391 #390
[tdma-tick] entry=1837352128 exit=1837352128 work_dt=0 fn=392 #391
[tdma-tick] entry=1841967128 exit=1841967128 work_dt=0 fn=393 #392
[tdma-tick] entry=1846582128 exit=1846582128 work_dt=0 fn=394 #393
[tdma-tick] entry=1851197128 exit=1851197128 work_dt=0 fn=395 #394
[tdma-tick] entry=1855812128 exit=1855812128 work_dt=0 fn=396 #395
[tdma-tick] entry=1860427128 exit=1860427128 work_dt=0 fn=397 #396
[tdma-tick] entry=1865042128 exit=1865042128 work_dt=0 fn=398 #397
[tdma-tick] entry=1869657128 exit=1869657128 work_dt=0 fn=399 #398
[tdma-tick] entry=1874272128 exit=1874272128 work_dt=0 fn=400 #399
[tdma-tick] entry=1878887128 exit=1878887128 work_dt=0 fn=401 #400
[tdma-tick] entry=1883502128 exit=1883502128 work_dt=0 fn=402 #401
[tdma-tick] entry=1888117128 exit=1888117128 work_dt=0 fn=403 #402
[tdma-tick] entry=1892732128 exit=1892732128 work_dt=0 fn=404 #403
[tdma-tick] entry=1897347128 exit=1897347128 work_dt=0 fn=405 #404
[tdma-tick] entry=1901962128 exit=1901962128 work_dt=0 fn=406 #405
[tdma-tick] entry=1906577128 exit=1906577128 work_dt=0 fn=407 #406
[tdma-tick] entry=1911192128 exit=1911192128 work_dt=0 fn=408 #407
[tdma-tick] entry=1915807128 exit=1915807128 work_dt=0 fn=409 #408
[tdma-tick] entry=1920422128 exit=1920422128 work_dt=0 fn=410 #409
[tdma-tick] entry=1925037128 exit=1925037128 work_dt=0 fn=411 #410
[tdma-tick] entry=1929652128 exit=1929652128 work_dt=0 fn=412 #411
[tdma-tick] entry=1934267128 exit=1934267128 work_dt=0 fn=413 #412
[tdma-tick] entry=1938882128 exit=1938882128 work_dt=0 fn=414 #413
[tdma-tick] entry=1943497128 exit=1943497128 work_dt=0 fn=415 #414
[tdma-tick] entry=1948112128 exit=1948112128 work_dt=0 fn=416 #415
[tdma-tick] entry=1952727128 exit=1952727128 work_dt=0 fn=417 #416
[tdma-tick] entry=1957342128 exit=1957342128 work_dt=0 fn=418 #417
[tdma-tick] entry=1961957128 exit=1961957128 work_dt=0 fn=419 #418
[tdma-tick] entry=1966572128 exit=1966572128 work_dt=0 fn=420 #419
[tdma-tick] entry=1971187128 exit=1971187128 work_dt=0 fn=421 #420
[tdma-tick] entry=1975802128 exit=1975802128 work_dt=0 fn=422 #421
[tdma-tick] entry=1980417128 exit=1980417128 work_dt=0 fn=423 #422
[tdma-tick] entry=1985032128 exit=1985032128 work_dt=0 fn=424 #423
[tdma-tick] entry=1989647128 exit=1989647128 work_dt=0 fn=425 #424
[tdma-tick] entry=1994262128 exit=1994262128 work_dt=0 fn=426 #425
[tdma-tick] entry=1998877128 exit=1998877128 work_dt=0 fn=427 #426
[tdma-tick] entry=2003492128 exit=2003492128 work_dt=0 fn=428 #427
[tdma-tick] entry=2008107128 exit=2008107128 work_dt=0 fn=429 #428
[tdma-tick] entry=2012722128 exit=2012722128 work_dt=0 fn=430 #429
[tdma-tick] entry=2017337128 exit=2017337128 work_dt=0 fn=431 #430
[tdma-tick] entry=2021952128 exit=2021952128 work_dt=0 fn=432 #431
[tdma-tick] entry=2026567128 exit=2026567128 work_dt=0 fn=433 #432
[tdma-tick] entry=2031182128 exit=2031182128 work_dt=0 fn=434 #433
[tdma-tick] entry=2035797128 exit=2035797128 work_dt=0 fn=435 #434
[tdma-tick] entry=2040412128 exit=2040412128 work_dt=0 fn=436 #435
[tdma-tick] entry=2045027128 exit=2045027128 work_dt=0 fn=437 #436
[tdma-tick] entry=2049642128 exit=2049642128 work_dt=0 fn=438 #437
[tdma-tick] entry=2054257128 exit=2054257128 work_dt=0 fn=439 #438
[tdma-tick] entry=2058872128 exit=2058872128 work_dt=0 fn=440 #439
[tdma-tick] entry=2063487128 exit=2063487128 work_dt=0 fn=441 #440
[tdma-tick] entry=2068102128 exit=2068102128 work_dt=0 fn=442 #441
[tdma-tick] entry=2072717128 exit=2072717128 work_dt=0 fn=443 #442
[tdma-tick] entry=2077332128 exit=2077332128 work_dt=0 fn=444 #443
[tdma-tick] entry=2081947128 exit=2081947128 work_dt=0 fn=445 #444
[tdma-tick] entry=2086562128 exit=2086562128 work_dt=0 fn=446 #445
[tdma-tick] entry=2091177128 exit=2091177128 work_dt=0 fn=447 #446
[tdma-tick] entry=2095792128 exit=2095792128 work_dt=0 fn=448 #447
[tdma-tick] entry=2100407128 exit=2100407128 work_dt=0 fn=449 #448
[tdma-tick] entry=2105022128 exit=2105022128 work_dt=0 fn=450 #449
[tdma-tick] entry=2109637128 exit=2109637128 work_dt=0 fn=451 #450
[tdma-tick] entry=2114252128 exit=2114252128 work_dt=0 fn=452 #451
[tdma-tick] entry=2118867128 exit=2118867128 work_dt=0 fn=453 #452
[tdma-tick] entry=2123482128 exit=2123482128 work_dt=0 fn=454 #453
[tdma-tick] entry=2128097128 exit=2128097128 work_dt=0 fn=455 #454
[tdma-tick] entry=2132712128 exit=2132712128 work_dt=0 fn=456 #455
[tdma-tick] entry=2137327128 exit=2137327128 work_dt=0 fn=457 #456
[tdma-tick] entry=2141942128 exit=2141942128 work_dt=0 fn=458 #457
[tdma-tick] entry=2146557128 exit=2146557128 work_dt=0 fn=459 #458
[tdma-tick] entry=2151172128 exit=2151172128 work_dt=0 fn=460 #459
[tdma-tick] entry=2155787128 exit=2155787128 work_dt=0 fn=461 #460
[tdma-tick] entry=2160402128 exit=2160402128 work_dt=0 fn=462 #461
[tdma-tick] entry=2165017128 exit=2165017128 work_dt=0 fn=463 #462
[tdma-tick] entry=2169632128 exit=2169632128 work_dt=0 fn=464 #463
[tdma-tick] entry=2174247128 exit=2174247128 work_dt=0 fn=465 #464
[tdma-tick] entry=2178862128 exit=2178862128 work_dt=0 fn=466 #465
[tdma-tick] entry=2183477128 exit=2183477128 work_dt=0 fn=467 #466
[tdma-tick] entry=2188092128 exit=2188092128 work_dt=0 fn=468 #467
[tdma-tick] entry=2192707128 exit=2192707128 work_dt=0 fn=469 #468
[tdma-tick] entry=2197322128 exit=2197322128 work_dt=0 fn=470 #469
[tdma-tick] entry=2201937128 exit=2201937128 work_dt=0 fn=471 #470
[tdma-tick] entry=2206552128 exit=2206552128 work_dt=0 fn=472 #471
[tdma-tick] entry=2211167128 exit=2211167128 work_dt=0 fn=473 #472
[tdma-tick] entry=2215782128 exit=2215782128 work_dt=0 fn=474 #473
[tdma-tick] entry=2220397128 exit=2220397128 work_dt=0 fn=475 #474
[tdma-tick] entry=2225012128 exit=2225012128 work_dt=0 fn=476 #475
[tdma-tick] entry=2229627128 exit=2229627128 work_dt=0 fn=477 #476
[tdma-tick] entry=2234242128 exit=2234242128 work_dt=0 fn=478 #477
[tdma-tick] entry=2238857128 exit=2238857128 work_dt=0 fn=479 #478
[tdma-tick] entry=2243472128 exit=2243472128 work_dt=0 fn=480 #479
[tdma-tick] entry=2248087128 exit=2248087128 work_dt=0 fn=481 #480
[tdma-tick] entry=2252702128 exit=2252702128 work_dt=0 fn=482 #481
[tdma-tick] entry=2257317128 exit=2257317128 work_dt=0 fn=483 #482
[tdma-tick] entry=2261932128 exit=2261932128 work_dt=0 fn=484 #483
[tdma-tick] entry=2266547128 exit=2266547128 work_dt=0 fn=485 #484
[tdma-tick] entry=2271162128 exit=2271162128 work_dt=0 fn=486 #485
[tdma-tick] entry=2275777128 exit=2275777128 work_dt=0 fn=487 #486
[tdma-tick] entry=2280392128 exit=2280392128 work_dt=0 fn=488 #487
[tdma-tick] entry=2285007128 exit=2285007128 work_dt=0 fn=489 #488
[tdma-tick] entry=2289622128 exit=2289622128 work_dt=0 fn=490 #489
[tdma-tick] entry=2294237128 exit=2294237128 work_dt=0 fn=491 #490
[tdma-tick] entry=2298852128 exit=2298852128 work_dt=0 fn=492 #491
[tdma-tick] entry=2303467128 exit=2303467128 work_dt=0 fn=493 #492
[tdma-tick] entry=2308082128 exit=2308082128 work_dt=0 fn=494 #493
[tdma-tick] entry=2312697128 exit=2312697128 work_dt=0 fn=495 #494
[tdma-tick] entry=2317312128 exit=2317312128 work_dt=0 fn=496 #495
[tdma-tick] entry=2321927128 exit=2321927128 work_dt=0 fn=497 #496
[tdma-tick] entry=2326542128 exit=2326542128 work_dt=0 fn=498 #497
[tdma-tick] entry=2331157128 exit=2331157128 work_dt=0 fn=499 #498
[td

Annexe — Détail complet de tous les tests

Ar / — — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_ar2_zero_categorization ar_imr_invariant 0.01s
test_imr_not_persistently_zero ar_imr_invariant 0.01s
test_irq_servicing_imr_nonzero ar_imr_invariant 0.01s
test_no_bootstub_entry ar_imr_invariant 0.01s
test_reset_pmst_silicon ar_imr_invariant 0.00s
test_reset_sp_silicon ar_imr_invariant 0.00s
test_tpu_frame_irq_delivered ar_imr_invariant 0.01s
⏭️ test_rsbx_intm_reached_or_flag_nmi ar_imr_invariant 0.01s (‘/opt/GSM/qemu-src/tests/test_ar_imr_inth_invariants.py’, 211, ’Skipped: RSBX INTM jamais atteint sur boot path → candidat 1 doc §7 exclu, NMI (candidat 2) à implémenter probablement. Pas une régress

Injection / ARM-feedback — 0/2

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_efficacy_arm_reads_a_cd inject_efficacy,inject_frames 2.60s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>
⚠️ test_efficacy_arm_reads_d_fb_det_1 inject_efficacy,inject_frames 3.01s gdb_session = <inject.GdbRemote object at 0x78b48f1ef8e0>

Injection / NDB — 19/19

Test Markers Durée Erreur / raison (si non-pass)
test_clear_ndb inject_frames 0.33s
test_inject_a_cd_invalid_length inject_frames 0.00s
test_inject_a_cd_pattern_23B inject_frames 0.37s
test_inject_a_cd_pattern_30B inject_frames 0.37s
test_inject_d_burst[0] inject_frames,parametrize 0.08s
test_inject_d_burst[1] inject_frames,parametrize 0.08s
test_inject_d_task[24-0] inject_frames,parametrize 0.08s
test_inject_d_task[28-1] inject_frames,parametrize 0.08s
test_inject_d_task[5-0] inject_frames,parametrize 0.08s
test_inject_d_task[6-1] inject_frames,parametrize 0.08s
test_inject_fbsb_fb_found inject_frames 0.70s
test_inject_fbsb_sb_found inject_frames 0.58s
test_inject_si[1] inject_frames,parametrize 0.37s
test_inject_si[2] inject_frames,parametrize 0.37s
test_inject_si[3] inject_frames,parametrize 0.37s
test_inject_si[4] inject_frames,parametrize 0.37s
test_inject_si[5] inject_frames,parametrize 0.37s
test_inject_si[6] inject_frames,parametrize 0.37s
test_probe_ndb inject_frames 0.29s

Milestone / DSP — 3/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_dwell_no_regression milestone_dsp_decoder 30.45s
test_popm_decoder_active milestone_dsp_decoder 0.00s
test_tier_a_decoder_fixes_present milestone_dsp_decoder 0.00s
⚠️ test_c54x_interrupt_ex_called_nonzero milestone_irq 0.00s container_alive = None
⏭️ test_dsp_throughput_5x milestone_dsp_decoder 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 333, ‘Skipped: Pas de INSN-COUNT-STATS dans qemu.log — QEMU pas rebuildé’)
⚠️ test_fb0_att_nonzero milestone_fb_det 0.00s container_alive = None
⚠️ test_isr_entered_implies_rete milestone_irq 0.00s container_alive = None
⚠️ test_no_pending_irq_gated milestone_irq 0.00s container_alive = None
⚠️ test_rxdoneflag_no_longer_blocks milestone_dsp_decoder 0.00s container_alive = None
⏭️ test_synth_zero_path_active milestone_fb_det 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 504, ‘Skipped: Impossible de détecter CALYPSO_FBSB_SYNTH dans qemu.log’)

Milestone / L1-ctrl — 0/2

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_received milestone_l1ctl 0.02s container_alive = None
⚠️ test_neigh_pm_req_response_unchanged milestone_l1ctl 0.00s container_alive = None

Milestone / L1-data — 0/4

Test Markers Durée Erreur / raison (si non-pass)
test_no_d_fb_det_wr_site_anomaly milestone_bsp_dma 0.01s container_alive = None, log_offset = 6675323
⏭️ test_ar3_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 368, “Skipped: Source littérale (i) candidate : 8 sites avec lk=0x0000: [(‘PROM0’, 41801, ‘0000’), (‘PROM0’, 42046, ‘0000’), (‘PROM2’,
⏭️ test_ar4_init_source_identified milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 387, “Skipped: Source littérale (i) candidate AR4 : 18 sites avec lk≈0x2bc0: [(‘PROM0’, 35269, ‘2bc0’), (‘PROM0’, 35331, ‘2bc0’), (’PRO
⏭️ test_bsp_dma_target_matches_correlator_read_zone milestone_bsp_dma 0.01s (‘/opt/GSM/qemu-src/tests/test_calypso_milestones.py’, 416, ‘Skipped: Pas de DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé’)

Milestone / L3-MM — 0/5

Test Markers Durée Erreur / raison (si non-pass)
⚠️ test_immediate_assignment_decoded milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_accept_received milestone_mm_lu 0.00s container_alive = None
⚠️ test_location_updating_request_sent milestone_mm_lu 0.00s container_alive = None
⚠️ test_rach_emitted milestone_mm_lu 0.00s container_alive = None
⚠️ test_rr_sdcch_established milestone_mm_lu 0.00s container_alive = None

Osmocom / — — 16/23

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_clock_from_qemu_default osmocom_bridge,osmocom_divergent 0.00s “““(removed) devrait être =1 par défaut sous icount=auto pour
test_bridge_select_timeout_low_jitter osmocom_bridge,osmocom_compliant 0.00s “““calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter
test_force_rx_done_default_on osmocom_boot,osmocom_compliant 0.00s “““run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c’est la gestion
test_rxdone_addr_matches_firmware_nm osmocom_compliant,osmocom_sim 0.00s “““Le default rxdone_addr dans QEMU doit matcher l’adresse réelle dans le
test_sim_defer_clear_timer_present osmocom_compliant,osmocom_sim 0.00s “““calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.
test_bsp_drain_timer_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_runtime_bts_no_fn_skew_messages osmocom_clock,osmocom_compliant,skipif 0.00s
test_sim_dtx_write_clears_it_tx osmocom_compliant,osmocom_sim 0.00s
test_sim_it_read_clear_mask_per_firmware_spec osmocom_compliant,osmocom_sim 0.00s
test_sim_rx_is_level_sensitive osmocom_compliant,osmocom_sim 0.00s
test_tdma_tick_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
test_timer_physical_param[BSP_DRAIN_PERIOD_MS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_HYPERFRAME] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[GSM_TDMA_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_FRAME_IRQ_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_KICK_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TDMA_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[PCB_TICK_TINT0_US] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[TINT0_PERIOD_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_timer_physical_param[WT_DELAY_NS] osmocom_clock,parametrize,timer_audit 0.00s
test_tint0_on_virtual_clock osmocom_clock,osmocom_compliant 0.00s
⚠️ test_runtime_sim_it_wt_rxdone_log_present osmocom_boot,osmocom_compliant,skipif 0.02s reason=“qemu.log absent”)
⚠️ test_tcg_strne_commits_under_icount_auto osmocom_divergent,xfail 0.00s “not patched, workarounded via SIM defer clear”)

Other / unmarked — 7/7

Test Markers Durée Erreur / raison (si non-pass)
test_verdict_bts_dead 0.00s
test_verdict_instability 0.00s
test_verdict_ipc_chan_mismatch 0.00s
test_verdict_mobile_stuck_gsm322 0.00s
test_verdict_shunt_silent 0.00s
test_verdict_shunt_works 0.00s
test_zz_per_mode_report 0.00s

Parametrize / — — 1/5

Test Markers Durée Erreur / raison (si non-pass)
test_timer_runtime_period[bts_clk_ind] parametrize,timer_audit 0.00s name = ‘bts_clk_ind’, log_path = ‘/tmp/bts.log’
test_timer_runtime_period[kick] parametrize,timer_audit 0.10s
⏭️ test_timer_runtime_period[bridge_clk_ind] parametrize,timer_audit 0.00s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 164, ‘Skipped: /tmp/bridge.log vide’)
⏭️ test_timer_runtime_period[bsp_burst] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 167, ‘Skipped: bsp_burst: only 25 samples in /root/qemu.log’)
⏭️ test_timer_runtime_period[tdma_tick] parametrize,timer_audit 0.10s (‘/opt/GSM/qemu-src/tests/test_timer_physical_audit.py’, 172, ‘Skipped: tdma_tick: only 0 clean samples’)

Runtime / DSP — 2/10

Test Markers Durée Erreur / raison (si non-pass)
test_intm_reaches_zero runtime_dsp 0.01s “““PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu’INTM clear au moins une fois.”“”
test_no_enter_7740_dwell runtime_dsp 0.01s
test_no_wait_a21a_on_window runtime_dsp 0.01s
⏭️ test_bsp_daram_write_distribution runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 554, “Skipped: Aucun DARAM-WR-STATS dans qemu.log — QEMU pas rebuildé avec l’instrumentation bsp.c (cf rapport 05-14 § Priorité A)”)
⏭️ test_d_fb_det_data_no_longer_zero runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 599, ‘Skipped: Aucun hit D_FB_DET — milestone non testable encore’)
⏭️ test_d_fb_det_pattern_unchanged runtime_dsp 0.02s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 505, ‘Skipped: Aucun hit D_FB_DET-WR-SITE dans /root/qemu.log — probe inactive’)
⏭️ test_dsp_throughput_above_threshold runtime_dsp 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 410, “Skipped: Aucun INSN-COUNT-STATS — QEMU pas rebuildé avec l’instrumentation, ou run trop jeune (<1M insn)”)
⚠️ test_interrupt_ex_called_counter_exposed runtime_irq 0.01s “““Hypothèse (a) : si info dsp_irq montre interrupt_ex_called=0 → IRQ never fires.”“”
⚠️ test_isr_entered_matches_rete runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)
⚠️ test_no_pending_irq_gating runtime_irq 0.01s out = qemu_monitor(“info dsp_irq”)

Runtime / FS — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_container_disk_space_above_min runtime_fs 0.01s
test_qemu_fd_usage_below_limit runtime_fs 0.01s
test_qemu_log_disk_size_under_2gb runtime_fs 0.00s

Runtime / Firmware-state — 3/5

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_has_dl_bursts runtime_firmware 0.00s “““bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.”“”
test_pc_advances runtime_firmware 0.11s “““PC ARM change entre 2 samples espacés de 100ms — firmware exécute.”“”
test_pc_not_in_known_busy_loop runtime_firmware 0.00s
test_qemu_monitor_responsive runtime_firmware 0.00s
test_rxdoneflag_addr_resolvable runtime_firmware 0.00s

Runtime / GDB-introspect — 8/8

Test Markers Durée Erreur / raison (si non-pass)
test_gdb_handshake_succeeds runtime_gdb 0.00s
test_gdb_query_supported runtime_gdb 0.00s
test_gdb_read_arm_registers runtime_gdb 0.00s
test_gdb_read_dsp_daram_xfail runtime_gdb 0.00s
test_gdb_read_memory_at_dsp_api_base runtime_gdb 0.00s
test_gdb_read_pc_nonzero runtime_gdb 0.00s
test_gdb_stub_reachable runtime_gdb 0.00s
test_gdb_stub_survives_3_quick_reconnects runtime_gdb 0.31s

Runtime / Infra — 5/5

Test Markers Durée Erreur / raison (si non-pass)
test_all_expected_processes_present runtime_health 0.01s
test_mobile_pcap_growing runtime_health 10.01s
test_no_zombie_or_defunct runtime_health 0.01s
test_qemu_log_is_fresh runtime_health 3.01s
test_volumes_mounted runtime_health 0.01s

Runtime / IrDA-channel — 7/8

Test Markers Durée Erreur / raison (si non-pass)
test_irda_capture_process_alive runtime_irda 0.00s
test_irda_channel_produces_bytes runtime_irda 5.26s
test_irda_does_not_break_uart_modem runtime_irda 0.01s
test_irda_log_has_timestamp_prefix runtime_irda 0.00s
test_irda_pty_exists runtime_irda 0.00s
test_irda_pty_readable runtime_irda 0.00s
test_irda_throughput_below_saturation runtime_irda 10.13s
⚠️ test_irda_boot_marker_present runtime_irda 0.00s “““Le marker ‘fw-irda boot’ apparaît dans fw-irda.log (Phase 0.5).”“”

Runtime / L1-ctrl — 1/6

Test Markers Durée Erreur / raison (si non-pass)
test_l1ctl_data_ind_rate_vs_alc runtime_l1ctl 0.02s ““”
test_l1ctl_data_ind_received runtime_l1ctl 0.02s ““”
test_neigh_pm_req_loop_alive runtime_l1ctl 0.35s
⚠️ test_a_cd_write_pc_includes_ccch_demod runtime_l1ctl 0.03s ““”
⏭️ test_a_cd_writes_nonzero runtime_l1ctl 0.01s (‘/opt/GSM/qemu-src/tests/test_run_observability.py’, 738, ‘Skipped: Aucun A_CD-WR — QEMU pas rebuildé avec helper watch_write_zone_check’)
⚠️ test_rach_attempted runtime_l1ctl 0.00s “““Le mobile tente-t-il un RACH ? Bloqué tant qu’il ne sort pas de gsm322.”“”

Runtime / L1-data — 1/3

Test Markers Durée Erreur / raison (si non-pass)
test_bridge_log_shows_traffic runtime_bridge 0.00s r = dexec([“tail”, “-n”, “200”, “/tmp/bridge.log”])
test_bridge_dl_lookahead_respected runtime_bridge 0.00s
⚠️ test_bridge_fn_drift_under_threshold runtime_bridge 0.00s ““”

Runtime / Log-grep — 21/30

Test Markers Durée Erreur / raison (si non-pass)
test_grep_qemu_bsp_dma_active runtime_log_grep 0.01s “““Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).”“”
test_blocker_fwirda_no_panic runtime_log_grep 0.01s
test_blocker_mobile_no_crash runtime_log_grep 0.00s
test_blocker_mobile_no_vty_bind_error runtime_log_grep 0.01s
test_blocker_no_out_of_memory runtime_log_grep 0.01s
test_blocker_osmocon_no_connection_refused runtime_log_grep 0.00s
test_blocker_osmocon_no_layer2_socket_failed runtime_log_grep 0.01s
test_blocker_osmocon_no_pty_error runtime_log_grep 0.01s
test_blocker_qemu_no_assert_failed runtime_log_grep 0.01s
test_blocker_qemu_no_long_wait_a21a runtime_log_grep 0.01s
test_blocker_qemu_no_panic runtime_log_grep 0.01s
test_blocker_qemu_no_qemu_abort runtime_log_grep 0.01s
test_blocker_qemu_no_runaway_dsp runtime_log_grep 0.01s
test_grep_fwirda_log_present_or_skip runtime_log_grep 0.00s
test_grep_mobile_alive_signal runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_fbsb_req_attempted runtime_log_grep 0.01s
test_grep_osmocon_l1ctl_reset_req runtime_log_grep 0.00s
test_grep_osmocon_lost_ratio_acceptable runtime_log_grep 0.01s
test_grep_qemu_dsp_booted runtime_log_grep 0.02s
test_grep_qemu_log_exists_and_nonempty runtime_log_grep 0.00s
test_grep_qemu_no_sp_catastrophe_recent runtime_log_grep 0.01s
test_grep_qemu_task24_dispatched runtime_log_grep 0.02s
⏭️ test_blocker_bridge_no_bts_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 288, ‘Skipped’)
⏭️ test_blocker_bridge_no_rach_parity runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 296, ‘Skipped’)
⏭️ test_blocker_bridge_no_socket_error runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 304, ‘Skipped’)
⏭️ test_grep_bridge_dl_bursts_received runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 115, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_fb_pattern_dominant runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 124, ‘Skipped: bridge.log absent’)
⏭️ test_grep_bridge_no_clock_skew_shutdown runtime_log_grep 0.00s (‘/opt/GSM/qemu-src/tests/test_log_grep.py’, 137, ‘Skipped’)
⚠️ test_grep_fwirda_boot_marker runtime_log_grep 0.00s “““Le marker fw-irda boot ou boot OK apparaît (Phase 0.5).”“”
⚠️ test_grep_qemu_a_cd_wr_vs_task24 runtime_log_grep 0.02s “““Le ratio A_CD-WR / task24_fire DEVRAIT être > 0.001 (≥ 1 demod complet / 1000 dispatch).

Runtime / Mgmt — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_mobile_imsi_loaded runtime_vty 1.52s
test_mobile_mm_state_is_null_or_idle runtime_vty 1.52s
test_mobile_vty_reachable runtime_vty 1.52s

Runtime / Monitor-extended — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_monitor_info_chardev_lists_serial runtime_monitor 3.00s
test_monitor_info_irq_listed runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_irda runtime_monitor 3.00s
test_monitor_info_mtree_has_uart_modem runtime_monitor 3.00s
test_monitor_info_qom_tree_has_calypso_or_arm runtime_monitor 3.00s
test_monitor_info_qtree_has_calypso runtime_monitor 3.00s
test_monitor_info_registers_arm runtime_monitor 3.00s
test_monitor_info_status_is_running runtime_monitor 3.00s
test_monitor_socket_reachable runtime_monitor 3.00s

Runtime / Net — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_no_unexpected_high_ports runtime_net 0.02s
test_qemu_ports_listening runtime_net 0.03s

Runtime / Osmocon — 3/3

Test Markers Durée Erreur / raison (si non-pass)
test_osmocon_no_recent_lost_spam runtime_osmocon 0.00s
test_osmocon_past_romload runtime_osmocon 0.01s
test_osmocon_started_download runtime_osmocon 0.00s

Runtime / Summary — 1/1

Test Markers Durée Erreur / raison (si non-pass)
test_run_summary_snapshot runtime_summary 30.41s

Timer / — — 2/2

Test Markers Durée Erreur / raison (si non-pass)
test_timer_drift_summary_table timer_graph 0.29s
test_timer_temporal_graphs_emit_mermaid timer_graph 0.29s

Timing / Drift — 4/10

Test Markers Durée Erreur / raison (si non-pass)
test_log_start_within_10s drift 0.02s
test_log_still_growing[osmocon-/tmp/osmocon.log-1] drift,parametrize 0.01s
test_log_still_growing[qemu-/root/qemu.log-1000] drift,parametrize 0.05s
test_no_long_gap[qemu-/root/qemu.log-5.0] drift,parametrize 0.05s
⏭️ test_bridge_qfn_advances_steadily drift 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 150, ‘Skipped: only 0 qfn samples’)
⏭️ test_bridge_qfn_tracks_qemu_fn drift 0.06s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 126, ‘Skipped: few samples bridge=0 qemu=9112’)
⏭️ test_log_still_growing[bridge-/tmp/bridge.log-10] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 178, ‘Skipped: /tmp/bridge.log has no timestamped lines’)
⏭️ test_no_long_gap[bridge-/tmp/bridge.log-10.0] drift,parametrize 0.00s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 216, ‘Skipped: bridge: only 0 samples’)
⏭️ test_qemu_insn_rate_cv_below_0_4 drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 91, ‘Skipped: only 0 INSN-COUNT-STATS samples — needs >= 20’)
⏭️ test_qemu_insn_rate_p1_above_1m drift 0.04s (‘/opt/GSM/qemu-src/tests/test_layer_drift.py’, 104, ‘Skipped: only 0 samples — needs >= 100’)

Timing / Timers — 9/9

Test Markers Durée Erreur / raison (si non-pass)
test_dsp_budget_saturation_signal timer_invariant 0.00s
test_dsp_n_exec_within_budget timer_invariant 0.00s
test_frame_irq_per_tdma_ratio timer_invariant 0.00s
test_kick_realtime_cadence timer_invariant 0.00s
test_log_timeline_csv_no_dead_bucket timer_invariant 0.00s
test_log_timeline_csv_produced timer_invariant 0.00s
test_log_timeline_csv_steady_qemu_rate timer_invariant 0.00s
test_tdma_log_present timer_invariant 0.00s
test_tdma_period_virtual_close_to_target timer_invariant 0.00s

Tous les nodeids (référence)

Cliquer pour déplier — liste exhaustive nodeid → outcome
PASSED   test_ar_imr_inth_invariants.py::test_ar2_zero_categorization
PASSED   test_ar_imr_inth_invariants.py::test_imr_not_persistently_zero
PASSED   test_ar_imr_inth_invariants.py::test_irq_servicing_imr_nonzero
PASSED   test_ar_imr_inth_invariants.py::test_no_bootstub_entry
PASSED   test_ar_imr_inth_invariants.py::test_reset_pmst_silicon
PASSED   test_ar_imr_inth_invariants.py::test_reset_sp_silicon
SKIPPED  test_ar_imr_inth_invariants.py::test_rsbx_intm_reached_or_flag_nmi
PASSED   test_ar_imr_inth_invariants.py::test_tpu_frame_irq_delivered
SKIPPED  test_calypso_milestones.py::test_ar3_init_source_identified
SKIPPED  test_calypso_milestones.py::test_ar4_init_source_identified
SKIPPED  test_calypso_milestones.py::test_bsp_dma_target_matches_correlator_read_zone
XFAIL    test_calypso_milestones.py::test_c54x_interrupt_ex_called_nonzero
SKIPPED  test_calypso_milestones.py::test_dsp_throughput_5x
XFAIL    test_calypso_milestones.py::test_fb0_att_nonzero
XFAIL    test_calypso_milestones.py::test_immediate_assignment_decoded
PASSED   test_calypso_milestones.py::test_intm_dwell_no_regression
XFAIL    test_calypso_milestones.py::test_isr_entered_implies_rete
FAILED   test_calypso_milestones.py::test_l1ctl_data_ind_received
XFAIL    test_calypso_milestones.py::test_location_updating_accept_received
XFAIL    test_calypso_milestones.py::test_location_updating_request_sent
XFAIL    test_calypso_milestones.py::test_neigh_pm_req_response_unchanged
FAILED   test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
XFAIL    test_calypso_milestones.py::test_no_pending_irq_gated
PASSED   test_calypso_milestones.py::test_popm_decoder_active
XFAIL    test_calypso_milestones.py::test_rach_emitted
XFAIL    test_calypso_milestones.py::test_rr_sdcch_established
XFAIL    test_calypso_milestones.py::test_rxdoneflag_no_longer_blocks
SKIPPED  test_calypso_milestones.py::test_synth_zero_path_active
PASSED   test_calypso_milestones.py::test_tier_a_decoder_fixes_present
FAILED   test_firmware_state.py::test_bridge_has_dl_bursts
PASSED   test_firmware_state.py::test_osmocon_no_recent_lost_spam
PASSED   test_firmware_state.py::test_osmocon_past_romload
PASSED   test_firmware_state.py::test_osmocon_started_download
FAILED   test_firmware_state.py::test_pc_advances
PASSED   test_firmware_state.py::test_pc_not_in_known_busy_loop
PASSED   test_firmware_state.py::test_qemu_monitor_responsive
PASSED   test_firmware_state.py::test_rxdoneflag_addr_resolvable
PASSED   test_gdb_stub.py::test_gdb_handshake_succeeds
PASSED   test_gdb_stub.py::test_gdb_query_supported
PASSED   test_gdb_stub.py::test_gdb_read_arm_registers
PASSED   test_gdb_stub.py::test_gdb_read_dsp_daram_xfail
PASSED   test_gdb_stub.py::test_gdb_read_memory_at_dsp_api_base
PASSED   test_gdb_stub.py::test_gdb_read_pc_nonzero
PASSED   test_gdb_stub.py::test_gdb_stub_reachable
PASSED   test_gdb_stub.py::test_gdb_stub_survives_3_quick_reconnects
PASSED   test_inject_frames.py::test_clear_ndb
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_a_cd
XFAIL    test_inject_frames.py::test_efficacy_arm_reads_d_fb_det_1
PASSED   test_inject_frames.py::test_inject_a_cd_invalid_length
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_23B
PASSED   test_inject_frames.py::test_inject_a_cd_pattern_30B
PASSED   test_inject_frames.py::test_inject_d_burst[0]
PASSED   test_inject_frames.py::test_inject_d_burst[1]
PASSED   test_inject_frames.py::test_inject_d_task[24-0]
PASSED   test_inject_frames.py::test_inject_d_task[28-1]
PASSED   test_inject_frames.py::test_inject_d_task[5-0]
PASSED   test_inject_frames.py::test_inject_d_task[6-1]
PASSED   test_inject_frames.py::test_inject_fbsb_fb_found
PASSED   test_inject_frames.py::test_inject_fbsb_sb_found
PASSED   test_inject_frames.py::test_inject_si[1]
PASSED   test_inject_frames.py::test_inject_si[2]
PASSED   test_inject_frames.py::test_inject_si[3]
PASSED   test_inject_frames.py::test_inject_si[4]
PASSED   test_inject_frames.py::test_inject_si[5]
PASSED   test_inject_frames.py::test_inject_si[6]
PASSED   test_inject_frames.py::test_probe_ndb
XFAIL    test_irda_channel.py::test_irda_boot_marker_present
PASSED   test_irda_channel.py::test_irda_capture_process_alive
PASSED   test_irda_channel.py::test_irda_channel_produces_bytes
PASSED   test_irda_channel.py::test_irda_does_not_break_uart_modem
PASSED   test_irda_channel.py::test_irda_log_has_timestamp_prefix
PASSED   test_irda_channel.py::test_irda_pty_exists
PASSED   test_irda_channel.py::test_irda_pty_readable
PASSED   test_irda_channel.py::test_irda_throughput_below_saturation
SKIPPED  test_layer_drift.py::test_bridge_qfn_advances_steadily
SKIPPED  test_layer_drift.py::test_bridge_qfn_tracks_qemu_fn
PASSED   test_layer_drift.py::test_log_start_within_10s
SKIPPED  test_layer_drift.py::test_log_still_growing[bridge-/tmp/bridge.log-10]
PASSED   test_layer_drift.py::test_log_still_growing[osmocon-/tmp/osmocon.log-1]
PASSED   test_layer_drift.py::test_log_still_growing[qemu-/root/qemu.log-1000]
SKIPPED  test_layer_drift.py::test_no_long_gap[bridge-/tmp/bridge.log-10.0]
PASSED   test_layer_drift.py::test_no_long_gap[qemu-/root/qemu.log-5.0]
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_cv_below_0_4
SKIPPED  test_layer_drift.py::test_qemu_insn_rate_p1_above_1m
SKIPPED  test_log_grep.py::test_blocker_bridge_no_bts_shutdown
SKIPPED  test_log_grep.py::test_blocker_bridge_no_rach_parity
SKIPPED  test_log_grep.py::test_blocker_bridge_no_socket_error
PASSED   test_log_grep.py::test_blocker_fwirda_no_panic
PASSED   test_log_grep.py::test_blocker_mobile_no_crash
PASSED   test_log_grep.py::test_blocker_mobile_no_vty_bind_error
PASSED   test_log_grep.py::test_blocker_no_out_of_memory
PASSED   test_log_grep.py::test_blocker_osmocon_no_connection_refused
PASSED   test_log_grep.py::test_blocker_osmocon_no_layer2_socket_failed
PASSED   test_log_grep.py::test_blocker_osmocon_no_pty_error
PASSED   test_log_grep.py::test_blocker_qemu_no_assert_failed
PASSED   test_log_grep.py::test_blocker_qemu_no_long_wait_a21a
PASSED   test_log_grep.py::test_blocker_qemu_no_panic
PASSED   test_log_grep.py::test_blocker_qemu_no_qemu_abort
PASSED   test_log_grep.py::test_blocker_qemu_no_runaway_dsp
SKIPPED  test_log_grep.py::test_grep_bridge_dl_bursts_received
SKIPPED  test_log_grep.py::test_grep_bridge_fb_pattern_dominant
SKIPPED  test_log_grep.py::test_grep_bridge_no_clock_skew_shutdown
XFAIL    test_log_grep.py::test_grep_fwirda_boot_marker
PASSED   test_log_grep.py::test_grep_fwirda_log_present_or_skip
PASSED   test_log_grep.py::test_grep_mobile_alive_signal
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_fbsb_req_attempted
PASSED   test_log_grep.py::test_grep_osmocon_l1ctl_reset_req
PASSED   test_log_grep.py::test_grep_osmocon_lost_ratio_acceptable
XFAIL    test_log_grep.py::test_grep_qemu_a_cd_wr_vs_task24
FAILED   test_log_grep.py::test_grep_qemu_bsp_dma_active
PASSED   test_log_grep.py::test_grep_qemu_dsp_booted
PASSED   test_log_grep.py::test_grep_qemu_log_exists_and_nonempty
PASSED   test_log_grep.py::test_grep_qemu_no_sp_catastrophe_recent
PASSED   test_log_grep.py::test_grep_qemu_task24_dispatched
PASSED   test_mode_verdict.py::test_verdict_bts_dead
PASSED   test_mode_verdict.py::test_verdict_instability
PASSED   test_mode_verdict.py::test_verdict_ipc_chan_mismatch
PASSED   test_mode_verdict.py::test_verdict_mobile_stuck_gsm322
PASSED   test_mode_verdict.py::test_verdict_shunt_silent
PASSED   test_mode_verdict.py::test_verdict_shunt_works
PASSED   test_mode_verdict.py::test_zz_per_mode_report
FAILED   test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
FAILED   test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
PASSED   test_osmocom_workflow.py::test_bsp_drain_timer_on_virtual_clock
FAILED   test_osmocom_workflow.py::test_force_rx_done_default_on
PASSED   test_osmocom_workflow.py::test_runtime_bts_no_fn_skew_messages
XFAIL    test_osmocom_workflow.py::test_runtime_sim_it_wt_rxdone_log_present
FAILED   test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
FAILED   test_osmocom_workflow.py::test_sim_defer_clear_timer_present
PASSED   test_osmocom_workflow.py::test_sim_dtx_write_clears_it_tx
PASSED   test_osmocom_workflow.py::test_sim_it_read_clear_mask_per_firmware_spec
PASSED   test_osmocom_workflow.py::test_sim_rx_is_level_sensitive
XFAIL    test_osmocom_workflow.py::test_tcg_strne_commits_under_icount_auto
PASSED   test_osmocom_workflow.py::test_tdma_tick_on_virtual_clock
PASSED   test_osmocom_workflow.py::test_tint0_on_virtual_clock
PASSED   test_qemu_introspection.py::test_monitor_info_chardev_lists_serial
PASSED   test_qemu_introspection.py::test_monitor_info_irq_listed
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_irda
PASSED   test_qemu_introspection.py::test_monitor_info_mtree_has_uart_modem
PASSED   test_qemu_introspection.py::test_monitor_info_qom_tree_has_calypso_or_arm
PASSED   test_qemu_introspection.py::test_monitor_info_qtree_has_calypso
PASSED   test_qemu_introspection.py::test_monitor_info_registers_arm
PASSED   test_qemu_introspection.py::test_monitor_info_status_is_running
PASSED   test_qemu_introspection.py::test_monitor_socket_reachable
XFAIL    test_run_observability.py::test_a_cd_write_pc_includes_ccch_demod
SKIPPED  test_run_observability.py::test_a_cd_writes_nonzero
PASSED   test_run_observability.py::test_all_expected_processes_present
PASSED   test_run_observability.py::test_bridge_dl_lookahead_respected
XFAIL    test_run_observability.py::test_bridge_fn_drift_under_threshold
FAILED   test_run_observability.py::test_bridge_log_shows_traffic
SKIPPED  test_run_observability.py::test_bsp_daram_write_distribution
SKIPPED  test_run_observability.py::test_d_fb_det_data_no_longer_zero
SKIPPED  test_run_observability.py::test_d_fb_det_pattern_unchanged
SKIPPED  test_run_observability.py::test_dsp_throughput_above_threshold
XFAIL    test_run_observability.py::test_interrupt_ex_called_counter_exposed
FAILED   test_run_observability.py::test_intm_reaches_zero
XFAIL    test_run_observability.py::test_isr_entered_matches_rete
FAILED   test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
FAILED   test_run_observability.py::test_l1ctl_data_ind_received
PASSED   test_run_observability.py::test_mobile_imsi_loaded
PASSED   test_run_observability.py::test_mobile_mm_state_is_null_or_idle
PASSED   test_run_observability.py::test_mobile_pcap_growing
PASSED   test_run_observability.py::test_mobile_vty_reachable
PASSED   test_run_observability.py::test_neigh_pm_req_loop_alive
PASSED   test_run_observability.py::test_no_enter_7740_dwell
XFAIL    test_run_observability.py::test_no_pending_irq_gating
PASSED   test_run_observability.py::test_no_wait_a21a_on_window
PASSED   test_run_observability.py::test_no_zombie_or_defunct
PASSED   test_run_observability.py::test_qemu_log_is_fresh
XFAIL    test_run_observability.py::test_rach_attempted
PASSED   test_run_observability.py::test_run_summary_snapshot
PASSED   test_run_observability.py::test_volumes_mounted
PASSED   test_runtime_net_fs.py::test_container_disk_space_above_min
PASSED   test_runtime_net_fs.py::test_no_unexpected_high_ports
PASSED   test_runtime_net_fs.py::test_qemu_fd_usage_below_limit
PASSED   test_runtime_net_fs.py::test_qemu_log_disk_size_under_2gb
PASSED   test_runtime_net_fs.py::test_qemu_ports_listening
PASSED   test_timer_invariants.py::test_dsp_budget_saturation_signal
PASSED   test_timer_invariants.py::test_dsp_n_exec_within_budget
PASSED   test_timer_invariants.py::test_frame_irq_per_tdma_ratio
PASSED   test_timer_invariants.py::test_kick_realtime_cadence
PASSED   test_timer_invariants.py::test_log_timeline_csv_no_dead_bucket
PASSED   test_timer_invariants.py::test_log_timeline_csv_produced
PASSED   test_timer_invariants.py::test_log_timeline_csv_steady_qemu_rate
PASSED   test_timer_invariants.py::test_tdma_log_present
PASSED   test_timer_invariants.py::test_tdma_period_virtual_close_to_target
PASSED   test_timer_physical_audit.py::test_timer_drift_summary_table
PASSED   test_timer_physical_audit.py::test_timer_physical_param[BSP_DRAIN_PERIOD_MS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_HYPERFRAME]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[GSM_TDMA_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_FRAME_IRQ_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_KICK_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TDMA_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[PCB_TICK_TINT0_US]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[TINT0_PERIOD_NS]
PASSED   test_timer_physical_audit.py::test_timer_physical_param[WT_DELAY_NS]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bridge_clk_ind]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[bsp_burst]
FAILED   test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
PASSED   test_timer_physical_audit.py::test_timer_runtime_period[kick]
SKIPPED  test_timer_physical_audit.py::test_timer_runtime_period[tdma_tick]
PASSED   test_timer_physical_audit.py::test_timer_temporal_graphs_emit_mermaid

Reproduction

cd /home/nirvana/qemu-calypso/tests
/tmp/calypso-venv/bin/pytest -v --tb=short
# Filtrer par marker :
/tmp/calypso-venv/bin/pytest -v -m inject_frames
/tmp/calypso-venv/bin/pytest -v -m 'not inject_efficacy'

Le diagramme et ce rapport sont régénérés à chaque run et écrits dans /tmp/test_results_20260527_115651/test_results.{mmd,md} (override via CALYPSO_TEST_OUT).


Run finished at 2026-05-27T11:56:52.

Annexe — Report condensé (machine-friendly)

Déplier — report condensé

Rapport condensé (machine-friendly) extrait de test_results.md. Pour la version complète : voir le .md ou .qmd à côté.

Calypso test report — 2026-05-27T11:56:52

Auto-generated by tests/conftest.py::pytest_sessionfinish. Pasteable directly in a GitHub issue/PR (Mermaid blocks render natively).

Status global

[!WARNING] ⚠️ PARTIAL — 15 échec(s), 137/202 passent

métrique valeur interprétation
pct brut 68 % passed / total (inclut xfail+skip — minore)
pct fonctionnel 90 % passed / (passed+failed) — vrai taux des tests qui prétendent valider
pct actionnable 75 % (passed+failed) / total — non-xfailed/non-skipped
résultat nombre
✅ passed 137
❌ failed 15
⏭️ skipped 26
⚠️ xfailed 24
total 202

Variables d’environnement du run

Toutes les variables Calypso/pipeline manipulées par run.sh (extraites du script + os.environ). env = passée explicitement au lancement ; default = valeur fallback de run.sh.

Variable Valeur Source
CALYPSO_AR_TRACE 0xFF env
CALYPSO_AUTO_GEN_DOC 1 env
CALYPSO_BSP_DARAM_ADDR 0x3fb0 default
CALYPSO_BSP_IQ_PASSTHROUGH 1 default
CALYPSO_CORRELATOR_TRACE 1 env
CALYPSO_DSP_BUDGET 256000 default
CALYPSO_DSP_IDLE_RANGE | default | | CALYPSO_DSP_ROM | /opt/GSM/calypso_dsp.txt | default | | CALYPSO_GDB_PORT | 1234 | default | | CALYPSO_IRDA_CAPTURE | 1 | env | | CALYPSO_L2_CLIENT | default
CALYPSO_LOG_TS 1 default
CALYPSO_MOBILE_DEBUG DCS:DNB:DPLMN:DRR:DMM:DSIM:DCC:DMNCC:DSS:DLSMS:DPAG:DSUM:DSAP:DGPS:DMOB:DPRIM:DLUA:DGAPK default
CALYPSO_MODE full default
CALYPSO_MODE_TAG shunt-ipc env
CALYPSO_MTTCG 0 default
CALYPSO_MVPD_BOOT_LIMIT 500000 env
CALYPSO_MVPD_TRACE 1 env
CALYPSO_NDB_D_RACH_OFFSET | default | | CALYPSO_PROBE_BOOTSTUB | 0 | env | | CALYPSO_PYTEST_SCOPE | default | env | | CALYPSO_PYTEST_VERBOSITY | vv | env | | CALYPSO_RACH_FORCE_BSIC | default
CALYPSO_REPO /opt/GSM/qemu-src env
CALYPSO_RSBX_INTM_TRACE 1 env
CALYPSO_SIM_CFG $MOBILE_CFG default
CALYPSO_SP_ABS_TRACE 1 env
CALYPSO_SP_RING 1 env
CALYPSO_SP_RING_INSN_MIN 1000000 env
CALYPSO_SP_RING_TRIG bootstub env
CALYPSO_STICK_ARFCN <code>| default | |</code>CALYPSO_TEST_OUT<code>|</code>/tmp<code>| env | |</code>CALYPSO_TIMER<code>|</code>1<code>| env | |</code>CALYPSO_UART_TRACE<code>|</code>0<code>| default | |</code>CALYPSO_W1C_LATCH<code>|</code>0<code>| default | |</code>CALYPSO_WATCH_3FBE<code>|</code>1<code>| env | |</code>FW_BIN<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.bin<code>| default | |</code>FW_ELF<code>|</code>/opt/GSM/firmware/board/compal_e88/layer1.highram.elf<code>| default | |</code>QEMU_C54X_PATH<code>|</code>/opt/GSM/qemu-src/hw/arm/calypso/calypso_c54x.c default

Pipeline — où ça casse

Le pipeline ci-dessous trace le flux logique GSM Calypso, étape par étape. Chaque étape est colorée selon le ratio de tests qui passent. Si une étape est rouge (0% pass), c’est le premier blocker — tout ce qui vient après ne peut pas être validé tant qu’elle n’est pas verte.

➡️ Première rupture (linéaire) : ARM-feedback (0/2 tests passent).

Les étapes jusqu’à NDB sont OK ; le bug à investiguer côté pipeline linéaire est dans la transition NDBARM-feedback.

Blockers

15 test(s) en échec :

🔴 1. test_bridge_has_dl_bursts — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.00s - test_firmware_state.py::test_bridge_has_dl_bursts - ❗ """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté.""" 🔻 2. test_pc_advances — Runtime / Firmware-state — marker(s): runtime_firmware — durée 0.11s - test_firmware_state.py::test_pc_advances - ❗ """PC ARM change entre 2 samples espacés de 100ms — firmware exécute.""" 🔻 3. test_intm_reaches_zero — Runtime / DSP — marker(s): runtime_dsp — durée 0.01s - test_run_observability.py::test_intm_reaches_zero - ❗ """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois.""" 🔻 4. test_no_d_fb_det_wr_site_anomaly — Milestone / L1-data — marker(s): milestone_bsp_dma — durée 0.01s - test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly - ❗ container_alive = None, log_offset = 6675323 🔻 5. test_bridge_log_shows_traffic — Runtime / L1-data — marker(s): runtime_bridge — durée 0.00s - test_run_observability.py::test_bridge_log_shows_traffic - ❗ 🔻 6. test_l1ctl_data_ind_received — Milestone / L1-ctrl — marker(s): milestone_l1ctl — durée 0.02s - test_calypso_milestones.py::test_l1ctl_data_ind_received - ❗ container_alive = None 🔻 7. test_l1ctl_data_ind_rate_vs_alc — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc - ❗ """ 🔻 8. test_l1ctl_data_ind_received — Runtime / L1-ctrl — marker(s): runtime_l1ctl — durée 0.02s - test_run_observability.py::test_l1ctl_data_ind_received - ❗ """ 🔻 9. test_grep_qemu_bsp_dma_active — Runtime / Log-grep — marker(s): runtime_log_grep — durée 0.01s - test_log_grep.py::test_grep_qemu_bsp_dma_active - ❗ """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run).""" 🔻 10. test_bridge_clock_from_qemu_default — Osmocom / — — marker(s): osmocom_bridge,osmocom_divergent — durée 0.00s - test_osmocom_workflow.py::test_bridge_clock_from_qemu_default - ❗ """(removed) devrait être =1 par défaut sous icount=auto pour 🔻 11. test_bridge_select_timeout_low_jitter — Osmocom / — — marker(s): osmocom_bridge,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter - ❗ """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter 🔻 12. test_force_rx_done_default_on — Osmocom / — — marker(s): osmocom_boot,osmocom_compliant — durée 0.00s - test_osmocom_workflow.py::test_force_rx_done_default_on - ❗ """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion 🔻 13. test_rxdone_addr_matches_firmware_nm — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm - ❗ """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le 🔻 14. test_sim_defer_clear_timer_present — Osmocom / — — marker(s): osmocom_compliant,osmocom_sim — durée 0.00s - test_osmocom_workflow.py::test_sim_defer_clear_timer_present - ❗ """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits. 🔻 15. test_timer_runtime_period[bts_clk_ind] — Parametrize / — — marker(s): parametrize,timer_audit — durée 0.00s - test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind] - ❗ name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Couches — ce qui marche, ce qui casse

Infra — 5/5

Tous les tests passent dans cette couche.

GDB-introspect — 8/8

Tous les tests passent dans cette couche.

Monitor-extended — 9/9

Tous les tests passent dans cette couche.

🟡 Firmware-state — 3/5

Échecs : test_pc_advances, test_bridge_has_dl_bursts

Osmocon — 3/3

Tous les tests passent dans cette couche.

🟡 DSP — 5/20

Échecs : test_intm_reaches_zero ⏭️ Skipped : test_dsp_throughput_5x, test_fb0_att_nonzero, test_synth_zero_path_active, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_dsp_throughput_above_threshold, test_d_fb_det_pattern_unchanged, test_bsp_daram_write_distribution, test_d_fb_det_data_no_longer_zero, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating ⚠️ xfail : test_fb0_att_nonzero, test_c54x_interrupt_ex_called_nonzero, test_isr_entered_implies_rete, test_no_pending_irq_gated, test_rxdoneflag_no_longer_blocks, test_interrupt_ex_called_counter_exposed, test_isr_entered_matches_rete, test_no_pending_irq_gating

🟡 L1-data — 1/7

Échecs : test_no_d_fb_det_wr_site_anomaly, test_bridge_log_shows_traffic ⏭️ Skipped : test_ar3_init_source_identified, test_ar4_init_source_identified, test_bsp_dma_target_matches_correlator_read_zone, test_bridge_fn_drift_under_threshold ⚠️ xfail : test_bridge_fn_drift_under_threshold

🟡 L1-ctrl — 1/8

Échecs : test_l1ctl_data_ind_received, test_l1ctl_data_ind_received, test_l1ctl_data_ind_rate_vs_alc ⏭️ Skipped : test_neigh_pm_req_response_unchanged, test_a_cd_writes_nonzero, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted ⚠️ xfail : test_neigh_pm_req_response_unchanged, test_a_cd_write_pc_includes_ccch_demod, test_rach_attempted

Timers — 9/9

Tous les tests passent dans cette couche.

🟡 Drift — 4/10

⏭️ Skipped : test_qemu_insn_rate_cv_below_0_4, test_qemu_insn_rate_p1_above_1m, test_bridge_qfn_tracks_qemu_fn, test_bridge_qfn_advances_steadily, test_log_still_growing[bridge-/tmp/bridge.log-10], test_no_long_gap[bridge-/tmp/bridge.log-10.0]

NDB — 19/19

Tous les tests passent dans cette couche.

🛑 ARM-feedback — 0/2

⏭️ Skipped : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd ⚠️ xfail : test_efficacy_arm_reads_d_fb_det_1, test_efficacy_arm_reads_a_cd

🟡 IrDA-channel — 7/8

⏭️ Skipped : test_irda_boot_marker_present ⚠️ xfail : test_irda_boot_marker_present

🛑 L3-MM — 0/5

⏭️ Skipped : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received ⚠️ xfail : test_rach_emitted, test_immediate_assignment_decoded, test_rr_sdcch_established, test_location_updating_request_sent, test_location_updating_accept_received

Mgmt — 3/3

Tous les tests passent dans cette couche.

Net — 2/2

Tous les tests passent dans cette couche.

FS — 3/3

Tous les tests passent dans cette couche.

🟡 Log-grep — 21/30

Échecs : test_grep_qemu_bsp_dma_active ⏭️ Skipped : test_grep_bridge_dl_bursts_received, test_grep_bridge_fb_pattern_dominant, test_grep_bridge_no_clock_skew_shutdown, test_grep_fwirda_boot_marker, test_blocker_bridge_no_bts_shutdown, test_blocker_bridge_no_rach_parity, test_blocker_bridge_no_socket_error, test_grep_qemu_a_cd_wr_vs_task24 ⚠️ xfail : test_grep_fwirda_boot_marker, test_grep_qemu_a_cd_wr_vs_task24

Summary — 1/1

Tous les tests passent dans cette couche.

🟡 — 26/38

Échecs : test_rxdone_addr_matches_firmware_nm, test_bridge_select_timeout_low_jitter, test_sim_defer_clear_timer_present, test_force_rx_done_default_on, test_bridge_clock_from_qemu_default, test_timer_runtime_period[bts_clk_ind] ⏭️ Skipped : test_rsbx_intm_reached_or_flag_nmi, test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present, test_timer_runtime_period[tdma_tick], test_timer_runtime_period[bridge_clk_ind], test_timer_runtime_period[bsp_burst] ⚠️ xfail : test_tcg_strne_commits_under_icount_auto, test_runtime_sim_it_wt_rxdone_log_present

unmarked — 7/7

Tous les tests passent dans cette couche.

Plan IrDA debug channel (Phase 2)

Statut auto-détecté depuis l’état du run.

Phase Objectif Statut Action / notes
Phase 0 Reconnaissance UART_IRDA mapped + fw driver ✅ done QEMU calypso_soc.c:231-247, fw compal_e88/init.c:105
Phase 0.5 Smoke test cons_puts boot marker 🔧 à faire ajouter cons_puts("=== fw-irda boot OK ===") après cons_bind_uart(UART_IRDA)
Phase 1 QEMU side mapping chardev → UART_IRDA ⏸️ caduc déjà en place via -serial pty -serial pty + serial_hd(1)
Phase 2 Firmware side wrapper IrDA ⏸️ caduc déjà en place via driver osmocom-bb existant
Phase 3 Capture host irda_capture.py/tmp/fw-irda.log python3 tools/irda_capture.py /dev/pts/3 & (auto-lancé par run.sh à terme)
Phase 4 Tests integration (test_irda_channel.py, marker runtime_irda) 8 tests gradés selon état (boot/produces/throughput/…)
Phase 5 Instrumentation fw cons_puts(UART_IRDA, …) dans hot path diagnostiquer le mur task=24 → DATA_IND=0 — events EVT_TASK24_*
Phase 6 Plot Quarto stacked area des events fw 🔧 manuel extension R chunk dans log_timeline.csv parser fw-irda events

Détection auto basée sur : /tmp/fw-irda.log (présent, 73579 bytes), irda_capture.pid (oui), boot marker (absent).

Réf. PLAN_CLAUDE_CODE_20260516_IRDA_DEBUG_CHANNEL.md.

Chapitre — Blockers détaillés

Pour chaque test en échec : catégorie, couche, marker, message d’assertion, audit Python dynamique (greps des keywords du message contre tous les logs container), et stack trace complet dépliable.

15 test(s) en échec, triés par ordre pipeline (le premier est l’upstream le plus en amont). Chaque entrée inclut un audit dynamique des keywords du message d’assertion.

🛑 1. test_bridge_has_dl_bursts

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.00s
  • Nodeid : test_firmware_state.py::test_bridge_has_dl_bursts
  • Assertion : """bridge.log a au moins quelques DL bursts — preuve osmo-bts-trx connecté."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
bridge 1 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
quelques 0 0 0 0 0 0 0 0 0 0 0
bursts 0 0 0 0 0 0 0 0 0 0 0
preuve 0 0 0 0 0 0 0 0 0 0 0
osmo 2 0 0 0 0 0 1 0 0

🛑 2. test_pc_advances

  • Catégorie / couche : Runtime / Firmware-state
  • Marker(s) : runtime_firmware
  • Durée : 0.11s
  • Nodeid : test_firmware_state.py::test_pc_advances
  • Assertion : """PC ARM change entre 2 samples espacés de 100ms — firmware exécute."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
change 18376 0 0 0 0 0 2 0 0
entre 0 0 0 0 0 0 0 0 0 0 0
samples 0 0 0 0 0 0 0 0 0 0 0
firmware 1 0 1 0 0 0 0 0 0

🛑 3. test_intm_reaches_zero

  • Catégorie / couche : Runtime / DSP
  • Marker(s) : runtime_dsp
  • Durée : 0.01s
  • Nodeid : test_run_observability.py::test_intm_reaches_zero
  • Assertion : """PRÉSENCE : POST-BOOTSTUB-RET >= 1. Preuve qu'INTM clear au moins une fois."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
POST 0 0 0 0 0 0 0 0 0 0 0
BOOTSTUB 0 0 0 0 0 0 0 0 0 0 0
Preuve 0 0 0 0 0 0 0 0 0 0 0
INTM 646 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0
fois 0 0 0 0 0 0 0 0 0 0 0

🛑 4. test_no_d_fb_det_wr_site_anomaly

  • Catégorie / couche : Milestone / L1-data
  • Marker(s) : milestone_bsp_dma
  • Durée : 0.01s
  • Nodeid : test_calypso_milestones.py::test_no_d_fb_det_wr_site_anomaly
  • Assertion : container_alive = None, log_offset = 6675323

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0
log_offset 0 0 0 0 0 0 0 0 0 0 0

🛑 5. test_bridge_log_shows_traffic

  • Catégorie / couche : Runtime / L1-data
  • Marker(s) : runtime_bridge
  • Durée : 0.00s
  • Nodeid : test_run_observability.py::test_bridge_log_shows_traffic
  • Assertion :

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
dexec 0 0 0 0 0 0 0 0 0 0 0
tail 0 0 0 0 0 0 0 0 0 0 0
bridge 1 0 0 0 0 0 0 0 0 0

🛑 6. test_l1ctl_data_ind_received

  • Catégorie / couche : Milestone / L1-ctrl
  • Marker(s) : milestone_l1ctl
  • Durée : 0.02s
  • Nodeid : test_calypso_milestones.py::test_l1ctl_data_ind_received
  • Assertion : container_alive = None

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
container_alive 0 0 0 0 0 0 0 0 0 0 0

🛑 7. test_l1ctl_data_ind_rate_vs_alc

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_rate_vs_alc
  • Assertion : """

🛑 8. test_l1ctl_data_ind_received

  • Catégorie / couche : Runtime / L1-ctrl
  • Marker(s) : runtime_l1ctl
  • Durée : 0.02s
  • Nodeid : test_run_observability.py::test_l1ctl_data_ind_received
  • Assertion : """

🛑 9. test_grep_qemu_bsp_dma_active

  • Catégorie / couche : Runtime / Log-grep
  • Marker(s) : runtime_log_grep
  • Durée : 0.01s
  • Nodeid : test_log_grep.py::test_grep_qemu_bsp_dma_active
  • Assertion : """Le BSP DMA pousse des DARAM-WR-STATS (au moins 10× sur le run)."""

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
pousse 0 0 0 0 0 0 0 0 0 0 0
DARAM 1 0 0 0 0 0 0 0 0 0
STATS 0 0 0 0 0 0 0 0 0 0 0
moins 0 0 0 0 0 0 0 0 0 0 0

🛑 10. test_bridge_clock_from_qemu_default

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_divergent
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_clock_from_qemu_default
  • Assertion : """(removed) devrait être =1 par défaut sous icount=auto pour

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
icount=auto 0 0 0 0 0 0 0 0 0 0 0
removed 0 0 0 0 0 0 0 0 0 0 0
devrait 0 0 0 0 0 0 0 0 0 0 0
sous 0 0 0 0 0 0 0 0 0 0 0
icount 0 0 0 0 0 0 0 0 0 0 0
auto 0 0 0 0 0 66 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0

🛑 11. test_bridge_select_timeout_low_jitter

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_bridge,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_bridge_select_timeout_low_jitter
  • Assertion : """calypso-ipc-device select.select timeout doit être ≤ 5ms pour limiter jitter

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso 56103 0 0 0 0 0 0 0 0 0
device 2 0 0 0 0 0 0 0 0 0
select 0 0 0 0 0 332 0 0 0 0
timeout 1 0 0 0 66 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
limiter 0 0 0 0 0 0 0 0 0 0 0
jitter 0 0 0 0 0 0 0 298 0 0

🛑 12. test_force_rx_done_default_on

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_boot,osmocom_compliant
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_force_rx_done_default_on
  • Assertion : """run.sh doit défaulter CALYPSO_FORCE_RX_DONE=1 puisque c'est la gestion

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
doit 0 0 0 0 0 0 0 0 0 0 0
CALYPSO_FORCE_RX_DONE 0 0 0 0 0 0 0 0 0 0 0
puisque 0 0 0 0 0 0 0 0 0 0 0
gestion 0 0 0 0 0 0 0 0 0 0 0

🛑 13. test_rxdone_addr_matches_firmware_nm

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_rxdone_addr_matches_firmware_nm
  • Assertion : """Le default rxdone_addr dans QEMU doit matcher l'adresse réelle dans le

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
default 2 0 0 0 0 0 1 0 0
rxdone_addr 0 0 0 0 0 0 0 0 0 0 0
dans 0 0 0 0 0 0 0 0 0 0 0
QEMU 1 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
matcher 0 0 0 0 0 0 0 0 0 0 0
adresse 0 0 0 0 0 0 0 0 0 0 0

🛑 14. test_sim_defer_clear_timer_present

  • Catégorie / couche : Osmocom / —
  • Marker(s) : osmocom_compliant,osmocom_sim
  • Durée : 0.00s
  • Nodeid : test_osmocom_workflow.py::test_sim_defer_clear_timer_present
  • Assertion : """calypso_sim.c doit avoir un QEMUTimer pour différer le clear edge bits.

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
calypso_sim 0 0 0 0 0 0 0 0 0 0 0
doit 0 0 0 0 0 0 0 0 0 0 0
avoir 0 0 0 0 0 0 0 0 0 0 0
QEMUTimer 0 0 0 0 0 0 0 0 0 0 0
pour 0 0 0 0 0 0 0 0 0 0 0
clear 5 0 0 0 0 0 0 0 0 0
edge 204 0 0 0 0 0 0 0 0 0
bits 0 0 0 201 0 0 0 0 0 0

🛑 15. test_timer_runtime_period[bts_clk_ind]

  • Catégorie / couche : Parametrize / —
  • Marker(s) : parametrize,timer_audit
  • Durée : 0.00s
  • Nodeid : test_timer_physical_audit.py::test_timer_runtime_period[bts_clk_ind]
  • Assertion : name = 'bts_clk_ind', log_path = '/tmp/bts.log'

Audit dynamique (greps docker exec des keywords du message d’assertion contre les logs du run actif) :

Keyword qemu bridge osmocon mobile bts fw-irda
name 0 0 0 0 0 0 0 0 0 0 0
bts_clk_ind 0 0 0 0 0 0 0 0 0 0 0
log_path 0 0 0 0 0 0 0 0 0 0 0

Annexe — Audit indépendant (abstract.py)

Re-compute peer-level produit par abstract.py (script racine du repo) à partir de results.json + log_timeline.csv du dossier de run. Ne fait pas confiance au markdown généré — donne une 2ème lecture indépendante des mêmes données.

Annexe — Diag snapshot (état runtime au moment des tests)

Snapshot rapide produit par make_diag.sh au cours de la session pytest. Pour un bundle complet (tar.gz avec tous les logs filtrés + dumps DSP), utiliser ./make_diag_bundle.sh.