aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-23HACK: Allow each BTS to have a different MCC/MNC for testing purposeszecke/hacks/multiple-mnc-mcc2Holger Hans Peter Freyther19-101/+137
2014-10-10sgsn: Prevent memory leak and double freeHolger Hans Peter Freyther2-3/+8
2014-10-09gbproxy: Log more information on parse errorsJacob Erlbeck1-16/+18
2014-10-09gbproxy: Pass the log level as argument to gprs_gb_log_parse_contextJacob Erlbeck3-16/+18
2014-10-09gbproxy: Add gprs_gb_message_name functionJacob Erlbeck2-4/+29
2014-10-09gbproxy: Refuse to configure conflicting NSEIsJacob Erlbeck1-3/+17
2014-10-09gbproxy: Use pointer to PTMSI value instead of MIJacob Erlbeck5-45/+26
2014-10-09gbproxy: Send STATUS(BVCI unknown) to BSS on unknown PTP BVCIJacob Erlbeck1-4/+11
2014-10-09gbproxy: Replace ';;' by ';'Jacob Erlbeck2-5/+5
2014-10-09gbproxy: Fix parser to accept GSM 24.008 Attach Req messagesJacob Erlbeck1-1/+1
2014-10-09gbproxy: Use a separate regexp for routingJacob Erlbeck4-7/+10
2014-10-09gbproxy: Extend the match-imsi VTY command to support categoriesJacob Erlbeck1-7/+20
2014-10-09gbproxy: Cleanup match config after testsJacob Erlbeck2-28/+35
2014-10-09gbproxy: Refactor IMSI matchingJacob Erlbeck6-97/+133
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-09gprs: Fix gprs_msgb_copy pointer computationJacob Erlbeck1-7/+15
2014-10-09gbproxy: Refactor local message generationJacob Erlbeck4-25/+33
2014-10-09gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_infoJacob Erlbeck4-1/+10
2014-10-09gbproxy: Parse Attach Reject messagesJacob Erlbeck3-1/+23
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: Use monotonic system time instead of time-of-dayJacob Erlbeck2-4/+19
2014-10-09gbproxy: Only search by valid identifiersJacob Erlbeck1-0/+12
2014-10-09gbproxy: Replace 'tlli' by 'link' in VTY commandsJacob Erlbeck1-47/+47
2014-10-09gbproxy: Rename the field 'enabled_tllis' to 'logical_links'Jacob Erlbeck5-50/+50
2014-10-09gbproxy: Use the term 'link' instead of 'tlli'Jacob Erlbeck7-764/+764
2014-10-09gbproxy: Rename functions related to tlli_infoJacob Erlbeck6-149/+148
2014-10-09gbproxy: Remove sgsn_nsei parameterJacob Erlbeck1-7/+5
2014-10-09gbproxy: Rename identifiers related to IMSI matchingJacob Erlbeck5-16/+16
2014-10-09gbproxy/sgsn: Enforce termination when creating a P-TMSI/TLLIJacob Erlbeck2-3/+20
2014-10-09gbproxy: Restart IMSI acquisition on RA UDP REQJacob Erlbeck2-3/+8
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 Erlbeck2-3/+5
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 Freyther5-11/+182
2014-10-09sgsn: Add boilerplate code for a SGSN testHolger Hans Peter Freyther8-0/+52
2014-10-09mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther2-38/+38
2014-10-09mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther4-20/+67
2014-10-09mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther4-86/+113
2014-10-09mgcp: We only look at the RTP header use that in the commentHolger Hans Peter Freyther1-2/+2
2014-10-03nitb: Add subscriber delete commandRuben Pollan2-2/+42
2014-10-02bsc: Let the VTY verify that the timeout is a numberHolger Hans Peter Freyther1-2/+2
2014-09-25gprs: Move log message about mm context after NULL checkDaniel Willmann1-3/+3
2014-09-22gprs: Improve loglevels and log messages for SGSNDaniel Willmann4-64/+63
2014-09-22gprs_sgsn.h: Add two macros to log details of MM/PDP contextsDaniel Willmann1-0/+5
2014-09-19sgsn: Reset local LLC parameters when sending XID resetJacob Erlbeck1-1/+8
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck7-138/+240
2014-09-19gbproxy/test: Add a test with a P-TMSI collision between two SGSNsJacob Erlbeck2-38/+337