Releases: free5gc/amf
Releases · free5gc/amf
v1.3.1
Full Changelog: v1.2.7...v1.3.1
v1.3.0
What's Changed
- feat: update to R17 openapi by @donald1218 in #140
- fix: change guti to supi in CreateUEContextRequest by @reki9185 in #150
- Fix: advise location uri to smf new format by @reki9185 in #151
- Release/r17 by @ianchen0119 in #152
Full Changelog: v1.2.7...v1.3.0
v1.2.7
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
What's Changed
- fix: use authctxId to authentication by @donald1218 in #142
- fix: release twice uecontext when handover by @donald1218 in #143
- fix: amf determine ue.rattype in registration by @donald1218 in #144
- fix: adjust CI trigger by @andy89923 in #145
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- fix: fix processor interface by @ianchen0119 in #132
- fix: AMF returned 500 Internal Server Error for a Event Exposure POST API request #579 by @sathiyajith in #133
- fix: subscription not sent by @ashwin63 in #135
- fix: second ue release uecontext without authetication by @donald1218 in #136
- fix: allow empty sd by @donald1218 in #139
- fix: Add ueLocation IE to smContextCreateData by @abousselmi in #138
- fix: choice extensions for TWIF by @YouShengLiu in #137
- fix: HoldingAmfUe restore when CM-Idle by @andy89923 in #141
New Contributors
- @sathiyajith made their first contribution in #133
- @ashwin63 made their first contribution in #135
- @abousselmi made their first contribution in #138
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- Version Bump: Go1.21 and CI version by @tim1207 in #125
- Build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #126
- chore: create commit-msg-check.yml by @andy89923 in #127
- Add TNGF by @hiro6666 in #124
- fix: update commit-msg-check.yml by @andy89923 in #129
- refactor: refactor consumer logic by @donald1218 in #128
New Contributors
- @hiro6666 made their first contribution in #124
- @donald1218 made their first contribution in #128
Full Changelog: v1.2.3...v1.2.4
v1.2.3
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
What's Changed
- refactor: use io and friends instead deprecated ioutil by @sashamelentyev in #122
New Contributors
- @sashamelentyev made their first contribution in #122
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Implement uncomprehended IE handling by @ShouheiNishi in #94
- fix nil check in handlePDUSessionResourceNotifyMain by @ShouheiNishi in #99
- changed all sd to lowercase by @danielh1204 in #101
- Revert "changed all sd to lowercase" by @tim-ywliu in #103
- compare snssai with SnssaiEqualFold by @danielh1204 in #102
- Add IE, universal time, in the configuration update command message: by @YouShengLiu in #98
- All build functions use nas_security.Encode() by @ShouheiNishi in #100
- fix ueContextTransferResponse nil pointer dereference by @brianchennn in #104
- Bugfix/sync issue by @YouShengLiu in #108
- Feature/cfg update cmd by @YouShengLiu in #105
- Feature/integrity check by @iamelisahi in #109
- Build(deps): Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #96
- Build(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #110
- Feature/implicit deregistration by @YouShengLiu in #107
- Add check that RemoteAddr() returns nil by @ShouheiNishi in #111
- module: use free5gc/sctp instead of calee/sctp by @brianchennn in #114
- style: fix naked return by @brianchennn in #115
- Feature: Add NRF Consumer support OAuth2 by @andy89923 in #112
- Build(deps): Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #116
- Update handler.go by @Leon777-coder in #113
- send reroute nas msg if SendN1MessageNotifyAtAMFReAllocation failed by @ianchen0119 in #117
- fix AMF crash on malformed NAS message by @NaivEPoi in #118
- support to handle ServiceTypeHighPriorityAccess type SvcReq by @ianchen0119 in #119
- Feature/oauth2 by @tim1207 in #120
New Contributors
- @danielh1204 made their first contribution in #101
- @YouShengLiu made their first contribution in #98
- @iamelisahi made their first contribution in #109
- @andy89923 made their first contribution in #112
- @Leon777-coder made their first contribution in #113
- @ianchen0119 made their first contribution in #117
- @NaivEPoi made their first contribution in #118
- @tim1207 made their first contribution in #120
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- @mahmoodgh made their first contribution in #80
- @dependabot made their first contribution in #83
- @brianchennn made their first contribution in #95
Full Changelog: v1.1.1...v1.2.0