aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/sgsn
AgeCommit message (Expand)AuthorFilesLines
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 Erlbeck2-1/+123
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 Erlbeck2-0/+40
2014-10-27sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck2-0/+37
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 Erlbeck2-0/+64
2014-10-27sgsn/test: Move MM context allocation into separate functionJacob Erlbeck1-10/+25
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-0/+1
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 Freyther2-0/+61
2014-10-09sgsn: Create testcase that verifies that llmes get deletedHolger Hans Peter Freyther3-1/+150
2014-10-09sgsn: Add boilerplate code for a SGSN testHolger Hans Peter Freyther3-0/+37