Push Tracker
ria-ran--sim-drop/server
A ashkan@beigi.net 0be02bd1f4 Harden: fix bare-filename db path crash, configurable APN
- Fix FileNotFoundError when database.path has no directory component
  (os.makedirs(os.path.dirname(path)) with path="subscribers.db" raised).
  Add ensure_parent_dir helper; use it in app.py and scripts/init_db.py.
- Open5GS/free5gc adapters now use profile.apn for the core session/DNN name
  instead of a hardcoded "internet"; apn is threaded through get_adapter.

Tests: +4 (ensure_parent_dir, adapter APN); 82 pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 06:13:26 +00:00
..
core_adapters Harden: fix bare-filename db path crash, configurable APN 2026-07-01 06:13:26 +00:00
__init__.py Add Phase-1 eSIM provisioning implementation 2026-07-01 05:56:31 +00:00
app.py Harden: fix bare-filename db path crash, configurable APN 2026-07-01 06:13:26 +00:00
database.py Add Phase-1 eSIM provisioning implementation 2026-07-01 05:56:31 +00:00
models.py Add Phase-1 eSIM provisioning implementation 2026-07-01 05:56:31 +00:00
profile_generator.py Phase 2: real 3GPP profile encodings + changelog 2026-07-01 06:03:48 +00:00
utils.py Harden: fix bare-filename db path crash, configurable APN 2026-07-01 06:13:26 +00:00