aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2016-03-03sai arg back to pointerNeels Hofmeyr2-3/+3
2016-03-03some fixesNeels Hofmeyr1-6/+9
2016-03-03generalize rab_act for ps and csNeels Hofmeyr3-12/+29
2016-03-03move struct ue_conn_ctx to headerNeels Hofmeyr2-6/+6
2016-03-03sgsn_iu -> iuNeels Hofmeyr1-1/+1
2016-03-03sai argNeels Hofmeyr2-2/+2
2016-03-03iu_commonNeels Hofmeyr1-2/+1
2016-03-03rename sgsn_iu.c to iu.c.Neels Hofmeyr2-1/+1
2016-03-03tweak ..rcvmsg_iu()'s sai arg.Neels Hofmeyr3-4/+5
2016-03-03iu_common wipNeels Hofmeyr6-6/+30
2016-03-03gitignoreNeels Hofmeyr1-0/+1
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 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