Project

General

Profile

Actions

Feature #5183

open

EIR functionality

Added by laforge almost 3 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
06/16/2021
Due date:
% Done:

0%

Spec Reference:

Description

There are use cases, particularly in private networks, where one may want to restrict usage to specific device types. Such device types are identified by the TAC (type approval code) portion of the IMEI.

We would need some kind of EIR functionality to allow modes such as:
  • allow-all IMEI except those (prefix-matched) that are black-listed
    • can be used to prvent access by known broken devices, or by those reported as stolen
  • deny-all IMEI except those (prefix-matched) that are white-listed
    • can be used in private networks to constrain the use to certain specific approved UE models.

Checklist

  • check required MSC support
  • check required SGSN support
  • check required GSUP procedures
  • implement EIR functionality as part of OsmoHLR

Related issues

Related to OsmoHLR - Feature #2542: have subscriber create-on-demandStalledosmith10/06/2017

Actions
Actions #1

Updated by laforge almost 3 years ago

  • Checklist item check required MSC support added
  • Checklist item check required SGSN support added
  • Checklist item check required GSUP procedures added
  • Checklist item implement EIR functionality as part of OsmoHLR added
Actions #2

Updated by laforge almost 3 years ago

  • Related to Feature #2542: have subscriber create-on-demand added
Actions #3

Updated by laforge almost 3 years ago

As discussed in #2542, there is already a CHECK_IMEI procedure in GSUP, and it's implemented in osmo-msc. So for the CS side of things, we should be fine to just add the EIR funcionality to the HLR and have it working.

For the SGSN, it seems the entire procedure is not yet implemented. It would have to be added, and given the relative lack of FSMs in the GMM code, this might need quite a bit of work.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)