Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: free5gc/smf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: free5gc/smf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 11, 2025

  1. Configuration menu
    Copy the full SHA
    efe058d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Merge pull request #172 from blackcat-118/fix/wrong-upf-bfs

    fix: selectAnchorUPF() skip some links when searching
    ianchen0119 authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    fc513eb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. 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.
    usmanTheCoder committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    f0e953d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. chore: update openapi

    Alonza0314 committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    ed7a62f View commit details
    Browse the repository at this point in the history
  2. chore: update nas ngap

    Alonza0314 committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    605e93e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. 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
    usmanTheCoder committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    1f309bf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. 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
    usmanTheCoder committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ad6fcbc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Merge pull request #177 from Alonza0314/chore/update-openapi

    chore: update openapi
    ianchen0119 authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    db8f597 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Merge pull request #176 from usmanTheCoder/feature/bsf-integration

    feat(SMF): Integrate BSF client for binding management
    ianchen0119 authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    594552a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    ab51750 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Merge pull request #178 from Alonza0314/fix/ulcl-path-panic

    refactor: generate default path func
    ianchen0119 authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    5bbc86e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    6add9b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    2e2f616 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. chore: updat ngap module

    Alonza0314 committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    3d7f512 View commit details
    Browse the repository at this point in the history
  2. chore: remove replace mod

    Alonza0314 committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    4571590 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. feat: n3 interface check

    Alonza0314 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    a23ba97 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Merge pull request #179 from Alonza0314/feat/handover-under-nrdc

    feat: xn based handover under dc condition
    ianchen0119 authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    8a4666a View commit details
    Browse the repository at this point in the history
Loading