aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated changelog, bumped version to +rhizo3.ciaby/rhizomatica-tokenCiaby2014-11-161-0/+8
* Handover fix, needs to be tested.Ciaby2014-11-161-0/+4
* Configure the auth token sms text in the databaseRuben Pollan2014-11-164-6/+95
* Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :) Also mentioned at: https://gitorious.org/sysmocom-openembedded/meta-telephony/commit/4da2963d82e7bee3045f73448d17395f78f1caf0Ciaby2014-11-141-1/+1
* Disable the gbproxy test (failing). Bump the debian version in the changelog.Ciaby2014-11-142-5/+11
* DIRTY HACK: Force all SMSs to SMPP.Ciaby2014-11-141-2/+2
* Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2014-11-142-2/+2
* sgsn: Cross-link gsm_subscriber and sgsn_mm_ctxJacob Erlbeck2014-11-142-0/+7
* sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck2014-11-146-17/+15
* sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck2014-11-144-22/+30
* sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck2014-11-143-4/+206
* sgsn: Don't send XID reset after Detach AcceptJacob Erlbeck2014-11-141-2/+2
* sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck2014-11-143-9/+198
* sgsn: Add 'acl-only' authentication policyJacob Erlbeck2014-11-146-18/+65
* sgsn/test: Add VTY tests for the SGSNJacob Erlbeck2014-11-141-0/+53
* sgsn: Make authorization asynchronousJacob Erlbeck2014-11-145-20/+166
* sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck2014-11-143-16/+28
* sgsn: Fix LLME leak when forcing a reattachJacob Erlbeck2014-11-141-8/+10
* sgsn: Split gsm0408_gprs_force_reattach into 2 functionsJacob Erlbeck2014-11-143-8/+14
* sgsn: Call mm_ctx_cleanup_free to deregister MM contextJacob Erlbeck2014-11-141-7/+3
* sgsn: Cleanup GMM state transitionsJacob Erlbeck2014-11-142-11/+11
* sgsn: Reorganize and fix gsm48_gmm_authorizeJacob Erlbeck2014-11-142-16/+48
* bsc: Move gsm_subscriber_base.c to libcommonJacob Erlbeck2014-11-115-5/+7
* bsc: Move gsm_network_init function to libbscJacob Erlbeck2014-11-114-84/+109
* sgsn/test: Add test_gmm_attachJacob Erlbeck2014-11-112-1/+123
* sgsn/test: Move message sending to send_0408_messageJacob Erlbeck2014-11-111-29/+24
* gbproxy: Honour the BSS TLLI type when creating an SGSN TLLIJacob Erlbeck2014-11-111-1/+6
* systemd: use Wants for the dependency btw. osmo-bsc-mgcp and osmo-bscHenning Heinold2014-11-111-1/+1
* bts: Allow to set the LAC through the CTRL interfaceHolger Hans Peter Freyther2014-11-102-0/+25
* bsc: Fix use-after-free on OML NM messages from the BTSJacob Erlbeck2014-11-101-4/+6
* bts: Fail OML in case the channel combination is wrongHolger Hans Peter Freyther2014-11-071-1/+5
* ipa: Correct the prototype of these functionsHolger Hans Peter Freyther2014-11-061-2/+2
* gbproxy/test: Extend test_gbproxy_keep_infoJacob Erlbeck2014-11-052-67/+946
* gbproxy: Fixed VTY doc for delete-gbproxy-linkJacob Erlbeck2014-11-051-0/+1
* sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck2014-11-053-1/+45
* sgsn: Remove unused static functions from gprs_gmm.cJacob Erlbeck2014-11-051-14/+2
* bsc: Allow to disable sending ping/pong to the MSCHolger Hans Peter Freyther2014-10-294-8/+73
* nitb/ctrl: Fix access to freed memory in verify_subscriber_modifyJacob Erlbeck2014-10-281-7/+9
* sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck2014-10-274-12/+69
* sgsn: Only send Detach Accept (MO) if power_off isn't setJacob Erlbeck2014-10-272-3/+7
* sgsn/test: Add test case for Detach Request (MO, power-off = 1)Jacob Erlbeck2014-10-272-0/+64
* sgsn/test: Move MM context allocation into separate functionJacob Erlbeck2014-10-271-10/+25
* sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck2014-10-277-54/+88
* sgsn: Avoid duplicated Attach Accept messagesJacob Erlbeck2014-10-271-0/+10
* gbproxy: Patch BSSGP P-TMSI in PAGING PS messagesJacob Erlbeck2014-10-276-9/+133
* gbproxy: Fix P-TMSI generation for repeated Attach Accept messagesJacob Erlbeck2014-10-273-32/+32
* gbproxy/test: Add test case for repeated and otherwise bad messagesJacob Erlbeck2014-10-272-0/+500
* gbproxy/test: Add expect_msg checks to test_gbproxy_keep_infoJacob Erlbeck2014-10-272-16/+117
* sgsn: Send detach(re-attach) instead of gmm status if TLLI unknownJacob Erlbeck2014-10-277-12/+164
* sgsn: Delete PDP contexts properlyJacob Erlbeck2014-10-275-33/+84