aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-22cosmetic: msc_vty.c: use static gsmnet instead of gsmnet_from_vty()Neels Hofmeyr1-97/+24
2018-03-22dissolve libcommon,libcommon-cs: clean up vty definitionsNeels Hofmeyr8-1489/+1356
2018-03-22trans_free: tear down conn when last transaction is doneNeels Hofmeyr3-3/+14
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-15cosmetic: rename conn_fsm "bump" event to "release_when_unused"Neels Hofmeyr2-24/+23
2018-03-15cosmetic: vlr_auth: log decision to send UMTS or GSM AKA challengeNeels Hofmeyr1-6/+7
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 Maier1-22/+27
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 Sperling2-0/+14
2018-03-13Track libosmocore API change in osmo-msc.Stefan Sperling1-3/+3
2018-03-13vlr_ciph_result: fix use after free of imeisvNeels Hofmeyr3-5/+3
2018-03-10cosmetic: vlr_auth_fsm: log RAN and size along with SRES/RESNeels Hofmeyr1-2/+4
2018-03-10cosmetic: vlr_auth_fsm: clarify decision on UMTS AKA or GSM AKANeels Hofmeyr1-19/+42
2018-03-10cosmetic: gsm48_rx_mm_auth_resp(): log 'UMTS AUTH', not 'R99 AUTH'Neels Hofmeyr1-1/+1
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 Hofmeyr1-2/+6
2018-03-10vlr: fix GSM AKA in a UMTS AKA capable environmentNeels Hofmeyr2-2/+30
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 Hofmeyr1-4/+5
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 Hofmeyr7-38/+30
2018-02-27cosmetic: gsm_network_init(): imply default 001-01 PLMNNeels Hofmeyr2-7/+4
2018-02-26msc_mgcp: Add FSM event namesPhilipp Maier1-0/+13
2018-02-26a_reset: Add FSM event namesPhilipp Maier1-0/+8
2018-02-22enable osmo_fsm vty commands in osmo-msc vtyStefan Sperling1-0/+2
2018-02-19drop unused libmsc/meas_feed.hNeels Hofmeyr1-12/+0
2018-02-19libmsc: Pretend MNCC requested release in handle_error()Daniel Willmann1-0/+11
2018-02-16libmsc: bssap: Remove fixme and properly update msgb tailPau Espin Pedrol1-3/+2
2018-02-16libmsc: Add a function to return a unique ID of the subscriber connDaniel Willmann1-0/+20
2018-02-16iucs: Add a function to return the connection ID for the IU SCCP connDaniel Willmann2-0/+10
2018-02-14libmsc: bssap: Catch TLV parse failuresPau Espin Pedrol1-1/+7