Skip to content
Success

Changes

Summary

  1. diameter: fix wrong 'Vendor-Id' value (should be 3GPP) (details)
  2. diameter: fix unused macro param in ?SERVICE (details)
  3. diameter: drop unused ?DIA_STATS_* macros (details)
Commit 1f1e750041bbd8a40d016a799df511dc88dd4490 by Vadim Yanitskiy
diameter: fix wrong 'Vendor-Id' value (should be 3GPP)

Wireshark decodes VID=10515 as follows:

  Vendor-Id: Terry Nazon Inc (10515)

Looks like a typo, it should be VID=10415:

  Vendor-Id: 3GPP (10415)

At least this is what open5gs is using.

Change-Id: I601785a8c71e9c6e6d94018586e2a865ba8b2f11
The file was modifiedsrc/osmo_dia2gsup.erl
Commit 15453115fbc5861842a22c0f6640cb7dd969c1d2 by Vadim Yanitskiy
diameter: fix unused macro param in ?SERVICE

Change-Id: Ia0e87b19541b3e4064e5095cc5fefa016700d226
The file was modifiedsrc/osmo_dia2gsup.erl
Commit 08569580057efe5ea1603ded8c083794c9a4f478 by Vadim Yanitskiy
diameter: drop unused ?DIA_STATS_* macros

Change-Id: I923c2442cadd39bb6d1c62d2d522ca2a178240a5
The file was modifiedsrc/osmo_dia2gsup.erl