aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-28nitb/ctrl: Fix access to freed memory in verify_subscriber_modifyJacob Erlbeck1-7/+9
2014-10-27sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck4-12/+69
2014-10-27sgsn: Only send Detach Accept (MO) if power_off isn't setJacob Erlbeck2-3/+7
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 Erlbeck7-54/+88
2014-10-27sgsn: Avoid duplicated Attach Accept messagesJacob Erlbeck1-0/+10
2014-10-27gbproxy: Patch BSSGP P-TMSI in PAGING PS messagesJacob Erlbeck6-9/+133
2014-10-27gbproxy: Fix P-TMSI generation for repeated Attach Accept messagesJacob Erlbeck3-32/+32
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-27sgsn: Send detach(re-attach) instead of gmm status if TLLI unknownJacob Erlbeck7-12/+164
2014-10-27sgsn: Delete PDP contexts properlyJacob Erlbeck5-33/+84
2014-10-27sgsn: Cancel pending timer in sgsn_mm_ctx_freeJacob Erlbeck1-0/+5
2014-10-27gprs: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2014-10-27gbproxy: Fix segfault for VTY delete-gbproxy-linkJacob Erlbeck1-0/+2
2014-10-27gbproxy/test: Don't assign a variable within OSMO_ASSERT (Coverity)Jacob Erlbeck1-7/+10
2014-10-27gbproxy: Discard UL PTP messages with an unknown BVCIJacob Erlbeck1-10/+10
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