Skip to content

Releases: free5gc/amf

v1.3.1

05 Mar 03:14
dfd70b2
Compare
Choose a tag to compare

v1.3.0

03 Mar 11:33
dfd70b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.3.0

v1.2.7

26 Feb 05:05
3bf7bb5
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Bump golang.org/x/crypto from 0.22.0 to 0.31.0 by @dependabot in #147
  • chore(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 by @reki9185 in #148
  • Fix: change guti to supi in CreateUEContextRequest by @reki9185 in #149

Full Changelog: v1.2.6...v1.2.7

v1.2.6

12 Nov 06:20
ce90b7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

05 Sep 06:57
299aeb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4

25 Jun 10:40
4fbee43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

27 Mar 15:59
Compare
Choose a tag to compare

What's Changed

  • Build(deps): Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #123

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Mar 03:55
b70ed87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 Feb 08:15
5cd14b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

08 Jun 06:27
7907d3c
Compare
Choose a tag to compare

What's Changed

  • Send Establishment Reject when the old PDU session with duplicated PSI fails to be released by @mariakagi in #69
  • Fix: Start authentication procedure if old AMF transfer fails by @RyuichiNamba-fj in #68
  • Fix: Check return value of SmContextFindByPDUSessionID by @mariakagi in #72
  • Fix:State mismatch happens if AMF receives InitialUEMessage while waiting for RegistrationComplete. by @RyuichiNamba-fj in #70
  • Increase the timestmap precision by @mahmoodgh in #80
  • AMF panics when it receives SecurityModeComplete with ServiceRequest set to the NAS message container. by @RyuichiNamba-fj in #76
  • If XnHandover is repeated, the NCC value will overflow. by @RyuichiNamba-fj in #77
  • SMF sends PDU Session Establishment Reject to UE when it fails to release the old session with duplicated PSI by @mariakagi in #74
  • If non-subscribed UEs send RegistrationRequest, AMF does not return RegistrationReject and the resource will remain. by @RyuichiNamba-fj in #75
  • change SmContextStatusUri by @mariakagi in #81
  • AMF can not analysis NAS message when RanUE-NGAP-ID indicated by the InitialUEmessage is managed in the AMF by @RyuichiNamba-fj in #79
  • Build(deps): Bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7 by @dependabot in #83
  • Refine NGAP handler by @ShouheiNishi in #85
  • Fuzzing of nas_security.Decode by @ShouheiNishi in #87
  • Security capabilities mismatch by @ShouheiNishi in #88
  • Allow NGAP message when a mandatory but ignored IE is missing by @ShouheiNishi in #90
  • Merge similar codes to new function by @ShouheiNishi in #91
  • Refine nas_security by @ShouheiNishi in #89
  • Build(deps): Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.0 by @dependabot in #92
  • Fuzzing for HandleNAS by @ShouheiNishi in #93
  • refactor and update util to use new log formatter setting by @brianchennn in #95

New Contributors

Full Changelog: v1.1.1...v1.2.0