aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gb/gprs_ns_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-7/+7
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-1/+1
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol1-4/+2
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol1-0/+2
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-1/+2
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte1-1/+1
2017-10-24GPRS: unify NS state printingMax1-3/+4
2017-06-18gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol1-49/+0
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther1-7/+7
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck1-0/+18
2014-10-09gprs-ns/test: Check the nsvc state explicitelyJacob Erlbeck1-0/+7
2014-10-09gprs-ns/test: Re-add return value check for gprs_nsvc_resetHolger Hans Peter Freyther1-1/+3
2014-10-09gprs-ns: Fix reset state handlingJacob Erlbeck1-2/+0
2014-10-09gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck1-0/+64
2014-10-09gprs-ns/test: Add expire_nsvc_timerJacob Erlbeck1-0/+15
2014-10-09gprs-ns/test: Save the last PDU type sentJacob Erlbeck1-0/+4
2014-10-09gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_resetJacob Erlbeck1-15/+8
2013-10-30grps: Add test for NS messages that shall be ignoredJacob Erlbeck1-0/+28
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck1-2/+3
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck1-0/+6
2013-10-24gb: Add test cases for NS RESET proceduresJacob Erlbeck1-0/+218
2013-10-24gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck1-0/+41
2013-10-17gb: Test sending messages to the SGSNJacob Erlbeck1-27/+285
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck1-1/+27
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck1-5/+5
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck1-1/+46
2013-10-08tests/gb: Add test for GPRS NS protocolJacob Erlbeck1-0/+247