aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr7-20/+23
2018-03-21cosmetic: gsm_04_08.c: drop unused struct gsm_laiNeels Hofmeyr1-6/+0
2018-03-21cosmetic: remove unused variablePhilipp Maier1-4/+0
2018-03-18a_iface: If L3/DTAP returns error in COMPL L3, close SCCP connectionHarald Welte1-2/+12
2018-03-18a_iface_bssap: Treat inbound RESET as implicit RESET ACKHarald Welte1-0/+4
2018-03-18BSSAP: Return error code if COMPL L3 with no or too short L3 payloadHarald Welte1-0/+6
2018-03-17msc_mgcp.c: Fix several wrong ptr printf fmtPau Espin Pedrol1-5/+5
2018-03-16msc_mgcp: to not access higher layers after releasePhilipp Maier1-4/+9
2018-03-15msc_vlr_tests: add CC Release test and test to catch OS#2779Neels Hofmeyr2-0/+842
2018-03-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr14-551/+550
2018-03-15cosmetic: msc_vlr_tests: enable CC logging in debugNeels Hofmeyr7-1/+61
2018-03-15cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challengeNeels Hofmeyr9-83/+96
2018-03-15cosmetic: remove disabled (debug) code gsm_04_08.cPhilipp Maier1-3/+0
2018-03-15use libosmocom to parse cell identifier in bssmap_rx_l3_compl()Stefan Sperling1-18/+49
2018-03-14mcgp: let the MGW allocate the MGCP endpointPhilipp Maier2-25/+35
2018-03-14msc_mgcp: use more conceise error msg on truncationPhilipp Maier1-7/+7
2018-03-14trans_free: safeguard against a still running CC timer on freeNeels Hofmeyr1-0/+9
2018-03-14mgcp: be sure that pending mgcp transactions are canceled before freePhilipp Maier1-0/+7
2018-03-14msc_mgcp: fix mgw timeout handlingPhilipp Maier1-40/+58
2018-03-13restore sending of optional MM info messagesStefan Sperling3-0/+15
2018-03-13Track libosmocore API change in osmo-msc.Stefan Sperling1-3/+3
2018-03-13vlr_ciph_result: fix use after free of imeisvNeels Hofmeyr4-6/+4
2018-03-13configure: add --enable-werrorNeels Hofmeyr1-0/+21
2018-03-10msc_vlr_tests: add test_a5_3_not_supportedNeels Hofmeyr2-0/+152
2018-03-10cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RESNeels Hofmeyr8-68/+70
2018-03-10cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKANeels Hofmeyr3-25/+48
2018-03-10msc_vlr_test_umts_authen: test response with only SRES half of RESNeels Hofmeyr2-0/+294
2018-03-10msc_vlr_test_umts_authen: test response with too long RESNeels Hofmeyr2-0/+289
2018-03-10msc_vlr_test_umts_authen: test response with too short RESNeels Hofmeyr2-0/+290
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr4-31/+31
2018-03-10gsm48_rx_mm_auth_resp(): pass is_r99 from classmark, not response sizeNeels Hofmeyr1-10/+8
2018-03-10vlr auth: gracefully reject malformed auth responseNeels Hofmeyr3-2/+179
2018-03-10vlr: fix GSM AKA in a UMTS AKA capable environmentNeels Hofmeyr4-14/+33
2018-03-10msc_vlr_test_gsm_ciph: add test for GSM AKA in UMTS environmentNeels Hofmeyr2-0/+725
2018-03-10msc_vlr_tests: clearly separate Ciph Mode from Security Mode checkingNeels Hofmeyr9-48/+98
2018-03-10silent call: clarify rc and error messages logged on vtyNeels Hofmeyr2-17/+40
2018-03-10msc_main: do not say 'osmo-nitb' in the usageNeels Hofmeyr1-1/+1
2018-03-10vty: add 'subscriber ... paging' cmdNeels Hofmeyr1-0/+26
2018-03-10vty: add 'msisdn' as alias for 'extension'Neels Hofmeyr1-2/+3
2018-03-10vty: drop unused commandsNeels Hofmeyr1-30/+0
2018-03-10fix: clear vlr_subscr->msc_conn_ref when the conn is discardedNeels Hofmeyr1-0/+1
2018-03-07a_iface: fix BSSMAP reset handlingPhilipp Maier1-15/+17
2018-03-05VLR: fix potential NULL dereferenceMax1-0/+2
2018-03-02msc_vlr_tests: improve cipher mode coverageNeels Hofmeyr7-55/+148
2018-03-02msc_vlr_tests: make all test functions staticNeels Hofmeyr11-71/+71
2018-03-02msc_vlr_test_gsm_ciph: drop unused functionNeels Hofmeyr1-41/+0
2018-03-02msc_vlr_tests: revert IMSI parameter and test nr outputNeels Hofmeyr35-316/+330
2018-03-02vlr_lu_fsm: guard against using the wrong fiNeels Hofmeyr1-34/+68
2018-03-02vlr: fix post-auth LU failure handlingNeels Hofmeyr1-2/+2
2018-02-28implement support for 3-digit MNC with leading zerosNeels Hofmeyr8-41/+33