aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sgsn/sgsn_test.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck1-0/+117
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck1-3/+54
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck1-1/+97
2014-12-02sgsn/test: Add test case for unexpected Detach AcceptsJacob Erlbeck1-0/+35
2014-12-02sgsn/test: Don't rely on the actual PRNG sequenceJacob Erlbeck1-1/+9
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-1/+1
2014-11-14sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck1-0/+192
2014-11-14sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck1-0/+143
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck1-1/+1
2014-11-14sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck1-3/+4
2014-11-14sgsn: Cleanup GMM state transitionsJacob Erlbeck1-5/+1
2014-11-11sgsn/test: Add test_gmm_attachJacob Erlbeck1-1/+122
2014-11-11sgsn/test: Move message sending to send_0408_messageJacob Erlbeck1-29/+24
2014-11-05sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck1-0/+39
2014-10-27sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck1-0/+36
2014-10-27sgsn: Only send Detach Accept (MO) if power_off isn't setJacob Erlbeck1-1/+1
2014-10-27sgsn/test: Add test case for Detach Request (MO, power-off = 1)Jacob Erlbeck1-0/+63
2014-10-27sgsn/test: Move MM context allocation into separate functionJacob Erlbeck1-10/+25
2014-10-09sgsn: Free MM context after receiving a Detach RequestJacob Erlbeck1-3/+1
2014-10-09sgsn: Add test that exposes a dangling pointer to the LLMEHolger Hans Peter Freyther1-0/+60
2014-10-09sgsn: Create testcase that verifies that llmes get deletedHolger Hans Peter Freyther1-0/+135
2014-10-09sgsn: Add boilerplate code for a SGSN testHolger Hans Peter Freyther1-0/+27