You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handle PPP opts with broken sub-options encoding
Protocol options are optional and 3GPP TS 29.060 says that optional,
invalid IEs should be silently ignored. Do just that.
(cherry picked from commit 3e39d7f)
Version 4.0.0 - 09 December 2022
--------------------------------
Major version changed to 4.0 due to incompatible API change in decoding of flags in information elements.
**Features** 🚀
* [#42](#42) add [OpenTelemetry](https://opentelemetry.io/) helpers
to convert GTP messages into OpenTelemetry attributes.
* [#43](#43) convert all GTP flag fields from lists to maps
**Features** 🚀
* [#39](#39) Exporting `ULI`, `RAI` encoding functions and decoding functions
Version 1.3.0 - 01 Aug 2018
---------------------------
* add support for GTP' version 0 to 2
* support Erlang OTP 20.1 through 21.0
* drop support for OTP 19.x and 20.0
* removed tetrapak support