aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06Support SDCCH8 in osmo dyn tsPau Espin Pedrol1-0/+4
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-7/+7
2021-06-10VTY: add lchan re-assignment commandNeels Hofmeyr1-0/+1
2021-06-10RSL: rx and tx VAMOS Channel Number cbits for VAMOS lchansNeels Hofmeyr1-12/+35
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr1-18/+48
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr1-4/+7
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr1-5/+64
2021-06-04Make interference measurement parameters configurableVadim Yanitskiy1-0/+13
2021-05-31ensure chan_mode comparisons in non-VAMOS modeNeels Hofmeyr1-1/+1
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr1-7/+10
2021-05-28hodec 2: do intra-cell congestion resolution by AssignmentNeels Hofmeyr1-0/+1
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr1-0/+19
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-0/+16
2021-05-27assignment_fsm: send BSSMAP response only after Assignment RequestNeels Hofmeyr1-0/+6
2021-05-21lchan and assignment FSMs: make Channel Mode Modify more saneNeels Hofmeyr1-0/+7
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-5/+5
2021-04-28comment: tweak pchan_subslots() descriptionNeels Hofmeyr1-2/+2
2021-04-28gsm_lchan_name_compute with ctxNeels Hofmeyr1-6/+3
2021-01-15gsm_data: return early if MS Power class remains the sameVadim Yanitskiy1-0/+5
2020-12-27power_control: fix swapped lower/upper RxQual threshold valuesVadim Yanitskiy1-2/+2
2020-12-22power_control: add VTY command to set static / maximum BS PowerVadim Yanitskiy1-0/+4
2020-12-19power_control: add new structures and default parametersVadim Yanitskiy1-0/+58
2020-12-03Store GPRS MOs directly under BTS SiteMgr objectPau Espin Pedrol1-10/+12
2020-10-15Set all NM OML objects to Locked by defaultPau Espin Pedrol1-0/+1
2020-10-09LCS: implement the bulk of Location ServicesNeels Hofmeyr1-0/+1
2020-09-10gsm_data: always set spare bits in channel descriptionAlexander Couzens1-0/+1
2020-07-18Move struct gsm_bts_trx: gsm-data.* => bts_trx.*Pau Espin Pedrol1-237/+0
2020-07-18bts: Drop duplicated function to get trx by numberPau Espin Pedrol1-15/+0
2020-07-18Move struct gsm_bts: gsm_data.* => bts.*Pau Espin Pedrol1-698/+18
2020-07-16propagate RSL error cause codes to RR Channel Release causeNeels Hofmeyr1-0/+26
2020-07-16RR Channel Release: pass Cause code from BSSMAP Clear to the BTSNeels Hofmeyr1-0/+27
2020-06-23Avoid selecting channels from administratively locked trxPau Espin Pedrol1-4/+7
2020-06-23fix crashes due to OSMO_ASSERT(conn->lchan)Vadim Yanitskiy1-1/+1
2020-06-08osmo-bsc: Use designated initializer in bts_stat_descDaniel Willmann1-24/+45
2020-05-29drop CC 'local-prefix' featureNeels Hofmeyr1-25/+0
2020-05-19stats: Add counters and gauges for BORKEN lchans/TSAlexander Chemeris1-0/+2
2020-05-09stats: Export connected OML/RSL links count per BTS.Alexander Chemeris1-0/+2
2020-05-09gsm_data: Update trx_is_usable for ericsson BTSSylvain Munaut1-0/+4
2020-05-09stats: Fix stat group index for BTS stats.Alexander Chemeris1-1/+1
2020-05-08stats: Remove dots from the end of stats descriptions.Alexander Chemeris1-2/+2
2020-05-08stats: Report per channel type load to statsd counters.Alexander Chemeris1-0/+16
2020-03-27VTY: add show bts failure reportOliver Smith1-0/+1
2020-03-12osmo-bsc/bsc_vty: set default gprs cell bvci to 2Oliver Smith1-0/+3
2019-11-20bsc: Send MS Power Control msg upon max MS power changePau Espin Pedrol1-3/+10
2019-11-19bsc: Adapt maximum MS Power Ctrl level based on band and MS Power classPau Espin Pedrol1-0/+62
2019-11-13Fix some typosMartin Hauke1-1/+1
2019-11-02osmo_bsc_main.c: verify the physical channel mapping at startupVadim Yanitskiy1-0/+51
2019-10-31Remove unused API classmark_is_r99()Pau Espin Pedrol1-10/+0
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte1-0/+9
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte1-0/+1