Changes
#203 (Nov 18, 2024, 7:56:10 PM)
- erab_fsm: add all-state event handler — Vadim Yanitskiy / detail
- erab_fsm: add fetch_info/1 for state introspection — Vadim Yanitskiy / detail
- sctp_server: add type hints — Vadim Yanitskiy / detail
- sctp_server: cosmetic: use ?FUNCTION_NAME in send_data/2 — Vadim Yanitskiy / detail
- sctp_server: pass MME addr/port to sctp_proxy as opaque data — Vadim Yanitskiy / detail
- sctp_server: cosmetic: rename State -> S — Vadim Yanitskiy / detail
- sctp_server: cosmetic: make #server_state last argument — Vadim Yanitskiy / detail
- sctp_server: pass #server_state to client_{add,del}() — Vadim Yanitskiy / detail
- sctp_server: make it abstract from sctp_proxy logic — Vadim Yanitskiy / detail
- sctp_server: add fetch_conn_list/0 for state introspection — Vadim Yanitskiy / detail
- sctp_proxy: add all-state event handler — Vadim Yanitskiy / detail
- sctp_proxy: add fetch_info/1 for state introspection — Vadim Yanitskiy / detail
#201 (Nov 17, 2024, 5:41:06 PM)
- erab_fsm: rename erab_release_req/1 -> erab_release_cmd/1 — Vadim Yanitskiy / detail
- erab_fsm: add erab_release/2 and erab_release_ind/1 — Vadim Yanitskiy / detail
- s1ap_proxy: properly handle E-RAB RELEASE IND — Vadim Yanitskiy / detail
#195 (Nov 12, 2024, 12:56:05 PM)
- s1ap_proxy: merge process_pdu_safe() with process_pdu() — Vadim Yanitskiy / detail
- s1ap_proxy: do not expose {en,de}code_pdu() API — Vadim Yanitskiy / detail
- s1ap_proxy: turn this module into a gen_server — Vadim Yanitskiy / detail
- s1ap_proxy: add E-RAB introspection API — Vadim Yanitskiy / detail
#185 (Nov 4, 2024, 8:26:06 AM)
- Bump version: 0.1.1.40-2bc0-dirty → 0.2.0 — Vadim Yanitskiy / detail
#175 (Oct 25, 2024, 7:36:06 PM)
- pfcp_peer: do not route incoming PDUs without SEID — Vadim Yanitskiy / detail
- pfcp_peer: implement Heartbeat Request procedure — Vadim Yanitskiy / detail
- s1gw_metrics: add counters for PFCP Heartbeat Req/Resp — Vadim Yanitskiy / detail
- s1gw_metrics: add a counter for unexpected PFCP PDUs — Vadim Yanitskiy / detail