aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Remove redundancy in LAC processingMax5-7/+7
2018-12-19msc_vty: display current RAN typePhilipp Maier1-0/+2
2018-12-19msc_vty: display subscriber flagsPhilipp Maier1-0/+19
2018-12-18vty: show subscriber: put() before printing the use countNeels Hofmeyr1-2/+5
2018-12-18Use proper type for tch_rtp_connect() parameterMax1-2/+1
2018-12-17CC: log more details about unhandled message/stateMax1-1/+1
2018-12-17cosmetic: drop unused variableMax1-2/+1
2018-12-17comment: vlr: put the 'balancing' comment closer to the put()Neels Hofmeyr1-1/+1
2018-12-17vlr_lu_fsm: drop unused out_state INIT -> WAIT_IMEINeels Hofmeyr1-2/+1
2018-12-17tweak comment to indicate sub_pres_vlr fsm as dead codeNeels Hofmeyr1-1/+3
2018-12-17log: by default start with all categories on LOGL_NOTICENeels Hofmeyr1-4/+4
2018-12-17cosmetic: drop duplicated #includeMax1-1/+0
2018-12-13require 'ipa-name' option to be set via config fileStefan Sperling2-0/+11
2018-12-11Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"Neels Hofmeyr3-78/+86
2018-12-11provide software version information to gsup peerStefan Sperling1-0/+1
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling3-7/+30
2018-12-11LU: do not always invoke sub_pres_vlr_fsm_start()Neels Hofmeyr1-1/+6
2018-12-11detach cancelled subscribers from VLRStefan Sperling1-0/+2
2018-12-10drop gsm48 RR ciph mode compl from permitted initial messagesNeels Hofmeyr1-1/+2
2018-12-10move ASS-COMPL MGCP handling out of a_iface_bssap.cNeels Hofmeyr3-86/+78
2018-12-07ASS-COMPL: do not fire Sec Mode Compl eventNeels Hofmeyr1-4/+0
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr3-2/+41
2018-12-05vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'Neels Hofmeyr1-4/+14
2018-12-05msc_main: mncc: move mncc socket decision to after read_cfgNeels Hofmeyr1-5/+4
2018-12-05cosmetic: msc_main.c: default args definition styleNeels Hofmeyr1-5/+3
2018-12-05gsm_subscriber: make function msc_paging_request() staticPhilipp Maier1-1/+1
2018-11-30GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTHNeels Hofmeyr1-1/+1
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr4-15/+15
2018-11-30cosmetic: drop some unused opaque struct defsNeels Hofmeyr1-1/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr15-15/+1
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr2-1/+2
2018-11-30move subscr_conn.c to ran_conn.cNeels Hofmeyr2-1/+1
2018-11-30rename some RAN conn related stuff to ran_conn_*Neels Hofmeyr12-77/+74
2018-11-30rename gsm_subscriber_connection to ran_connNeels Hofmeyr23-452/+450
2018-11-30drop msc_compl_l3() return valueNeels Hofmeyr3-44/+9
2018-11-30rename gsm_encr to geran_encr, it is only applicable on GERANNeels Hofmeyr3-7/+7
2018-11-30populate gsm_subscriber_connection->encr during CiphNeels Hofmeyr2-0/+9
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-11-30libmsc/gsm_04_11.c: fix: always use SAPI 3 for MT SMSVadim Yanitskiy1-2/+3
2018-11-30drop unused gsm_network->handover.activeNeels Hofmeyr1-17/+2
2018-11-30drop unused gsm_subscr_conn->mncc_rtp_bridgeNeels Hofmeyr1-2/+0
2018-11-29libmsc/gsm_04_11.c: refactor MT SMS message handlingVadim Yanitskiy4-167/+204
2018-11-29libmsc/transaction: introduce trans_find_by_sm_rp_mr()Ivan Kluchnikov1-0/+22
2018-11-28libmsc/gsm_09_11.c: drop redundant assertion of stored msgbVadim Yanitskiy1-2/+0
2018-11-27libmsc/transaction.c: cosmetic: fix typoVadim Yanitskiy1-1/+1
2018-11-25libmsc/gsm_04_11.c: refactor RP-DATA header validationVadim Yanitskiy1-20/+18
2018-11-25libmsc/gsm_04_11.c: don't pass msgb to gsm411_rx_rp_{ack|error}Vadim Yanitskiy1-4/+4
2018-11-23osmo_msc: remove unused parameter from msc_dtap()Philipp Maier3-3/+3