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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: open5gs/open5gs
base: v2.2.0
Choose a base ref
head repository: open5gs/open5gs
compare: v2.2.1
Choose a head ref
  • 13 commits
  • 140 files changed
  • 2 contributors

Commits on Mar 8, 2021

  1. doc: update document for changing configuration

    o 'pdn' -> 'subnet' in all conf files
    acetcom committed Mar 8, 2021
  2. doc: update document for changes configuration

    o `plmn` -> `plmn_support` in AMF configuration
    acetcom committed Mar 8, 2021

Commits on Mar 9, 2021

  1. Try to fix the UE infinite attach (#568)

    If both Delete-Session-Request/Response and
    UEContextReleaseCommand/UEContextReleaseComplete are failed at the same time,
    UE cannot attach to the EPC infinitely.
    
    So, I've add the protection code
    if timer expires when MME does not receive Delete-Session-Response.
    acetcom committed Mar 9, 2021

Commits on Mar 12, 2021

  1. Add API tokens (#838)

    * protects db endpoints with auth data, but will require ui updates to function properly
    
    * adds an Authorization header with bearer token to all api/db/* request endpoints
    
    * force login if token doesn't exist
    
    * remove debug code
    rashley-iqt committed Mar 12, 2021
  2. webui: Follow-up on Pull Request #838

    - Update document
    - Fix the install script
    - Remove last commit to maintain login session
    acetcom committed Mar 12, 2021
  3. Update WebUI version to v2.2.1 (#838)

    Security patch is applied. If you want to use this version, you need to
    log out and log back in.
    
    See Pull Request #838 for more detailed information.
    acetcom committed Mar 12, 2021

Commits on Mar 15, 2021

  1. Fixes UE IPv6 BUG (#808)

    acetcom committed Mar 15, 2021
  2. Release v2.2.1

    acetcom committed Mar 15, 2021