aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-28basic conversion to MSC situation; vty parts still todostsp/neighbor_identStefan Sperling6-544/+285
2018-12-26add unmodified neighbor ident code from osmo-bscStefan Sperling5-0/+896
2018-12-23MNCC: use log wrapper for call processingMax1-13/+12
2018-12-21use vty->type instead of local variableStefan Sperling3-7/+1
2018-12-20fix test_nodes.vty after libosmo-mgcp-client vty changesNeels Hofmeyr1-2/+0
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 processingMax8-11/+9
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-18VLR: drop unused struct membersMax1-3/+0
2018-12-18Use proper type for tch_rtp_connect() parameterMax1-2/+1
2018-12-18VLR tests: avoid leaking LAC access detailsMax4-9/+9
2018-12-18VLR tests: add logging macro with explicit value descriptionMax1-3/+5
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 Sperling3-0/+13
2018-12-11Revert "move ASS-COMPL MGCP handling out of a_iface_bssap.c"Neels Hofmeyr5-87/+87
2018-12-11provide software version information to gsup peerStefan Sperling1-0/+1
2018-12-11make gsup ipa name configurable in osmo-msc.cfgStefan Sperling20-129/+160
2018-12-11LU: do not always invoke sub_pres_vlr_fsm_start()Neels Hofmeyr12-497/+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 Hofmeyr5-87/+87
2018-12-07ASS-COMPL: do not fire Sec Mode Compl eventNeels Hofmeyr1-4/+0
2018-12-06contrib: fix makedistcheck with disabled systemdOliver Smith1-1/+2
2018-12-05add VTY commands: mncc internal / external (== -M)Neels Hofmeyr6-2/+68
2018-12-05vty: mncc cfg: separate the 'mncc' from 'mncc-guard-timeout'Neels Hofmeyr2-6/+16
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-05add test_nodes.vty transcript testNeels Hofmeyr2-1/+107
2018-12-05make: prepare for adding transcript testsNeels Hofmeyr1-6/+41
2018-12-05python tests: use py shebang instead of $(PYTHON)Neels Hofmeyr4-6/+6
2018-12-05gsm_subscriber: make function msc_paging_request() staticPhilipp Maier1-1/+1
2018-12-05contrib/jenkins.sh: build and publish manualsOliver Smith1-2/+20
2018-12-04Fix DISTCHECK_CONFIGURE_FLAGS overrideOliver Smith1-1/+1
2018-11-30move gsm_cbfn to gsm_subscriber.h, the only userNeels Hofmeyr2-6/+4
2018-11-30drop cruft from gsm_subscriber.hNeels Hofmeyr1-23/+0
2018-11-30GSM_EXTENSION_LENGTH -> VLR_MSISDN_LENGTHNeels Hofmeyr4-9/+9
2018-11-30move gsm_auth_tuple to vlr.h as vlr_auth_tupleNeels Hofmeyr7-26/+27
2018-11-30cosmetic: drop some unused opaque struct defsNeels Hofmeyr3-5/+0
2018-11-30combine several small .h in msc_common.hNeels Hofmeyr22-41/+14
2018-11-30move ran_conn declarations to new ran_conn.hNeels Hofmeyr11-244/+252