aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc
AgeCommit message (Expand)AuthorFilesLines
2019-01-09Cosmetic: msc_vty: remove redundant "0 =", "1 ="Oliver Smith1-2/+2
2019-01-05use mgcp-client configured endpoint domain nameneels/mgw_domainNeels Hofmeyr1-7/+6
2019-01-04use osmo_rat_type from libosmocoreNeels Hofmeyr10-42/+35
2019-01-04vty cfg: move 'ipa-name' from 'msc' to 'hlr' sectionNeels Hofmeyr1-22/+21
2019-01-04abort assignment on Assignment FailureNeels Hofmeyr2-1/+23
2019-01-04fix: incoming call during ongoing callNeels Hofmeyr1-0/+31
2019-01-04move trans->assignment_done to cc.assignment_startedNeels Hofmeyr1-3/+3
2019-01-04remove code dup: add msc_mgcp_try_call_assignment()Neels Hofmeyr2-23/+19
2019-01-04Constify transaction helpers parametersMax1-5/+5
2019-01-04fix vlr ops.subscr_assoc re-associationNeels Hofmeyr1-2/+13
2019-01-03release RTP stream only for matching CC transactionNeels Hofmeyr1-0/+6
2019-01-03cosmetics in msc_mgcp_call_release()Neels Hofmeyr1-8/+8
2018-12-30libmsc/gsm_04_11.c: forward MO SMS messages over GSUPVadim Yanitskiy4-2/+233
2018-12-30libmsc/VTY: introduce kill-switch for routing SMS over GSUPVadim Yanitskiy1-0/+23
2018-12-23MNCC: use log wrapper for call processingMax1-13/+12
2018-12-21use vty->type instead of local variableStefan Sperling1-1/+1
2018-12-19mgcp log tweak: say RAN, not BTS, like surrounding loggingNeels Hofmeyr1-1/+1
2018-12-19fix msc_mgcp_fsm_evt_names: two missing eventsNeels Hofmeyr1-0/+2
2018-12-19msc_vty: also show IMEI and IMEISVPhilipp Maier1-0/+4
2018-12-19Remove redundancy in LAC processingMax4-6/+6
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-17cosmetic: drop duplicated #includeMax1-1/+0
2018-12-13require 'ipa-name' option to be set via config fileStefan Sperling1-0/+6
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 Sperling2-2/+24
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 Hofmeyr2-0/+30
2018-12-05vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'Neels Hofmeyr1-4/+14
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 Hofmeyr2-4/+4
2018-11-30cosmetic: drop some unused opaque struct defsNeels Hofmeyr1-1/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr14-14/+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 Hofmeyr21-450/+448
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