PDA

View Full Version : GPRS not working



milan_recj
2015-04-21, 10:58 PM
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).

consultant
2015-04-23, 12:46 AM
Check Alex GPRS Related Problems, Appendix 18

4.1.2 BSSGP for Gb over IP (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)4.1.2.1 Description (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)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 (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)4.1.2.2.1 Check BVCs status (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)RRBVP:NSEI=ALL;4.1.2.2.2 Check Signalling BVC state in RTBSGPH (SIGBVCSTATE) (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)

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) (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)

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) (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)

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 (http://localhost:9032/alexserv?AC=LINK&ID=5246&FN=18_19817-CXC1733415Uen.A.html&PA=appendix&ST=Title#TOP)

TERDI:RP=<rp>;


/apt gbip bssgpinfo


end