How do I check whether a subscriber has subscribed to the GPRS

Kaushik
Kaushik  Diamond  (1)
7 years 11 months ago  View: 2862  Reply: 5
1F

How do I check whether a subscriber has subscribed to the GPRS

Run the LST GPRS command with the subscribers IMSI specified. If the command output contains a context ID and an APN, the subscriber has subscribed to the GPRS.

 

ibrahim.saedkilong
ibrahim.saedkilong  Junior 
7 years 11 months ago
2F
in the MSC or HLR ?
Kaushik
Kaushik  Diamond 
7 years 11 months ago
3F

It is checked from HLR.

output will give the total status of the subscriber.

                          IMSI = 47001XXXXXX
                          ISDN = 8801711XXXX
                 CHARGE_GLOBAL = PREPAID
                        CNTXID = 3
                       PDPTYPE = IPV4
                        ADDIND = DYNAMIC ADDRESS
                        RELCLS = ACKRLCPRODT
                      DELAYCLS = DELAY1
                        PRECLS = HIGH
                       PEAKTHR = XXXXXOCT
                       MEANTHR = BEST_EFFORT
                    ARPRIORITY = HIGH
                        ERRSDU = NO
                      DELIVERY = NO
                    TRAFFICCLS = CONVER
                    MAXSDUSIZE = 1500 OCT
                      MAXBRUPL = 192K
                      MAXBRDWL = 224K
                        RESBER = 0.00001
                        SDUERR = 0.0001
                   TRANSFERDEL = 4000MS
                    TRAFFICPRI = PRIORITY1
                     MAXGBRUPL = 16K
                     MAXGBRDWL = 64K
                           APN = XXMMS
                         VPLMN = FALSE
                        CHARGE = PREPAID
                        CNTXID = 2
                       PDPTYPE = IPV4
                        ADDIND = DYNAMIC ADDRESS
                        RELCLS = ACKRLCPRODT
                      DELAYCLS = DELAY1
                        PRECLS = HIGH
                       PEAKTHR = XXX OCT
                       MEANTHR = BEST_EFFORT
                    ARPRIORITY = HIGH
                        ERRSDU = NO
                      DELIVERY = NO
                    TRAFFICCLS = CONVER
                    MAXSDUSIZE = 1500 OCT
                      MAXBRUPL = 8640K
                        RESBER = 0.00001
                        SDUERR = 0.0001
                   TRANSFERDEL = 4000MS
                    TRAFFICPRI = PRIORITY1
                     MAXGBRUPL = 16K
                     MAXGBRDWL = 64K
                   MAXEXTBRDWL = 85M
                           APN = XXWAP
                         VPLMN = FALSE
                        CHARGE = PREPAID
                        CNTXID = 1
                       PDPTYPE = IPV4
                        ADDIND = DYNAMIC ADDRESS
                        RELCLS = ACKRLCPRODT
                      DELAYCLS = DELAY1
                        PRECLS = HIGH
                       PEAKTHR = XXXX OCT
                       MEANTHR = BEST_EFFORT
                    ARPRIORITY = HIGH
                        ERRSDU = NO
                      DELIVERY = NO
                    TRAFFICCLS = CONVER
                    MAXSDUSIZE = 1500 OCT
                      MAXBRUPL = 8640K
                        RESBER = 0.00001
                        SDUERR = 0.0001
                   TRANSFERDEL = 4000MS
                    TRAFFICPRI = PRIORITY1
                     MAXGBRUPL = 16K
                     MAXGBRDWL = 64K
                   MAXEXTBRDWL = 85M
                           APN =XXXXX
                         VPLMN = FALSE
                        CHARGE = PREPAID
                        CNTXID = 4
                       PDPTYPE = IPV4
                        ADDIND = DYNAMIC ADDRESS
                        RELCLS = ACKRLCPRODT
                      DELAYCLS = DELAY1
                        PRECLS = HIGH
                       PEAKTHR = XXXXOCT
                       MEANTHR = BEST_EFFORT
                    ARPRIORITY = HIGH
                        ERRSDU = NO
                      DELIVERY = NO
                    TRAFFICCLS = CONVER
                    MAXSDUSIZE = 1500 OCT
                
Kaushik
Kaushik  Diamond 
7 years 11 months ago
4F
CHARGE_GLOBAL = PREPAID, means it is prepaid user. if it is normal then it will be postpaid.
pronoy
pronoy  Gold 
7 years 11 months ago
5F

it should be from HLR.

Armetta
Armetta  Diamond 
7 years 10 months ago
6F
Useful commands