travelping / pfcplib

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE PFD Contents (Type = 61) encoding/decoding issues (spec: 8.2.39)

ivan4th opened this issue · comments

  1. The spare byte is missing (byte 6) preventing the correct encoding/decoding
  2. As of 3GPP TS 29.244 V16.2.0 (2019-12), the following bits are added: ADNP, AURL, AFD, DNP, along with the respective conditional fields

Code:
https://github.com/travelping/pfcplib/blob/bd8d337/src/pfcp_packet.erl#L409-L423