aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gbproxy/gbproxy_test.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte1-4971/+0
2016-11-15test/gbproxy: Test for possible memory corruption when link_info is freedDaniel Willmann1-0/+95
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+2
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
2016-04-16gbproxy_test: assert msg allocation (CID #57873)Neels Hofmeyr1-0/+1
2015-10-13gprs/gb_proxy: Use RAND_bytes for gbproxy TLLI/TMSI allocationDaniel Willmann1-35/+55
2015-10-13gbproxy/test: Add and call cleanup_test functionDaniel Willmann1-0/+20
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther1-1/+1
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther1-7/+7
2015-01-02Partial revert "Fix most compiler warnings with gcc-4.9.2"Holger Hans Peter Freyther1-8/+8
2015-01-01Fix most compiler warnings with gcc-4.9.2Harald Welte1-8/+8
2014-12-23gprs: Move TLV parser functions to gprs_utils.c and rename themJacob Erlbeck1-236/+0
2014-12-02gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSIJacob Erlbeck1-12/+4
2014-11-05gbproxy/test: Extend test_gbproxy_keep_infoJacob Erlbeck1-0/+375
2014-10-27gbproxy: Patch BSSGP P-TMSI in PAGING PS messagesJacob Erlbeck1-0/+57
2014-10-27gbproxy: Fix P-TMSI generation for repeated Attach Accept messagesJacob Erlbeck1-9/+9
2014-10-27gbproxy/test: Add test case for repeated and otherwise bad messagesJacob Erlbeck1-0/+181
2014-10-27gbproxy/test: Add expect_msg checks to test_gbproxy_keep_infoJacob Erlbeck1-4/+101
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 Erlbeck1-0/+7
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: Parse Attach Reject messagesJacob Erlbeck1-0/+2
2014-10-09gbproxy/test: Add invalidation tests to test_gbproxy_keep_info()Jacob Erlbeck1-6/+122
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/test: Test IMSI acquisition for RA UDP REQJacob Erlbeck1-0/+57
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck1-22/+73
2014-09-19gbproxy/test: Add a test with a P-TMSI collision between two SGSNsJacob Erlbeck1-0/+78
2014-09-19gbproxy/test: Fix Identification ResponseJacob Erlbeck1-1/+1
2014-09-19gbproxy: Check other tlli_infos for matching TLLI/P-TMSIJacob Erlbeck1-2/+2
2014-09-19gbproxy/test: Add test case for P-TMSI assigmentJacob Erlbeck1-0/+215
2014-09-19gbproxy: Parse RA_UPD_REJ and invalidate TLLIJacob Erlbeck1-3/+4
2014-09-19gbproxy: Avoid multiple tlli_info entries with the same IMSIJacob Erlbeck1-4/+4
2014-09-19gbproxy: Keep tlli_info after detachJacob Erlbeck1-3/+75
2014-09-18gbproxy/test: Add test case for tlli_info persistenceJacob Erlbeck1-1/+341
2014-09-18gbproxy: Remove gbproxy_register_tlliJacob Erlbeck1-11/+62
2014-09-18gbproxy: Fixed RAI patching in Attach Request messagesJacob Erlbeck1-0/+33
2014-09-18gbproxy/test: Add/modify test casesJacob Erlbeck1-1/+35
2014-09-18gbproxy: Replace 'mi_data' by 'imsi'Jacob Erlbeck1-14/+14
2014-09-09gbproxy/test: Add assertions, improve test coverageJacob Erlbeck1-0/+51
2014-09-09gbproxy/test: Add test cases for IMSI acquisitionJacob Erlbeck1-3/+22
2014-09-08gbproxy/test: Extend P-TMSI patch test by a sequence of RA UDP REQJacob Erlbeck1-9/+123
2014-09-08gbproxy/test: Check APN patching while P-TMSI patching is enabledJacob Erlbeck1-0/+7