aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: Allow each BTS to have a different MCC/MNC for testing purposeszecke/hacks/multiple-mnc-mcc2Holger Hans Peter Freyther2014-10-2319-101/+137
* sgsn: Prevent memory leak and double freeHolger Hans Peter Freyther2014-10-102-3/+8
* gbproxy: Log more information on parse errorsJacob Erlbeck2014-10-091-16/+18
* gbproxy: Pass the log level as argument to gprs_gb_log_parse_contextJacob Erlbeck2014-10-093-16/+18
* gbproxy: Add gprs_gb_message_name functionJacob Erlbeck2014-10-092-4/+29
* gbproxy: Refuse to configure conflicting NSEIsJacob Erlbeck2014-10-091-3/+17
* gbproxy: Use pointer to PTMSI value instead of MIJacob Erlbeck2014-10-095-45/+26
* gbproxy: Send STATUS(BVCI unknown) to BSS on unknown PTP BVCIJacob Erlbeck2014-10-091-4/+11
* gbproxy: Replace ';;' by ';'Jacob Erlbeck2014-10-092-5/+5
* gbproxy: Fix parser to accept GSM 24.008 Attach Req messagesJacob Erlbeck2014-10-091-1/+1
* gbproxy: Use a separate regexp for routingJacob Erlbeck2014-10-094-7/+10
* gbproxy: Extend the match-imsi VTY command to support categoriesJacob Erlbeck2014-10-091-7/+20
* gbproxy: Cleanup match config after testsJacob Erlbeck2014-10-092-28/+35
* gbproxy: Refactor IMSI matchingJacob Erlbeck2014-10-096-97/+133
* gbproxy/test: Add expect_msg checks to test_gbproxy_ra_patchingJacob Erlbeck2014-10-091-0/+59
* gbproxy/test: Save and check received messagesJacob Erlbeck2014-10-091-0/+155
* gprs: Fix gprs_msgb_copy pointer computationJacob Erlbeck2014-10-091-7/+15
* gbproxy: Refactor local message generationJacob Erlbeck2014-10-094-25/+33
* gbproxy: Reset IMSI acquisition within gbproxy_unregister_link_infoJacob Erlbeck2014-10-094-1/+10
* gbproxy: Parse Attach Reject messagesJacob Erlbeck2014-10-093-1/+23
* gbproxy/test: Add invalidation tests to test_gbproxy_keep_info()Jacob Erlbeck2014-10-092-17/+295
* gbproxy/test: Fix IMSI length check (Coverity)Jacob Erlbeck2014-10-091-1/+1
* gbproxy/test: Fix time calculation in test_gbproxy_tlli_expire()Jacob Erlbeck2014-10-091-1/+1
* gbproxy: Use monotonic system time instead of time-of-dayJacob Erlbeck2014-10-092-4/+19
* gbproxy: Only search by valid identifiersJacob Erlbeck2014-10-091-0/+12
* gbproxy: Replace 'tlli' by 'link' in VTY commandsJacob Erlbeck2014-10-091-47/+47
* gbproxy: Rename the field 'enabled_tllis' to 'logical_links'Jacob Erlbeck2014-10-095-50/+50
* gbproxy: Use the term 'link' instead of 'tlli'Jacob Erlbeck2014-10-097-764/+764
* gbproxy: Rename functions related to tlli_infoJacob Erlbeck2014-10-096-149/+148
* gbproxy: Remove sgsn_nsei parameterJacob Erlbeck2014-10-091-7/+5
* gbproxy: Rename identifiers related to IMSI matchingJacob Erlbeck2014-10-095-16/+16
* gbproxy/sgsn: Enforce termination when creating a P-TMSI/TLLIJacob Erlbeck2014-10-092-3/+20
* gbproxy: Restart IMSI acquisition on RA UDP REQJacob Erlbeck2014-10-092-3/+8
* gbproxy/test: Test IMSI acquisition for RA UDP REQJacob Erlbeck2014-10-092-18/+218
* sgsn: Free MM context after receiving a Detach RequestJacob Erlbeck2014-10-092-3/+5
* sgsn: Add test that exposes a dangling pointer to the LLMEHolger Hans Peter Freyther2014-10-092-0/+61
* sgsn: Create testcase that verifies that llmes get deletedHolger Hans Peter Freyther2014-10-095-11/+182
* sgsn: Add boilerplate code for a SGSN testHolger Hans Peter Freyther2014-10-098-0/+52
* mgcp: Count the incoming data instead of the modified oneHolger Hans Peter Freyther2014-10-092-38/+38
* mgcp: Do not detect the initial package as a wrap aroundHolger Hans Peter Freyther2014-10-094-20/+67
* mgcp: Move Annex A counting out of patch/count methodHolger Hans Peter Freyther2014-10-094-86/+113
* mgcp: We only look at the RTP header use that in the commentHolger Hans Peter Freyther2014-10-091-2/+2
* nitb: Add subscriber delete commandRuben Pollan2014-10-032-2/+42
* bsc: Let the VTY verify that the timeout is a numberHolger Hans Peter Freyther2014-10-021-2/+2
* gprs: Move log message about mm context after NULL checkDaniel Willmann2014-09-251-3/+3
* gprs: Improve loglevels and log messages for SGSNDaniel Willmann2014-09-224-64/+63
* gprs_sgsn.h: Add two macros to log details of MM/PDP contextsDaniel Willmann2014-09-221-0/+5
* sgsn: Reset local LLC parameters when sending XID resetJacob Erlbeck2014-09-191-1/+8
* gbproxy: Separate SGSN numeric namespacesJacob Erlbeck2014-09-197-138/+240
* gbproxy/test: Add a test with a P-TMSI collision between two SGSNsJacob Erlbeck2014-09-192-38/+337