aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-03rename sgsn_iu.c to iu.c.Neels Hofmeyr2-1/+1
2016-03-03tweak ..rcvmsg_iu()'s sai arg.Neels Hofmeyr1-2/+2
2016-03-03iu_common wipNeels Hofmeyr3-5/+17
2016-03-03cscnNeels Hofmeyr1-10/+35
2016-03-03asn_debugNeels Hofmeyr1-0/+1
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 Hofmeyr3-1/+380
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 Welte3-26/+21
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte6-41/+200
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 Welte2-3/+3
2016-03-03prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte6-45/+45
2016-03-03Fix two rc values in gsm0408_dispatch()Neels Hofmeyr1-0/+2
2016-03-03move subscriber conns list into struct gsm_network.Neels Hofmeyr3-7/+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-25smpp: refactor initialization, add bind addressNeels Hofmeyr5-55/+167
2016-02-25enable ctrl bind config for various programsNeels Hofmeyr7-20/+56
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 Hofmeyr2-10/+16
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 Erlbeck2-3/+48
2016-02-22sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_reqJacob Erlbeck1-3/+15
2016-02-22sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-30/+1
2016-02-22sgsn: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck2-9/+9