Skip to content

Changes

#203 (Nov 18, 2024, 7:56:10 PM)

  1. erab_fsm: add all-state event handler — Vadim Yanitskiy / detail
  2. erab_fsm: add fetch_info/1 for state introspection — Vadim Yanitskiy / detail
  3. sctp_server: add type hints — Vadim Yanitskiy / detail
  4. sctp_server: cosmetic: use ?FUNCTION_NAME in send_data/2 — Vadim Yanitskiy / detail
  5. sctp_server: pass MME addr/port to sctp_proxy as opaque data — Vadim Yanitskiy / detail
  6. sctp_server: cosmetic: rename State -> S — Vadim Yanitskiy / detail
  7. sctp_server: cosmetic: make #server_state last argument — Vadim Yanitskiy / detail
  8. sctp_server: pass #server_state to client_{add,del}() — Vadim Yanitskiy / detail
  9. sctp_server: make it abstract from sctp_proxy logic — Vadim Yanitskiy / detail
  10. sctp_server: add fetch_conn_list/0 for state introspection — Vadim Yanitskiy / detail
  11. sctp_proxy: add all-state event handler — Vadim Yanitskiy / detail
  12. sctp_proxy: add fetch_info/1 for state introspection — Vadim Yanitskiy / detail

#201 (Nov 17, 2024, 5:41:06 PM)

  1. erab_fsm: rename erab_release_req/1 -> erab_release_cmd/1 — Vadim Yanitskiy / detail
  2. erab_fsm: add erab_release/2 and erab_release_ind/1 — Vadim Yanitskiy / detail
  3. s1ap_proxy: properly handle E-RAB RELEASE IND — Vadim Yanitskiy / detail

#195 (Nov 12, 2024, 12:56:05 PM)

  1. s1ap_proxy: merge process_pdu_safe() with process_pdu() — Vadim Yanitskiy / detail
  2. s1ap_proxy: do not expose {en,de}code_pdu() API — Vadim Yanitskiy / detail
  3. s1ap_proxy: turn this module into a gen_server — Vadim Yanitskiy / detail
  4. s1ap_proxy: add E-RAB introspection API — Vadim Yanitskiy / detail

#185 (Nov 4, 2024, 8:26:06 AM)

  1. Bump version: 0.1.1.40-2bc0-dirty → 0.2.0 — Vadim Yanitskiy / detail

#175 (Oct 25, 2024, 7:36:06 PM)

  1. pfcp_peer: do not route incoming PDUs without SEID — Vadim Yanitskiy / detail
  2. pfcp_peer: implement Heartbeat Request procedure — Vadim Yanitskiy / detail
  3. s1gw_metrics: add counters for PFCP Heartbeat Req/Resp — Vadim Yanitskiy / detail
  4. s1gw_metrics: add a counter for unexpected PFCP PDUs — Vadim Yanitskiy / detail