Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.
Major version changed to 3.0 due to incompatible API change in decoding of flags in information elements.
Features 🚀
- #34 change flag IEs from proplists to maps and simplify non extendable IEs
Features 🚀
- #32 add Travelping VSAs to transport tracing information
Features 🚀
- #31 Adding TP IPFIX Policy IE
Refactorings 🔥
- #29 Remove all
dialyzer
warning
Special thanks to our contributors
- @jbdamiano #29 Remove all
dialyzer
warning
Bugfixes 🐛
- #27 fix encoding of User ID
Features 🚀
- #24 Normalize
FQDNs
by lowercasing them in allIEs
Features 🚀
- #22
BBF TR 459
Dependencies ⚙️
- #2 upgrade dependencies and drop old rebar compatibility stuff and add PFCP message validator
Improvements 💡
- 32f764a add all information elemens from Rel.
15.2
- 99ee214 add helper to format IEs for lager
- 312ebca add
io_lib
pretty print helper - 14a0c73 export
ies_to_map/1
Features 🚀
- #18 Replace
erlando
tocut
1.0.3
- #16 Add
hex
to GH action - #15 Start use
SemVer
- #14 Update GH actions
- #13 update to rel.
16.6.0
- #12 Add
.github
- #10 update to rel.
16.3.1
Bugfixes 🐛
- #9 fix en/decode for DL Buffering Suggested Packet Count
- #7 fix information loss in property test
- #6 Fix PFD Contents and Query URR Reference IEs
- ec9d724 fix specification for Travis-CI builds
- Initial release