Skip to content

Tags: wmnsk/go-pfcp

Tags

v0.0.24

Toggle v0.0.24's commit message
Subtle maintenances

v0.0.23

Toggle v0.0.23's commit message
Fix SMF Set ID encoding and doc updates

v0.0.22

Toggle v0.0.22's commit message
Safer parser and easier IE handling

v0.0.21

Toggle v0.0.21's commit message
CAUTION: this release contains breaking changes

Changed the value handling in QuotaValidityTime,
TimeThreshold, and SubsequentTimeThreshold to use
`time.Duration` (which were formerly `time.Time`
and `uint32`). Be sure to update them if your
code uses the constructors or value retrieval
helper functions for those IEs.

If you're not willing to use new constructors,
you can use the type-specific constructors that
are also added in this release. It  allows us to
create an arbitrary IE with given IE type and
value of the specific type. See godoc for `ie`
for what types are available and read README
(section: Creating IEs) for detailed usage.

v0.0.20

Toggle v0.0.20's commit message
Fix crashing issue and introduce fuzz testing

v0.0.19

Toggle v0.0.19's commit message
Some updates :)

v0.0.18

Toggle v0.0.18's commit message
Some updates in IEs

v0.0.17

Toggle v0.0.17's commit message
Some updates in IEs

v0.0.16

Toggle v0.0.16's commit message
Bugfixes etc.

v0.0.15

Toggle v0.0.15's commit message
Several minor updates