Skip to content
Success

Changes

Summary

  1. vlr: refactor the reject cause codes (details)
  2. vlr: fix typo in comment (details)
Commit eac1b93bb52818a0017f9446b451f06a598caa44 by lynxis
vlr: refactor the reject cause codes

Use reject cause consistent within the VLR.
Convert the GMM cause code to reject cause, which contains the
exact same values. Reject cause includes both CS and PS cause codes,
because CS and PS cause codes uses the same numbering space.
See 24.008 annex G.

Filter early the HLR provided cause code based on the CN domain,
some values are invalid and will be converted into network failure.

Change-Id: Ib269e9f865cd23f9f2c0a1bac0e17c95974c1c9f
The file was modifiedinclude/osmocom/vlr/vlr.h
The file was modifiedsrc/libvlr/vlr.c
The file was modifiedsrc/libvlr/vlr_auth_fsm.c
Commit 36ad5f3276c56945b5ba5525405c2d8528d9ef51 by lynxis
vlr: fix typo in comment

Change-Id: I06baf0494fde1d0c8eb6aaf72f5ce6e9134f3905
The file was modifiedsrc/libvlr/vlr.c