Releases: free5gc/smf
Releases · free5gc/smf
v1.1.1
What's Changed
- LogLevel is not applied when the test is run. by @RyuichiNamba-fj in #48
- change validate() for supporting network aliases in free5gc-compose by @ianchen0119 in #49
- SMF waits PFCP response from UPF forever by @mariakagi in #50
- add UEIPAddress S/D and fix SourceInterface in DL PDR PDI for PSA-UPF by @tim-ywliu in #57
- feat(smf): notify UPF to send endMarker when handover by @tim-ywliu in #58
- Fix: selectAnchorUPF returns UPF only by @mariakagi in #56
- Fix typo in log message by @louisroyer in #52
New Contributors
- @ianchen0119 made their first contribution in #49
- @louisroyer made their first contribution in #52
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- fix(smf): plmnId should be encoded as json format in HTTP header by @BearJim in #30
- Fix: DeactivateUpLinkTunnel mistakenly released DownLinkTunnel teid. by @matsumu-y in #29
- PDU session establishment supports UP security mechanisms by @ghj0504520 in #27
- Fix typo. by @kishiguro in #38
- Select PCF by locality by @mariakagi in #35
- SMF check duplicated SMContext by @oommcclee in #34
- [Bugs] SMF panics when receiving UEContextReleaseRequest by @RyuichiNamba-fj in #37
- Rename variable nodes to node at getPathBetween. by @aviweit in #41
- Fix: "5GSM Cause" IE of "PDU Session Release Command" NAS Message is incorrect by @matsumu-y in #42
- fix test.sh panic by @chen042531 in #45
New Contributors
- @BearJim made their first contribution in #30
- @ghj0504520 made their first contribution in #27
- @RyuichiNamba-fj made their first contribution in #37
- @aviweit made their first contribution in #41
- @chen042531 made their first contribution in #45
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- fix(smf): There is a memory increase in SMF due to the IDGenerator's leakage (#12)
- fix(smf): condition of include PCO in PDU SessionEstablishmentAccept (#14)
- fix(smf): Add handling of nasMessage.PDUSessionTypeIPv4IPv6 for getting EndPoint address (#13)
- fix(smf): transition the state before sending pfcp message (#19)
- fix(smf): 5GSM cause IE always presents in PDU session establishment accept (#20)
- fix(smf): Add PDU Session Aggregate Maximum Bit Rate IE for NonGBR QoS flow
- fix(smf): panic when UL/DL tunnels release
- fix(smf): release UE IP when PDU release
- fix(smf): handover send to ngap n3 ip
- fix(smf): redundant PDU Session Resource setup requests
- fix(smf): update PSA check pfcp Context state
- fix(smf): empty NetworkInstacne value in first CreatePDR (#24)
- fix(smf): GTP-TEID setting for target-RAN during XnHandover. (#26)
- fix(smf): PDU Session Establishment panic without DNN for subscription (#28)
- feat(smf): multiple UPF support for v3.0.5 (#22)
- feat(smf): P-CSCF IPv4 support for smf (needed for ims dnn) (#21)
- feat(smf): Add PLMNList in config (#23)
- feat(smf): Add locality in config and NF Profile of SMF (#25)