Releases: free5gc/amf
Releases · free5gc/amf
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
v1.1.1
What's Changed
- Fix: The 5G-GUTI on the Registration Accept for the Initial Registration Request has not been updated. by @matsumu-y in #66
- LogLevel is not applied when the test is run. by @RyuichiNamba-fj in #67
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fix that some UEs are not removed in RemoveAllUeInRan by @ShouheiNishi in #64
New Contributors
- @ShouheiNishi made their first contribution in #64
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- fix FSM transition error when use EAP-AKA' by @chliu-nems in #42
- Fix: KgNB not updated during CM-IDLE to CM-CONNECTED transition by @matsumu-y in #43
- fix(amf): plmnId should be encoded as json format in HTTP header by @BearJim in #44
- fix(amf): AMF sends unciphered identity request by @jordan0210 in #45
- fix (amf): fix null pointer exception by @namssob in #47
- fix(amf): fix authentication will never be rejected when use 5g-guti by @chliu-nems in #48
- support retransmission of identity request and receicved type check by @chliu-nems in #50
- Select PCF by locality by @mariakagi in #51
- [Bugs] AMF retransmits SecurityModeCommand even though it receives UEContextReleaseRequest. by @RyuichiNamba-fj in #52
- missing T3570 in StopAll5GSMMTimers() by @tim-ywliu in #56
- [Bugs] Increase the number of Allowed NSSAI in Initial Context Setup Request by @mariakagi in #53
- RegistrationAccept in CM-CONNECTED state may be sent by not DownlinkN… by @teramoto-g in #54
- Fix: AMF accepts registration request with wrong PLMN by @mariakagi in #59
- Fix: Current AmfUe is deleted when AMF receives UEContextRelease of previous session by @RyuichiNamba-fj in #60
- Fix: Log information is not updated by @RyuichiNamba-fj in #61
- Fix: Wrong parameters set for PDU session status IE in Registration Accept for Mobility Registration Updating. by @matsumu-y in #62
New Contributors
- @chliu-nems made their first contribution in #42
- @jordan0210 made their first contribution in #45
- @namssob made their first contribution in #47
- @tim-ywliu made their first contribution in #56
- @teramoto-g made their first contribution in #54
Full Changelog: v1.0.1...v1.0.2