Tags: wmnsk/go-pfcp
Tags
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.
PreviousNext