Skip to content

Releases: dot-5g/pfcp

v0.0.7

22 Jan 20:22
d853804
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

20 Jan 15:48
51c4b26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

10 Jan 19:00
4421c74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Jan 19:00
a839158
Compare
Choose a tag to compare

What's Changed

  • feat: Returns remote address in message handlers by @gruyaume in #34

Full Changelog: v0.0.3...v0.0.4

v0.0.3

08 Jan 20:38
4a8ef0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

07 Jan 17:32
807650a
Compare
Choose a tag to compare

What's Changed

  • fix: Removes space in dependabot config file by @gruyaume in #28
  • chore(deps): bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot in #29
  • feat: moves pfcp server to main process by @gruyaume in #30

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

07 Jan 03:09
18c8fb9
Compare
Choose a tag to compare

What's Changed

  • feat: Implements SendHeartbeatRequest by @gruyaume in #1
  • chore: reorganizes files based on client/server structure by @gruyaume in #2
  • feat: Adds server side of pfcp interface by @gruyaume in #3
  • feat: Follows spec defined message content by @gruyaume in #4
  • chore: Creates an issue template by @gruyaume in #5
  • chore: Simplifies issue template by @gruyaume in #7
  • chore: Adds contributing guidelines by @gruyaume in #8
  • feat: Implements heartbeat response procedure by @gruyaume in #9
  • feat: Restructures to better handle different message types by @gruyaume in #10
  • feat: User provides sequence number by @gruyaume in #11
  • chore: Adds information element category by @gruyaume in #12
  • feat: Parses IE's centrally by @gruyaume in #13
  • feat: Implements pfcp association request by @gruyaume in #14
  • feat: Adds pfcp association request response by @gruyaume in #15
  • test: Adds unit tests for server by @gruyaume in #16
  • feat: Adds pfcp association update by @gruyaume in #17
  • chore: Reorganizes pfcp messages by @gruyaume in #18
  • feat: Adds pfcp association release by @gruyaume in #19
  • chore: Client requires a message instead of individual IE's by @gruyaume in #20
  • feat: Adds PFCP Node Report by @gruyaume in #21
  • feat: Adds support for optional parameters by @gruyaume in #22
  • feat: Adds optional up function features IE by @gruyaume in #23
  • feat: Adds pfcp session establishment by @gruyaume in #24
  • feat: Adds session establishment response by @gruyaume in #25
  • feat: Adds pfcp session deletion by @gruyaume in #26
  • feat: Adds pfcp session report by @gruyaume in #27

Full Changelog: https://github.com/dot-5g/pfcp/commits/v0.0.1