- This topic has 7 replies, 1 voice, and was last updated 20 years, 6 months ago by Eranga.
-
AuthorPosts
-
17th June 2004 at 10:54 #38487CasperGuest
Hi All,
I have to get the MSISDN of an outbound roamer, when I know that subscribers IMSI. What’s the SS7 MAP request to do that and to which node do I need to send that request?
Thanks in advace!
Eranga18th June 2004 at 00:23 #38488UpdateGuestTo HLR the update subscribet request will go and HLR will reply that insert sunscriber
18th June 2004 at 00:50 #38489UpdateGuestIf my explanation is wrong please help me to also to correct it
18th June 2004 at 15:20 #38490HariGuestHello Eranga,
This is what i found in spec
GSM 03.12 [ Location Registration Procedure ]3.5.1.2 Downloading of subscriber parameters to the VLR
As a part of the location updating procedure, the home location register will convey the subscriber
parameters of the MS which need to be known by the visitor location register for proper call handling. This
procedure is also used whenever there is a change in the subscriber parameters that need to be
conveyed to the VLR (e.g. change in subscription, a change in supplementary services activation status).
If the HPLMN applies the multinumbering option, different MSISDNs are allocated for different Basic
Services (see GSM 09.07) and stored in the HLR. Among these MSISDNs, the Basic MSISDN Indicator
as part of the HLR subscriber data (see GSM 03.08) marks the ‘Basic MSISDN’ to be sent to the VLR at
location update. It is used in the VLR for call handling as calling party and as line identity.But i of what i can understand and analyse this is not “for sure” access method to collect MSISDN given IMSI.
-Thanks
Hari21st June 2004 at 23:32 #38491RaoolGuestEranga,
U can use the MAP_SendParameters
message to get the MSIDN from
the IMSI.
This message is sent to the HLR.
Pass the “Request Parameter” as ‘Request Subscriber Data’ in this message. It will also give you lots of other data for this IMSI.cheers
-Raool22nd June 2004 at 04:47 #38492ErangaGuestHi Raool,
Thanks for the information. But I cannot find a MAP_SendParameters MAP message in GSM phase 2+. Is that in Phase 2+ or 3?
Hi Hari,
Thanks for your information.Thanks!
Eranga22nd June 2004 at 20:29 #38493RaoolGuestEranga,
MAP SendParameters is a GSM phase 1 message.
Unfortunately finding the documentation for it is difficult.
But you can find the ASN easily.
Use that oneHTH
Raool23rd June 2004 at 04:51 #38494ErangaGuestHi Raool,
Even Dialogic (Intel Septel) MAP documentation doesn’t have anything about MAP SendParameters message. I suspect if that ss7 map stack supports that message.
Anyway thanks for the information. I will search along those guidelines. In worst case, I might have to extract the packet from the TCAP layer.
Cheers,
Eranga -
AuthorPosts
- The forum ‘Telecom Design’ is closed to new topics and replies.