Skip to content
Success

Changes

Summary

  1. sctp_{server,proxy}: log SCTP TSN, SID, SSN, and data len (details)
  2. sctp_common: new module with common SCTP/S1AP API (details)
  3. s1gw_metrics: use lists:filter/2 to create counters/gauges (details)
Commit 795ad92f28b64e1285fa77d14493e54876e150a6 by Vadim Yanitskiy
sctp_{server,proxy}: log SCTP TSN, SID, SSN, and data len

This helps finding the respective SCTP DATA chunk in a PCAP file.

Change-Id: I3692e3bfccdb2ab0a705b1f0903181197c0a2237
The file was modifiedsrc/sctp_server.erl
The file was modifiedsrc/sctp_proxy.erl
Commit ba4969087bc9328fd65ec3c6bf284fb3852b0e1a by Vadim Yanitskiy
sctp_common: new module with common SCTP/S1AP API

Move send_data/2 and shutdown/1 from sctp_client into their own module.
Make use of this API from sctp_server to avoid code duplication.

Change-Id: I49511b0860f45ff1410f1b6fe2f027606c7f0ae8
The file was modifiedsrc/sctp_server.erl
The file was modifiedsrc/sctp_client.erl
The file was addedsrc/sctp_common.erl
The file was modifiedsrc/sctp_proxy.erl
Commit 8ff3be2a6a608d51a7d68841c38da6fc1caf89be by Vadim Yanitskiy
s1gw_metrics: use lists:filter/2 to create counters/gauges

Change-Id: I5aa1ab8c95820e4e5e3233c92a6c1b8b3190a30c
The file was modifiedsrc/s1gw_metrics.erl