-
Notifications
You must be signed in to change notification settings - Fork 109
Comparing changes
Open a pull request
base repository: free5gc/smf
base: v1.4.0
head repository: free5gc/smf
compare: main
- 17 commits
- 10 files changed
- 4 contributors
Commits on Aug 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efe058d - Browse repository at this point
Copy the full SHA efe058dView commit details
Commits on Sep 4, 2025
-
Merge pull request #172 from blackcat-118/fix/wrong-upf-bfs
fix: selectAnchorUPF() skip some links when searching
Configuration menu - View commit details
-
Copy full SHA for fc513eb - Browse repository at this point
Copy the full SHA fc513ebView commit details
Commits on Sep 6, 2025
-
feat(SMF): Integrate BSF client for binding management
• Add BSF service client for SM context binding lifecycle: - Create bsf_service.go with CreatePCFBinding, DeletePCFBinding functions - Integrate BSF client into consumer.go for binding operations - Add BSF service configuration and discovery support • Enhance SM context management: - Update sm_context.go with BSF binding ID tracking - Integrate binding creation/deletion in PDU session lifecycle - Add proper cleanup of BSF bindings on session termination • Update PDU session processor: - Modify pdu_session.go to use BSF for binding management - Add BSF binding creation during session establishment - Ensure proper binding cleanup on session release This integration enables SMF to properly manage bindings with BSF according to 3GPP TS 29.521 specifications for enhanced session management.
Configuration menu - View commit details
-
Copy full SHA for f0e953d - Browse repository at this point
Copy the full SHA f0e953dView commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed7a62f - Browse repository at this point
Copy the full SHA ed7a62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605e93e - Browse repository at this point
Copy the full SHA 605e93eView commit details
Commits on Sep 14, 2025
-
fix: resolve golangci-lint issues in BSF integration
- Add context import and convert http.NewRequest to http.NewRequestWithContext - Fix errcheck issues by adding proper resp.Body.Close() error handling - Resolve govet variable shadowing with renamed error variables - Ensure all HTTP operations use proper context and error checking Fixes: errcheck, govet, noctx linting violations Tested: golangci-lint returns 0 issues
Configuration menu - View commit details
-
Copy full SHA for 1f309bf - Browse repository at this point
Copy the full SHA 1f309bfView commit details
Commits on Sep 15, 2025
-
feat: Implement BSFBindingID usage and lifecycle management
- Enhanced BSF service to capture and store BSFBindingID from X-BSF-Binding-ID header - Added NotifyPCFBindingRelease function for proper BSF cleanup - Integrated BSF notification in SMContext removal process - Implemented complete BSF binding lifecycle management in SMF - Addresses @Alonza0314's comment about unused BSFBindingID field Files modified: - internal/sbi/consumer/bsf_service.go: BSFBindingID capture and release notification - internal/sbi/consumer/consumer.go: Added BSF release function to consumer interface - internal/sbi/processor/sm_common.go: Integrated BSF cleanup in context removal
Configuration menu - View commit details
-
Copy full SHA for ad6fcbc - Browse repository at this point
Copy the full SHA ad6fcbcView commit details
Commits on Sep 16, 2025
-
Merge pull request #177 from Alonza0314/chore/update-openapi
chore: update openapi
Configuration menu - View commit details
-
Copy full SHA for db8f597 - Browse repository at this point
Copy the full SHA db8f597View commit details
Commits on Sep 23, 2025
-
Merge pull request #176 from usmanTheCoder/feature/bsf-integration
feat(SMF): Integrate BSF client for binding management
Configuration menu - View commit details
-
Copy full SHA for 594552a - Browse repository at this point
Copy the full SHA 594552aView commit details
Commits on Oct 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ab51750 - Browse repository at this point
Copy the full SHA ab51750View commit details
Commits on Oct 14, 2025
-
Merge pull request #178 from Alonza0314/fix/ulcl-path-panic
refactor: generate default path func
Configuration menu - View commit details
-
Copy full SHA for 5bbc86e - Browse repository at this point
Copy the full SHA 5bbc86eView commit details
Commits on Oct 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6add9b2 - Browse repository at this point
Copy the full SHA 6add9b2View commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2e2f616 - Browse repository at this point
Copy the full SHA 2e2f616View commit details
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3d7f512 - Browse repository at this point
Copy the full SHA 3d7f512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4571590 - Browse repository at this point
Copy the full SHA 4571590View commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a23ba97 - Browse repository at this point
Copy the full SHA a23ba97View commit details
Commits on Oct 29, 2025
-
Merge pull request #179 from Alonza0314/feat/handover-under-nrdc
feat: xn based handover under dc condition
Configuration menu - View commit details
-
Copy full SHA for 8a4666a - Browse repository at this point
Copy the full SHA 8a4666aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...main