aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-21msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()Vadim Yanitskiy1-0/+1
2018-11-21libmsc/db.c: cosmetic: mark missing breaks in switch as intendedVadim Yanitskiy1-0/+2
2018-11-20Use libosmocore to function to parse cipher mode reject causeMax1-6/+7
2018-11-20Use BSSAP-specific TLV parser from libosmocoreMax1-1/+1
2018-11-19msc: vty: Fix integer printf formattingPau Espin Pedrol1-9/+9
2018-11-19Fix build with latest libosmocoreMax1-9/+0
2018-11-19libmsc: Don't send SMS STATUS REPORT locally if the ESME accepted it.Keith Whyte1-1/+1
2018-11-16vlr: drop unused is_ps parameter in vlr_subscr_req_lu()Philipp Maier3-3/+3
2018-11-13vty: add command to show all known BSCMax1-0/+17
2018-11-08cosmetic: remove forgotten debug printfPhilipp Maier1-1/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax1-0/+6
2018-11-02Properly parse cause in cipher mode rejectMax1-5/+6
2018-10-30lu_fsm: result cb: use proper cause type (warning/coverity)Neels Hofmeyr1-2/+2
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier3-0/+62
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2