Thanks Thanks:  2
Showing results 1 to 2 of 2

Thread: GPRS not working

  1. #1
    Member Reputation: 108
    Join Date
    2011-06-17
    Posts
    159


    Default GPRS not working

    BVCSTATE of Cell is showing as CONFIG instead of ACTIVE in command RRBVP:NSEI=all;
    BSC is having Gb over IP.

    Also unable to delete the GPRS in the cell(rlgse:cell is not working).

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Posts
    Many
     

  3. #2
    Member Reputation: 194
    Join Date
    2011-03-12
    Posts
    112


    Default Re: GPRS not working

    Check Alex GPRS Related Problems, Appendix 18

    4.1.2 BSSGP for Gb over IP

    4.1.2.1 Description

    More than one NS entity may be defined in this protocol. The two main logical links are Signalling BVC and PTP BVC.
    The Signalling BVC carries BSSGP signalling/non-traffic PDUs. There is one Signalling BVC per NS entity.
    There is one PTP BVC for each NSE and cell. It carries the traffic PDUs for each NSE and cell.
    There is another type of BVC in the implementation of GB over IP - the Cell BVC. The cell BVC handles characteristics that are common for the PTP BVCs connected to the same cell.
    4.1.2.2 How to check

    4.1.2.2.1 Check BVCs status

    RRBVP:NSEI=ALL;4.1.2.2.2 Check Signalling BVC state in RTBSGPH (SIGBVCSTATE)

    TEST SYSTEM;
    PRINT VAR RTBSGPH 0-:114; ! H’05 = SIGBVCUNBLOCKED => working !
    END TEST;
    4.1.2.2.3 Check Cell BVC state in RTBSGPH (CELLBVCSTATE)

    TEST SYSTEM;
    PRINT VAR RTBSGPH 0-:14; ! H’06 = CELLBVCUNBLOCKED => working !
    END TEST;
    4.1.2.2.4 Check PTP BVC state in RTBSGPH (PTPBVCSTATE)

    TEST SYSTEM;
    PRINT VAR RTBSGPH 0-:104; ! H’07 = PTPBVCUNBLOCKED => working !
    END TEST;
    4.1.2.2.5 Collect information for BSSGPH in the PCU

    TERDI:RP=<rp>;
    /apt gbip bssgpinfo
    end

  4. Thanks milan_recj, jndomingo thanked for this post

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
  •