osmo-msc/openbsc/tests/sgsn
Jacob Erlbeck 98a95ac17f sgsn: Add a subscriber based authentication phase
This implements the MAP way of subscriber validation when the MS
tries to perform an Attach Request:

  1. perform authentication (optionally invoke the sendAuthInfo
     procedure), starts the Auth & Ciph procedure
  2. perform update location
  3. insert subscriber data
  4. finish the update location
  5. Attach Accept / Attach Reject

The authentication triplets are used and eventually updated if all of
them have been used.

This is currently accessible via the VTY interface by the following
commands:

  - update-subscriber imsi IMSI update-auth-info
  - update-subscriber imsi IMSI update-location-result (ok|ERR-CAUSE)

Sponsored-by: On-Waves ehf
2014-12-24 16:50:30 +01:00
..
Makefile.am sgsn: Add a subscriber based authentication phase 2014-12-24 16:50:30 +01:00
sgsn_test.c sgsn: Add a subscriber based authentication phase 2014-12-24 16:50:30 +01:00
sgsn_test.ok sgsn: Add a subscriber based authentication phase 2014-12-24 16:50:30 +01:00