aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/gsm_data.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr1-16/+0
2023-03-03tweak gsm_pchan_ids[]: DYNAMIC/{OSMOCOM,IPACCESS}Neels Hofmeyr1-2/+2
2023-03-03VTY,CTRL: add pchan dynamic/{osmocom,ipaccess}Neels Hofmeyr1-3/+15
2023-03-03ensure correct phys_chan_config doc string count on VTYNeels Hofmeyr1-1/+6
2023-03-03vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr1-0/+15
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-109/+0
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-6/+0
2022-06-02drop log from ts_is_usable()Neels Hofmeyr1-3/+1
2022-05-27fix gsm_lchan_and_pchan2chan_nr(): log proper lchan_nr valueVadim Yanitskiy1-1/+1
2022-05-23stats: new trackers for lchan life duration (v2)Michael Iedema1-0/+15
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol1-9/+0
2022-05-06nm_is_running(): Drop duplicate checkPau Espin Pedrol1-1/+1
2022-05-03stats: new trackers for lchan life durationMichael Iedema1-0/+9
2022-04-26gsm_data: add gsm_set_bts_modelOliver Smith1-1/+1
2022-04-25gsm_data: use llist_for_each_entry() in gsm_bts_by_lac()Vadim Yanitskiy1-4/+1
2022-04-08Move power control related definitions to power_control.hVadim Yanitskiy1-215/+0
2022-04-08power_ctrl_params_def_reset(): set .ctrl_interval for both UL/DLVadim Yanitskiy1-4/+5
2021-11-25Disable C/I based MS Power Control Loop by defaultPau Espin Pedrol1-6/+6
2021-11-10gsm_data: use ascending order for interference boundariesVadim Yanitskiy1-6/+6
2021-10-25Set subslots_per_pchan_vamos[GSM_PCHAN_OSMO_DYN] = 0Pau Espin Pedrol1-1/+1
2021-10-25Set subslots_per_pchan[GSM_PCHAN_OSMO_DYN] = 8Pau Espin Pedrol1-1/+1
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-0/+10
2021-09-29MS Power Control Loop: Allow Turn off/on C/I independent from value settingPau Espin Pedrol1-0/+8
2021-09-13Power Control Loop: Set P_CON_INTERVAL to 1 by defaultPau Espin Pedrol1-0/+2
2021-09-06MS Power Control Loop: Support set up of C/I parameters for osmo-btsPau Espin Pedrol1-0/+132
2021-09-06cosmetic: power_ctrl_params_def: Fix typo in commentPau Espin Pedrol1-2/+2
2021-08-16introduce gsm48_lchan_and_pchan2chan_desc()Neels Hofmeyr1-26/+20
2021-07-29Clarify string name for GSM_CHREQ_REASON_CALLPau Espin Pedrol1-1/+1
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