Skip to content
Builds

Loading builds...

Changes

#655 (Dec 18, 2025, 9:26:07 PM)

  1. sctp_proxy: use a record for storing state data — Vadim Yanitskiy / detail
  2. sctp_proxy: use lists:filter/2 in sctp_send_pending/2 — Vadim Yanitskiy / detail
  3. sctp_proxy: connecting/3: clarify loop state transition — Vadim Yanitskiy / detail
  4. s1ap_proxy: move {en,de}code_pdu/1 to s1ap_utils — Vadim Yanitskiy / detail
  5. s1ap_proxy: signal GTP-U addr and eNB info to sctp_proxy — Vadim Yanitskiy / detail
  6. s1ap_proxy: drop fetch_enb_info/1 — Vadim Yanitskiy / detail
  7. s1ap_utils: add API for S1AP PDU parsing — Vadim Yanitskiy / detail
  8. s1ap_proxy: move S1 SETUP handling to sctp_proxy — Vadim Yanitskiy / detail
  9. Rename sctp_proxy -> enb_proxy — Vadim Yanitskiy / detail

#644 (Dec 8, 2025, 10:41:08 AM)

  1. test: move S1AP PDU samples (blobs) into their own file — Vadim Yanitskiy / detail
  2. osmo_s1gw: add set_log_prefix/1 — Vadim Yanitskiy / detail
  3. sctp_proxy: add _from_{enb,mme} variants of sctp_send/2 — Vadim Yanitskiy / detail
  4. sctp_proxy: fix wrong operator in connecting/3 — Vadim Yanitskiy / detail

#642 (Dec 8, 2025, 7:46:07 AM)

  1. Bump version: 0.3.0 → 0.4.0 — Vadim Yanitskiy / detail

#636 (Dec 2, 2025, 9:26:07 AM)

  1. config/sys.config: group sctp_{client,server} params into maps — Vadim Yanitskiy / detail
  2. config/sys.config: document available sockopts — Vadim Yanitskiy / detail

#628 (Nov 25, 2025, 9:26:09 AM)

  1. s1ap_proxy: correct handling of UE CONTEXT RELEASE REQUEST — Vadim Yanitskiy / detail
  2. s1ap_proxy_test: update TC scenario for test_drop_proc_error — Vadim Yanitskiy / detail
  3. s1ap_proxy_test: add TCs simulating late E-RAB SETUP Rsp — Vadim Yanitskiy / detail
  4. erab_fsm: handle E-RAB SETUP Rsp during release — Vadim Yanitskiy / detail

#623 (Nov 21, 2025, 11:51:07 AM)

  1. erab_fsm: log the creation event and UID — Vadim Yanitskiy / detail
  2. sctp_proxy: move catch-all for SCTP events to handle_event/4 — Vadim Yanitskiy / detail
  3. sctp_{server,proxy}: handle sctp_error messages from gen_sctp — Vadim Yanitskiy / detail