summaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sgsn/sgsn_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gprs/test: Add test case test_gmm_routing_areasjerlbeck/master-fixesJacob Erlbeck2015-12-301-0/+314
* FIXUP not foreignJacob Erlbeck2015-12-301-1/+1
* sgsn/test: Add bssgp_raid parameter to send_0408_message (TODO)Jacob Erlbeck2015-12-301-25/+30
* sgsn: Remove tlli_foreign2local (TODO)Jacob Erlbeck2015-12-291-3/+0
* sgsn/test: Really parse received DL LLC messagesJacob Erlbeck2015-10-131-27/+60
* sgsn/test: Add and call cleanup_test functionJacob Erlbeck2015-10-131-0/+46
* sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther2015-05-251-8/+16
* sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther2015-05-251-4/+5
* gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther2015-05-241-0/+2
* sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther2015-05-061-0/+4
* sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther2015-05-051-0/+9
* gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck2015-04-071-0/+12
* Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck2015-02-061-83/+0
* sgsn: Select GGSN based on APNJacob Erlbeck2015-02-061-0/+135
* sgsn: Add functions to handle APN contextsJacob Erlbeck2015-02-061-0/+93
* sgsn: Add PDP info to subscriber dataJacob Erlbeck2015-02-061-1/+9
* sgsn/test: Fix memory leak in test_subscriber_gsupJacob Erlbeck2015-01-301-6/+9
* sgsn/test: Add checks for subscr->error_causeJacob Erlbeck2015-01-301-0/+4
* gprs: Use 'Network failure' as default causeJacob Erlbeck2015-01-301-0/+10
* sgsn/test: Add tests for PurgeMs responsesJacob Erlbeck2015-01-301-0/+30
* sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck2015-01-281-8/+2
* sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck2015-01-281-10/+11
* gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck2015-01-271-3/+3
* gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck2015-01-261-0/+3
* sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther2015-01-261-70/+10
* sgsn/test: Make assert_substr safer (Coverity)Jacob Erlbeck2015-01-201-2/+3
* gprs: Support the full cancellation procedureJacob Erlbeck2015-01-201-0/+17
* gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck2015-01-201-2/+1
* gprs: Add replies for all GSUP requestsJacob Erlbeck2015-01-201-1/+46
* gprs: Block other GSUP procedures during PURGE_MSJacob Erlbeck2015-01-201-0/+92
* gprs: Use PURGE MS messagesJacob Erlbeck2015-01-181-6/+10
* sgsn/test: Add checks and reports to detect subscr leakageJacob Erlbeck2015-01-181-4/+26
* sgsn/test: Add test that intercepts gprs_gsup_client_sendJacob Erlbeck2015-01-181-2/+98
* gprs: Add expiry timeout for subscriber entriesJacob Erlbeck2015-01-181-1/+34
* sgsn/test: Refactor subscriber testJacob Erlbeck2015-01-181-21/+24
* sgsn/test: Fix subscriber cleanupJacob Erlbeck2015-01-181-1/+4
* gprs/test: Move subscr cleanup code into a separate functionJacob Erlbeck2015-01-181-9/+12
* gprs: Let GSUP parser functions return GMM causes on errorsJacob Erlbeck2015-01-181-2/+3
* sgsn: Pass subscriber error causes to the GMM layerJacob Erlbeck2015-01-181-1/+1
* sgsn/test: Extend tests to simulate lost GSUP requestsJacob Erlbeck2015-01-181-12/+43
* sgsn/test: Add GMM test for a GSUP based attach procedureJacob Erlbeck2015-01-181-0/+72
* sgsn/test: Add wrapper for gprs_subscr_rx_gsup_messageJacob Erlbeck2015-01-181-27/+21
* sgsn: Add global require_update_location flagJacob Erlbeck2015-01-181-0/+2
* sgsn: Replace subscr.authenticate by global require_authentication flagJacob Erlbeck2015-01-181-2/+2
* sgsn/test: Fix msgb freeing in mocked bssgp_tx_dl_udJacob Erlbeck2015-01-181-2/+2
* sgsn/test: Add checks and reports to detect msgb leakageJacob Erlbeck2015-01-181-0/+4
* gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck2015-01-101-0/+165
* sgsn: Add a subscriber based authentication phaseJacob Erlbeck2014-12-241-36/+96
* sgsn: Add support for authentication tripletsJacob Erlbeck2014-12-241-0/+65
* sgsn: Support subscriber based authenticationJacob Erlbeck2014-12-101-0/+55