aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-07-11RES IND: pick lchan with least interferenceNeels Hofmeyr1-11/+48
2021-07-11RES IND: add VTY: bts / channel allocator avoid-interference (0|1)Neels Hofmeyr1-0/+22
2021-07-11RES IND: parse msg and store interference levels in lchansNeels Hofmeyr3-3/+95
2021-07-11lchan: call reset() upon allocNeels Hofmeyr1-0/+3
2021-07-09hodec1: use same automatic FULL/SUBSET choice as in hodec2Neels Hofmeyr1-6/+3
2021-07-09hodec2: [2/2] implement automatic choice between FULL and SUBSET measurementsNeels Hofmeyr2-7/+18
2021-07-09hodec2: [1/2] implement automatic choice between FULL and SUBSET measurementsNeels Hofmeyr3-23/+61
2021-07-09lchan_fsm: Improve timeout logging line in state WAIT_RLL_RTP_ESTABLISHPau Espin Pedrol1-1/+8
2021-07-08lchan_fsm: Allow rx LCHAN_EV_RLL_REL_IND in WAIT_RF_RELEASE_ACKPau Espin Pedrol1-0/+8
2021-07-06Support SDCCH8 in osmo dyn tsPau Espin Pedrol3-0/+12
2021-07-06Rename osmo dyn ts enums to contain SDCCH8Pau Espin Pedrol12-56/+60
2021-07-05assignment_fsm: Add assert to guard ptr accessPau Espin Pedrol1-0/+1
2021-07-05assignment_fsm: Fix null pointer dereference rx ASSIGNMENT_EV_LCHAN_ERRORPau Espin Pedrol1-1/+1
2021-07-05power_control: constrain BS power reduction on BCCH carrierVadim Yanitskiy2-0/+38
2021-07-05power_control: implement BCCH carrier power reduction operationVadim Yanitskiy4-1/+143
2021-07-03vty: fix doc: default value for 'nri bitlen'Neels Hofmeyr1-1/+1
2021-06-30power_control: omit BS Power Parameters IE if the maximum is 0 dBVadim Yanitskiy1-0/+6
2021-06-30lchan-select: Avoid setting variable for no reasonPau Espin Pedrol1-14/+3
2021-06-30Support proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol5-0/+178
2021-06-29hodec2: fix low rxqual tch/h<->tch/f oscillationNeels Hofmeyr1-1/+12
2021-06-29handover_decision_2.c: add current_rxqual()Neels Hofmeyr1-4/+10
2021-06-29hodec2: fix low rxlev tch/h<->tch/f oscillationNeels Hofmeyr1-1/+4
2021-06-29handover_decision_2.c: add is_low_rxlev()Neels Hofmeyr1-5/+9
2021-06-25vty: allow 5 encryption algo entriesNeels Hofmeyr1-1/+2
2021-06-24bsc_ctrl_commands: add command to write vty configPhilipp Maier1-0/+27
2021-06-23use osmo_select_shutdown to get rid of SIGTERM sleepNeels Hofmeyr1-3/+5
2021-06-23abis_rsl: fix rsl_rx_ccch_load(): properly check the message lengthVadim Yanitskiy1-1/+1
2021-06-22support A5/4 in inter-BSC HandoverNeels Hofmeyr1-3/+19
2021-06-21VTY: fix typo in a command description: s/send/sent/Vadim Yanitskiy1-1/+1
2021-06-18implement A5/4 in Ciphering Mode procedureNeels Hofmeyr2-1/+27
2021-06-18vty: allow A5/4 encryption in configEric1-1/+1
2021-06-18dissolve gsm0808_cipher_mode() into bssmap_handle_cipher_mode()Neels Hofmeyr1-32/+25
2021-06-18rewire build_encr_info() to return errorsNeels Hofmeyr1-4/+35
2021-06-18rsl_lchan_lookup: drop redundant conditionNeels Hofmeyr1-1/+1
2021-06-18rsl_data_request() check lchan pointer before accessNeels Hofmeyr1-5/+7
2021-06-18hodec2: don't apply AFS bias to same-cell lchansNeels Hofmeyr1-6/+8
2021-06-17Introduce counters to track SRVCC proceduresPau Espin Pedrol2-0/+31
2021-06-17Introduce VTY command to disable srvcc fast-return on target BTSPau Espin Pedrol5-9/+35
2021-06-15vty: reassign: add missing check for valid target lchanNeels Hofmeyr1-0/+4
2021-06-15fixup for vamos: fix wrong cbits in rsl_lchan_lookup()Neels Hofmeyr1-1/+1
2021-06-13hodec2: implement upgrade TCH/H -> TCH/F (without AFS bias)Neels Hofmeyr1-6/+10
2021-06-10lchan_fsm: lchan_fail() strings should not have a terminating newlineNeels Hofmeyr2-10/+10
2021-06-10RSL: set default TEI according to TRX numberNeels Hofmeyr1-0/+2
2021-06-10cosmetic loop simplification in gsm48_multirate_config()Neels Hofmeyr1-3/+3
2021-06-10get_any_lchan(): reduce minor code dupNeels Hofmeyr1-11/+4
2021-06-10clarify bts_chan_loadNeels Hofmeyr1-7/+6
2021-06-10log: assignment_fsm: tweak err msg for incompatible chanNeels Hofmeyr1-2/+4
2021-06-10log: assignment_fsm: drop newline from assignment_failNeels Hofmeyr1-1/+1
2021-06-10VTY: add lchan re-assignment commandNeels Hofmeyr2-0/+90
2021-06-10VTY: add 'vamos-subslot' to activate a secondary lchanNeels Hofmeyr1-7/+23