aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2014-11-11bsc: Move gsm_network_init function to libbscJacob Erlbeck1-3/+5
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-10bts: Allow to set the LAC through the CTRL interfaceHolger Hans Peter Freyther1-0/+20
2014-11-05gbproxy/test: Extend test_gbproxy_keep_infoJacob Erlbeck2-67/+946
2014-11-05sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck2-0/+40
2014-10-29bsc: Allow to disable sending ping/pong to the MSCHolger Hans Peter Freyther1-0/+42
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-27gbproxy: Patch BSSGP P-TMSI in PAGING PS messagesJacob Erlbeck2-4/+85
2014-10-27gbproxy: Fix P-TMSI generation for repeated Attach Accept messagesJacob Erlbeck2-30/+25
2014-10-27gbproxy/test: Add test case for repeated and otherwise bad messagesJacob Erlbeck2-0/+500
2014-10-27gbproxy/test: Add expect_msg checks to test_gbproxy_keep_infoJacob Erlbeck2-16/+117
2014-10-27gbproxy/test: Don't assign a variable within OSMO_ASSERT (Coverity)Jacob Erlbeck1-7/+10
2014-10-09gbproxy: Use a separate regexp for routingJacob Erlbeck1-2/+2
2014-10-09gbproxy: Cleanup match config after testsJacob Erlbeck2-28/+35
2014-10-09gbproxy: Refactor IMSI matchingJacob Erlbeck1-51/+57
2014-10-09gbproxy/test: Add expect_msg checks to test_gbproxy_ra_patchingJacob Erlbeck1-0/+59
2014-10-09gbproxy/test: Save and check received messagesJacob Erlbeck1-0/+155
2014-10-09gbproxy: Refactor local message generationJacob Erlbeck1-3/+3
2014-10-09gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_infoJacob Erlbeck1-1/+1
2014-10-09gbproxy: Parse Attach Reject messagesJacob Erlbeck2-1/+3
2014-10-09gbproxy/test: Add invalidation tests to test_gbproxy_keep_info()Jacob Erlbeck2-17/+295
2014-10-09gbproxy/test: Fix IMSI length check (Coverity)Jacob Erlbeck1-1/+1
2014-10-09gbproxy/test: Fix time calculation in test_gbproxy_tlli_expire()Jacob Erlbeck1-1/+1
2014-10-09gbproxy: Rename the field 'enabled_tllis' to 'logical_links'Jacob Erlbeck1-21/+21
2014-10-09gbproxy: Use the term 'link' instead of 'tlli'Jacob Erlbeck1-444/+444
2014-10-09gbproxy: Rename functions related to tlli_infoJacob Erlbeck1-92/+92
2014-10-09gbproxy: Rename identifiers related to IMSI matchingJacob Erlbeck1-6/+6
2014-10-09gbproxy: Restart IMSI acquisition on RA UDP REQJacob Erlbeck1-1/+5
2014-10-09gbproxy/test: Test IMSI acquisition for RA UDP REQJacob Erlbeck2-18/+218
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 Freyther6-0/+49
2014-10-09mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther1-36/+36
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther2-0/+41
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther2-41/+41
2014-10-03nitb: Add subscriber delete commandRuben Pollan1-1/+9
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck2-117/+177
2014-09-19gbproxy/test: Add a test with a P-TMSI collision between two SGSNsJacob Erlbeck2-38/+337
2014-09-19gbproxy/test: Fix Identification ResponseJacob Erlbeck2-4/+4
2014-09-19gbproxy: Check other tlli_infos for matching TLLI/P-TMSIJacob Erlbeck2-11/+8
2014-09-19gbproxy/test: Add test case for P-TMSI assigmentJacob Erlbeck2-0/+554
2014-09-19gbproxy: Parse RA_UPD_REJ and invalidate TLLIJacob Erlbeck2-5/+6
2014-09-19gbproxy: Avoid multiple tlli_info entries with the same IMSIJacob Erlbeck2-16/+12
2014-09-19gbproxy: Keep tlli_info after detachJacob Erlbeck2-38/+105