open5gs/docs/_posts/2019-07-30-release-v0.5.1.md

3.7 KiB

title date categories tags head_inline
v0.5.1 - SMS over SG Supported 2019-07-30 22:20:00 +0900
Release
News
Release
<style> ul { padding-bottom: 1em; } </style>

New Features

  • SMS over SG Support

Solving the CS Fallback Issue

  1. Single MSC/VLR(127.0.0.2)
   sgsap:
     addr: 127.0.0.2
     map:
       tai:
         plmn_id:
           mcc: 001
           mnc: 01
         tac: 4130
       lai:
         plmn_id:
           mcc: 001
           mnc: 01
         lac: 43690
     map:
       tai:
         plmn_id:
           mcc: 002
           mnc: 02
         tac: 4132
       lai:
         plmn_id:
           mcc: 002
           mnc: 02
         lac: 43692
  1. Multiple MSC/VLR
   sgsap:
     - addr: 127.0.0.2
       port: 29119
       map:
         tai:
           plmn_id:
             mcc: 001
             mnc: 01
           tac: 4131
         lai:
           plmn_id:
             mcc: 001
             mnc: 01
           lac: 43691
       map:
         tai:
           plmn_id:
             mcc: 002
             mnc: 02
           tac: 4132
         lai:
           plmn_id:
             mcc: 002
             mnc: 02
           lac: 43692
     - addr
        - 127.0.0.3
        - fe80::2%lo
       map:
         tai:
           plmn_id:
             mcc: 001
             mnc: 01
           tac: 4132
         lai:
           plmn_id:
             mcc: 002
             mnc: 02
           lac: 43692
     - name: msc.open5gs.org
       map:
         tai:
           plmn_id:
             mcc: 001
             mnc: 01
           tac: 4133
         lai:
           plmn_id:
             mcc: 002
             mnc: 02
           lac: 43693
  • UEContextModifcationRequest does not have both CSFallbackIndicator and SecurityCapabilities (#223) -- medeiros405
  • Open5GS crash in MT-Fallback with fixing the BUG of ogs_realloc() (ogslib:#4)
  • Add Paging Reject

Enhancements

  • Fix Diameter spec-compliant related issue (#240) -- laf0rge
  • Prefer to use SCTP in Diameter (#235) -- laf0rge
  • Set Diameter SCTP PPID to 46 (#234) -- laf0rge
  • MME protects SecurityModeComplete that is not integrity (#226) -- laf0rge
  • Add Guard timer in EMM state machine (#220) -- laf0rge
  • mme-kdf: Ensure input arguments(kasme, ..) are read-only and 'const' (#230) -- laf0rge

Bug fixes

  • Fix the problem of releasing Dedicated Bearer (#180) -- lezixiao
  • Fix the MME crash if UE indicates only EIA0 (#222) -- laf0rge
  • Sending ErrorIndication if S1AP decoding is failed (#218, #219) -- laf0rge

Download -- v0.5.1.tar.gz {: .notice--info}