wmnsk / go-pfcp

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

Incorrect parameter name in NewRemoveFAR #96

Closed EmanueleGallone closed 2 years ago

EmanueleGallone commented 2 years ago

https://github.com/wmnsk/go-pfcp/blob/c1d4b29c488a700682af30d85360ab214c6cc660/ie/remove-far.go#L8

Parameter's name should be far, to not create confusion.