summaryrefslogtreecommitdiffstats
path: root/tests/gb/gprs_ns_test.c
Commit message (Expand)AuthorAgeFilesLines
* use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr2018-04-061-1/+2
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-241-1/+1
* GPRS: unify NS state printingMax2017-10-241-3/+4
* gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol2017-06-181-49/+0
* test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther2015-11-091-7/+7
* ns: Force a defined state when sending NS RESETJacob Erlbeck2015-12-171-0/+18
* 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-091-2/+0
* gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck2014-10-091-0/+64
* 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-091-15/+8
* grps: Add test for NS messages that shall be ignoredJacob Erlbeck2013-10-301-0/+28
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-241-2/+3
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-241-0/+6
* gb: Add test cases for NS RESET proceduresJacob Erlbeck2013-10-241-0/+218
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-241-0/+41
* gb: Test sending messages to the SGSNJacob Erlbeck2013-10-171-27/+285
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-151-1/+27
* 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-111-1/+46
* tests/gb: Add test for GPRS NS protocolJacob Erlbeck2013-10-081-0/+247