aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-11RES IND: parse msg and store interference levels in lchansNeels Hofmeyr1-0/+11
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol1-2/+2
2021-07-05power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy1-0/+3
2021-06-29gsm_data.h: remove declaration of non-existing ts_pchan()Vadim Yanitskiy1-1/+0
2021-06-22support A5/4 in inter-BSC HandoverNeels Hofmeyr1-0/+2
2021-06-18implement A5/4 in Ciphering Mode procedureNeels Hofmeyr1-0/+2
2021-06-17Introduce counters to track SRVCC proceduresPau Espin Pedrol1-0/+15
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol1-2/+5
2021-06-10gsm_data.h: add comments about immutable activ/modif/assign request infoNeels Hofmeyr1-0/+18
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-3/+3
2021-06-10RSL chan_nr: replace OSMO_ASSERT with error handlingNeels Hofmeyr1-9/+9
2021-06-10update the lchan name to always reflect VAMOS shadownessNeels Hofmeyr1-1/+1
2021-06-10add VAMOS secondary lchans to timeslot structNeels Hofmeyr1-0/+3
2021-06-10implement CHANnel ACTIVate to VAMOS modeNeels Hofmeyr1-0/+2
2021-06-10lchan_fsm: introduce lchan.activate.ch_mode_rate to allow tweakingNeels Hofmeyr1-0/+1
2021-06-10add lchan->vamos.is_secondary flagNeels Hofmeyr1-0/+4
2021-06-10implement Channel Mode Modify to VAMOS modeNeels Hofmeyr1-0/+7
2021-06-05change bs_power to bs_power_dbNeels Hofmeyr1-1/+1
2021-06-04Make interference measurement parameters configurableVadim Yanitskiy1-0/+10
2021-06-04drop unused func decl gsm_lchan_as_pchan2chan_nr()Neels Hofmeyr1-2/+0
2021-05-31lchan_fsm: introduce lchan.modify.ch_mode_rate to allow tweakingNeels Hofmeyr1-0/+1
2021-05-31replace ts_*_for_each_lchan() with ts_for_n_lchans()Neels Hofmeyr1-30/+9
2021-05-31add fields to reflect nr of lchans in ts structNeels Hofmeyr1-0/+6
2021-05-31allow explixit TSC Set and TSC on chan activ / modif / assignmentNeels Hofmeyr1-0/+31
2021-05-28gsm48_lchan2chan_desc(): expose TSC as paramNeels Hofmeyr1-2/+4
2021-05-28hodec 2: do intra-cell congestion resolution by AssignmentNeels Hofmeyr1-0/+1
2021-05-28assignment_fsm: allow assignment to a specific lchanNeels Hofmeyr1-0/+8
2021-05-27AMR config cleanup step 3: generate AMR LV on msg compositionNeels Hofmeyr1-4/+3
2021-05-27move lchan->csd_mode into channel_mode_and_rateNeels Hofmeyr1-14/+14
2021-05-27eliminate lchan->rsl_cmodeNeels Hofmeyr1-1/+2
2021-05-27make sure channel mode and s15_s0 are updated only after an ACKNeels Hofmeyr1-19/+9
2021-05-27assignment_fsm: send BSSMAP response only after Assignment RequestNeels Hofmeyr1-0/+11
2021-05-21lchan and assignment FSMs: make Channel Mode Modify more saneNeels Hofmeyr1-0/+25
2021-05-21cosmetic: rename lchan_activate_mode to lchan_activate_forNeels Hofmeyr1-3/+3
2021-05-21cosmetic: rename FOR_* to ACTIVATE_FOR_*Neels Hofmeyr1-5/+5
2021-05-04stats: add BTS uptime counterMichael Iedema1-0/+3
2021-04-28gsm_lchan_name_compute with ctxNeels Hofmeyr1-1/+1
2021-04-24SRVCC: Parse Last Used E-UTRAN PLMN Id in Handover RequestPau Espin Pedrol1-0/+2
2021-04-19Send EUTRAN neighs based on whether Common Id msg contained Last used E-UTRAN...Pau Espin Pedrol1-3/+5
2021-03-24fix/refactor neighbor configNeels Hofmeyr1-11/+8
2021-03-24refactor handover penalty timersNeels Hofmeyr1-1/+5
2021-02-07power_control: make P_CON_INTERVAL parameter configurableVadim Yanitskiy1-0/+3
2021-02-05lchan activation: indicate whether TA is knownNeels Hofmeyr1-0/+2
2021-02-05rename lchan->rqd_ta to last_taNeels Hofmeyr1-1/+3
2021-01-13Introduce Neighbor Resolution ServicePau Espin Pedrol1-0/+6
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/+70
2020-12-15Use rest_octets functionalities from libosmocorePau Espin Pedrol1-1/+1
2020-12-10gsm_lchan_name: assert on NULL lchanPau Espin Pedrol1-0/+1