aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-29spoof LU reject when there is no MSCNeels Hofmeyr1-0/+21
2020-10-29minor code dup: smlc_set_cs7_instance()Neels Hofmeyr1-20/+25
2020-10-29add fixme comment for OS#3833Neels Hofmeyr1-0/+5
2020-10-28fix missing RR release when there is no MSCNeels Hofmeyr1-1/+1
2020-10-28manual: describe LCS and Lb interfaceNeels Hofmeyr4-0/+136
2020-10-26nm_channel_fsm: Fix innocuous transition not permitted log errorPau Espin Pedrol1-0/+1
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-11/+34
2020-10-19use osmo_fd_setup() whenever applicableHarald Welte4-33/+15
2020-10-19bts: move rate counter / stat item definitions from *.h to *.cVadim Yanitskiy2-168/+392
2020-10-17ipa: Fix use of null pointer in log macroPau Espin Pedrol3-5/+5
2020-10-16drop features 'core-location-area-code' and 'core-cell-identity'Neels Hofmeyr5-69/+13
2020-10-15abis_nm: Log Opstart NACK with error loglevelPau Espin Pedrol1-1/+1
2020-10-15OML: Stay compatible with older osmo-bts versionsPau Espin Pedrol6-17/+22
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol16-16/+905
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol18-30/+466
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol15-13/+466
2020-10-15Introduce NM BTS FSMPau Espin Pedrol18-12/+489
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol21-19/+518
2020-10-15Set all NM OML objects to Locked by defaultPau Espin Pedrol3-2/+2
2020-10-15LCS: Lb startup: no need to re-use existing SCCP userNeels Hofmeyr1-6/+1
2020-10-15LCS: add proper BSSMAP-LE RESET re-using new generalized reset FSMNeels Hofmeyr2-28/+64
2020-10-15add smlc.vty testNeels Hofmeyr1-0/+73
2020-10-15LCS: disable Lb interface by default, add vty 'smlc' / 'enable'Neels Hofmeyr3-8/+114
2020-10-15BSSMAP RESET: also accept conn cfm events during ST_DISCNeels Hofmeyr1-0/+13
2020-10-15BSSMAP RESET: tweak loggingNeels Hofmeyr1-2/+2
2020-10-15BSSMAP RESET: move RESET-ACK into reset fsmNeels Hofmeyr5-10/+51
2020-10-15BSSMAP RESET: move cancel-paging call to osmo_bsc_sigtran_reset()Neels Hofmeyr3-5/+6
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr12-191/+284
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-10add doc/location_services_ta.mscNeels Hofmeyr2-0/+50
2020-10-09remove unused osmo_bsc_reset.hNeels Hofmeyr1-34/+0
2020-10-09LCS: allow RSL EST IND during GSCON_ST_ACTIVENeels Hofmeyr1-1/+10
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr30-17/+1858
2020-10-08gsm_08_08: fix unreachable code in parse_powercap()Philipp Maier1-0/+1
2020-10-08LCS: SCCP next conn id: prepare Lb-interfaceNeels Hofmeyr4-24/+62
2020-10-08vty: add attributes to VTY commands indicating when they applyVadim Yanitskiy5-912/+1190
2020-10-08RSL/BSSAP: fix: properly convert between RSL Link ID and DLCIVadim Yanitskiy2-4/+27
2020-10-07LCS: implement re-use of existing A-interface connNeels Hofmeyr3-23/+69
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr4-6/+6
2020-10-07bsc_subscr_name: print both IMSI and TMSINeels Hofmeyr3-37/+44
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr12-106/+155
2020-10-07LCS: add paging reason, return in paging_request_stop()Neels Hofmeyr4-28/+63
2020-10-07refactor paging: add bsc_subscr to bsc_paging_paramsNeels Hofmeyr3-28/+23
2020-10-07refactor paging: introduce bsc_paging_start()Neels Hofmeyr3-3/+10
2020-10-07refactor paging: introduce bsc_paging_paramsNeels Hofmeyr3-109/+111
2020-10-07compl l3: move all message parsing out of bsc_find_msc()Neels Hofmeyr1-23/+10
2020-10-07compl l3: move Paging Response handling out of bsc_find_msc()Neels Hofmeyr3-117/+62
2020-10-07compl l3: populate conn's bsc subscr from MINeels Hofmeyr2-5/+7
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr6-21/+23
2020-10-07compl l3: cosmetics around Create Layer 3Neels Hofmeyr1-24/+26