Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/travelping/pfcplib
Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.
https://github.com/travelping/pfcplib
Last synced: 24 days ago
JSON representation
Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.
- Host: GitHub
- URL: https://github.com/travelping/pfcplib
- Owner: travelping
- License: mpl-2.0
- Created: 2017-12-12T17:08:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T08:41:55.000Z (6 months ago)
- Last Synced: 2024-11-06T18:00:08.581Z (about 1 month ago)
- Language: Erlang
- Size: 154 KB
- Stars: 14
- Watchers: 18
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-5g - pfcplib - Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames. (Protocols / PFCP)
README
pfcplib
=======
[![Hex.pm Version][hexpm version]][hexpm]
[![Hex.pm Downloads][hexpm downloads]][hexpm]
[![Build Status][gh badge]][gh]
[![Coverage Status][coveralls badge]][coveralls]
[![Erlang Versions][erlang version badge]][gh]Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.
BUILDING
--------Using rebar:
# rebar3 compile
Build a PCAP file with random PFCP Messages
-------------------------------------------This procedure will generate a a file called pfcp.pcap that is filled
with randomly generated PFCP packets. The overall structure of the
information elements in the PFCP will match the specification, however
the structure of grouped IEs, and requirements for mandatory IEs will
not be meet.# rebar3 as pcap do compile, shell
> c("test/property_test/pfcplib_prop.erl").
> pfcplib_prop:gen_pcap(2000).
> q().[hexpm]: https://hex.pm/packages/pfcplib
[hexpm version]: https://img.shields.io/hexpm/v/pfcplib.svg?style=flat-square
[hexpm downloads]: https://img.shields.io/hexpm/dt/pfcplib.svg?style=flat-square
[gh]: https://github.com/travelping/pfcplib/actions/workflows/main.yml
[gh badge]: https://img.shields.io/github/workflow/status/travelping/pfcplib/CI?style=flat-square
[coveralls]: https://coveralls.io/github/travelping/pfcplib
[coveralls badge]: https://img.shields.io/coveralls/travelping/pfcplib/master.svg?style=flat-square
[erlang version badge]: https://img.shields.io/badge/erlang-24.3%20to%2025.2-blue.svg?style=flat-square