wmnsk / go-pfcp

PFCP (Packet Forwarding Control Protocol) in pure Go.
MIT License
124 stars 54 forks source link

Enhance HasDROP()/HasBUFF() helper functions usage #116

Closed tim-ywliu closed 1 year ago

tim-ywliu commented 1 year ago

Leverage ApplyAction()/DataStatus() in helper functions to recursively get the value. Let helper functions be able to use with any IE, not only with ApplyAction/DataStatus IE.