aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/subscr_conn.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling1-0/+15
2018-04-12refactor VLR FSM result handlingNeels Hofmeyr1-4/+7
2018-04-11cosmetic: embed compl_l3_type in FSM idNeels Hofmeyr1-2/+2
2018-04-11properly receive BSSMAP Clear Complete and Iu Release CompleteNeels Hofmeyr1-10/+61
2018-04-11refactor subscr_conn and subscr_conn_fsm de-/allocNeels Hofmeyr1-137/+292
2018-04-05unify allocation of gsm_subscriber_connectionNeels Hofmeyr1-0/+20
2018-04-03subscr_conn: store complete_layer3_type in conn, not FSM event argNeels Hofmeyr1-17/+19
2018-04-03cosmetic: rename subscr_conn_from to complete_layer3_typeNeels Hofmeyr1-4/+4
2018-04-03cosmetic: rename gsm_subscriber_connection->conn_fsm to ->fiNeels Hofmeyr1-9/+9
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr1-2/+5
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr1-16/+17
2018-02-16libmsc: Add a function to return a unique ID of the subscriber connDaniel Willmann1-0/+20
2018-02-07Constify msc_subscr_conn_is_accepted() parameterMax1-1/+1
2017-11-27subscr_conn: introduce usage tokens for ref error trackingNeels Hofmeyr1-2/+2
2017-11-20subscr_conn: don't close after conn timeoutNeels Hofmeyr1-1/+2
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-6/+6
2017-08-29move libiu to osmo-iuh/libosmo-ranapNeels Hofmeyr1-2/+0
2017-08-29Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring)Philipp Maier1-1/+2
2017-08-08Implement IuCS (large refactoring and addition)Neels Hofmeyr1-14/+42
2017-07-23Use libvlr in libmsc (large refactoring)Harald Welte1-64/+127
2017-07-21Add libvlr implementationHarald Welte1-0/+269