SkillAgentSearch skills...

Pfcplib

Erlang library for encoding and decoding Packet Forwarding Control Protocol (PFCP) frames.

Install / Use

/learn @travelping/Pfcplib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pfcplib

Hex.pm Version Hex.pm Downloads Build Status Coverage Status Erlang Versions

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().
<!-- Badges -->

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated6mo ago
Forks8

Languages

Erlang

Security Score

82/100

Audited on Aug 27, 2025

No findings