summaryrefslogtreecommitdiffstats
path: root/tests/gb
Commit message (Expand)AuthorAgeFilesLines
* gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol2017-06-181-49/+0
* bssgp_fc_test: do not use real timeNeels Hofmeyr2017-02-071-1/+8
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-2/+2
* gb: Add bssgp_msgb_copy functionJacob Erlbeck2016-02-222-0/+38
* test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther2015-11-092-9/+9
* ns: Force a defined state when sending NS RESETJacob Erlbeck2015-12-172-0/+102
* bssgp/test: Add missing START/END printfsJacob Erlbeck2015-06-192-1/+8
* bssgp: Fix bssgp_tx_fc_bvc parameter typeJacob Erlbeck2015-05-062-0/+79
* bssgp/test: Fix bssgp-fc testJacob Erlbeck2015-05-041-30/+0
* bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)Jacob Erlbeck2015-04-071-0/+17
* bssgp: Handle BSSGP STATUS messagesJacob Erlbeck2015-03-182-0/+39
* bssgp: Include sys/socket.h for AF_INET on FreeBSDHolger Hans Peter Freyther2014-10-251-0/+1
* gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck2014-10-232-2/+4
* gprs/test: Add BSSGP testsJacob Erlbeck2014-10-232-0/+156
* bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther2014-10-101-4/+8
* gprs-ns/test: Check the nsvc state explicitelyJacob Erlbeck2014-10-091-0/+7
* gprs-ns/test: Re-add return value check for gprs_nsvc_resetHolger Hans Peter Freyther2014-10-091-1/+3
* gprs-ns: Fix reset state handlingJacob Erlbeck2014-10-092-6/+23
* gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck2014-10-092-0/+163
* gprs-ns/test: Add expire_nsvc_timerJacob Erlbeck2014-10-091-0/+15
* gprs-ns/test: Save the last PDU type sentJacob Erlbeck2014-10-091-0/+4
* gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_resetJacob Erlbeck2014-10-092-22/+13
* gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2013-10-301-6/+0
* grps: Add test for NS messages that shall be ignoredJacob Erlbeck2013-10-302-0/+55
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-242-12/+28
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-241-22/+27
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-242-101/+74
* gb: Add test cases for NS RESET proceduresJacob Erlbeck2013-10-242-0/+703
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-242-0/+127
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-171-10/+10
* gb: Test sending messages to the SGSNJacob Erlbeck2013-10-172-53/+418
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-152-3/+35
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-151-5/+5
* tests/gb: Show invoked signals in test outputJacob Erlbeck2013-10-112-1/+53
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-081-3/+4
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-081-18/+18
* tests/gb: Add test for GPRS NS protocolJacob Erlbeck2013-10-082-0/+371
* bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther2013-09-161-0/+3
* tests: Make the gb test work with srcdir != builddirHolger Hans Peter Freyther2012-09-112-51/+53
* BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte2012-09-071-50/+50
* GPRS BSSGP test: integrate into autotestHarald Welte2012-09-073-0/+216
* BSSGP flow-control: Add unit test for algorithm testsHarald Welte2012-09-071-0/+167