Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve User ID data from NASREQ AAA response #178

Open
javiermtorres opened this issue Mar 1, 2022 · 0 comments
Open

Retrieve User ID data from NASREQ AAA response #178

javiermtorres opened this issue Mar 1, 2022 · 0 comments

Comments

@javiermtorres
Copy link

erGW-AAA version

3.6 and 4.0

Erlang/OTP version

OTP 23

Description

  • Motivation
    During authentication in a NASREQ dialogue, core user ID information (IMEI, MSISDN, IMEI) is sometimes available to the Diameter server that a NAS uses. This information can be included in the AAA response and handled by the NAS.
  • Proposal
    If available, the following information will be sent:
    • IMSI: 3GPP-IMSI, from diameter_3gpp_base
    • MSISDN: Calling-Station-Id, from diameter_rfc4005_nasreq
    • IMEI: 3GPP-IMEISV, from diameter_3gpp_base

Current behavior

The 3GPP AVPs are not currently present in the AAA response, although Calling-Sttion-Id is.

Expected behavior

If available to the Diameter server, these AVPs will be present in the AAA response.

Config

No optional configuration is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant