Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.1.0
    * Features
      - Adding NRPPA protocol support
      - Support Non UE N2 Info message
      - Support Multiple PDU sessions service request
      - Adding gNB statistics
      - Adding NGAP Utils
      - Adding LTTNg tracepoints for logging
      - Using hexadecimal values for SD in all APIs
      - Updating UE info statistics on AMF after service request
      - Exposing NCGI in UE Location Report notification
      - Use HTTP Request Timeout from conf file
    * Fixes
      - Fix issue for JSON iterator comparison
      - Fix multiple sessions response handling
      - Fix NF registration/deregistration when discovering NRFs from NSSF
      - Fix PDU session resource context request null pointer
      - Fix issue for retrieving GUTI from 5G-S-TMSI
      - Fix HTTP/2 server shutdown
      - Fix shutdown threads procedure
      - Fix UE Context Release procedure
      - Fix buffer-overflow issue
      - Fix AMF UE NGAP ID (uint64_t, 40 bits)
      - Fix Nas buffer allocation length
      - Fix issue for N2 handover
      - Fix GUTI decode
      - Fix NAS Decode: check buffer length before decoding
      - Fix issue for mobility registration update procedure
      - Fix HTTP client by using SBI task to send HTTP request
    * Tech Debt
      - Cleanup common utils
      - Stopping support for RHEL8/Rocky8 in favor of RHEL9/Rocky9
      - Move NAS to common src git submodule
      - Move NGAP to common src git submodule
      - Move AMF SBI models to common src git submodule
      - Move conversions from AMF to common src git submodule
      - Separate all in one implementation
      - HTTP client cpr library refactoring effort
  • v2.0.1
    * Features
      - NGAP AMF status indication
      - Add UE Retention Information support
      - Update NAS with Rel 16.14.0 IEs
        *  Refactoring code for Encode/Decode functions
        *  Cleanup NAS lib
    * Fixes
      - Fix typo for N1N2MessageSubscribe
      - Fix issue when receiving PDU session reject from SMF
    * Tech debt
      - Reformating of the SCTP code
      - Refactor promise handling
      - Removing dependencies to libconfig++ (Only YAML file can be read as configuration)
  • v2.0.0
    * Features
      - Support YAML configuration file
        * Yaml validation default value
      - Service request handling
      - Update API Server name/structure
      - N2 info notify
      - Updated NGAP library to 38.413 V16.14.0
      - Location Report Notification for N2 Handover
      - LMF Determine Location & DownlinkUeAssociatedNrppaTranport support
    * Fixes
      - Fixed: Add NSSAI info in AMF profile to send to NRF
      - Fixed: Http1/2 - only spawning one HTTP server
      - Fixed: HTTP2 support for Configuration/Location-related APIs
      - Fixed: Display NRCellID in hex to associate between UE and gNB
      - Fixed: Use AMF ID as string to register to NRF
      - Added missing HTTP2 APIs for N1 Message Notify, N1N2MessageSubscribe/Unsubscribe, Status Notification
      - Free allocated memory in Destructor of NGAP msg instead of using Delete operator
      - Added retry mechanism for NF Registration/Update
      - Removed unnecessary config parameter: generate_random (database)
      - Fixed N1/N2 message unsubscribe API
      - Fixed issue when decoding PduSessionResourceSetupResponse
    * Tech debt
      - Updated common models to 3GPP TS 29.571 Release 16.13.0 and moved them to the shared common submodule
      - Switching to clang-format-12
      - Published image on Docker-Hub is using now Ubuntu-22 as base image
        * Ubuntu-18 is no longer supported
    * Miscellaneous
      - Code refactoring: ITTI between SBI and other tasks, NGAP IEs
      - Code cleanup: NAS IEs, N2, removed usused code, Used new instead of malloc/calloc for N2
  • v1.5.1
  • v1.5.0
  • v1.5-rc
  • v1.4.0 Release: v1.4.0
  • v1.3.0
    2021-Q4 Milestone:
    
    * Periodic Registration Update
    * Support for Event Exposure (Registration State Report)
    * Implicit Deregistration Timer
    * Mobile Reachable Timer
    * Mobility Registration Update
    * NRF Selection (via NSSF)
    * Fix for validation of SMF Info
    * Fix RAN UE NGAP Id
    * Fix SMF Selection SD
    * Fix NSSAI mismatch
    * Fix Service Request
    * Fix HTTP2
    * Fix MCC such as 001
    * Docker optimization
  • 2022.w03
  • v1.2.1
    Fix build issue; Tentative fix for ngKSI already in use; Initial implementation for Mobility registration update
  • 2021.w43
    Fix build issue; Tentative fix for ngKSI already in use; Initial implementation for Mobility registration update
  • v1.2.0
    AUSF connection,PDU Session Resource Modify procedure; HTTP2; AMF Event Exposure Services; multiple fixes
  • 2021.w40
  • v1.1.0 Release: v1.1.0
    Session Release; NRF registration; Multi-PDU support
  • 2021.w29
  • 2021.w28
    FQDN support
  • 2021.w03
    bdf698a1 · CI: error correction ·
    Migration to the new OpenShift Jenkins instance
  • v1.0.0 Release: v1.0.0
    Initial release
  • 2020.w39
    CI skeleton is ready