Comment #7 on issue 205 by [email protected]: CAP - Implement initialDPGPRS CAP V3 Operation
http://code.google.com/p/jss7/issues/detail?id=205

Hello!

Here is scenarios for CAPFunctionalTest for GPRS.
Let's implement them.

        /**
         * GPSR messageflow 1
         * ACN=cap3-gprssf-scf
         *
         * TC-BEGIN + InitialDPGPRSRequest + originationReference=1001
* TC-CONTINUE + requestReportGPRSEventRequest + destinationReference=1001 + originationReference=2001
         *   TC-CONTINUE + furnishChargingInformationGPRSRequest
         * TC-CONTINUE + eventReportGPRSRequest
         *   TC-CONTINUE + eventReportGPRSResponse
         *   TC-CONTINUE + resetTimerGPRSRequest
         *   TC-CONTINUE + applyChargingGPRSRequest + connectGPRSRequest
         * TC-CONTINUE + applyChargingReportGPRSRequest
         *   TC-END + applyChargingReportGPRSResponse
         */

        /**
         * GPSR messageflow 2
         * ACN=cap3-gsmscf-gprsssf
         *
* TC-BEGIN + activityTestGPRSSRequest + destinationReference=1001 + originationReference=2001 * TC-CONTINUE + activityTestGPRSSResponse + destinationReference=2001 + originationReference=1001 * TC-CONTINUE + furnishChargingInformationGPRSRequest + continueGPRSRequest
         *   TC-CONTINUE + eventReportGPRSRequest
         * TC-END + eventReportGPRSResponse + cancelGPRSRequest
         */

        /**
         * GPSR messageflow 3
         * ACN=cap3-gprssf-scf
         *
* TC-BEGIN + eventReportGPRSRequest + destinationReference=2001 + originationReference=1001 * TC-END + eventReportGPRSResponse + connectGPRSRequest + sendChargingInformationGPRSRequest + destinationReference=1001 + originationReference=2001
         */

        /**
         * GPSR messageflow 4
         * ACN=cap3-gsmscf-gprsssf
         *
* TC-BEGIN + releaseGPRSRequest + destinationReference=1001 + originationReference=2001
         *   TC-END + destinationReference=2001 + originationReference=1001
         */



--



Reply via email to