Commit 635bda2
committed
PHY: LtePhyEnb: broadcast beacons by default
Make enableBeacons default to true (was: default to enableHandover), so every
eNB/gNB broadcasts beacons regardless of handover -- as real base stations
always transmit reference signals. This makes the beacon-based radio link
monitoring / RLF detection path available out of the box, not only when
handover happens to be enabled.
Adds about 10s to fingerprint suite runtime (~238s -> ~248s).
Fingerprint impact (re-recorded): 105 of 132 simulations drift -- exactly the
handover-disabled ones, where beacons now flow. In every one of them ONLY tplx
and tilx move: the all-events fingerprints pick up the added beaconStarter
self-messages and beacon airframe send/receive events. ~tNl (network-level data
traffic) and sz (all scalar/statistic results) are byte-identical everywhere,
confirming beacons perturb neither the data plane nor the RNG stream -- the UE
beacon RX path early-outs before getSINR when handover is disabled, and beacon
TX draws no random numbers. The 27 handover-enabled simulations are unchanged
(beacons already flowed there). Both new error paths verified to fire.1 parent 92053a1 commit 635bda2
2 files changed
Lines changed: 110 additions & 113 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
0 commit comments