aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/subscr_conn.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-30move subscr_conn.c to ran_conn.cNeels Hofmeyr1-708/+0
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr1-8/+8
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr1-192/+192
2018-11-30adjust copyright in subscr_conn.cNeels Hofmeyr1-1/+1
2018-11-30cosmetic: subscr_conn_fsm_auth_ciph() should be staticNeels Hofmeyr1-1/+1
2018-11-30drop unused SUBSCR_CONN_E_INVALIDNeels Hofmeyr1-1/+0
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr1-1/+73
2018-08-23cosmetic: mute "COMPLETE_LAYER_3 not permitted"Neels Hofmeyr1-1/+8
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