aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-19bts: move rate counter / stat item definitions from *.h to *.cVadim Yanitskiy1-168/+4
2020-10-17ipa: Fix use of null pointer in log macroPau Espin Pedrol1-0/+3
2020-10-16drop features 'core-location-area-code' and 'core-cell-identity'Neels Hofmeyr1-2/+0
2020-10-15OML: Stay compatible with older osmo-bts versionsPau Espin Pedrol1-0/+6
2020-10-15Introduce Radio Channel FSMPau Espin Pedrol2-0/+10
2020-10-15Introduce NM RadioCarrier FSMPau Espin Pedrol2-0/+11
2020-10-15Introduce NM BaseBand Transceiver FSMPau Espin Pedrol2-3/+18
2020-10-15Introduce NM BTS FSMPau Espin Pedrol3-0/+14
2020-10-15Introduce NM BTS Site Manager FSMPau Espin Pedrol5-3/+60
2020-10-15LCS: add proper BSSMAP-LE RESET re-using new generalized reset FSMNeels Hofmeyr1-2/+2
2020-10-15LCS: disable Lb interface by default, add vty 'smlc' / 'enable'Neels Hofmeyr1-0/+3
2020-10-15BSSMAP RESET: move RESET-ACK into reset fsmNeels Hofmeyr1-0/+2
2020-10-15BSSMAP RESET: move cancel-paging call to osmo_bsc_sigtran_reset()Neels Hofmeyr1-1/+1
2020-10-15BSSMAP RESET: generalize a_reset FSMNeels Hofmeyr6-2/+33
2020-10-09remove unused osmo_bsc_reset.hNeels Hofmeyr1-34/+0
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr10-0/+169
2020-10-08LCS: SCCP next conn id: prepare Lb-interfaceNeels Hofmeyr1-0/+3
2020-10-08vty: add attributes to VTY commands indicating when they applyVadim Yanitskiy1-0/+7
2020-10-07LCS: implement re-use of existing A-interface connNeels Hofmeyr1-0/+1
2020-10-07cosmetic: fix naming of GSCON_EV_A_CONN_REQ -> GSCON_EV_MO_COMPL_L3Neels Hofmeyr1-1/+1
2020-10-07introduce osmo_use_count for bsc_subscrNeels Hofmeyr3-13/+23
2020-10-07LCS: add paging reason, return in paging_request_stop()Neels Hofmeyr1-2/+15
2020-10-07refactor paging: add bsc_subscr to bsc_paging_paramsNeels Hofmeyr1-4/+4
2020-10-07refactor paging: introduce bsc_paging_start()Neels Hofmeyr1-0/+1
2020-10-07refactor paging: introduce bsc_paging_paramsNeels Hofmeyr1-2/+20
2020-10-07compl l3: move Paging Response handling out of bsc_find_msc()Neels Hofmeyr1-7/+1
2020-10-07compl l3: allocate conn in gsm_08_08.c, not gsm_04_08_rr.cNeels Hofmeyr1-1/+1
2020-10-05pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-1/+11
2020-10-05pcuif_proto: version 10: add frequency hopping parametersAlexander Couzens1-3/+12
2020-10-05oml: encode IPv6 NSVC using the new OML attribute NM_ATT_OSMO_NS_LINK_CFGAlexander Couzens1-3/+2
2020-10-03pcuif_proto: protocol 9: add missing fieldsAlexander Couzens1-0/+22
2020-10-03remove unused signature gsm48_handle_paging_resp()Neels Hofmeyr1-2/+0
2020-09-20oml: Fix premature Opstart to Radio CarrierPau Espin Pedrol1-0/+1
2020-09-18clean up timer definitions: introduce groups, move some T to XNeels Hofmeyr1-0/+2
2020-09-16drop bsc_subscr.lacNeels Hofmeyr1-1/+0
2020-09-16dissolve bsc_grace_paging_request()Neels Hofmeyr1-5/+0
2020-09-11abis_rsl.c: flush channel request queue on RSL bootstrapPhilipp Maier1-0/+1
2020-09-07abis_rsl: prioritize emergency calls over regular callsPhilipp Maier4-0/+6
2020-09-03lchan_fsm: make rsl mode-modify working againPhilipp Maier2-4/+11
2020-09-03drop some unused members and function declsNeels Hofmeyr2-9/+0
2020-08-31bssap: do not send a Clear Request after a Clear CommandNeels Hofmeyr1-0/+2
2020-08-31add {BTS,BSC}_CTR_INTER_BSC_HO_OUT_FAILED for RR HO FailureNeels Hofmeyr2-0/+4
2020-08-29CBSP: add local bind to client modeNeels Hofmeyr1-0/+1
2020-08-29CBSP: rewrite the CBSP link setup and 'cbc' VTY sectionNeels Hofmeyr2-10/+18
2020-08-28Allow storing IPv6 address strings in BSSAP structsPau Espin Pedrol1-3/+3
2020-08-26bsc_subscr_conn_fsm: use proper cause values in SAPI N REJECTVadim Yanitskiy1-1/+1
2020-08-26fix bsc_sapi_n_reject(): dlci is unsigned, use uint8_tVadim Yanitskiy1-1/+1
2020-08-24Add bts counters to count BTS events where we don't have a btsDaniel Willmann1-0/+10
2020-08-24Count intra-cell and intra-bsc handover separatelyDaniel Willmann2-0/+116
2020-08-24Count handover per BTS as well as per BSCDaniel Willmann1-0/+47