aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/ran_conn.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-08large refactoring: support inter-BSC and inter-MSC HandoverNeels Hofmeyr1-826/+82
2019-04-12vlr_subscr: use osmo_use_countNeels Hofmeyr1-1/+1
2019-03-07use only accepted ran_conns for new transactionsNeels Hofmeyr1-1/+3
2019-02-26libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGSVadim Yanitskiy1-0/+1
2019-02-14libmsc/osmo_msc.c: move connection ref-counting code to 'ran_conn.c'Vadim Yanitskiy1-0/+111
2019-02-04Add SGs InterfaceHarald Welte1-0/+24
2019-01-26libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spacesVadim Yanitskiy1-1/+1
2019-01-12refactor log ctx for vlr_subscr and ran_connNeels Hofmeyr1-11/+65
2019-01-12add LOG_RAN_CONN() to use the conn->fi->id for contextNeels Hofmeyr1-0/+12
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr1-5/+5
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr1-1/+1
2018-11-30move subscr_conn.c to ran_conn.cNeels Hofmeyr1-0/+708