aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2014-11-10bsc: Fix use-after-free on OML NM messages from the BTSJacob Erlbeck1-4/+6
2014-11-07bts: Fail OML in case the channel combination is wrongHolger Hans Peter Freyther1-1/+5
2014-11-06ipa: Correct the prototype of these functionsHolger Hans Peter Freyther1-2/+2
2014-11-05gbproxy/test: Extend test_gbproxy_keep_infoJacob Erlbeck2-67/+946
2014-11-05gbproxy: Fixed VTY doc for delete-gbproxy-linkJacob Erlbeck1-0/+1
2014-11-05sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck3-1/+45
2014-11-05sgsn: Remove unused static functions from gprs_gmm.cJacob Erlbeck1-14/+2
2014-10-29bsc: Allow to disable sending ping/pong to the MSCHolger Hans Peter Freyther4-8/+73
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