Skip to content

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

License

Notifications You must be signed in to change notification settings

travelping/pfcplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages