aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-27fix use after free: missing conn_get on CC paging responseNeels Hofmeyr1-1/+1
2017-11-27cosmetic: log error when using a conn that's in releaseNeels Hofmeyr1-1/+4
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr6-19/+62
2017-11-27cosmetic: add missing spacesPhilipp Maier1-1/+1
2017-11-24use only 0.23.1 as point code for both A and IuNeels Hofmeyr1-7/+5
2017-11-22cosmetic: debug log: mncc: detached subscr: show subscriberNeels Hofmeyr1-1/+1
2017-11-22cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrsNeels Hofmeyr1-2/+3
2017-11-22cosmetic: log: CC state transition: log trans id and subscrNeels Hofmeyr1-3/+5
2017-11-21libmsc/vty: don't access old bsc rate countersAlexander Couzens1-8/+0
2017-11-20vlr_subscr_conn_timeout(): don't fire events to discarded fiNeels Hofmeyr1-2/+6
2017-11-20subscr_conn: don't close after conn timeoutNeels Hofmeyr1-1/+2
2017-11-20vlr_gsupc_read_cb: fix use after free of GSUP msgbNeels Hofmeyr1-5/+10
2017-11-20sub_pres_vlr_fsm_start: fix heap use after freeNeels Hofmeyr2-11/+16
2017-11-20cosmetic: move log message to else branchPhilipp Maier1-7/+7
2017-11-20reset: remove name variable from reset contextPhilipp Maier2-9/+12
2017-11-14sms_route_mt_sms: Don't return uninitialized variableHarald Welte1-1/+2
2017-11-12vlr: auth_fsm_start: check return value of fsm allocNeels Hofmeyr1-1/+4
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr4-6/+0
2017-10-31defaults: assign TMSI by defaultNeels Hofmeyr1-0/+3
2017-10-31vty: drop deprecated 'logging level sms...'Neels Hofmeyr1-15/+0
2017-10-31vty: make auth tuple reuse configurableNeels Hofmeyr1-0/+31
2017-10-31cosmetic: vlr: rename auth_tuple_max_use_count to _reuse_Neels Hofmeyr1-16/+16
2017-10-28Depend on both libosmo-sigtran-dev and libosmo-sccp-devHarald Welte1-0/+1
2017-10-28osmo-msc: Don't link against libasn1cHarald Welte1-1/+0
2017-10-25Rename osmo_fsm to avoid illegal space in name + more meaningful nameHarald Welte1-2/+2
2017-10-05add ';' after OSMO_ASSERT()Neels Hofmeyr1-1/+1
2017-10-04cosmetic: vlr: declare a struct in .h; drop unused headerNeels Hofmeyr2-1/+2
2017-10-03fix memory leak: vlr: vlr_gsupc_read_cb() must msgb_free()Neels Hofmeyr1-0/+1
2017-09-24fix build: remove obsolete header legacy_mgcp/mgcp.hNeels Hofmeyr1-1/+0
2017-09-19ctrl: remove unimplemented cmds subscriber-{modify,delete}Neels Hofmeyr1-22/+0
2017-09-19vty: fix: missing default cmds at hlr nodeNeels Hofmeyr1-0/+1
2017-09-18main: remove cmdline args no longer available for osmo-mscNeels Hofmeyr1-27/+1
2017-09-15Remove unused osmo_bsc_rf.h headerMax1-1/+0
2017-09-15Remove BTS-specific attributesMax2-180/+0
2017-09-15Remove SI-related codeMax1-62/+0
2017-09-15Remove rest_octets.hMax11-1/+16
2017-09-11a_iface: fix typoPhilipp Maier1-1/+1
2017-09-11a_iface: fix memory leaksPhilipp Maier3-9/+20
2017-09-09ctrl: subscriber-list-active: list only attached subscribersNeels Hofmeyr1-0/+3
2017-09-08use separated libosmo-mgcp-client, apply rename to mgcp_client_*Neels Hofmeyr7-33/+32
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr55-290/+290
2017-08-29libmsc: make pitfall in gsm0408_dispatch() more obviousPhilipp Maier1-2/+6
2017-08-29split off osmo-msc: remove files, apply build, renameNeels Hofmeyr124-70829/+14
2017-08-29add msg type to SMS rx loggingNeels Hofmeyr1-1/+3
2017-08-29gsup client: move not-connected to error loglevelNeels Hofmeyr1-10/+2
2017-08-29move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcpNeels Hofmeyr26-7296/+22
2017-08-29move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr23-1029/+129
2017-08-29mgcp: add VTY Option to force-realloc endpointsPhilipp Maier4-2/+18
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier38-650/+3617
2017-08-27Treat SIGTERM just like SIGINT in our programsHarald Welte5-0/+10