Thanks Thanks:  5
Page 1 of 2 12 LastLast
Showing results 1 to 10 of 11

Thread: Finding Serving Cell in E/// BSC via User IMSI

  1. #1
    Moderator Reputation: 473
    Join Date
    2009-05-02
    Location
    Nearby
    Posts
    1,237


    Default Finding Serving Cell in E/// BSC via User IMSI

    Hi guys,

    Suppose we have a user IMSI and we want to see user is served by what cell in E/// BSC (Assume user is in dedicated mode). Would be appreciated if share the command sequences .


    Cheers

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     

  3. #2
    Member Reputation: 426 Darko's Avatar
    Join Date
    2008-11-03
    Location
    Europe
    Posts
    442


    Lightbulb Re: Finding Serving Cell in E/// BSC via User IMSI

    How about using MTR (Mobile Traffic Recording) ? There you can see not only the serving cell information but also analyze active connection etc.

    Clipboard01.jpg

    Dax.

  4. #3
    Moderator Reputation: 473
    Join Date
    2009-05-02
    Location
    Nearby
    Posts
    1,237


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    I have no access to MTR in project there is another command sequences in BSC to find the user. I am looking for that.


    Cheers
    Quote Originally Posted by Darko View Post
    How about using MTR (Mobile Traffic Recording) ? There you can see not only the serving cell information but also analyze active connection etc.

    Clipboard01.jpg

    Dax.

  5. #4
    Member Reputation: 127
    Join Date
    2010-11-19
    Posts
    224


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    Can any one help how to know the serving cell for IMSI

  6. #5
    Member Reputation: 80
    Join Date
    2010-11-14
    Posts
    224


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    Where can I find MTR?

  7. #6
    Member Reputation: 29
    Join Date
    2010-05-04
    Posts
    22


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    dear
    if your MSC is E/// also, please run this command to know the cell:
    mgssp:imsi=xxxxxxxxxxxx;

  8. #7
    Member Reputation: 194
    Join Date
    2011-03-12
    Posts
    112


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    Hi,
    Those are steps which I use to see serving cell on Ericcson MSCS

    ####HLR, find current MSISDN VLR
    hgsdp:msisdn=xxxxxxxxxxxx,loc;

    ###MSCS
    mgnmp:msc=all;
    ctrai:msisdn=xxxxxxxxxxxx;
    test system;
    print var mtv xxxxx:h'147;
    !MTV variable is ABCD H'dec cell code!
    end test;

    From previuos printout received Hexadecimal code of the serving cell.
    Than convert hecadecimal code to the decimal and find it on the list of defined internal cells.
    mgcep:cell=all;

    reputation and thanks are welcome

  9. #8
    Member Reputation: 127
    Join Date
    2010-11-19
    Posts
    224


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    Dears; can you please what are the xxxxx mentioned below and from where to be obtain.

    print var mtv xxxxx:h'147;


  10. #9
    Member Reputation: 194
    Join Date
    2011-03-12
    Posts
    112


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    ####HLR#####################
    <hgsdp:msisdn=xxxxxxxxxxxx,loc;
    HLR SUBSCRIBER DATA
    SUBSCRIBER IDENTITY
    MSISDN IMSI STATE AUTHD
    xxxxxxxxxxxx yyyyyyyyyyyyyyy CONNECTED AVAILABLE


    NAM IMEISV
    0


    LOCATION DATA
    VLR ADDRESS MSRN MSC NUMBER LMSID
    4-xxx650120000 xxx650120000

    ###From one MSCS list neighbouring MSCS and find the name of serving MSCS###############################
    <mgnmp:msc=all;
    MT NEIGHBOURING MSC DATA


    MSC MSCADDR R MSCCAPA


    VXX03S 4-xxx650120000 4MHOC1 MAPV-3

    #### Connect with MML on serving MSCS VXX03S######################
    WO VXX03S
    <ctrai:msisdn=xxxxxxxxxxxx;
    CALL PATH TRACING
    XSS TRACING
    IDX SWDEV DEV DEVIDX FID ENV SV
    1
    MTV-135964 H'0000 0001


    #########On serving MSCS START TRACE ON MTV BLOCK RECEIVED FROM CTRAI: MTV-135964##################
    <test system;
    EXECUTED


    <print var mtv 135964:h'147;

    VARIABLE
    MTV VAR H'02 131C:H'147=H'3AA0
    END


    <end test;
    ORDERED


    ###### H'3AA0 is the cell code in hexadecimal format, DECIMAL=15008 ################
    #### Again on serving MSCS list all internal cells and find Cell ID, example CID 15008##################<mgcep:cell=all;
    MT CELL DATA


    CELL CGI BSC CO RO NCS EA
    XXXXA xxx-xxx-xxxxx-15008 ABCD 0 0 0



    Hope that is clear now.

    Regards

  11. #10
    Junior Member Reputation: 10
    Join Date
    2012-03-23
    Posts
    24


    Default Re: Finding Serving Cell in E/// BSC via User IMSI

    Hi Consultant,
    Would you say what H'147 is in the command?
    Is it common for all operators or it depends on certain values?

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •