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