aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/pfcp/pfcp_ies_custom.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-16pfcp ie: tweak CP Function FeaturesNeels Hofmeyr1-1/+1
The spec indicates three bytes of CP Function Features, but both wireshark and ttcn3 expect only one byte. This makes sense because only eight CP F.F. flags are defined. Drop those two always-zero bytes, hence pass the wireshark dissector and ttcn3 parsing without warnings. Related: SYS#5599 Change-Id: Icda891a2f3401e58f142f229465403d5dc8befe5
2022-06-16libosmo-pfcp: implement/generate TLV and IE value codingNeels Hofmeyr1-0/+163
Related: SYS#5599 Change-Id: I3069045b2d42dac88d955c636230adc64a7a4aa7