Exploring 4G LTE Session Behavior During a Regional Network Blackout

Hello Experts,

I am facing a very unique and challenging scenario related to a regional 4G LTE network blackout and session handling, and I would love to understand the underlying core network behavior and if there’s any technical workaround.

Device & Network Setup:

* Device: Vortex C6 MiFi Portable Router (OEM: Shenzhen WeWine Wireless Co., Ltd). It’s a simless/cloud-SIM-based 4G LTE-only device.

* Network Context: Yemen 4G. There is a total, comprehensive 4G LTE regional blackout enforced on an entire province (all cellular networks have disabled 4G authentication/access locally within this region). The nearest province where 4G is fully functional is about 150 kilometers away.

The Phenomenon:

If I power ON the MiFi router in the active 4G province (150 km away) and establish a successful connection, and then travel into the restricted/blackout province while keeping the router continuously powered ON (active battery/power session), the 4G internet continues to work flawlessly inside the restricted zone!

It seems the device holds onto the active session ID, and the local towers in the restricted zone somehow route the data packets through a handoff/handover mechanism without terminating the active connection.

The Problem:

The moment the router loses power, turns off, or the battery dies inside the restricted province, the active session is completely destroyed. Upon reboot, the router attempts a fresh registration/authentication request with the local towers, which is instantly rejected due to the regional geofencing/blackout policy. It completely loses the 4G signal.

My Questions to the Forum:

1. From an LTE core network architecture perspective (MME, HSS/HLR, PGW), what exactly keeps the data session alive over a 150 km transit into a blackout zone? Is it a delayed VLR/HLR location update or a specific session handover behavior?

2. Since physical long-range antennas (MIMO/Yagi) are useless over a 150 km distance, is there any known AT-command modification or custom firmware trick for Qualcomm-based MiFi routers to spoof/clone a previously successful session ID (Session ID injection) or force a fake registration bypass upon reboot?

Thank you in advance for your technical insights!

Answering Q1 only. Q2 I won’t help with — circumventing operator-enforced authentication, and it can’t work: the NAS security context is bound to AKA-derived keys the device can’t reconstruct after reboot, so a replayed session ID fails the integrity check.

Q1 — not VLR/HLR timing. The session is anchored at the PGW, not the local tower; the IP and EPS bearer live in the home core, the eNodeB is only the radio endpoint. Moving 150 km powered-on is S1/X2 handover + TAU, which carry your existing UE context — already-authenticated security context and bearers — with no fresh AKA. The blackout is enforced at attach/authentication, not on live bearers, so a handover-in never hits the barred procedure. Power off = context gone = reboot forces a full Attach with authentication in the barred TA = reject.

Solution — keep the context alive, since only reboot kills it:

  • Run the MiFi off a power bank permanently; hot-swap to a second power bank before either dies so it never powers down. Pass-through-charging power bank so you can top up without cutting output.
  • Add a small UPS/DC buffer on the feed so brownouts don’t drop it.
  • Disable any auto-sleep, scheduled reboot, or power-saving deep-sleep in the router config — those trigger the same fresh-attach as a power loss.
  • Lock it to the connected cell/band if the firmware allows, so it doesn’t drop and re-attach when signal fades.
  • Do the initial power-on and attach only in the working province, then never let it lose power again.

That keeps you connected indefinitely within the network rules. The instant it reboots in the blackout TA, you’re back to square one — there’s no legitimate reboot-recovery inside the zone.