wmnsk / go-pfcp

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

Make gate status extraction future-proof #92

Closed ccascone closed 2 years ago

ccascone commented 2 years ago

The fix introduced in #91 extracts only one bit from the UL/DL gate fields. However, according to spec, all bits (2) should be extracted to allow for future uses.

146141068-e76f9475-75d3-416c-9aa8-d55b263a8b94

cc @krsna1729

krsna1729 commented 2 years ago

@wmnsk can we re-tag this as v0.0.13?

wmnsk commented 2 years ago

@krsna1729

Let me just add a new tag to avoid messing up.

https://go.dev/blog/publishing-go-modules once you release a version, do not change or overwrite it. The module mirror and checksum database store modules, their versions, and signed cryptographic hashes to ensure that the build of a given version remains reproducible over time.