1

Please any one tell me how we will identify the roaming/non-roaming subscribers from the diameter CCR initial request.

Rakesh KR
  • 6,357
  • 5
  • 40
  • 55
Midhunlal
  • 333
  • 2
  • 11

3 Answers3

3

For Gx reference point, you have two ways:

  1. using MCC MNC

AVP name: <3GPP-SGSN-MCC-MNC>

AVP code: <18>

Anything is not your home (or national roaming MNC), is international roaming

  1. Using SGSN IP adress

AVP name <3GPP-SGSN-Address>

AVP code: <6>

If you don't recognize IP adress of home SGSN it is roaming.

I have tested both on E/// equipment.

Community
  • 1
  • 1
  • I think this question would be better adressed in the more specific QA site Telecommunications proposed here: http://area51.stackexchange.com/proposals/104688/telecommunications If you like the proposal, ask your question there and follow the proposal as well – ceyquem Dec 06 '16 at 15:03
0

You didnt mention which Diameter protocol you are using. But anyway I dont think there is such an AVP.

In different protocols you have different AVPs that can give you hints about the user HPLMN and than you can compare them to whatever you have and understand if the user is from your PLMN.

Oded Itzhaky
  • 445
  • 5
  • 16
0

Too new here to vote for the answer above, but MCC MNC is what we use. If they don't match your home networks' MCC's and MNC's, then assume roaming.

ouflak
  • 2,458
  • 10
  • 44
  • 49
Dave007
  • 1
  • 1