aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol2-1/+18
2021-01-02abis_om2000: keep OM2K FSMs around, don't terminateHarald Welte3-1/+20
2020-12-29abis_om2000: make om2k_mo_name() an exported functionHarald Welte1-0/+2
2020-12-29Add a bts_model->bts_init() and trx_init() call-back functionHarald Welte1-0/+8
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy1-0/+4
2020-12-22power_control: add VTY commands for per-BTS configurationVadim Yanitskiy1-0/+1
2020-12-19power_control: add encoding/init API to 'struct gsm_bts_model'Vadim Yanitskiy1-0/+5
2020-12-19power_control: add new structures and default parametersVadim Yanitskiy2-0/+74
2020-12-19abis_rsl: turn rsl_msgb_alloc() a macro and move it to headerVadim Yanitskiy1-0/+7
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol4-124/+2
2020-12-15vty: add new attribute for vendor-specific commandsVadim Yanitskiy1-0/+1
2020-12-10gsm_lchan_name: assert on NULL lchanPau Espin Pedrol1-0/+1
2020-12-04oml: Delay configuring NSVC until BTS features are negotiatedPau Espin Pedrol2-0/+6
2020-12-04Fix typo in function nanobts_attr_nsvc_getPau Espin Pedrol1-1/+1
2020-12-04Handle BTS/BBTRANSC Get Attributes (Ack) in NM FSMsPau Espin Pedrol2-0/+3
2020-12-04Introduce NM GPRS NSVC FSMAlexander Couzens2-0/+16
2020-12-03Introduce NM GPRS CELL FSMPau Espin Pedrol1-0/+9
2020-12-03Introduce NM GPRS NSE FSMPau Espin Pedrol3-1/+15
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol4-37/+81
2020-12-01abis_rsl: parse cm3 and indicate ACCH repetition cap to BTSPhilipp Maier1-0/+3
2020-12-01bts: add repeated acch mode flags + vty configPhilipp Maier1-0/+4
2020-11-17fix TCH/H allocation: use half occupied dyn TS instead of switching more dyn TSNeels Hofmeyr1-1/+1
2020-11-17handover vty doc: explain rxqual valuesNeels Hofmeyr1-2/+5
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