aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-04fix gscon clear 1/n: store clear cause in gsconNeels Hofmeyr1-0/+2
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr1-0/+4
2022-02-22rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-1/+18
2021-11-16move time_cc to libosmocore osmo_time_ccNeels Hofmeyr1-5/+5
2021-11-10implement all_allocated:{static_sdcch,static_tch} rate countersNeels Hofmeyr1-0/+2
2021-11-10implement all_allocated:{sdcch,tch} rate countersNeels Hofmeyr1-0/+4
2021-11-05add chreq:successful_<reason> rate countersNeels Hofmeyr1-0/+2
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-0/+2
2021-10-05drop obsolete commentNeels Hofmeyr1-6/+0
2021-10-05Implement MS Uplink Power Control LoopKeith1-0/+26
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-18/+30
2021-09-29MS Power Control Loop: Allow Turn off/on C/I independent from value settingPau Espin Pedrol1-0/+3
2021-09-06MS Power Control Loop: Support set up of C/I parameters for osmo-btsPau Espin Pedrol1-0/+7
2021-09-03osmo_bsc_main: integrate MGW pooling into osmo-bscPhilipp Maier1-1/+8
2021-08-30move BSC level stats and rate counters to new bsc_stats.[hc]Neels Hofmeyr1-157/+0
2021-08-16early IMM ASS 3/n: implement 'pre-ts-ack'Neels Hofmeyr1-0/+1
2021-08-16early IMM ASS 2/n: implement 'pre-chan-ack'Neels Hofmeyr1-0/+5
2021-08-16early IMM ASS 1/n: add vty config optionNeels Hofmeyr1-0/+5
2021-08-16introduce gsm48_lchan_and_pchan2chan_desc()Neels Hofmeyr1-2/+5
2021-07-23Introduce VTY option to forbid use of TCH for non-voicecall signallingPau Espin Pedrol1-0/+5
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