aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-16Updated changelog, bumped version to +rhizo3.ciaby/rhizomatica-tokenCiaby1-0/+8
2014-11-16Handover fix, needs to be tested.Ciaby1-0/+4
2014-11-16Configure the auth token sms text in the databaseRuben Pollan4-6/+95
2014-11-14Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR versio...Ciaby1-1/+1
2014-11-14Disable the gbproxy test (failing). Bump the debian version in the changelog.Ciaby2-5/+11
2014-11-14DIRTY HACK: Force all SMSs to SMPP.Ciaby1-2/+2
2014-11-14Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2-2/+2
2014-11-14sgsn: Cross-link gsm_subscriber and sgsn_mm_ctxJacob Erlbeck2-0/+7
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck6-17/+15
2014-11-14sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck4-22/+30
2014-11-14sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck3-4/+206
2014-11-14sgsn: Don't send XID reset after Detach AcceptJacob Erlbeck1-2/+2
2014-11-14sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck3-9/+198
2014-11-14sgsn: Add 'acl-only' authentication policyJacob Erlbeck6-18/+65
2014-11-14sgsn/test: Add VTY tests for the SGSNJacob Erlbeck1-0/+53
2014-11-14sgsn: Make authorization asynchronousJacob Erlbeck5-20/+166
2014-11-14sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck3-16/+28
2014-11-14sgsn: Fix LLME leak when forcing a reattachJacob Erlbeck1-8/+10
2014-11-14sgsn: Split gsm0408_gprs_force_reattach into 2 functionsJacob Erlbeck3-8/+14
2014-11-14sgsn: Call mm_ctx_cleanup_free to deregister MM contextJacob Erlbeck1-7/+3
2014-11-14sgsn: Cleanup GMM state transitionsJacob Erlbeck2-11/+11
2014-11-14sgsn: Reorganize and fix gsm48_gmm_authorizeJacob Erlbeck2-16/+48
2014-11-11bsc: Move gsm_subscriber_base.c to libcommonJacob Erlbeck5-5/+7
2014-11-11bsc: Move gsm_network_init function to libbscJacob Erlbeck4-84/+109
2014-11-11sgsn/test: Add test_gmm_attachJacob Erlbeck2-1/+123
2014-11-11sgsn/test: Move message sending to send_0408_messageJacob Erlbeck1-29/+24
2014-11-11gbproxy: Honour the BSS TLLI type when creating an SGSN TLLIJacob Erlbeck1-1/+6
2014-11-11systemd: use Wants for the dependency btw. osmo-bsc-mgcp and osmo-bscHenning Heinold1-1/+1
2014-11-10bts: Allow to set the LAC through the CTRL interfaceHolger Hans Peter Freyther2-0/+25
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