aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol6-10/+384
2020-10-15Introduce NM BTS FSMPau Espin Pedrol8-12/+407
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol8-16/+387
2020-10-15Set all NM OML objects to Locked by defaultPau Espin Pedrol2-1/+1
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 Hofmeyr1-26/+62
2020-10-15LCS: disable Lb interface by default, add vty 'smlc' / 'enable'Neels Hofmeyr2-8/+111
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 Hofmeyr3-10/+48
2020-10-15BSSMAP RESET: move cancel-paging call to osmo_bsc_sigtran_reset()Neels Hofmeyr2-4/+5
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr5-189/+247
2020-10-09LCS: allow RSL EST IND during GSCON_ST_ACTIVENeels Hofmeyr1-1/+10
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr16-17/+1681
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 Hofmeyr3-24/+59
2020-10-08vty: add attributes to VTY commands indicating when they applyVadim Yanitskiy4-912/+1183
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 Hofmeyr2-23/+68
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr2-4/+4
2020-10-07bsc_subscr_name: print both IMSI and TMSINeels Hofmeyr1-17/+23
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr6-56/+93
2020-10-07LCS: add paging reason, return in paging_request_stop()Neels Hofmeyr3-26/+48
2020-10-07refactor paging: add bsc_subscr to bsc_paging_paramsNeels Hofmeyr2-24/+19
2020-10-07refactor paging: introduce bsc_paging_start()Neels Hofmeyr1-3/+6
2020-10-07refactor paging: introduce bsc_paging_paramsNeels Hofmeyr2-107/+91
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 Hofmeyr2-110/+61
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 Hofmeyr2-16/+18
2020-10-07compl l3: cosmetics around Create Layer 3Neels Hofmeyr1-24/+26
2020-10-07compl l3: parse Mobile Identity onceNeels Hofmeyr1-28/+27
2020-10-07compl l3: separate paging handling from bsc_scan_bts_msg()Neels Hofmeyr1-77/+53
2020-10-07gscon_bssmap_clear(): guard against NULL mscNeels Hofmeyr1-0/+6
2020-10-07bsc_vty: parse the return code to make coverity happyAlexander Couzens1-2/+2
2020-10-07bsc_vty: cfg_bts_gprs_nsvc_rip: add missing breaksAlexander Couzens1-0/+2
2020-10-05pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-9/+17
2020-10-05pcuif_proto: version 10: add frequency hopping parametersAlexander Couzens1-10/+29
2020-10-05oml: encode IPv6 NSVC using the new OML attribute NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens5-21/+86
2020-10-05ipa oml: tx OPSTART after unlocking, not beforePau Espin Pedrol1-4/+4
2020-10-03pcu_sock: use tn as variable name to improve readabilityAlexander Couzens1-6/+6
2020-10-03log MSC nr for opening new A connNeels Hofmeyr1-2/+2
2020-10-02abis_nm: Remove duplicated log linePau Espin Pedrol1-1/+0
2020-10-02abis_nm: Log no state change detectedPau Espin Pedrol1-1/+3
2020-09-30abis_nm: Log Rx Change Administrative State ACKPau Espin Pedrol1-0/+3
2020-09-28vty: fix unreacheable code / wrong check in lchan_act_all_trx()Vadim Yanitskiy1-1/+1
2020-09-23bssap: Use new DTAP DLCI helper fields from libosmocorePau Espin Pedrol1-1/+1
2020-09-21abis_nm: abis_nm_perform_test: fix a potential null derefAlexander Couzens1-1/+4
2020-09-20oml: Fix premature Opstart to Radio CarrierPau Espin Pedrol2-9/+29
2020-09-18bsc_vty: fix wrong else-if statementPhilipp Maier1-1/+2