aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-15transaction: fix description of trans_assign_trans_id()Vadim Yanitskiy1-2/+2
2019-02-15transaction: clarify magic 0xff transaction IDMax1-1/+1
2019-02-15transaction: drop meaningless ti_flag of trans_assign_trans_id()Max1-8/+5
2019-02-01transaction: change arguments of trans_find_by_sm_rp_mr()Vadim Yanitskiy1-4/+4
2019-01-26transaction.c: cosmetic: use 'default' branch in trans_free()Vadim Yanitskiy1-1/+4
2019-01-24Various logging fixesMax1-1/+1
2019-01-14Fix trans_has_conn() doxygen descriptionMax1-1/+1
2019-01-04Constify transaction helpers parametersMax1-5/+5
2018-12-17cosmetic: drop duplicated #includeMax1-1/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr1-1/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-4/+4
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-7/+7
2018-11-29libmsc/transaction: introduce trans_find_by_sm_rp_mr()Ivan Kluchnikov1-0/+22
2018-11-27libmsc/transaction.c: cosmetic: fix typoVadim Yanitskiy1-1/+1
2018-11-21msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()Vadim Yanitskiy1-0/+1
2018-07-30libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy1-0/+2
2018-06-10libmsc/ussd.c: use connection ref-counting and transactionsVadim Yanitskiy1-0/+3
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-7/+3
2018-04-11CC: intentionally release T308 on BSSMAP Clear Request from BSCNeels Hofmeyr1-9/+0
2018-04-10trans_free: drop bad assertionNeels Hofmeyr1-3/+0
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr1-2/+2
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr1-0/+8
2018-03-14trans_free: safeguard against a still running CC timer on freeNeels Hofmeyr1-0/+9
2018-01-24remove unused paging.h and osmo_bsc_grace.hHarald Welte1-1/+0
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr1-1/+5
2017-11-22cosmetic: log: CC trans_alloc: log trans_id and subscr, not memory addrsNeels Hofmeyr1-2/+3
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-9/+9
2017-08-27transaction: reject calls from unidentified subscribersBenoit Bolsee1-0/+7
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr1-3/+3
2017-07-23Use libvlr in libmsc (large refactoring)Harald Welte1-15/+66
2017-07-12move openbsc/* to repos rootNeels Hofmeyr1-0/+163