aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-03-03cosmeticNeels Hofmeyr2-2/+2
2016-03-03typoNeels Hofmeyr1-1/+1
2016-03-03wipNeels Hofmeyr1-0/+18
2016-03-03cscn: adjust header comment.Neels Hofmeyr1-2/+7
2016-03-03Add osmo-cscn, as a copy of osmo-nitb.Neels Hofmeyr4-1/+381
2016-03-03doc: add call graphs from MSC to BSC or HNB-GW (wip)Neels Hofmeyr1-0/+608
2016-03-03disable some sgsn_tests to pass the status quo.Neels Hofmeyr2-19/+6
2016-03-03sgsn_test buildNeels Hofmeyr1-0/+4
2016-03-03sgsn_test: apply addition of gb memberNeels Hofmeyr1-18/+18
2016-03-03fix sgsn_mm_ctx_cleanup_free: TLLI unass. after sgsn_mm_ctx_free.Neels Hofmeyr1-4/+7
2016-03-03fix ranap_handle_co_dt, failed to pass struct pointerNeels Hofmeyr1-1/+1
2016-03-03gsm_04_08.c: Don't set msg->lchan nor msg->dstHarald Welte1-20/+5
2016-03-03gsm_04_11.c/04_08.c: s/lchan/conn/ where we don't use lchan for yearsHarald Welte3-12/+11
2016-03-03remove dead code from Makefile.amHarald Welte1-2/+0
2016-03-03migrate WIP osmo-iuh hack to use system-installed libosm-ranap.soHarald Welte5-26/+26
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte7-41/+204
2016-03-03add sgsn_iu.c that was missed in large WIP commitHarald Welte1-0/+425
2016-03-03rtp_proxy.c: Ensure msgb_alloc is large enough for largest AMR frameHarald Welte1-1/+1
2016-03-03subscr_name(): Handle case for subscr == NULLHarald Welte3-6/+6
2016-03-03WIPHarald Welte1-1/+51
2016-03-03gprs_gmm.c: Preform LLME operations only if we have oneHarald Welte1-5/+7
2016-03-03gprs_gmm.c: Make TLLI handling specific to Gb interfaceHarald Welte1-36/+60
2016-03-03gprs_gmm.c: Don't try to de-reference NULL mmctxHarald Welte1-0/+10
2016-03-03rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb()Harald Welte3-4/+4
2016-03-03prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte7-56/+95
2016-03-03Fix two rc values in gsm0408_dispatch()Neels Hofmeyr1-0/+2
2016-03-03move subscriber conns list into struct gsm_network.Neels Hofmeyr5-9/+8
2016-03-03channel_test: don't segfault if paging failsNeels Hofmeyr1-2/+5
2016-03-01db: evaluate return value of sqlite3_finalize(), tweak log output.Neels Hofmeyr1-4/+10
2016-02-29check return value of sqlite3_close(), retry up to three times.Neels Hofmeyr1-1/+11
2016-02-29use sqlite3_close() instead of sqlite3_close_v2()Neels Hofmeyr1-1/+1
2016-02-29minor commentNeels Hofmeyr1-0/+1
2016-02-29osmo_bsc_filter.c: add fixme noteNeels Hofmeyr1-0/+3
2016-02-27bsc_test.c: fix tz.override val and note a FIXMENeels Hofmeyr1-2/+6
2016-02-25smpp: refactor initialization, add bind addressNeels Hofmeyr6-57/+169
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr10-23/+62
2016-02-25osmo-nitb: be strict about cmdline argsNeels Hofmeyr1-1/+3
2016-02-25osmo-nitb: cosmetic: rename to rf_ctrl_path, following mncc_sock_pathNeels Hofmeyr1-4/+4
2016-02-25osmo-nitb: add -M to pass specific MNCC socket pathNeels Hofmeyr3-11/+17
2016-02-25enable telnet VTY bind address config for various programsNeels Hofmeyr6-16/+43
2016-02-25gsm340_rx_tpdu: comment-out two unused varsNeels Hofmeyr1-3/+7
2016-02-25ipaccess_rcvmsg: fix returncode, add partial write warningNeels Hofmeyr1-1/+7
2016-02-25bsc_nat: fail if VTY telnet port cannot be bound, clarify commentNeels Hofmeyr1-2/+5
2016-02-24minor fixes in bsc_vty.c and bsc_nat.cNeels Hofmeyr2-3/+3
2016-02-24osmo-bsc: fix checking wrong pointer for ctrl setup successNeels Hofmeyr1-1/+1
2016-02-23gtphub: tweak default logging levelNeels Hofmeyr1-1/+1
2016-02-23gtphub: include ports.h instead of redefining OSMO_VTY_PORT_GTPHUBNeels Hofmeyr1-5/+1
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck5-48/+54
2016-02-22sgsn/test: Add test case test_gmm_routing_areasJacob Erlbeck2-0/+355
2016-02-22sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck1-3/+15